/*
 Theme Name:   Big Beer Shop
 Theme URI:    https://lehutch.nl/projects/bigbeershop
 Description:  The wordpress theme for Big Beer Shop
 Author:       Le Hutch
 Author URI:   https://lehutch.nl
 Template:     dt-the7
 Version:      1.0.0
 Text Domain:  bigbeershop
*/

*{
    scroll-behavior: smooth;
}

.row{
    display: flex;
}
.gap-5{
    gap: 5em;
}
.asl_w_container{
    display: flex  !important;
  align-items: center  !important;
  width: 25em  !important;
}
.asl_w_container .div.asl_w{
    background-image: var(--the7-btn-border-color) !important;
}
#ajaxsearchlite1 .probox, div.asl_w .probox{
    background-color: var(--the7-btn-border-color) !important;
    background-image: var(--the7-btn-border-color) !important;
    border: 0 solid var(--the7-btn-border-color) !important;
}
div.asl_w .probox .promagnifier{
    background-color: var(--the7-btn-border-color) !important;
    background-image: var(--the7-btn-border-color) !important;
}
div.asl_r.vertical{
    background: var(--the7-btn-border-color) !important;
}
.scale-box .vc_column-inner{
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background-color: white;
    transition: 150ms ease-in-out all;
    border-radius: 5px;
}
.scale-box .vc_column-inner a{
    text-decoration: none;
}

.scale-box  .vc_column-inner img {
    aspect-ratio: 1/1;
    object-fit: scale-down;
    max-height: 10em;
}
.scale-box .vc_column-inner:hover{
    transform: scale(1.05);
}
.product-categories-row{
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    gap: 1em;
    display: flex;
}
.product-categories-row::after, .product-categories-row::before {
    clear: unset !important;
    content: unset !important;
    display: unset !important;
}
.rollover i{
    display: none !important;
}
.term-description p {
    color: black;
    line-height: 1.3;
    font-size: 1.1em;
  }
  .align-items-center{
      align-items: center;
  }
  .justify-content-spacebetween{
      justify-content: space-between;
  }
.gap-2{
    gap: 2em;
}
@media screen and (max-width: 992px){
    .desktop-under-header{
        display: none;
    }
}
.under-header a{
    color: white;
    transition: 150ms ease-in-out all;
    text-decoration: none;
    margin: 0 !important;
    padding: 0.25em 0.5em !important;
}
.under-header .underline{
    display: none;
}
.under-header a .menu-text{
    font-weight: normal !important;
    color: white;
}
.under-header .menu{
    display: flex;
  align-items: center;
}
.under-header .menu li{
    margin: 0;
    padding: 0;
}
.under-header .menu li a{
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    padding: 0.75em;
}
.under-header .menu .current-menu-item a{
    color: white;
    text-decoration: underline;
}
.under-header .menu li a:hover{
    text-decoration: underline;
}
.bigbeer-product-img{
    aspect-ratio: 1/1;
}
.hero-element{
    height: 60vh;
}
.hero-bottle img {
    position: absolute;
    height: 50em;
    object-fit: scale-down;
    bottom: 0;
    right: 0;
    width: max-content;
    margin-bottom: -5em;
}
@media screen and (max-width: 856px){
    .hero-bottle img{
        margin-right: -5em;
    }
}
@media screen and (max-width: 600px){
    .hero-bottle img{
        margin-right: -10em;
    }
}
.hero-textbox{
    max-width: 60%;
    margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
    .hero-textbox{
        max-width: 80%;
    }
}
.under-header p{
    margin: 0;
    padding: 0.5em 0.25em;
    color: white;
}
.under-header a:hover{
    text-decoration: underline;
}
header .search-col{
    display: flex;
    align-items: center;
    flex: 1;
}
header .search-col input{
    flex: 1;
    margin: 0 !important;
    border-radius: unset;
}
header .search-col a{
    background: #063338;
    color: white;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 0.8em;
    text-decoration: none;
    cursor: pointer;
}
.vc_row.vc_column-gap-10{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.woocom-project .woo-buttons-on-img img{
    width: 100% !important;
  aspect-ratio: 1/1;
  object-fit: scale-down;
}
.woocom-project .woocommerce-product-details__short-description {
    padding-top: 15px;
    display: none;
}
.ult-item-wrap > .wpb_button, .ult-item-wrap > .wpb_content_element, .ult-item-wrap > .wpb_row, .ult-item-wrap > div, .ult-item-wrap > ul.wpb_thumbnails-fluid > li{
    margin-bottom: unset !important;
}
.hero a{
    margin-bottom: 4em !important;
}
.hero-slide{
}
.header-bar .branding{
    width: 33%;
}
.mobile-header-bar img{
    max-height: 2em;
object-fit: scale-down;
display: flex;
justify-content: start;
align-items: center;
width: max-content;
}
@media screen and (min-width: 992px){
    .desktop-under-header > .wf-wrap {
        position: relative;
    }
}
.desktop-under-header > .wf-wrap {
  padding: 0 50px 0 50px;
}
.desktop-under-header > .wf-wrap, #bottom-bar > .wf-wrap, #footer > .wf-wrap {
  width: 1300px;
}
.desktop-under-header .wf-wrap, .page-title .wf-wrap, .fancy-header .wf-wrap {
  padding: 0 50px 0 50px;
}
.toggle-categories{
    background: white;
color: black;
display: block;
width: 100%;
padding: 0.5em;
outline: unset;
border-bottom: 1px solid #f2f2f2;
border-top: none;
border-left: none;
border-right: none;
}
.mobile-header-categories ul li{
    margin: 0;
    padding: 0;
}
.mobile-header-categories ul li a {
    width: 100%;
    padding: 0.5em;
    background: #063338;
    color: white;
    text-decoration: none;
    transition: all 150ms ease-in-out;
    display: block;
  }
