/* Added new styles here because unable to obtain original source files */

section.hero {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

@media (min-width: 540px) {
  section.hero {
    background-position: center bottom;
  }
}

@media (min-width: 1100px) {
  section.hero {
    background-position: center;
  }
}

section.about {
  margin-top: 0; /* overrides main.css which has -8px */
}

.hero-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 32px;
  font-family: PT Sans Caption, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Helvetica Neue, Arial, sans-serif;
}

.hero-content .caption {
  font-size: 26px;
  text-align: center;
  font-weight: 700;
  /* max-width: 780px; */
  max-width: 920px;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 28px;
}

.hero-content .caption span {
  background-color: #1e232c;
  padding: 0.3rem 1rem 0.5rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.hero-cta {
  background-color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  color: #1b2029;
  line-height: normal;
}

@media (min-width: 1300px) {
  .hero-content .caption {
    font-size: 32px;
  }
  .hero-cta {
    padding: 12px 35px;
    font-size: 20px;
  }
}

@media (max-width: 540px) {
  .hero-content .caption {
    display: none;
  }
}
/* HOME PAGE PRODUCTS */

.products-cordials {
  background-color: #f1c977;
  background: url(../images/cordials-bg.jpg) no-repeat top;
  background-size: cover;
}

.products-cordials .drink-label {
  color: #1d212a;
  font-weight: bold;
  right: -40px;
}
/*
@media (min-width: 768px) {
  .products-cordials .drink-label {
    display: none;
  }
} */

@media (min-width: 1030px) {
  .products-cordials .drinks-list .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .products-cordials .drinks-list {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.cordials,
.text-cordial {
  background: #e2c166;
}

.drinks a {
  font-size: 32px;
  font-weight: bold;
  text-decoration: underline;
}

/* PRODUCTS PAGE */

.products-hero {
  height: 50vh;
  background-position: center;
  background-size: cover;
}

.page-template-page-products header.banner,
.error404 header.banner {
  background-color: #1d212a;
}

.page-template-page-products h1 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}

.page-template-page-products .filters ul {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-size: 20px;
  font-weight: 800;
  padding: 0;
  list-style-type: none;
  margin-bottom: 70px;
  text-align: center;
}

.page-template-page-products .filters ul.filters-tag {
  margin-top: -40px;
  padding: 0 7px;
  font-size: 14px;
}

.page-template-page-products .filters ul li {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-template-page-products .filters ul {
    font-size: 28px;
    flex-direction: row;
  }
  .page-template-page-products .filters ul.filters-tag {
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  .produkt {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

.page-template-page-products .filters ul a {
  color: #1b2029;
  position: relative;
}

.product-cat .filter:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 4px;
  top: 100%;
  left: 50%;
  background-color: #1b2029;
  opacity: 0;
  transition-property: width, left, opacity;
  transition-duration: 300ms;
}

.product-cat .filter:hover:after {
  width: 100%;
  left: 0;
  opacity: 0.1;
}

.product-cat .filter.active:after {
  width: 100%;
  left: 0;
  opacity: 1;
}

.page-template-page-products a:hover {
  text-decoration: none;
}

.produkt-details {
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  margin-top: 12px;
  color: #000;
  text-decoration: none;
  margin-bottom: 40px;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}

.product-list {
  margin-bottom: 80px;
}

.page-template-page-products footer {
  margin-top: -1px;
}

.sub-menu {
  background-color: #1d212a;
  padding: 15px;
  text-transform: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  transition-property: height, padding-top, padding-bottom;
  overflow: hidden;
}

@media (min-width: 1030px) {
  .sub-menu {
    text-align: right;
  }
}

.home .sub-menu {
  background-color: transparent;
}

.home .transparent-bg .sub-menu {
  background-color: rgba(34, 34, 34, 0.5);
  top: 31px;
}

.banner .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.navbar-toggler {
  margin-bottom: 19px;
}

.navbar {
  line-height: 12px;
  font-weight: 500;
}
.nav-up .sub-menu {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar .sub-menu {
  padding-top: 0;
  padding-bottom: 5px;
}

.nav-header {
  padding: 19px 0;
}

.navbar-nav > li a {
  height: 31px;
  padding-bottom: 19px;
  font-size: 13px;
}

.navbar .sub-menu a {
  padding: 7px 0;
  font-size: 13px;
  line-height: 13px;
}

@media (min-width: 1030px) {
  .banner {
    transition-property: background, top;
    height: 75px;
  }
}

/* WOOCOMMERCE STORE NOTICE */
.theme-bohemsca p.woocommerce-store-notice {
  position: fixed;
  background-color: #e2c166;
  color: #1b2029;
  top: -56px;
  transition-property: top;
  transition-duration: 500ms;
}

.store-notice-shown.theme-bohemsca p.woocommerce-store-notice {
  top: 0;
}

.woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
  position: absolute;
  right: 12px;
  color: #1b2029;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce-store-notice__dismiss-link:before {
  content: "";
  background-image: url("../images/x.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 48px;
  display: block;
}

.theme-bohemsca .woocommerce-store-notice a {
  color: #1b2029;
  font-weight: bold;
}

.woocommerce-demo-store .banner {
  top: 0;
}

.store-notice-shown.woocommerce-demo-store .banner {
  top: 56px;
}

@media (min-width: 1030px) {
  .woocommerce-demo-store .banner.nav-up {
    top: -78px !important;
  }
}

/* INSTAGRAM WIDGET */
.jr-insta-thumb ul.thumbnails li.GraphImage {
  margin-bottom: 0;
}

.jr-insta-thumb ul.thumbnails{
  display: flex;
  flex-wrap: wrap;
}

.jr-insta-thumb ul.thumbnails li{
  flex: 20%;
}

.error404 .wrap {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (min-width: 768px) {
  .products-tonics .drinks-list,
  .products-lemonades .drinks-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1030px) {
  .products-cordials .single-drink-container {
    /* margin-left: -40px;
    margin-right: -40px; */
  }
  .products-cordials .drinks-list {
    padding-left: 50px;
    padding-right: 50px;
  }
  .products-tonics .drinks-list {
    padding-left: 50px;
    padding-right: 50px;
  }
  .products-lemonades .drinks-list {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1700px) {
  .products-tonics .drinks-list {
    /* padding-left: 0;
    padding-right: 0; */
  }
}

@media (max-width: 950px) {
  #contact h2 {
    font-size: 1.6em;
  }
}

@media (min-width: 951px) and (max-width: 1359px) {
  #contact h2 {
    font-size: 2.3rem !important;
  }
}

@media (min-width: 1030px) {
  .products-tonics .col-xl-2,
  .products-cordials .col-xl-2,
  .products-lemonades .col-xl-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.contact .contact-info {
  width: 100%;
}

.sr_only {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.eshop_jumbo {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../images/lemonades-bg.jpg");
  background-position: center;
  height: 320px;
  /* max-height: 700px; */
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 55px;
  overflow: hidden;
}

.eshop_jumbo_decoration_wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  min-width: 780px;
}

@media screen and (min-width: 768px) {
  .eshop_jumbo_decoration_wrapper {
    min-width: 950px;
  }
}

.eshop_jumbo_leaves_left,
.eshop_jumbo_leaves_right {
  position: absolute;
  top: 0 !important;
  height: 100% !important;
  width: auto !important;
  object-fit: cover;
}

.eshop_jumbo_leaves_left {
  left: 0;
  object-position: left;
}

.eshop_jumbo_leaves_right {
  right: 0;
  object-position: right;
}

.eshop_jumbo p {
  z-index: 1;
  max-width: 754px;
}

.eshop_jumbo_p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  font-family: "PT Sans Caption", sans-serif;
  letter-spacing: 0.3px;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .eshop_jumbo_p {
    font-size: 24px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 768px) {
  .eshop_jumbo_p {
    font-size: 32px;
    line-height: 41.6px;
  }
}

.eshop_jumbo_readmore {
  width: 56px;
  height: 56px;
  background-color: transparent;
  border: none;
  outline: none;
  background-image: url("../../svg/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 30px;
  z-index: 1;
  cursor: pointer;
}

.eshop_shops {
  text-align: center;
  margin-bottom: 30px;
}

.eshop_shops_wrapper {
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.eshop_shops p {
  font-family: "PT Sans";
  font-size: 17px;
  line-height: 23.8px;
  letter-spacing: 0.3px;
  font-weight: 400;
  text-align: center;
}

.eshop_shops ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.eshop_shops ul img {
  height: auto;
}

.eshop_shops li {
  padding-left: 26px;
  padding-right: 26px;
  flex-shrink: 0;
  margin-bottom: 30px;
}

.eshops_footerJumbo {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center;
  height: 560px;
  overflow: hidden;
  background-image: url("../images/lemonades-bg.jpg");
}

.eshop_jumbo_p {
  z-index: 1;
}

.eshops_footerJumbo > a {
  z-index: 1;
}

.eshops_footerJumbo > a > img {
  width: 220px;
  height: auto;
  margin-top: 20px;
}

.e-shops .sidebar{
  display: none;
}

.about-all{
  width: 100%;
}

.about-all h4{
  font-size: 16px;
  font-weight: 700;
}
