/*
Theme Name: Mix Me
Author: CodiTime
Author URI: http:/www.coditime.pl
Description: Mix Me is a compatible WooCommerce theme made with WordPress. It is the best theme for you to sell anything online,
beautifuly designed and fully responsive.
Version: 1.0
Text-domain: mix-me
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: e-commerce, custom-menu, custom-logo, featured-images, footer-widgets, theme-options, translation-ready, blog, right-sidebar, sticky-post, threaded-comments
*/

@import "inc/css/nav.css";
@import "inc/css/accordion.css";
@import "inc/css/navigation.css";
@import "inc/css/wc-style.css";
@import "inc/css/slider.css";
@import "inc/css/video.css";

@font-face {
    font-family: Barlow;
    src: url(inc/fonts/Barlow/Barlow-Light.woff);
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Barlow;
    src: url(inc/fonts/Barlow/Barlow-Regular.woff);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Barlow;
    src: url(inc/fonts/Barlow/Barlow-SemiBold.woff);
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Barlow;
    src: url(inc/fonts/Barlow/Barlow-Bold.woff);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Barlow;
    src: url(inc/fonts/Barlow/Barlow-Black.woff);
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: MyriadPro;
    src: url(inc/fonts/MyriadPro/MyriadPro-Regular.woff);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: MyriadPro;
    src: url(inc/fonts/MyriadPro/MyriadPro-Bold.woff);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: EBGaramond;
    src: url(inc/fonts/EBGaramond/EBGaramond-SemiBold.woff);
    font-weight: 600;
    font-style: normal;
}

#shop-products-section {
    padding-top: 140px;
}

#recipes-header {
    height: auto;
    background: transparent;
}

.thumbnail-video {
    aspect-ratio: 16/9;
}

.navbar-light .navbar-nav .active>.nav-link[href*="#"] {
 color: inherit;
}

.icon-fits.is-eng {
    background-image: url('inc/images/icon-fits-en.svg');
}

.is-b2b-photo {
    max-width: 90%;
    height: auto;
}

.img-content-b2b, html .col-12.col-sm-5:last-child .img-content-b2b {
    text-align: right;
}

.col-12.col-sm-5:nth-child(2) .img-content-b2b, .col-12.col-sm-5:nth-child(1) .img-content-b2b {
    text-align: left;
}

.about-wrap.is-white-bg {
    background-color: #fff;
    margin-top: 30px;
}

.why-mixme-wrap.is-white-bg {
    background-color: #fff;
}

html {
    font-size: 16px;
}

p {
    font-size: 16px;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #ffa62e;
}

@media screen and (min-width: 320px) {
    html {
        font-size: calc(16px + 6 * ((100vw - 320px) / 680));
    }
}

@media screen and (min-width: 1200px) {
    html {
        font-size: 18px;
    }
}


@media screen and (min-width: 1920px) {
    html {
        font-size: 18px;
    }
}

@media screen and (min-width: 2560px) {
    html {
        /* font-size: 24px; */
        font-size: 20px;
    }

    p {
        font-size: 1rem;
    }
}

body,
html {
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    color: #611715;
}

hr {
    border-top: 2.5px solid #611715;
    margin: 30px auto;
}

strong {
    font-weight: 700;
}

strong a {
    font-weight: 600;
}

a {
    color: #611715;
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    color: #ffa62e;
    text-decoration: none;
}

small,
.small {
    font-size: 14px;
}

h2 {
    color: #611715;
    font-weight: 900;
    font-size: 36px;
    font-family: 'Barlow', sans-serif;
}

h3 {
    color: #611715;
    font-weight: 700;
    font-size: 30px;
    font-family: 'Barlow', sans-serif;
}



.banner-slider {
width:100%;
display:flex;
flex-flow: row nowrap;
}
.banner-slider .slider {
 overflow: hidden;
}
.banner-slider .slick-slide {
display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
flex-shrink: 0;
}

.slick-slide img {
	height: 250px;
	object-fit: contain;
}


.woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
width: 46%;
}


.banner-slider .slider.slider-for {
width: 78%;
    
/*height: 75vh;*/
    margin-right: 5px;
}
.banner-slider .slider.slider-nav {
width: 19%;
/*height: 75vh;*/

}

.banner-slider .slider.slider-nav .slick-list, .banner-slider .slider.slider-nav .slick-track {
 flex-direction: column;
display: flex;
}
.banner-slider .slider {
opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.banner-slider .slider.slick-initialized{
  visibility: visible;
    opacity: 1; 
}
@media only screen and (max-width: 768px){
.woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
width:100%;
}
.banner-slider .slider.slider-for {
width: 71%;
    height:auto;
    margin-right: 5px;
}
.banner-slider .slider.slider-nav {
width: 23%;  
height:auto;
}
.banner-slider .slider {
min-height: auto;
}
.is-b2b-photo {
    max-width: 100%;
}
}
@media only screen and (min-width: 1200px){
.banner-slider .slider.slider-for {
/*     height: 75vh; */
}
.banner-slider .slider.slider-nav {
/* height: 75vh; */
}
}
/* .banner-slider .slider.slider-nav {
    padding: 20px 0 0;
} */

