/*RESPONSIVE MENU*/
.responsive_btn {
    display: none;
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    margin: -2px 0;
    float: right;
    position: relative;
    z-index: 20;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    background: #800020;
    border-radius: 8px;
    /* margin-left: 40px; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.responsive_btn span {
    display: block;
    height: 2px;
    width: 20px;
    position: relative;
    top: 50%;
    margin: -1px auto;
}

.responsive_btn span:before,
.responsive_btn span:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}

.responsive_btn span:before {
    top: -6px;
}

.responsive_btn span:after {
    bottom: -6px;
}

.responsive_btn span,
.responsive_btn span:before,
.responsive_btn span:after {
    background: #fff;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.responsive_btn:hover span,
.responsive_btn:hover span:before,
.responsive_btn:hover span:after {
    background: #fff;
}

.responsive_nav {
    display: block;
    position: fixed;
    left: -280px;
    top: 0;
    bottom: 0;
    width: 280px;
    min-height: 100%;
    z-index: 101;
    background: #800020;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.responsive_nav ul {
    margin: 0;
    padding: 0;
    text-align: left;
    flex-direction: column;
}

.responsive_nav {
    margin: 0;
    padding: 0;
    text-align: left;
    overflow: scroll;
}


.responsive_nav li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}

.responsive_nav li:first-child {
    border-top: none;
}

.responsive_nav li:after {
    display: none;
}

.responsive_nav li>a {
    display: block;
    padding: 12px 10px 8px;
    color: var(--white-color);
    position: relative;
}

.responsive_nav li a:hover,
.responsive_nav li a:focus,
.responsive_nav li.current_page_item>a {
    color: #fff;
}

.responsive_nav ul {
    padding: 0
}

.responsive_nav .sub-menu,
.responsive_nav li a i {
    display: none;
}

.responsive_nav .subarrow {
	pointer-events: inherit;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 8px;
	display: grid;
	place-items: center;
	background: var(--black-color);
	cursor: pointer;
}
.responsive_nav .sub-menu .container {
    width: 100%;
    padding: 0;
}

.bodyOverlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    transform: none;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

html.responsive,
.responsive body {
    overflow-y: hidden;
}

.responsive .wrapper {
    -webkit-transform: translate(-280px, 0) !important;
    transform: translate(-280px, 0) !important;
}

.responsive .bodyOverlay {
    opacity: 1;
    visibility: visible;
}

.responsive .responsive_nav {
    left: 0;
}

.responsive .responsive_btn {
    pointer-events: none;
}

.responsive .responsive_btn span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.responsive .responsive_btn span:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    top: 0;
}

.responsive .responsive_btn span:before {
    opacity: 0;
}

.responsive_nav .opened>.subarrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.responsive_nav .mCSB_outside+.mCSB_scrollTools {
    right: 0;
}

.responsive .responsive_nav .mCSB_outside+.mCSB_scrollTools {
    right: -4px;
}

.responsive_nav li.menu-item-has-children {
    display: block;
}

.responsive_nav ul li .sub-menu {
    padding-left: 0px;
}

.responsive_nav .submenu li:last-child {
    border: none;
}

/*MENU END*/

@media only screen and (max-width: 1399px) {
    .logo {
        width: 128px;
        height: 132px;
    }

    .menu_wrapper>.menu-item>.menu-link {
        font-size: 18px;
    }

    #searchForm .form-control {
        height: 46px;
    }

    .header_right ul {
        gap: 12px;
    }

    #searchForm button {
        --size: 36px;
        font-size: 14px;
    }

    [class*="chill-btn-"] {
        --size: 46px;
        font-size: 16px;
    }
    .addressBar .infutField .form-control{
        height: 46px;
    }
    .stepBox figure::after {
        width: 156px;
        height: 28px;
    }

    .banner_text-in .heading,
    .heading {
        font-size: 60px;
    }

    .title {
        font-size: 48px;
    }

    .mobileBox img {
        max-width: 200px;
    }

    .userExperience .section-content {
        max-width: 540px;
    }

    .userExperience .section-content::after {
        width: 280px;
        height: 110px;
    }

    .whyChooseUs-wrap .title {
        font-size: 84px;
    }

    .usp .usp_top {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .beer_bottel {
        max-width: 200px;
    }

    .meili_vedka .section-content {
        max-width: 560px;
    }

    .whyChooseUs,
    .productsArea,
    .calltoAction {
        padding-block: 90px;
    }

    .userExperience,
    .howtoOrder {
        padding-block: 60px;
    }

    .chooseImg img:not(:first-child) {
        bottom: -40px;
        right: -40px;
        max-width: 300px;
    }

    .callBox figure::after {
        width: 230px;
        height: 40px;
    }

    .callBox .subheading {
        font-size: 26px;
    }

    .mainFooter {
        font-size: 15px;
    }

    .footerTitle {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .mainFooter::after {
        width: 90px;
        height: 240px;
    }
}
/* 1280px */
@media only screen and (max-width: 1279px) {
    .menu_wrapper > .menu-item > .menu-link{
        font-size: 16px;
        padding: 10px 16px;
    }
    .header_right [class*="chill-btn-"]{
        font-size: 14px;
        padding-inline: 20px;
    }

}
/*1170px*/
@media only screen and (max-width: 1199px) {
    .submenu {
        display: none;
        background: #9e2644;
    }

    .subheading,
    .subtitle {
        font-size: 20px;
        line-height: 1.18;
    }

    .whyChooseUs-wrap .title {
        font-size: 70px;
    }

    .callBox .subheading {
        font-size: 20px;
    }

    .footerRow {
        display: grid;
        grid-template-columns: repeat(1, 3fr 2fr 2fr 2fr 2fr);
    }

    header .nav_wrapper nav {
        display: none;
    }

    .responsive_btn {
        display: block;
    }

    .responsive_nav .menu_wrapper > .menu-item > .menu-link{
        color: var(--white-color);
    }

}

/*992px*/
@media only screen and (max-width: 1169px) {

    .banner_text-in .heading,
    .heading {
        font-size: 40px;
    }

    .common_banner.home_banner figure {
        height: 500px;
    }

    .banner_img img {
        width: 100%;
        height: 100%;
        /* object-fit: contain; */
    }

    .userExperience .section-content::after {
        display: none;
    }

    .stepBox {
        margin-bottom: 30px;
    }

    .stepBox figure {
        height: auto;
        margin-bottom: 15px;
    }

    .title {
        font-size: 38px;
    }

    .meili_vedka .section-content {
        padding: 20px;
        text-align: center;
        margin: 0 auto;
        background-color: rgba(197, 197, 197, 0.2);
        -webkit-backdrop-filter: blur(1px);
        backdrop-filter: blur(14px);
    }

    .meili_vedka .section-content p {
        color: #000;
    }

    .whyChooseUs-wrap {
        grid-template-columns: 100%;
        gap: 80px;
    }

    .stepBox figure::after,
    .callBox figure::after {
        display: none;
    }

    .userExperience,
    .howtoOrder {
        padding-block: 40px;
    }

    .section-content {
        margin-bottom: 30px;
    }

    .stepBox [class*="chill-btn-"] {
        margin-top: 0;
    }

    .mobileBox::after {
        display: none;
    }

    .chooseImg img:not(:first-child) {
        right: 9px;
    }
}

/*768px*/
@media only screen and (max-width: 991px) {
    .logo {
        width: 100px;
        height: 104px;
    }

    .mobileBox img {
        max-width: 150px;
    }

    .banner_text-in .heading,
    .heading {
        font-size: 37px;
    }

    .userExperience .section-content {
        padding-right: 0;
    }

    .whyChooseUs-wrap .title {
        font-size: 55px;
    }

    .whyChooseUs,
    .productsArea,
    .calltoAction {
        padding-block: 60px;
    }

    .productsArea .productBox img {
        max-width: 200px;
        margin: 0 auto;
    }
}

/*600px*/
@media only screen and (max-width: 767px) {
    .searchFormBox {
        position: relative !important;
    }

    .searchFormBox form {
        display: none;
        position: absolute !important;
        z-index: 1;
        top: calc(100% + 40px);
        width: 40vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .searchFormBox form::before {
        content: '';
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        border: 10px solid transparent;
        border-bottom-color: #800020;
        z-index: -1;
        pointer-events: none;
    }

    .searchToggle {
        --size: 40px;
        border: none;
        outline: none;
        position: absolute;
        top: 50%;
        right: 55%;
        transform: translateY(-50%);
        background: var(--primary-color);
        color: var(--white-color);
        border-radius: 100%;
        width: var(--size);
        height: var(--size);
        font-size: 15px;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .searchFormBox button {
        display: none;
    }

    .common_banner.home_banner figure {
        height: 450px;
    }

    .userExperience .section-content {
        text-align: center;
    }

    .userExperience .mobileBox {
        justify-content: center;
    }

    .mainFooter {
        padding: 40px 0 20px;
    }

    .accordian .at-title {
        position: relative;
    }

    .accordian .at-tab {
        padding: 20px 119px 0 0;
    }

    .accordian .at-title::after {
        content: "\f107";
        font-family: "fontawesome";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        transition: all 0.3s ease;
        font-size: 20px;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--white-color);
        transition: all 300ms ease-in;
        background: #2093CA;
    }

    .at-tab {
        display: none;
        padding: 15px;
        border-top: none;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        /* background-color: #fff; */
    }

    .at-title {
        cursor: pointer;
        position: relative;
        transition: background-color 0.3s ease;
        border-bottom: 1px solid #ccc;
        padding: 0 0 5px 0;
    }

    /* .at-title:hover {
        background-color: #e0e0e0;
      }
       */
    .at-title:after {
        content: "+";
        position: absolute;
        top: 34%;
        transform: translateY(-50%);
        right: 10px;
        transition: all 0.3s ease;
    }

    .at-title.active:after {
        content: "-";
    }

    .at-item {
        border-radius: 5px;
        margin-bottom: 10;
    }

    .at-title h2 {
        font-size: 22px;
        font-weight: 600;
        padding: 10px 15px;
        margin: 0;
    }

    .footerRow {
        display: grid;
        grid-template-columns: 100%;
    }

    .footerColumn::after {
        display: none;
    }

    .footerLinks {
        max-width: 100%;
        margin-inline: inherit;
    }

    .footerColumn {
        padding-bottom: 20px;
    }

    .copyright .d-flex {
        flex-direction: column;
    }
    .searchToggle{
        cursor: pointer;
    }
}

/*480px*/
@media only screen and (max-width: 575px) {
    .login-btn-wrap-page [class*="chill-btn-"] {
        --size: 32px;
        font-size: 12px;
    }

    .searchToggle {
        --size: 32px;
    }

    .buttonField [class*="chill-btn-"] {
        --size: 40px;
        font-size: 15px;
        min-width: 130px;
    }
    .addressBar form{
        gap: 12px;
    }
    .addressBar .infutField .form-control {
        height: 42px;
        padding: 0 24px;
        font-size: 14px;
    }

    .banner_text-in .term_and_condition {
        font-size: 14px;
        padding: 0 40px;
    }

    .banner_text-in .heading,
    .heading {
        font-size: 30px;
    }

    .title {
        font-size: 30px;
    }

    .whyChooseUs-wrap .title {
        font-size: 45px;
    }

    .common_banner.home_banner figure {
        height: 440px;
        position: relative;
        z-index: 1;
    }
    .common_banner.home_banner figure::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        background: url(../images/graphes.png) no-repeat top right / contain;
        width: 30px;
        height: 54px;
    }
    .common_banner.home_banner figure::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        background-image: url(../images/plate-bottle.png), url(../images/snacks.png);
        background-repeat: no-repeat;
        background-position: 0 100%, 100% 100%;
        width: 100%;
        height: 100%;
        pointer-events: none;
        background-size: 90px 84px, 80px 60px;
        z-index: 1;
    }
    .banner_text-in .term_and_condition {
        text-wrap: balance;
    }
}

