/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.hdr-menu a.elementor-item.elementor-item-active{
    position: relative;
}

.hdr-menu a.elementor-item.elementor-item-active{
    position: relative;
}
.hdr-menu a.elementor-item.elementor-item-active:before {
    content: "";
    height: 2px;
    width: 17px;
    background:#43211D;
    position: absolute;
    bottom: 14px;
    left: 0;
}
.cart-btn span.elementor-button-icon-qty{
    background-color: #9D94B8 !important;
    right: -9px !important;
    top: 12px !important;
}



.footer-menu ul li{
    position: relative;
}
.footer-menu ul li:before{
    content: "";
    width: 5px;
    height: 10px;
    background: url(images/side-arrow.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translateY(-50%);
}
.footer-menu  .elementor-item:first-child {
padding-left: 25px !important;
}
.footer-icon .elementor-icon i:before, .elementor-icon svg:before {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    top: 50%;
}
.footer-icon .elementor-icon {
    font-size: 35px;
}
.gravity-footer-form input{
    color: #F3EFEA;
    font-family: Bodoni Moda;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgb(243, 239, 234, 0.3);
   outline: none;
}
.gravity-footer-form input[type=submit]{
    color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 1.6px;
text-transform: uppercase;
background-color: #9D94B8;
border: 1px solid #9D94B8;
padding: 15px 40px !important;
transition: all 0.3s ease-in-out;
}
.gravity-footer-form input[type=submit]:hover{
    color: #9D94B8;
    background: white;
    border: 1px solid #9D94B8;
}
.gravity-footer-form .gfield--type-email{
    grid-column: span 9 !important;
}
.gravity-footer-form .gfield--type-submit{
    grid-column: span 3 !important;
}
.gravity-footer-form .gform_footer.before{
    margin: 0 !important;
    padding: 0 !important;
}
.drinks-h2 .elementor-widget-heading{
    position: relative;
}
.drinks-h2 .elementor-widget-heading h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bio-sec .elementor-icon-box-title span{
    position: relative;
}
.bio-sec .elementor-icon-box-title span:before{
    content: "";
width: 154px;
height: 47px;
    background: url(images/left-indicator.png) no-repeat center;
    background-size: cover;
    top: 59%;
    transform: translateY(-50%);
    left: -187px;
    position: absolute;
}
.well-sec .elementor-icon-box-title span{
    position: relative;
}
.well-sec .elementor-icon-box-title span:before{
    content: "";
    width: 110px;
    height: 47px;
    background: url(images/left-2.png) no-repeat center;
    background-size: cover;
    top: 53%;
    transform: translateY(-50%);
    left: -142px;
    position: absolute;
}
.res-sec .elementor-icon-box-title span{
    position: relative;
}
.res-sec .elementor-icon-box-title span:before{
    content: "";
    width: 146px;
    height: 47px;
    background: url(images/right-indicator.png) no-repeat center;
    background-size: cover;
    top: 45%;
    transform: translateY(-50%);
    right: -174px;
    position: absolute;
}
.hurst-txt h2{
    font-variant: small-caps !important;

}
.hurst-txt h2::first-letter{
    text-transform: uppercase;
}
.banner-txt{
    overflow: hidden;
}
.banner-txt.elementor-element .elementor-widget-container{
    text-wrap: nowrap;
}



/* ******************* Our Brewery process page css starts here *********************** */
.way-box .elementor-image-box-content{
    padding: 0 17px 20px;
}

/* ******************* Our Brewery process page css ends here *********************** */


.resipes-box .elementor-cta__content{
    padding: 9px;
}

/* ****************** FAQ page css starts here   ********************* */
.faq-acc .elementor-tab-content{
    padding: 0px 112px 0 19px !important;
}
.faq-acc .elementor-accordion-item{
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(18, 85, 255, 0.13) !important;
}
.faq-acc .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    width: 22px;
    height: 22px;
}
.faq-acc .elementor-accordion-item .elementor-tab-title.elementor-active{
    position: relative;
}
.faq-acc .elementor-accordion-item .elementor-tab-title{
    position: relative;
    /* padding-top: 0; */
}