.slider-nav .slick-slide {
flex-flow: column nowrap;
margin-bottom:5px;
    width: 100%;
    opacity: .4;
}

.slick-vertical .slick-slide {
    border: none;
}

.slider-for .slick-slide:hover {
    cursor: pointer;
    opacity: 1;
    transform: scale(1.02);
}

.woocommerce-notices-wrapper .product  {
	align-items: start;
}

.slider-for .woocommerce-product-gallery__image img,
.slider-nav .slick-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
    border: 0;
    outline: 0;
}

.slider-nav .slick-current {
    opacity: 1;
}


.slider-nav .slick-slide {
    text-align: center;
}


.thumb-prev {
    background-image: url('inc/images/arrow-01.svg');
}

.thumb-next {
    background-image: url('inc/images/arrow_2.svg');
}



.thumb-prev,
.thumb-next {
    width: 100%;
    background-color: rgba(255, 252, 246, 1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    font-size: 0;
    border: none;
    height: 80px;
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}

.slick-arrow {
    opacity: 0;
}

.thumb-prev:hover,
.thumb-prev:focus,
.thumb-next:hover,
.thumb-next:focus {
    background-color: #ffa62e;
    background-position: center;
    background-repeat: no-repeat;
}

.thumb-prev {
    top: 50%;
    right: auto;
}

.thumb-next {
    top: 50%;
    right: 0;
    left: auto;
}

.slider-for:hover .slick-arrow {
    opacity: 1;
}

.bg-light-full {
    background-color: #fffbf6;
}

.content-area {
    position: relative;
    z-index: 1;
}

.page-no-woocommerce ul {
    margin: 0;
    padding: 0;
}

.page-no-woocommerce ul li {
    list-style: none;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;

}

.page-no-woocommerce ul li::before {
    content: " ";
    background-image: url('inc/images/ico_check.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}


.forminator-button:after {
    content: '';
    position: relative;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    background-image: url('inc/images/arrow_1.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 10px;
    display: inline-block;
    width: 30px;
    height: 15px;
}

.forminator-button:hover:after {
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -o-transform: translateX(6px);
    transform: translateX(6px);
    background-image: url('inc/images/arrow_2.svg');
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.forminator-field p {
    font-size: 14px;
    font-weight: 400;
}

.img-error {
    background-image: url('inc/images/404_error.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    margin: 0 auto 20px;
    width: 300px;
    height: 300px;
}

/*session*/
#session-expiring-message,
#session-expired-message,
#added-to-cart-popup {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #ffffffc7;
}

#added-to-cart-message br:after {
	position:relative;
  content: " ";
}

.session-wrap {
    position: absolute;
    padding: 25px;
    max-width: 600px;
    width: 90%;
    height: 250px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 2px solid #611715;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Scroll to top*/
#top-button {
    display: inline-block;
    background: #fffbf6;
    border: 1px solid #611715;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 25px;
    right: 25px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#top-button:hover {
    border: 1px solid #ffa62e;
    background: #ffa62e;
    cursor: pointer;
}

#top-button.show {
    opacity: 1;
    visibility: visible;
}

#top-button .icon-arrow-dark {
    transform: rotate(-90deg);
    width: 20px;
    height: 20px;
    display: block;
    margin: auto;
    margin-top: 15px;
}

#top-button:hover .icon-arrow-dark {
    transform: rotate(-90deg) translateX(2px);
}

/* styles for cookie wall background */
.cmplz-soft-cookiewall {
    background-color: rgba(255, 252, 246, .8) !important;
}

#cmplz-document,
.editor-styles-wrapper .cmplz-unlinked-mode {
    max-width: 100%;
}

/*Instagram, facebook widget*/
.widget-desktop {
    display: none;
    right: 0;
    top: 30%;
    padding: 15px 0;
    width: 50px;
    flex-direction: column;
    border-radius: 30px 0 0 30px;
}

.widget-mobile {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    width: 180px;
    height: 50px;
    padding: 15px 25px;
    border-radius: 35px 35px 0 0;
}

.icon-wrap-widget {
    position: fixed;
    background: #fffbf6;
    align-items: center;
    z-index: 1;
    box-shadow: -4px 0px 12px 0px rgba(97, 23, 21, 0.2);
    -webkit-box-shadow: -4px 0px 12px 0px rgba(97, 23, 21, 0.2);
    -moz-box-shadow: -4px 0px 12px 0px rgba(97, 23, 21, 0.2);
}

.widget-desktop .icon-facebook-logo,
.widget-desktop .icon-mixme-small {
    margin-bottom: 15px;
}

.widget-mobile .icon-facebook-logo,
.widget-mobile .icon-instagram-logo,
.widget-mobile .icon-mixme-small {
    width: 20px;
    height: 20px;
}

.widget-desktop .icon-facebook-logo,
.widget-desktop .icon-instagram-logo,
.widget-desktop .icon-mixme-small {
    width: 30px;
    height: 30px;
}

.home_menu .menu_btn>div {
	margin-right: 20px !important;
}

.home_menu .menu_btn>div:last-child {
	margin-right: 0;
}

.icon-facebook-logo:hover,
.icon-instagram-logo:hover,
.icon-mixme-small:hover {
    opacity: .8;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.icon-facebook-logo {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    background-image: url('inc/images/ico_fb.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
}

.icon-instagram-logo {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    background-image: url('inc/images/ico_ig.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
}

.icon-mixme-small {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    background-image: url('inc/images/ico_logo.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
}

/* Buttons style*/
.back-button {
    position: fixed;
    z-index: 9;
    left: 12px;
    top: 10%;
    display: none;
    bottom: auto;
    padding: 10px;
    background: #fffbf6;
    box-shadow: -4px 0px 12px 0px rgba(97, 23, 21, 0.2);
    -webkit-box-shadow: -4px 0px 12px 0px rgba(97, 23, 21, 0.2);
    -moz-box-shadow: -4px 0px 12px 0px rgba(97, 23, 21, 0.2);
}

.btn-back {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    background-image: url('inc/images/arrow-01.svg');
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
}

.back-button:hover {
    background: #611715;
}

.back-button:hover .btn-back {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    background-image: url('inc/images/arrow-03.svg');
}

.btn-default-style {
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    padding: 10px 20px;
    border: 2px solid transparent;
    outline: none;
}



.btn-default-style:active:focus,
.btn-default-style:focus {
    box-shadow: none;
}

.btn-default-style:hover {
    text-decoration: none;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.btn-yellow {
    background-color: #ffa62e;
    color: #fffbf6;
    font-size: 18px;
}

.btn-yellow:hover {
    background-color: transparent;
    border: 2px solid #611715;
    color: #611715;
}

.btn-red {
    background-color: #d8555a;
    color: #fffbf6;
}

.btn-red:hover {
    background-color: transparent;
    border: 2px solid #611715;
    color: #611715;
}

.btn-dark {
    background-color: #611715;
    border: 2px solid transparent;
    color: #fffbf6;
}

.btn-dark:hover {
    background-color: transparent;
    border: 2px solid #611715;
    color: #611715;
}

.btn-light {
    background-color: #fffbf6;
    border: 2px solid transparent;
    color: #611715;
    font-size: 20px;
}

.btn-light:hover {
    background-color: transparent;
    border: 2px solid #611715;

}


.icon-arrow-light {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    background-image: url('inc/images/arrow_1.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 10px;
    display: inline-block;
    width: 30px;
    height: 15px;
}

.btn-yellow:hover .icon-arrow-light,
.btn-red:hover .icon-arrow-light,
.btn-light:hover .icon-arrow-dark,
.btn-dark:hover .icon-arrow-light {
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -o-transform: translateX(6px);
    transform: translateX(6px);
    background-image: url('inc/images/arrow_2.svg');
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.more-btn {
    color: #611715;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.more-btn:hover {
    text-decoration: none;
    color: #611715;
}

.icon-arrow-dark {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    background-image: url('inc/images/arrow_2.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 10px;
    display: inline-block;
    width: 30px;
    height: 15px;
}

.more-btn:hover .icon-arrow-dark {
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -o-transform: translateX(6px);
    transform: translateX(6px);
    background-image: url('inc/images/arrow_2.svg');
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}



.waves-hr {
    background-image: url('inc/images/ico_wave_4.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 10px;
    display: inline-block;
    width: 100%;
    height: 50px;
    margin: 30px auto;
}


@keyframes occasional-arrow-bounce {
    0% {
        transform: translateY(2px) rotate(90deg);
    }


    100% {
        transform: translateY(-6px) rotate(90deg);
    }
}

.icon-scroll-down {
    position: relative;
    display: block;
    background-image: url('inc/images/arrow_2.svg');
    transform: rotate(90deg) translateY(0);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 50px;
    height: 60px;
    animation: occasional-arrow-bounce 1s infinite alternate ease-out;
}

.scroll-down-arrow {
    border: 0;
    position: relative;
    margin: 40px auto;
}

.scroll-down-arrow::before,
.scroll-down-arrow::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.spin {
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spin:hover {
    cursor: pointer;
}


/* Header - Main Menu */

/* .cart {
    margin-right: 40px;
    position: relative;
    margin-left: 40px;
}

.my-account-menu {
    position: relative;
    display: block;
    background-image: url('inc/images/menu-user.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 50px;
    height: 50px;
}

.cart .cart-items-count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cart-menu {
    position: relative;
    display: block;
    background-image: url('inc/images/menu_chart.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 50px;
    height: 50px;
} */

@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        left: 0;
        width: 100%;
        height: 100%;
        transition: left 300ms ease-in-out;
    }
	

    .navbar-collapse.collapsing {
        left: -100%;
        transition: left 300ms ease-in-out;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-toggler.collapsed~.navbar-collapse {
        transition: left 500ms ease-in-out;
    }
}

/* Header Page Styles */
.page-header {
    background-color: #fffbf6;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 100px 0 0px;
}

.page-header-text {
    background-color: #fffbf6;
    height: 350px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 170px 0 50px;
}

.page-header-shop {
    height: 340px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 150px 0 100px;
}

.page-title {
    
    font-size: 400%;
    font-weight: 900;
    color: #611715;
    font-size: 46px;
    line-height: 1;
}

.page-title-light {
    -webkit-text-stroke: 2px #fffbf6;
    font-size: 32px;
}

.section-title-stroke {
    -webkit-text-stroke: 2px #611715;
    font-size: 400%;
    font-weight: 900;
    color: transparent;
    font-size: 42px;
    letter-spacing: 1px;
}

.info-box-stroke {
    -webkit-text-stroke: 2px #fffbf6;
    font-weight: 900;
    color: transparent;
    font-size: 42px;
    line-height: 1.2;
}

.page-subtitle, .page-subtitle a {
    color: #611715;
    font-weight: 900;
    font-size: 50px;
    font-family: 'Barlow', sans-serif;
}
.page-subtitle a:hover {
	cursor:pointer;
}
.section-title {
    color: #611715;
    font-weight: 900;
    font-size: 44px;
    margin-bottom: 25px;
    font-family: 'Barlow', sans-serif;
}

.from-one-bottle .waves-line-hr {
	width: 260px;
}

.from-one-bottle-icon {
	width: 20px;
	vertical-align: text-bottom;
}

.color-light {
    color: #fffbf6;
}

.color-light:hover {
	color: #fffbf6;
}

/* Content Page style*/
.blog .blog-area {
    margin-top: -50px;
}

.page-content {
    margin-top: -50px;
}

/*Page Abaout*/
.header-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.page-header {
    height: auto;
}

.content-area-contact .page-header {
    height: 100%;
    padding-top: 170px;
}

.header-img {
    width: 100%;
    margin: auto 0 auto auto;
    height: auto;
    min-height: 400px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-content {
    width: 100%;
    max-width: 600px;
    height: 440px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.about-wrap {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 50px 0;
}

.about-wrap div.col-12:nth-child(odd) .about-item {
    max-width: 615px;
}

.about-item {
    margin-bottom: 50px;
    flex: 1;
}

.info-box {
    background-color: #611715;
    color: #fffbf6;
    padding: 40px 0;
    font-size: 22px;
    margin: auto;
}



.info-box p {
    margin-bottom: 0;
}

.info-animation {
    background-color: #611715;
    color: #fffbf6;
    margin: auto;
}

.why-mixme-wrap {
    background-color: #fffbf6;
    padding: 100px 0;
}

.desc-mixme-why {
    margin-bottom: 50px;
}

/* Coctails box */
.coctails-item-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 50px;
}

.coctails-wrap {
    margin-top: 50px;
    margin-bottom: 30px;
}

.coctails-item {
    text-align: center;
    font-size: 18px;
    display: flex;
    flex-direction: column;
}

.coctails-item img {
    max-width: 70%;
    height: auto;
    max-height: 40px;
    margin: 30px auto;
}

.coctails-item .coctails-header {
    display: flex;
    flex-direction: column;
}

.coctails-item h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
}

.coctails-with-wrap .coctails-item h3 {
    font-size: 20px;
}

.coctails-item .coctails-header h3 br {
    display: none;
}

.coctails-item hr {
    width: 60%;
    margin: 25px auto 15px;
}



.proportions-coctails {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 600;
    margin: 10px auto;
}

.desc-coctails {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 400;
}

desc-mix-with {
    margin: 30px 0 30px;
}


/* Video Modal
-----------------------------------------*/
.wrap {
    max-width: 600px;
    margin: 50px auto;
}

.js-modal-open {
    cursor: pointer;
}


.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.modal__bg {
    background: rgba(255, 251, 246, .9);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content {
    background: #fffbf6;
    left: 50%;
    padding: 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.modal__content .js-modal-close {
    font-size: 16px;
    cursor: pointer
}

.modal__content video {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    margin-bottom: 8px;
}

.video-banner-icon-play {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 2.5em;
    height: 2.5em;
    background-image: url('inc/images/ico_play.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    width: 100%;
    height: 50px;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.0);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.0);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.0);
    transform: translateX(-50%) translateY(-50%) scale(1.0);

    -webkit-transition:
        all 0.2s ease-out 0.05s;
    transition:
        all 0.2s ease-out 0.05s;
}

@media (min-width: 641px) {
    .video-banner-icon-play {
        width: 5.5em;
        height: 5.5em;
    }
}

.video-banner-icon-play:hover {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.2);
    transform: translateX(-50%) translateY(-50%) scale(1.2);
}

/* Home Page Website Style*/


.home-base,
.more-mix {
    padding: 100px 0;
}

.home-fits {
    margin: 70px auto 30px;
}

.home-page-img-box {
    padding: 50px 0 50px;
}

.home .blog-area {
    position: relative;
}

.home .blog-area:before {
    content: '';
    position: absolute;
    background: #fffbf6;
    display: block;
    width: 100%;
    height: 75%;
    bottom: 0;
    z-index: -1;
}

/* .flavors-home {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    height: 400px;
    grid-template-rows: 200px;
    grid-template-areas:
        "flavors-item-1 flavors-item-2 flavors-item-3"
        "flavors-item-3 flavors-item-4 flavors-item-6"
} */

.flavors-home {
    display: flex;
	flex-wrap: wrap;
}

.flavors-home a:nth-child(2),
.flavors-home a:nth-child(6) {
	background-size: contain;
	background-position-y: center;
	pointer-events: none;
	background-size: 80%;
}

.flavors-item-1 {
    grid-area: flavors-item-1;
}

.flavors-item-2 {
    grid-area: flavors-item-2;
}

.flavors-item-3 {
    grid-area: flavors-item-3;
}

.flavors-item-4 {
    grid-area: flavors-item-4;
}

.flavors-img {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 33%;
    display: block;
    transition: transform 0.3s;
	height: 292px;
}

/* @media (min-width: 1200px) {
	.flavors-home a:nth-child(1) {
		order: 1;
		background-position: bottom right;
	}
	.flavors-home a:nth-child(2) {
		order: 3;
		background-position: 10px;
		background-size: 170px;
	}
	.flavors-home a:nth-child(3) {
		order: 2;
		background-position: bottom left;
	}
	.flavors-home a:nth-child(4) {
		order: 4;
		background-position: top right;
	}
	.flavors-home a:nth-child(5) {
		order: 5;
		background-position: top left;
	}
	.flavors-home a:nth-child(6) {
		order: 6;
		background-position: 10px;
		background-size: 170px;
	}
} */
/* 
.flavors-home a:nth-child(1),
.flavors-home a:nth-child(4) {
	background-position: right bottom;
}

.flavors-home a:nth-child(2),
.flavors-home a:nth-child(5) {
	background-position: center; */
}

.flavors-home a:nth-child(2),
.flavors-home a:nth-child(6) {
	background-size: 180px;
}



.flavors-img:hover {
    transition: transform 0.3s;
    transform: scale(1.05);
    cursor: pointer;
/*     box-shadow: 0 0px 24px 10px rgba(0, 0, 0, 0.2); */
    z-index: 1;
}

.article-wrap article .article-content {
    max-width: 100%;
}

.home-page-img-box img {
    max-width: 100%;
    height: auto;
}

.home-bg-light-top {
    position: relative;
}

.home-bg-light-top:before {
    content: '';
    position: absolute;
    background: #fffbf6;
    display: block;
    width: 100%;
    height: 85%;
    top: 0;
    z-index: -1;
}

.home footer {
    background-color: #fffbf6;
}

/*Home page bee*/
.home-page-bee {
    background-color: #ffa62e;
    color: #fffbf6;
    margin-bottom: 50px;
    padding: 50px 0;
    position: relative;
    z-index: 0;
}

.bg-bee-home {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 130px;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    background-image: url('inc/images/ico_pszczoly.png');
}

.home-page-bee p {
    font-size: 20px;
}

.fits-li-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 40px 0 70px;
    flex-wrap: wrap;
    align-items: baseline;
}

.fits-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
    flex: 1;
}

.fits-item span {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
}

.icon-fits {
    background: url('inc/images/icon-fits.svg');
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
}

.img-fit-item {
    background-position: top center;
    background-size: auto;
    background-repeat: no-repeat;
    width: 65px;
    height: 65px;
    margin-right: 10px;
}

/* Article list section*/
article {
    text-align: center;
    margin-bottom: 90px;
}

article h3 {
    font-size: 29px;
    line-height: 1.2;
    margin-bottom: 30px;
}

article h3 a {
    color: #611715;
    font-weight: 300;
    text-decoration: none;
}

article .post-thumbnail {
    margin-bottom: 20px;
}

article .post-thumbnail img {
    max-width: 100%;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

article .content {
    color: #611715;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
    line-height: 1.2;
}

article .article-content {
    max-width: 333px;
    margin-left: auto;
    margin-right: auto;
}

/* General */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

@keyframes loop-words {
    0% {
        transform: translate(0)
    }

    100% {
        transform: translateX(-33%)
    }
}

.loop-holder {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    background-color: #611715;
    padding: 6px 0;
    font-weight: 700;
}

.loop-holder__text {
    -webkit-text-stroke: 1px #fffbf6;
    color: transparent;
    animation: textLoop 15s linear infinite;
    font-size: 42px;
    margin-right: 10px;
}

.loop-holder__text.selected {
    color: #fffbf6;
}

@keyframes textLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.why-bee-container {
    margin-bottom: 60px;
}

.why-bee-wrap {
    width: 100%;
    max-width: 650px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.why-bee-wrap:after {
    content: '';
    position: relative;
    width: 160px;
    height: 160px;
    background-image: var(--imgBackground);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}

.waves-line-hr {
    background: url('inc/images/zig-zag.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 100%;
    height: 35px;
}

.why-bee-wrap .waves-line-hr {
    content: '';
    position: absolute;
    top: -50px;
}

.why-bee-wrap .section-title-stroke {
    width: 100%;
}

/* Shop List*/
.shop-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 70px;
}

.content-shop-list {
    position: relative;
    top: -50px;
}

.shop-list-logo {
    position: relative;
    transition: transform 0.3s;
    display: flex;
    width: 170px;
    height: 170px;
    border: 2px solid #ffa62e;
    border-radius: 100%;
    margin-bottom: 40px;

}

.shop-list-logo:hover {
    cursor: pointer;
    transition: transform 0.3s;
    transform: scale(1.05);
}

.shop-list-logo:after {
    content: '';
    position: absolute;
    background-image: var(--imgBackgroundShop);
    background-position: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-height: 80px;
    height: 100%;
    width: 80%;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.woocommerce-loop-product__title {
	min-height: 85px;
	overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}

/*product zoom*/

.mfp-container {
	display: flex;
    flex-direction: column;
    align-items: center;
	margin-top: 70px
}

.mfp-container .mfp-figure {
	position: relative
}

.mfp-container .mfp-close {
	position: absolute;
    right: -16px;
	top: -16px;
    width: 33px;
	height: 33px;
    border: 2px solid #611715;
    background: white;
	z-index: 10000;
}

.mfp-container .mfp-preloader {
	display: none;
}

.mfp-container .mfp-figure img {
	max-height: calc(100vh - 90px) !important;
}

/* Footer */
.drink-img {
    background-image: url('inc/images/drink-woman.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    height: 150px;
    width: 100px;
    margin: auto;
    box-sizing: border-box;
}

.footer-widget-wrap {
    padding: 30px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 2px solid #611715;
}

.widget-area-footer {
    width: 100%;
    color: #611715;
    line-height: 1.2;
    font-weight: 400;
    font-size: 18px;
    padding: 0 8px;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul a {
    text-decoration: none;
    color: #611715;
    font-weight: 400;
    font-size: 18px;
}

footer ul a:hover {
    text-decoration: none;
    color: #ffa62e;
}

.address-company {
    color: #fffbf6;
    padding: 20px 0;
    text-align: center;
    background-color: #611715;
}

.widget-desktop {
    display: none;
}

.widget-mobile {
    display: flex;
}

@media (min-width: 769px) {
	.woo-product-gallery-slider > div:first-child .slick-slide {
		width: 400px !important;
	}

	.woo-product-gallery-slider > div:first-child .slick-slide:nth-child(1) {
		left: -0px !important;
	}
	.woo-product-gallery-slider > div:first-child .slick-slide:nth-child(2) {
		left: -400px !important;
	}
	.woo-product-gallery-slider > div:first-child .slick-slide:nth-child(3) {
		left: -800px !important;
	}
	.woo-product-gallery-slider > div:first-child .slick-slide:nth-child(4) {
		left: -1200px !important;
	}
	.woo-product-gallery-slider > div:first-child .slick-slide:nth-child(5) {
		left: -1600px !important;
	}
	.woo-product-gallery-slider > div:first-child .slick-slide:nth-child(6) {
		left: -2000px !important;
	}
	.woo-product-gallery-slider > div:first-child .slick-slide:nth-child(7) {
		left: -2400px !important;
	}
	.woo-product-gallery-slider > div:first-child .slick-slide:nth-child(8) {
		left: -2800px !important;
	}
	.woo-product-gallery-slider > div:first-child .slick-slide:nth-child(9) {
		left: -3200px !important;
	}
	.woo-product-gallery-slider > div:first-child .slick-slide:nth-child(10) {
		left: -3600px !important;
	}
	.woo-product-gallery-slider > div:first-child .slick-slide:nth-child(11) {
		left: -4000px !important;
	}
	.woo-product-gallery-slider > div:first-child .slick-slide:nth-child(12) {
		left: -4400px !important;
	}
	.woo-product-gallery-slider > div:first-child .slick-slide:nth-child(13) {
		left: -4800px !important;
	}
	.woo-product-gallery-slider > div:first-child .slick-slide:nth-child(14) {
		left: -5200px !important;
	}
	.woo-product-gallery-slider > div:first-child .slick-slide:nth-child(15) {
		left: -5600px !important;
	}
	.woo-product-gallery-slider > div:first-child .slick-slide:nth-child(16) {
		left: -6000px !important;
	}
	.woo-product-gallery-slider > div:first-child .slick-slide:nth-child(17) {
		left: -6400px !important;
	}
	.woo-product-gallery-slider > div:first-child .slick-slide:nth-child(18) {
		left: -6800px !important;
	}
	.woo-product-gallery-slider > div:first-child .slick-slide:nth-child(19) {
		left: -7200px !important;
	}
	.woo-product-gallery-slider > div:first-child .slick-slide:nth-child(20) {
		left: -7600px !important;
	}
	.woo-product-gallery-slider > div:first-child .slick-slide:nth-child(21) {
		left: -8000px !important;
	}
	.woo-product-gallery-slider > div:first-child .slick-slide:nth-child(22) {
		left: -8400px !important;
	}
	.woo-product-gallery-slider > div:first-child .slick-slide:nth-child(23) {
		left: -8800px !important;
	}
	.woo-product-gallery-slider > div:first-child .slick-slide:nth-child(24) {
		left: -9200px !important;
	}
	.woo-product-gallery-slider > div:first-child .slick-slide:nth-child(25) {
		left: -9600px !important;
	}
	.woo-product-gallery-slider > div:first-child .slick-slide:nth-child(26) {
		left: -10000px !important;
	}
	.woo-product-gallery-slider > div:first-child .slick-slide:nth-child(27) {
		left: -10400px !important;
	}
	.woo-product-gallery-slider > div:first-child .slick-slide:nth-child(28) {
		left: -10800px !important;
	}
	.woo-product-gallery-slider > div:first-child .slick-slide:nth-child(29) {
		left: -11200px !important;
	}
	.woo-product-gallery-slider > div:first-child .slick-slide:nth-child(30) {
		left: -11600px !important;
	}
}



/* .woocommerce-product-gallery__image.single-product-main-image.slick-slide {
	width: 400px !important;
} */

/*Responsive*/

@media (min-width: 576px) {

    

    .container {
        max-width: 95%;
    }

/*     .flavors-home {
        height: 500px;
        grid-template-rows: 250px;
    } */

    .bg-bee-home {
        min-height: 150px;
        background-position: top left;
    }
}

@media (min-width: 1000px) {
	.flavors-home {
		align-items: center;
		justify-content: center
	}
	.flavors-img {
		background-size: contain;
	}
	
	.flavors-img {
		height: 50%;
		width: 33%;
	}
	
	.flavors-home a:nth-child(1),
	.flavors-home a:nth-child(4) {
		background-position-x: right;
	}
	
	.flavors-home a:nth-child(2),
	.flavors-home a:nth-child(6) {
		display: flex;
		background-size: 200px;
/* 		order: -1; */
		height: 33%;
		background-position-y: calc(100% - 20px);
	}
	.flavors-home a:nth-child(2) img,
	.flavors-home a:nth-child(6) img {
		width: 80% !important;
		margin-right: auto;
		margin-left: auto;
	}
	
	
	.flavors-home a:nth-child(3),
	.flavors-home a:nth-child(5) {
		background-position-x: left;
	}
}


@media (max-width: 1000px) {
	.flavors-img {
		height: 33%;
		width: 50%;
	}
	
	.flavors-home {
		display: flex;
		justify-content: center;
		align-content: center;
	}
	
	.flavors-home a:nth-child(2),
	.flavors-home a:nth-child(6) {
		display: none;
	}
	
	.flavors-home a:nth-child(2) img,
	.flavors-home a:nth-child(6) img {
		width: 80% !important;
		margin-left: auto;
		margin-right: auto;
		
	}
	.flavors-home a:nth-child(2) {
		order: -1
	}
}

@media (max-width: 767px) {

    #shop-products-section {
        padding-top: 100px;
    }

    .why-mixme-wrap .col-12.col-sm-5 {
        order: -1;
    }


    .why-mixme-wrap .row {
        gap: 1rem;
    }

    .section-title {
        font-size: 32px;
    }

	.flavors-img {
		height: 50%;
		width: 50%;
	}
	.flavors-home a:nth-child(1),
	.flavors-home a:nth-child(4) {
		background-position-x: right;
	}
	
	.flavors-home a:nth-child(2),
	.flavors-home a:nth-child(6) {
		display: none;
		background-size: 150px;
		order: -1;
	}
	.flavors-home a:nth-child(2) {
		background-position-x: calc(100% - 10px);
	}
	
	.flavors-home a:nth-child(6) {
		background-position-x:10px;
	}
	
	.flavors-home a:nth-child(3),
	.flavors-home a:nth-child(5) {
		background-position-x: left;
	}
}

@media (min-width: 576px) {
	.woocommerce-loop-product__title {
		min-height: 85px;
	}
}

@media (max-width: 576px) {
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 48%;
	}
	.woocommerce ul.products li.product .price {
		height: 54px;
	}
	.session-wrap {
		height: 350px;
	}
	.woocommerce-notices-wrapper .woocommerce-message {
		display: flex;
		flex-direction: column;
	}
	.home_menu .menu_btn {
		margin-left: 0;
		margin-right: 30px;
	}
	.home_menu .menu_btn>div {
		margin-right: 10px !important;
	}
}

@media (max-width: 425px) {
	.flavors-img {
		height: 50%;
		width: 50%;
	}
	.flavors-home a:nth-child(2),
	.flavors-home a:nth-child(6) {
		display: none;
		background-size: 120px;
		height: 150px;
	}
	.flavors-home a:nth-child(2) {
		background-position-x: calc(100% - 10px);
	}
	
	.flavors-home a:nth-child(6) {
		background-position-x:10px;
	}
}

@media (min-width: 768px) {
	.accordion-content .row:first-child .col-md-6:last-of-type {
		margin-top: -70px
	}

    .fits-item {
        justify-content: flex-start;
    }

    .more-mix .section-title {
        font-size: 50px;
        line-height: 1;
    }


    .home-page-bee {
        margin-bottom: 50px;
        padding: 100px 0;
    }

    .why-bee-wrap {
        width: 100%;
        max-width: 650px;
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: row;
        margin-bottom: 30px;
        justify-content: flex-start;
    }

    .why-bee-wrap .section-title-stroke {
        max-width: 400px;
    }

    .bg-bee-home {
        min-height: 200px;
        background-position: top left;
    }

    /*footer*/
    .footer-widget-wrap {
        padding: 30px 0px;
    }

    .widget-area-footer {
        flex: 1;
    }

    .coctails-item {
        font-size: 16px;
    }

    .article-wrap article .article-content {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        height: 700px;
    }
}

@media (min-width: 992px) {
    .back-button {
        display: block;
    }

    .coctails-item-wrap {
        margin-bottom: 0;
    }

    .coctails-item .coctails-header {
        height: 150px;
    }

    .coctails-item .coctails-header h3 br {
        display: inherit;
    }

/*     .flavors-home {
        display: grid;
        grid-template-columns: 50% 50%;
        height: 870px;
        grid-template-rows: 290px;
        grid-template-areas:
            "flavors-item-1 flavors-item-2"
            "flavors-item-3 flavors-item-4"
            "flavors-item-5 flavors-item-6"
    } */

    .bg-bee-home {
        top: -60px;
        min-height: 240px;
    }

    .coctails-item {
        font-size: 18px;
    }

    .article-wrap article .article-content {
        height: 700px;
    }
}

@media (min-width: 1200px) {
	
	html .navbar-light .navbar-nav .nav-link {
		margin: .4rem;
	}

    .bg-bee-home {
        min-height: 560px;
        background-image: url('inc/images/bg-bee.png');
        background-size: contain;
        background-position: bottom right;
    }

    .container {
        max-width: 1340px;
    }

    .widget-desktop {
        display: flex;
    }

    .widget-mobile {
        display: none;
    }

    .coctails-item .coctails-header {
        height: 100px;
    }

    .coctails-item h3 {
        margin-bottom: 0;
    }

    .home-page-img-box {
        padding: 50px 0 50px;
    }

    .home-page-coctails {
        margin-bottom: 50px;
    }

    .page-header {
        height: 680px;
        margin-bottom: 100px;
    }

    .content-area-contact .page-header {
        height: 100%;
        padding-top: 200px;
    }

    .header-wrap {
        flex-direction: row;
    }

    .header-img {
        min-height: 590px;
        background-size: contain;
    }

/*     .flavors-home {
        display: grid;
        grid-template-columns: 33% 33% 33%;
        height: 560px;
        grid-template-rows: 280px 280px 280px 280px;
        grid-template-areas:
            "flavors-item-1 flavors-item-2 flavors-item-3"
        	"flavors-item-3 flavors-item-4 flavors-item-6"
    } */

    .footer-widget-wrap {
        padding: 30px 50px;
    }

    .article-wrap article .article-content {
        height: 700px;
    }
}


@media (min-width: 1560px) {
	
	html .navbar-light .navbar-nav .nav-link {
		margin: .8rem;
	}
	
    .container {
        max-width: 1440px;
    }

    .header-img {
        min-height: 720px;
    }
}

@media (min-width: 1920px) {
    h2 {
        font-size: 46px;
    }

    .widget-desktop {
        width: 80px;
        border-radius: 40px 0 0 40px;
    }

    .widget-desktop .icon-facebook-logo,
    .widget-desktop .icon-instagram-logo,
    .widget-desktop .icon-mixme-small {
        width: 40px;
        height: 40px;
    }

/*     .flavors-home {
        display: grid;
        grid-template-columns: 33% 33% 33%;
        height: 700px;
        grid-template-rows: 350px 350px 350px 350px;
        grid-template-areas:
            "flavors-item-1 flavors-item-2 flavors-item-3"
            "flavors-item-4 flavors-item-5 flavors-item-6"
    } */

    .loop-holder__text {
        font-size: 60px;
    }

    .flavors-img {
        background-position: center;
    }

    .page-header {
        padding: 100px 0 0px;
        margin-bottom: 150px;
        height: 800px;
    }

    .header-img {
        min-height: 680px;
        background-size: cover;
    }

    .container {
        max-width: 1460px;
    }

    .section-title-stroke {
        font-size: 56px;
        margin-bottom: 40px;
    }

    .section-title {
        font-size: 50px;
    }

    .header-desc p {
        font-size: 22px;
    }

    .img-fit-item {
        width: 100px;
        height: 100px;
    }

    .fits-item span {
        font-size: 24px;
    }

    .icon-fits {
        height: 400px;
    }

    .home-page-img-box {
        padding: 100px 0 50px;
        margin-bottom: 50px;
    }

    .desc-mix-with {
        margin: 20px 0 50px;
    }
}

@media (min-width: 2560px) {

    content-shop-list {
        position: relative;
        top: -100px;
    }


    .page-header {
        padding: 150px 0 100px;
        height: 82vh;
    }

    .info-box-stroke {
        font-size: 62px;
        line-height: 1.2;
    }

    .page-subtitle {
        font-size: 60px;
    }

    h2 {
        font-size: 54px;
    }

    h3 {
        font-size: 42px;
    }

    .container {
        max-width: 1700px;
    }

    .header-img {
        min-height: 960px;
    }

    .page-header-text {
        height: 500px;
    }

    .page-title {
        font-size: 54px;
    }

    .blog .blog-area {
        margin-top: -150px;
    }

    .page-title-light {
        font-size: 50px;
    }

    .img-content {
        width: 100%;
        max-width: 780px;
        height: 550px;
    }

    .about-wrap div.col-12:nth-child(odd) .about-item {
        max-width: 780px;
    }

    .desc-coctails {
        font-size: 20px;
    }

    .img-content-carousel {
        font-size: 20px;
    }

    .img-waves {
        height: 180px;

    }

    .coctails-item {
        font-size: 20px;
    }

    .coctails-item h3 {
        font-size: 24px;
    }

    .coctails-item img {
        max-height: 50px;
    }
}