/*360px*/
@media only screen and (max-width: 479px) {

    /* .loginBtnhead,
    .chill-btn-signup {
        display: none;
    } */

    .login, .signup {
        display: block;
    }

    .login-btn-wrap-page .login,
    .login-btn-wrap-page .signup {
        color: var(--primary-color);
        background: none !important;
        padding: 0 0px;
    }

    .login-btn-wrap-page .signup {
        color: #d4af37;
    }
    .logo {
	width: 80px;
	height: 84px;
}
.addressBar form {
	flex-direction: column;
}
.addressBar .infutField .form-control {
	height: 40px;
}
.addressBar {
	max-width: 650px;
	margin: 20px auto 30px;
}
.policyLink li:not(:first-child)::before {
display: none;
}
.footerRow {
	padding-left: 0;
}
.policyLink {
	display: flex;
	align-items: center;
	flex-direction: column;
	/* justify-content: left; */
}
.mainFooter::after {
	display: none;
}
footer .d-flex 
{
    text-align: center;
}
.stepBox [class*="chill-btn-"].sm {
	--size: 40px;
	font-size: 13px;
}
.whyChooseUs [class*="chill-btn-"] {
	--size: 40px;
	font-size: 14px;
}
.login-btn-wrap-page [class*="chill-btn-"] {
	--size: 32px;
	font-size: 0;
	background: none;
    padding: 0 0;
    margin-top: 8px;
}
#mySizeChart i {
	color: var(--primary-color);
	font-size: 15px;
}
#myBtn i {
	color: #d4af37;
	font-size: 15px;
}
[class*="chill-btn-"].sec-btn:hover {
	background:none;
	color: var(--secondary-color);
}
}

/*320px*/
@media only screen and (max-width: 359px) {
    .common_banner.home_banner figure::after {
        background-size: 72px 60px, 56px 36px;
    }
}