.faq-acc .elementor-accordion-item .elementor-tab-title:before{
    content: "";
    height: 10px;
    width: 10px;
    background-color:#9D94B8;
    opacity: 0.4;
    position: absolute;
    left: -11px;
    top: 42%;
    
    border-radius: 100%;
    z-index: 5;
    }
 .faq-acc .elementor-accordion-item .elementor-tab-title.elementor-active:before{
        opacity: 1;
  }
  .faq-acc .elementor-accordion-item{
    position: relative;
  }
  .faq-acc .elementor-accordion-item:before{
    content: "";
    height: 95%;
    width: 1px;
    background-color: #9D94B8;
    opacity: 0.4;
    position: absolute;
    top: 33px;
    left: -7px;
    z-index: 1;
  }
  .faq-acc .elementor-accordion-item:last-child:before{
    display: none;
  }
  .faq-acc .elementor-accordion .elementor-tab-title {
    /* margin-top: 13px; */
}
/* ****************** FAQ page css ends here   ********************* */

/* **************contact us page css starts here***************** */
.contact-form .gform_required_legend{
    display: none;
}
.contact-form .gform_wrapper.gravity-theme .gfield_label{
    color: #282828;
font-family: Bodoni Moda;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 16px */
}
.contact-form  .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 26px;
    grid-row-gap: 28px;
   }
.contact-form input{
    padding: 3px 8px 8px 0 !important;
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #727272;
    outline: none;
	color: #727272;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.contact-form select{
	 padding: 3px 8px 8px 0 !important;
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #727272;
    outline: none;
	color: #727272;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
	-webkit-apperence:none;
}
.contact-form input[type=submit]{
    color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 1.6px;
text-transform: uppercase;
background: #9D94B8;
padding: 16px 40px !important;
border: none;
outline: transparent;
border: 1px solid #9D94B8;
transition: all 0.3s ease-in-out;
}
.contact-form input[type=submit]:hover{
    background-color: transparent;
    color: #9D94B8;
    border: 1px solid #9D94B8;
}
.contact-form .gform_wrapper .gfield_required {
        color: black !important;
}
.big-col{
    position: relative;
    z-index: 10;
}
.big-col:after{
    content: "";
    width: 986px;
    height: 780px;
    border: 1px solid #D2D2D2;
    background: #FFF;
    position: absolute;
    top: -37px;
  right: 0;
    z-index: -1;
}

/* **************contact us page css ends here***************** */

/* ***************** subscription us page css starts here**********************  */
.sub-box .elementor-image-box-content{
    padding: 15px 25px 39px 24px;
  
}
.sub-icn-box .elementor-icon-box-icon{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sub-card .elementor-container.elementor-column-gap-default {
    column-gap: 20px;
}
.sub-col:hover h2{
    color: White !important;
}
.sub-col:hover span{
    color: White !important;
}
.toggle-btn{
    --inactive-color: #E2E2E2;
    --padding: -2px;
    --size: 23px;
}
.toggle-btn.bottle-6 .elementor-widget-container{
    background: var(--inactive-color);
}
.toggle-btn .elementor-divider{
    position: relative;
    cursor: pointer;
}
.toggle-btn .elementor-divider:after{
    content: "";
    position: absolute;
    top: var(--padding);
    right: calc(100% - var(--size) - var(--padding));
    height: var(--size);
    width: var(--size);
    background: #fff;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
}
.toggle-btn.bottle-6 .elementor-divider:after{
    right: var(--padding);
}
/* ***************** subscription us page css ends here**********************  */

/* ***************** recipe description  page css starts here**********************  */
.information-chart ul{
    padding-left: 0;
    list-style: none;
}
.information-chart ul li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
}
.information-chart ul li:before{
    content: "";
    width: 51%;
    height: 1px;
    background-color: #2b2b2b;
    opacity: 0.2;
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%,-50%);
}
.method-cntn ol {
    padding-left: 21px;
}
.method-cntn ol li{
    margin-bottom: 16px;
}
.nutrition-information, .sub-ul{
    display:flex;
    justify-content: space-between;
    align-items: start;
    
}
.nutrition-information ul{
    list-style-type: none;
    padding-left: 0;
    width:427px;
}
.nutrition-information li {
    color: rgba(114, 114, 114, 1);
    margin-bottom: 10px;
}
/* ***************** recipe description  page css ends here**********************  */