.mobile-header-categories ul li a:hover{
      background: white;
      text-decoration: underline;
      color: black
  }
  .mobile-header-categories .primary-menu{
    display: flex;
    flex-direction: column;
  }

.delivery-icons img{
    max-height: 5em;
    width: auto;
}
.dt-products .wf-cell{
    box-shadow: unset;
    scale: unset;
    transition: 150ms all ease-in-out;
}
.dt-products .wf-cell:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    scale: 1.01;
  }
  .add_to_cart_button, .added_to_cart {
    background: #063338 !important;
    color: white !important;
    display: block !important;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    font-size: 1.1em !important;
    font-weight: normal !important;
    padding: 0.75em !important;
    border: 2px solid #063338;
    border-radius: 3px !important;
    transition: 150ms all ease-in-out !important;
  }
  .add_to_cart_button:hover, .added_to_cart:hover{
    background: white;
    color: #063338;
  }
  #main .brands-div{
    background-image: url('/wp-content/themes/dt-the7/images/backgrounds/patterns/full/retro-dark.png');
  background-size: cover !important;
  background-position: center !important;
  background-repeat: repeat !important;
  background-color: #dfc385 !important;
  }
  .blog-div-home .entry-excerpt p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: black;
  }
  .blog-div-home time{
    color: #063338;
  }
.age-check{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: #063338;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.age-check h1{
    max-width: 60%;
    text-align: center;
    color: white;
    margin-bottom: 1em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    line-height: 1.2;
}
@media screen and (max-width: 864px){
    .age-check h1{
        max-width: 70%;
    }
}
@media screen and (max-width: 740px){
    .age-check h1{
        max-width: 80%;
    }
}
@media screen and (max-width: 648px){
    .age-check h1{
        max-width: 90%;
        text-align: left;
    }
    .age-check p{
        text-align: left !important;
    }
}
.age-check p{
    color: white;
    font-size: 1.2em;
    text-align: center;
    padding: 0 1em;
}
.age-check form input{
    color: black;
    max-width: 7.5em;
}
.age-check button{
    margin-top: 1em;
    background: white;
    border: 1px solid white;
    padding: 0.75em 1.5em;
    border-radius: 5px;
}
.in-stock-label{
    color: black;
}
.in-stock-label span{
    color: green;
    font-weight: bold;
}
.stock.in-stock{
    color: green;
    font-weight: bold;
    margin-bottom: 0.1em;
}
.payment-methods{
    margin-top: 1em;
  display: block;
}
.payment-methods h4{
    font-size: 0.9em;
  margin: 0;
}
.payment-methodes-icons {
display: flex;
gap: 1em;
}
.payment-methodes-icons i {
font-size: 2.5em;
color: var(--the7-btn-border-color);
}
.shipping-methods{
    margin-top: 1em;
}
.shipping-methods h4{
    font-size: 0.9em;
  margin: 0;
}
.shipping-methodes-icons{
    display: flex;
  gap: 1.5em;
}
.shipping-methodes-icons img {
    height: 4em;
    object-fit: scale-down;
  }
  .tabs.wc-tabs{
    display: flex;
    gap: 1em;
    align-items: center;
    padding: 1em 0;
    flex-wrap: wrap;
  }
  .tabs.wc-tabs li {
    background: lightgrey;
    margin: 0;
    padding: 0.5em 0.75em !important;
    border-radius: 25px;
  }
  .tabs.wc-tabs li.active {
    background: #063338;
    color: white !important;
  }
  .tabs.wc-tabs li.active a {
    color: white !important;
  }
  .product:not(.elementor) .woocommerce-tabs .tabs li{
    margin-left: 0 !important;
  }
  .post.product-category.product {
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    padding: 1em;
  }
  .post.product-category.product .count {
    display: none;
  }
  .bigbeer-categories .dt-products {
    gap: 1em;
  }
  .bigbeer-categories .wf-cell {
    padding:0.75em !important;
  }
  .bigbeer-categories .dt-products .wf-cell:hover{
    box-shadow: unset !important;
    scale: unset !important; 
  }
  .bigbeer-categories .entry-title{
    text-align: center;
    margin-top: 0.5em;
  }

  .wcml-dropdown li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid #000;
    background-color: var(--the7-btn-border-color);
  }
  .wcml-dropdown li:hover, .wcml-dropdown li:focus, .wpml-ls-legacy-dropdown a, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover{
    background-color: var(--the7-btn-border-color);
    color: white;
  }
  .wcml-dropdown.product.wcml_currency_switcher{
    width: fit-content;
  }
  .wpml-ls-legacy-dropdown{
    width: fit-content;
  }
  .top-bar .right-widgets{
    display: flex !important;
  align-items: center;
  gap: 1em;
  }
html[lang="en-US"] footer #text-4, html[lang="en-US"] footer #text-3{
    display: none;
}
.top-bar.hide-top-bar, .top-bar.top-bar-empty{
    position: relative;
    visibility: visible;
    opacity: 1;
}