/* ***************** check-out  page css starts here**********************  */
.checkout-form button.woocommerce-button.button.e-apply-coupon {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    background: #9D94B8;
    outline: none;
    border: 1px solid #9D94B8;
    border-radius: 0;
}
.checkout-form button.woocommerce-button.button.e-apply-coupon:hover{
    background:#FFF;
    color: #9D94B8;
    border: 1px solid #9D94B8;
}
.checkout-form .woocommerce form .form-row .required {
    color: #282828;
}
.checkout-form button{
    outline: none !important;
}
.shipping-pickup-store{
	display:none;
}
/* ***************** check-out  page css ends here**********************  */

/* ************************* My account page starts here   ******************************** */
.my-accnt .button{
    color: #FFF !important;
    font-family: Poppins;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal !important;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    background: #9D94B8 !important;
    border-radius: 0 !important;
    border: 1px solid #9D94B8 !important;
}
.my-accnt .button:hover{
    color: #9D94B8 !important;
    background-color: transparent !important;
    border: 1px solid #9D94B8 !important;
}
.my-accnt .woocommerce-info{
   color: #727272;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.my-accnt .required{
    color: #282828 !important;
}
.woocommerce-lost-password .woocommerce .woocommerce-form-login{
    display: flex;
    justify-content: center;
}
.woocommerce-account.woocommerce-page .woocommerce h2{
    text-align: center;
    font-size: 35px !important;
    color: #43211D !important;
    font-family: 'Bodoni Moda' !important;

}
.woocommerce-account.woocommerce-page .woocommerce .woocommerce-form-login{
    width: 90%;
    display: block;
    margin: 0 auto;
}
.woocommerce-account.woocommerce-page .woocommerce-form-login .e-my-account-tab {
    display: flex;
    justify-content: center;
}
.woocommerce-account.woocommerce-page .form-row .woocommerce-form-login__rememberme{
    margin-top: 10px;
}
.woocommerce-account.woocommerce-page p.woocommerce-LostPassword.lost_password a{
    font-family: Poppins;
}
.my-accnt .woocommerce-ResetPassword.lost_reset_password{
    display: block;
    margin:0 auto;
}
.my-accnt .woocommerce-info {
    border-top-color: #9D94B8;
}
.my-accnt .form-row-wide label{
color: #282828;
font-family: Bodoni Moda;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 16px */
}
/* ************************* My account page ends here   ******************************** */

/* ******************* Product details page starts here   *********************** */
.product-img img{
    margin-left: -67px;
}
.my-cart .label{
    padding: 0;
}
.my-cart .value{
    background-color: transparent;
}
.my-cart .value select{
    padding: 12px 10px 12px 10px;
    border: 1px solid #D1D1D1;
	-webkit-apperence:none;
}
/* .my-cart table{
    margin-bottom: 32px !important;
} */
.my-cart .single_variation_wrap{
    position: relative;
}
.my-cart .value select:before {
    content: "Pack Size";
    color: #727272;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 154%;
    text-transform: capitalize;
    position: absolute;
    top: -25px;
    left: 0;
}
/* .my-cart .single_variation_wrap:before {
    content: "Quantity";
    color: #727272;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 154%;
    text-transform: capitalize;
    position: absolute;
	  bottom:55px;
    left: 0;
} */
.my-cart .quantity input{
    border-radius: 0;
    border: 1px solid #d1d1d1;
}
.my-cart .qib-button-wrapper {
    display: flex;
    float: left;
    flex-wrap: nowrap;
    margin-right: 5px;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    border: 1px solid #d1d1d1;
    width: 35% !important; 
    outline: none;
}
.my-cart .qib-button{
    background-color: transparent !important;
    border: none !important;
    color: #727272 !important;
font-family: Poppins !important;
font-size: 22px !important;
font-style: normal !important;
font-weight: 500 !important;
line-height: 26px !important; /* 118.182% */
margin-left: 0 !important;
outline: none;
}
.my-cart .wqpmb_quantity input{
    color: #43211D;
font-family: Poppins !important;
font-size: 14px !important;
font-style: normal !important;
font-weight: 500 !important;
line-height: 147.5%; /* 20.65px */
background-color: transparent !important;
}
.my-cart .value select{
    outline: none !important;
	-webkit-apperence:none;
}
.my-cart button[type=submit]{
    outline: none !important;
}
.my-cart .bos4w-display-wrap{
    margin: 25px 0;
}
.my-cart .bos4w-display-wrap .bos4w-display-plan-text{
    color: #727272;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 154%; /* 21.56px */
text-transform: capitalize;
}
.my-cart .bos4w-display-dropdown{
    margin-top:20px;
}
.my-cart .e-atc-qty-button-holder{
    margin-top: 40px;
}
.my-cart .bos4w-display-options ul li label{
       color: #727272;
font-family: Poppins;
font-size: 14px !important;
font-style: normal;
font-weight: 500;
line-height: 154%; /* 21.56px */
text-transform: capitalize;
}
.my-cart .bos4w-display-dropdown select{
    background: transparent;
    border: 1px solid #d1d1d1;
    border-radius: 0;
    margin-top: 10px;
    padding: 20px;
    outline: none;
	-webkit-apperence:none;
}
.my-cart input[type="radio"]:checked+label:after{
 background-color: red;
}
.my-cart .bos4w-buy-type{
    margin-right:10px;
}
.my-cart #wc-stripe-payment-request-wrapper{
    display: none !important;
}
.my-cart .reset_variations{
    color: #9D94B8;
    font-weight: 800;

}
.my-cart .wcsatt-options-product-dropdown{
	border-radius: 0;
    background: transparent;
    height: 50px;
	border: 1px solid #d1d1d1;
	outline:none;
}
.my-cart{
	.wcsatt-options-prompt-text-label,.wcsatt-options-prompt-action,.wcsatt-options-product-dropdown-label,.wcsatt-add-to-subscription-action{
		font-family:'Poppins';
	}
}
/* ******************* Product details page ends here   *********************** */
/* *******************  My cart page starts here   ************************ */

.cart-box .qib-button-wrapper.qib-button-wrapper-0 {
    border: 1px solid #D1D1D1;
}
.cart-box button.qib-button {
    background: transparent !important;
    border: none !important;
}
.cart-box .qib-button-wrapper div.quantity.wqpmb_quantity {
    align-items: center;
}
.cart-box .qib-button-wrapper .quantity input.input-text.qty.text {

    border: none !important;
}
.cart-box .elementor-widget-woocommerce-cart .woocommerce table.cart img {
    width: 100%;
    border-radius: 100%;
}
.cart-box .qib-button{
    outline: none !important;
}
.cart-box button{
    outline: none !important;
}
main {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0px;
    width: 100%;
    max-width: 1150px;
    background-color: transparent;
    margin: 0 auto;
    margin-top: 50px;
  }
  
  .topic {
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: solid 1px rgba(18, 85, 255, 0.13);
  }
/*   .open:before{
    content: "";
    height: 10px;
    width: 10px;
    background-color: #9D94B8;
    opacity: 0.4;
    position: absolute;
    left: -11px;
    top: 42%;
    border-radius: 100%;
    z-index: 5;
  }
  */
  
  
  .open {
    cursor: pointer;
    display: block;
    padding: 0px;
    position: relative;
    padding-left: 20px;
  }
.my-cart .open{
	padding-left:0;
}
  .open:hover {
    opacity: 0.7;
  }
  .expanded {
    background-color: transparent;
    transition: all 0.3s ease-in-out;
  }
  .question {
    padding-top: 30px;
    padding-right: 40px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    color: #282828;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 147.3%; /* 23.568px */
  }
  .answer {
    font-size: 16px;
    line-height: 26px;
    display: none;
    margin-bottom: 30px;
    text-align: justify;
    padding-left: 0px;
    padding-right: 0px;
    color: #727272;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 171.429% */
  }
  .faq-t {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
    float: right;
    position: relative;
    top: -55px;
    right: 10px;
    width: 10px;
    height: 10px;
    background: transparent;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    transition: all 0.3s ease-in-out;
    position: relative;
  }
  .faq-t:before{
     content: "";
    height: 30px;
    width: 30px;
    border: 1px solid rgba(18, 85, 255, 0.13);
    background: transparent;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
   transform: translate(-56%,-43%);
  } 
  
  .faq-o {
    top: -50px;
    -moz-transform: rotate(-224deg);
    -ms-transform: rotate(-224deg);
    -webkit-transform: rotate(-224deg);
    transform: rotate(-224deg);
  }
.home .header-menu ul li a.elementor-item {
	color:#ffffff !important;
} 
.home .hdr-icon svg path{
    stroke:white !important
    ;
}
.stay-form .gfield--type-email{
    border-bottom:1px solid #43211D !important;
}
.stay-form .gfield--type-email input{
    color:#43211D;
}
.stay-form .gfield--type-email input:focus{
    border-bottom:none !important;
}
.stay-form .gform_confirmation_message_2{
    color: #43211D;
font-family: Bodoni Moda;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-left:20px;
}
.product-add-cart .variations th{
    display: none;
}
.product-add-cart .value{
    padding: 0;
    line-height: 0em !important;
}
/*.product-add-cart form.cart .variations{*/
/*    width: 50% !important;*/
/*}*/
.product-add-cart .value select{
    padding: 10px;
    background: #F3EFEA;
    color: #43211D;
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 147.5%;
   border: 1px solid #D1D1D1;
   border-radius: 0;
   outline: none;
	-webkit-apperence:none;
}
.product-add-cart button.qib-button{
    margin-left: 0;
    padding: 5px;
     background: #F3EFEA !important; 
} 
.product-add-cart .qib-button-wrapper{
    border: 1px solid #D1D1D1;
       }
.product-add-cart .wqpmb_quantity input{
    background: #F3EFEA !important;
    color: #43211D;
leading-trim: both;
text-edge: cap;
font-family: Poppins;
font-size: 14px !important;
font-style: normal;
font-weight: 500;
line-height: 147.5% !important; /* 20.65px */
}
.product-add-cart.my-cart .single_variation_wrap:before{
    display: none;
}



.product-add-cart span.elementor-button-text{
    color:transparent;
    
}

.product-add-cart span.elementor-button-text:before{
    content:"Add to Basket";
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    color:white;

}
.product-add-cart span.elementor-button-text:hover::before{
    color:#9D94B8;
}
.product-add-cart p#wc-stripe-payment-request-button-separator{
    display:none;
}
.my-cart.product-add-cart .e-atc-qty-button-holder{
    margin-top:18px;
}
.product-add-cart .woocommerce-variation-price{
    margin-bottom: -20px;
}
.product-add-cart .bos4w-display-wrap{
    margin-bottom: 15px;
}
.product-add-cart .bos4w-display-dropdown select{
    padding: 12px;
    font-size: 14px;
	-webkit-apperence:none;
}
.product-add-cart .bos4w-display-dropdown{
    margin-top: 5px;
}
.product-add-cart .qib-button-wrapper{
	width:42% !important;
}
.way-box img{
    height:230px;
    object-fit:cover;
}
select{
	-webkit-apperence:none;
}
.home .elementor-sticky--effects .header-menu ul li a.elementor-item{
    color:var(--e-global-color-primary) !important;
}
.home .elementor-sticky--effects .hdr-icon svg path {
    stroke: var(--e-global-color-primary) !important;
}

/* *******************  My cart page ends here   ************************ */

/* *******************************  Responsive starts   ***************************************** */

/* ************** 1025px  ************ */
@media only screen and (min-width: 1025px) and (max-width: 1366px){
    .well-sec .elementor-icon-box-title span:before{
        left:-118px;
    }
    .bio-sec .elementor-icon-box-title span:before {
        left: -163px;
    }
    .res-sec .elementor-icon-box-title span:before {
        right: -157px;
    }
    .big-col:after {
        content: "";
        width: 824px;
        height: 780px;
        top: -37px;
        right: 0;
    }
    .product-img img {
        margin-left: 0;
    }
    .cart-box .elementor-widget-woocommerce-cart .woocommerce table.cart td{
        padding-right: 10px !important;
    }
	.related-product .my-cart .e-atc-qty-button-holder{
		margin-top:10px;
	}
	.related-product p#wc-stripe-payment-request-button-separator{
	display:none !important;
	}
	.related-product .single_add_to_cart_button {
		margin-left:0;
	}
	.my-cart .e-atc-qty-button-holder{
		margin-top:20px;
	}
	.my-cart .bos4w-display-dropdown select{
		padding:15px!important;
	}
	.my-cart .bos4w-display-dropdown{
		margin-bottom:40px;
	}
	 main{
        margin-top:20px;
    }
      .question {
          padding-top:8px;
           padding-bottom:8px;
      }
        .answer{
          margin-bottom:20px;
        }
        .faq-t{
            top:-41px;
        }
}

@media(max-width:1024px){
    .bio-sec .elementor-icon-box-title span:before {
      display: none;
    }
    .well-sec .elementor-icon-box-title span:before {
      display: none;
    }
    .res-sec .elementor-icon-box-title span:before {
   display: none;
}
.big-col:after {
    width: 687px;
   }
   .way-box .elementor-image-box-img img{
    width: 100%;
 }
 .product-img img {
    margin-left: 0;
}
.sub-card .elementor-container.elementor-column-gap-default {
    column-gap: 15px;
    row-gap: 15px;
}
.cart-box td.product-quantity {
    display: flex !important;
    justify-content: space-between !important;
    padding: 10px 0px !important;
}
.search-result .woocommerce ul.products li.product a img {
    width: 72%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}
	.related-product .my-cart .e-atc-qty-button-holder{
		margin-top:10px;
	}
	.related-product p#wc-stripe-payment-request-button-separator{
	display:none !important;
	}
	.related-product .single_add_to_cart_button {
		margin-left:0;
	}
	.my-cart .e-atc-qty-button-holder{
		margin-top:20px;
	}
	.my-cart .bos4w-display-dropdown select{
		padding:15px!important;
	}
		.my-cart .bos4w-display-dropdown{
		margin-bottom:40px;
	}
	 main{
        margin-top:20px;
    }
      .question {
          padding-top:5px;
           padding-bottom:5px;
      }
      .answer{
          margin-bottom:20px;
      }
      .faq-t
      {
          width:8px;
          height:8px;
      }
       .faq-t{
            top:-41px;
        }
	.stay-form .gform_confirmation_message_2{
		margin-left:0;
	}
	.home .header-menu svg path{
		stroke:white;
	}
	    .nutrition-information ul{
        width:100%;
    }
}
@media(max-width:767px){
    .big-col:after {
 display: none;
    }
    .faq-acc .elementor-tab-content {
        padding: 0px 24px 0 19px !important;
    }
    .way-box .elementor-image-box-img img{
        width: 100%;
        height: 245px;
        object-fit: cover;
    }
    .my-cart .qib-button-wrapper {
        width: 35% !important;
    }
    .sub-icn-box .elementor-icon-box-icon {
        bottom: -26px;
    }
    .cart-box tr.woocommerce-cart-form__cart-item.cart_item  td{
        display: flex !important;
        justify-content: space-between !important;
        padding: 10px 0px !important;
    }
    .cart-box  .qib-button-wrapper button.qib-button {
        color: black;
    }
    .cart-box tr.woocommerce-cart-form__cart-item.cart_item  {
        padding: 0px !important;
    }
    .my-accnt .woocommerce-Address-title.title h3{
        margin-bottom: 10px !important;
    }
    .my-accnt .woocommerce-Address{
        margin-bottom: 20px !important;
    }
    .my-accnt .woocommerce-MyAccount-content-wrapper{
        padding: 16px 12px !important;
    }
    .my-accnt .wc-forward{
        margin-top: 20px !important;
        float: left !important;
    }
    .my-accnt .woocommerce-info a{
        margin-top: 20px !important;
        float: left !important;
    }
    .gravity-footer-form input[type=submit] {
        font-size: 14px !important;
        padding: 4px 12px !important;
        margin-left: 10px;
    }
    .search-result .woocommerce ul.products li.product a img {
        width: 39%;
        height: auto;
        display: block;
        margin: 0 0 1em;
        box-shadow: none;
    
}
	.my-cart p#wc-stripe-payment-request-button-separator{
		display:none !important;
	}
	.my-cart .single_variation_wrap:before{
		bottom:107px;
	}
	.product-add-cart .qib-button-wrapper{
	width:42% !important;
}
}
  @media only screen and (max-width: 480px) {
    .faq-t {
      display: none;
    }
    .question {
      padding-right: 0px;
    }
    main {
      padding: 10px;
    }
    .answer {
      margin-bottom: 30px;
      padding-left: 0px;
      padding-right: 0px;
    }
	   .answer {
      margin-bottom: 30px;
      padding-left: 0px;
      padding-right: 0px;
    }
  }