/** Shopify CDN: Minification failed

Line 1004:45 Unexpected "*"
Line 2312:33 Unexpected "*"

**/
/** Product Details Popup CSS Starts**/
body.overlay-open{
  height: 100vh;
  overflow-y: hidden;
}
.product-details-popup{
  position: fixed;
  width: 100%;
  min-height: 100vh;
/*   background-color: #ffffff80; */
  background:rgba(255,216,88);
  z-index:10000;
  top: 0;
  left: 0;
  display: none;
  overflow-y: auto;
}
.product-details-popup .main-menu-container .left-side-nav {
    max-width: initial;
    width: 12%;
    position: sticky;
    top: 78px;
    left: 150px;
}
.main-popup{
  position: absolute;
  width: 100%;
  left: 50%;
  top: 0;
  height: 100%;
  max-width: 980px;
  transform: translate(-50%, 0);
}
.main-popup .for-close-set::-webkit-scrollbar {
  width: 10px;
}
.main-popup .for-close-set::-webkit-scrollbar-track {
  background-color: #143143;
}
.main-popup .for-close-set::-webkit-scrollbar-thumb {
  background-color: #FFD858;
  height:100px;
/*   border-radius:15px; */
}
.main-popup .for-close-set{
  background: #FFFAEA;
  box-shadow: -6px 0px 12px rgba(0, 0, 0, 0.1);
  max-width:1032px;
  width:100%;
/*   height:90vh; */
  top:10.5%;
  left:50%;
  transform:translate(-50%,0);
  position:absolute;
  margin:0 auto;
/*   z-index:10000; */
/*   overflow-y:auto; */
}
.main-popup a.back-menu{
  font-weight: normal;
  font-size: 20px;
  line-height: 45px;
  color: #143443;
  left: 0;
  position: absolute;
  top: 50px;
  font-family: 'BeVietnamBold';
}
.main-popup a.close-btn {
  position: absolute;
  right: -60px;
  top: 100px;
  background: #143443;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
}
.main-popup .product-details{
  width:100%;
  position:relative;
  margin:0;
}
.main-popup .product-details .left-info{
  width:100%;
  position:relative;
/*   display:flex;
  flex-wrap:nowrap;
  justify-content:space-between; */
}
.main-popup .product-details .product-slider{
/*   width:54%;
  height:522px;
  position:relative; */
  width: 54%;
  height: 522px;
  position: relative;
  float: left;
}
.main-popup .product-details .product-slider .single-slide img{
  width:100%;
  height:522px;
  object-fit:cover;
}
.main-popup .product-details .slick-prev,.main-popup .product-details .slick-next{
  height:40px;
  width:40px;
  font-size:initial;
  opacity:1;
  z-index:1;
}
.main-popup .product-details .slick-prev{
  left:10px;
}
.main-popup .product-details .slick-next{
  right:10px;
}
.main-popup .product-details .slick-prev:before{
  background:url(https://www.phomouk.com/cdn/shop/t/32/assets/prev-arrow.svg) no-repeat center;
  background-size:40px 40px;
  opacity:1;
  height:40px;
  width:40px;
  position:absolute;
  top:0;
}
.main-popup .product-details .slick-next:before{
  background:url(https://www.phomouk.com/cdn/shop/t/32/assets/next-arrow.svg) no-repeat center;
  background-size:40px 40px;
  opacity:1;
  height:40px;
  width:40px;
  position:absolute;
  top:0;
}
.main-popup .product-details .left-info .more-info{
  padding: 30px 15px 40px 20px;
  position:relative;
  width:54%;
  float:left;
  min-height:230px;
  font-family: "BeVietnam-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: left !important;
}
.main-popup .product-details .left-info .more-info div *{
  text-align: left !important;
}
.main-popup .product-details .left-info .more-info em{
  font-style:inherit;
  text-align: left !important;
}
.main-popup .product-details .left-info .more-info p{
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #143443;
  text-align:left !important;
}
.main-popup .product-details .left-info .nutri-details{
  padding: 0 5px 40px 20px;
  width:54%;
  float:left;
/*   min-height:230px; */
  min-height:260px;
}
.main-popup .product-details .left-info .nutri-details .title-div{
  padding: 3px 30px 6px 30px;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  border-bottom:0;
  background: rgba(249, 249, 249, 0.5);
}
.main-popup .product-details .left-info .nutri-details .title-div h3{
  margin:0;
  font-family: 'BeVietnamBold';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #143443;
}
.main-popup .product-details .left-info .nutri-details .row-div{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  padding:0 30px;
  width:100%;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  border-bottom:0;
}
.main-popup .product-details .left-info .nutri-details .row-div:last-child{
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
}
.main-popup .product-details .left-info .nutri-details .row-div:nth-child(even){
  background: #F3F3F3;
}
.main-popup .product-details .left-info .nutri-details .row-div:nth-child(odd){
  background: rgba(249, 249, 249, 0.5);
}
.main-popup .product-details .left-info .nutri-details .row-div .about-nutri{
  width:65%;
  border-right: 0.5px solid rgba(0, 0, 0, 0.1);
  font-family: "BeVietnam-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  text-align:left;
  padding-top: 7px;
  padding-bottom: 7px;
}
.main-popup .product-details .left-info .nutri-details .row-div .cal-details{
  text-align:right;
  font-family: 'BeVietnamBold';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #143443;
  padding-top: 7px;
  padding-bottom: 7px;
}
.main-popup .product-details .right-info{
  position:relative;
  align-items:flex-start;
}
.main-popup .product-details .prod-details{
  padding:25px;
  width:46%;
}
.main-popup .product-details .right-info.left-info{
  width:100%;
  min-height:200px;
}
.products-div .main-product .prod-details .mobile-btn,
.products-div .main-product .prod-details .mobile-btn-wrapper{
    display:none;
}
.products-div .main-product .prod-details p,
.main-popup .product-details .prod-details .prod-short-desc p{
  font-size:14px;
  line-height:18px;
  font-weight:400;
  color:#143443;

  margin-bottom:5px;
}
.main-popup .product-details .more-info-btn{
  background: #FFFFFF;
  box-shadow: 0 -4px 20px #00000012;
  padding: 0 0 0;
  margin-top: 60px;
  height: auto;
  padding-top: 20px !important;
  padding-bottom: 0;
}
.main-popup .product-details .more-info-btn.mobile-add-to-cart{
  display:none;
}
.main-popup .product-details .prod-details ul li{
  margin-bottom:0;
}
.main-popup .product-details .freq-bought {
    padding: 15px;
    background: #FFF0BD;
    position: relative;
    margin-top: 30px;
    width:44%;
    float:right;
}
.main-popup .product-details .freq-bought h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #EF8BA1;
    font-family: 'BeVietnamBold';
}
.main-popup .product-details .freq-bought .freq-prod-info {
    width: 100%;
    display: flex;
    justify-content:space-between;
    flex-wrap: nowrap;
    margin-bottom: 20px;
   align-items:flex-end;
}
.main-popup .product-details .freq-bought .freq-prod-info form{
    display: flex;
    justify-content:space-between;
    flex-wrap: nowrap;
    width:100%;
}
.main-popup .product-details .freq-bought .freq-prod-info .freq-pro-details{
  width:55%;
}
.main-popup .product-details .freq-bought .freq-prod-info .freq-pro-details .freq-btn{
  background: #EF8BA1;
  padding:11px 30px;
  text-align:center;
  font-family: 'BeVietnamBold';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color:#fff;
}
.main-popup .product-details .freq-bought .freq-prod-info .freq-pro-details .freq-btn.remove-btn{
  border:1px solid #EF8BA1;
  color:#EF8BA1;
  background:#fff;
  display:none;
}
.main-popup .product-details .freq-bought .freq-prod-info .freq-pro-details h3{
  font-family: 'BeVietnamBold';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color:#000;
  margin-bottom:30px;
}
.main-popup .product-details .freq-bought .freq-prod-info .freq-pro-img{
  max-width:160px;
  height:147px;
}
.main-popup .product-details .freq-bought .freq-prod-info .freq-pro-img img{
  width:100%;
  height:147px;
  object-fit:cover;
}

/* start 13-2-23 */

.globo_widget_9727 .ga-products-box{
  padding:0;
      max-width: 100% !important;
}

.main-popup .product-details .freq-bought .globo_widget_9727 .ga-products-box .ga-title{
   display:none;
}

.main-popup .product-details .freq-bought .globo_widget_9727 .ga-products-box .ga-products-table{
        border: none;
}

.main-popup .product-details .freq-bought .globo_widget_9727 .ga-products-box .ga-products-table .ga-product_price-container{

}

.main-popup .product-details .freq-bought .globo_widget_9727 .ga-products-box .ga-products-table li{
      flex-wrap: wrap;
      border: none;
      padding-bottom: 0;
  position: relative;
}

.main-popup .product-details .freq-bought .globo_widget_9727 .ga-products-box .ga-products-table li .product_main{
    padding: 0;
      flex-direction: row-reverse;
  justify-content: space-between;
}

.main-popup .product-details .freq-bought .globo_widget_9727 .ga-products-box .ga-products-table li .product_main .ga-product_title{
  font-family: BeVietnamBold;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #143443;
    margin-bottom: 30px;
}

.main-popup .product-details .freq-bought .globo_widget_9727 .ga-products-box .ga-products-table li .product_main .selectedItem{
  display:none;
}

.main-popup .product-details .freq-bought .globo_widget_9727 .ga-products-box .ga-products-table li .product_main .ga-products_image
{
        max-width: 147px;
    flex: 0 0 147px;
    display: block;
    margin: 0;
  opacity:1;
}

.main-popup .product-details .freq-bought .globo_widget_9727 .ga-products-box .ga-products-table li .product_main .ga-products_image img{
  width:100%;
}

.main-popup .product-details .freq-bought .globo_widget_9727 .ga-products-box .ga-products-table li .incubate-collections-add-to-cart-quantity-selector-container{
  width: 200px;
    justify-content: space-around;
  display:none !important;
}

.main-popup .product-details .freq-bought .globo_widget_9727 .ga-products-box .ga-products-table li .incubate-collections-add-to-cart-add-to-cart-button{
  background-color: #EF8BA1 !important;
      font-family: BeVietnamBold !important;

  width: 148px;
  font-size:0 !important;
}

.main-popup .product-details .freq-bought .globo_widget_9727 .ga-products-box .ga-products-table li .incubate-collections-add-to-cart-add-to-cart-button::after{
  content:'Add to Order';
    font-size: 14px;
}

.ga-products-box button.ga-product_addtocart, .ga-products-box button.ga-addalltocart{
  background-color: #EF8BA1 !important;
  font-family: BeVietnamBold !important;
}

.main-popup .product-details .freq-bought .globo_widget_9727 .ga-products-box .ga-products-table li .product_main > div{
    padding-bottom: 40px;
}

.main-popup .product-details .freq-bought .globo_widget_9727 .ga-products-box .ga-products-table li .incubate-collections-add-to-cart-widget{
  position:absolute;
  left:0;
  bottom:4px;
  z-index:1;
  padding: 0 !important;
}

.why-not-add .globo_widget_9727 .ga-products-box, .why-not-add .globo_widget_9742 .ga-products-box{
  padding:0;
}

.why-not-add .globo_widget_9727 .ga-products-box .ga-title, .why-not-add .globo_widget_9742 .ga-products-box .ga-title{
   display:none;
}

.why-not-add .globo_widget_9727 .ga-products-box .ga-products-table, .why-not-add .globo_widget_9742 .ga-products-box .ga-products-table{
        border: none;
}

.why-not-add .globo_widget_9727 .ga-products-box .ga-products-table li .product_main .ga-products_image, .why-not-add .globo_widget_9742 .ga-products-box .ga-products-table li .product_main .ga-products_image{
  display:none;
}

.why-not-add .globo_widget_9727 .ga-products-box .ga-products-table li .ga-product_price-container, .why-not-add .globo_widget_9742 .ga-products-box .ga-products-table li .ga-product_price-container{
  opacity:1;
  text-align: right;
  padding: 0;
}

.why-not-add .globo_widget_9727 .ga-products-box .ga-product_price, .why-not-add .globo_widget_9742 .ga-products-box .ga-product_price{
  font-weight: 400 !important;
    font-size: 16px;
    line-height: 24px;
    color: #143443;
    font-family: BeVietnamBold !important;
    margin-bottom: 0;
 }

.why-not-add .globo_widget_9727 .ga-products-box .ga-products-table li, .why-not-add .globo_widget_9742 .ga-products-box .ga-products-table li {
  border:none;
}

.why-not-add .globo_widget_9727 .ga-products-box .ga-products-table li .product_main > input, .why-not-add .globo_widget_9742 .ga-products-box .ga-products-table li .product_main > input{
      left: 0;
}

.why-not-add .globo_widget_9727 .ga-products-box .ga-products-table .incubate-collections-add-to-cart-button-super-container, .why-not-add .globo_widget_9742 .ga-products-box .ga-products-table .incubate-collections-add-to-cart-button-super-container{
  justify-content:flex-end;
}

.why-not-add .globo_widget_9727 .ga-products-box .ga-products-table .incubate-collections-add-to-cart-button-super-container .incubate-collections-add-to-cart-quantity-selector-container, .why-not-add .globo_widget_9742 .ga-products-box .ga-products-table .incubate-collections-add-to-cart-button-super-container .incubate-collections-add-to-cart-quantity-selector-container{
  display:none !important;
}

.why-not-add .globo_widget_9727 .ga-products-box .ga-products-table li .incubate-collections-add-to-cart-add-to-cart-button, .why-not-add .globo_widget_9742 .ga-products-box .ga-products-table li .incubate-collections-add-to-cart-add-to-cart-button{
    background-color: #EF8BA1 !important;
      font-family: BeVietnamBold !important;
      font-size: 0 !important;
      width: 72px !important;
}

.why-not-add .globo_widget_9727 .ga-products-box .ga-products-table li .incubate-collections-add-to-cart-add-to-cart-button::after, .why-not-add .globo_widget_9742 .ga-products-box .ga-products-table li .incubate-collections-add-to-cart-add-to-cart-button::after{
  content:'Add';
  font-size: 14px;
}

.why-not-add .globo_widget_9727 .ga-products-box .ga-products-table li .product_main .ga-product_title, .why-not-add .globo_widget_9742 .ga-products-box .ga-products-table li .product_main .ga-product_title{
  font-family: BeVietnamBold !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 24px;
    color: #143443;
    margin-bottom: 30px;
}

.why-not-add .globo_widget_9727 .ga-products-box .ga-products-table li .incubate-collections-add-to-cart-widget, .why-not-add .globo_widget_9742 .ga-products-box .ga-products-table li .incubate-collections-add-to-cart-widget{
padding:0 !important;
}

#CartPageForm .globo_widget_9727 .ga-products-box .ga-products-table li .product_main .selectedItem, #CartPageForm .globo_widget_9742 .ga-products-box .ga-products-table li .product_main .selectedItem{
  display:none !important;
}

#CartPageForm .globo_widget_9727 .ga-products-box .ga-products-table li .product_main, #CartPageForm .globo_widget_9742 .ga-products-box .ga-products-table li .product_main{
  padding:0;
}

.globoRecommendationsBottom
{
  padding: 0 20px;
}

.globoRecommendationsBottom .ga-products-box .ga-products ul.ga-products-table li{
  flex-wrap: wrap;
}
/* end 13-2-23 */

.main-popup .product-details .ingredient-div{
  margin-top:40px;
  position:relative;
  width:44%;
  padding-right:20px;
  float:right;
}
.main-popup .product-details .ingredient-div h5{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #143443;
  font-family: 'BeVietnamBold';
}
.main-popup .product-details .ingredient-div .inner-cont{
  padding-top:30px;
  margin-top:30px;
  border-top: 1px solid #EF8BA1;
}
.main-popup .product-details .ingredient-div .inner-cont h5{
  color:#000000;
}
.main-popup .product-details .ingredient-div .ingredients{
  width:100%;
}
.main-popup .product-details .ingredient-div .ingredients p{
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  word-break:break-word;
}
.main-popup .product-details .ingredient-div .ingredients h5{
  margin-bottom:0;
  font-family: 'BeVietnamSemiBold';
  font-weight:normal;
  color:#000;
}
.main-popup .product-details .right-info .prod-details ul{
  margin-top:50px;
}
.main-popup .product-details .ingredient-div .ingredients p strong{
  text-transform:uppercase;
  font-family: 'BeVietnamExtraBold';
}
/** Product Details Popup CSS Ends**/

/** Main Order CSS Starts**/
.new-product-section{
  padding-top:110px;
}
.main-menu-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    position:relative;
}
.main-menu-container .left-side-nav{
  max-width:215px;
  width:21%;
  position: sticky;
  top: 70px;
}
.main-menu-container .left-side-nav nav{
  position: relative;
  
}
.main-menu-container .left-side-nav nav .navigation__link{
  font-size:32px;
  color:#252525;
  line-height:45px;
  font-family:var(--typeHeaderPrimary);
  width:100%;
  display:inline-block;
  margin-bottom:30px;
  font-weight:normal;
}
.main-menu-container .left-side-nav nav .navigation__link.active{
  border-bottom:1px solid #252525;
}
.main-menu-container .right-side-cont{
  position:relative;
  width:79%;
}
.main-menu-container .right-side-cont .desktop-hide{
  max-width:640px;
  margin-bottom:10px;
}
.main-menu-container .right-side-cont .page-section{
  height:auto;
  position:relative;
  padding-bottom:0;
}
.page-section .desktop-hide h3{
  font-family:var(--typeHeaderPrimary);
  font-size:38px;
  color:#252525;
  line-height:45px;
  font-weight:normal;
  margin-bottom:0;
}
.page-section .desktop-hide p{
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color:#000000;
}
.products-div{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 660px;
  flex-wrap: wrap;
  margin-bottom:10px;
}
.products-div .main-product{
  width:48%;
  background:#FFFAEA;
  max-width:310px;
  margin-right:20px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
  margin-bottom:50px;
  position: relative;
  height: auto;
  min-height: 802px;
}
.products-div .main-product .img-box{
  height:310px;
  width:100%;
  position:relative;
  cursor:pointer;
}
.products-div .main-product .img-box img{
  height:310px;
  width:100%;
  object-fit:cover;
  border-radius:0;
}
.products-div .main-product .img-box .pop-choice{
  position:absolute;
  top:0;
  right:0;
  height:104px;
  width:104px;
  background:#fff;
  border-radius: 0 0 0 100px;
}
.products-div .main-product .img-box .pop-choice h4{
  font-size: 21px;
  line-height: 28px;
  text-align:center;
  color:#EF8BA1;
  font-family:var(--typeHeaderPrimary);
  font-weight:400;
  margin-top: 14px;
  margin-left: 20px;
}
.products-div .main-product .prod-details{
  padding:15px;
  width:100%;
  position:relative;
  background: #FFFAEA;
}
.main-popup .product-details .prod-details{
  padding: 15px;
  width: 46%;
  position: relative;
  background: #FFFAEA;
  float: right;
}
.products-div .main-product .prod-details h3,.main-popup .product-details .prod-details h3{
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  margin-bottom:10px;
  font-family: 'BeVietnamBold';
}
.main-popup .product-details .prod-details h3{
  margin-top:17px;
}
.products-div .main-product .prod-details h3{
  cursor:pointer;
}
.products-div .main-product .prod-details span.price,.main-popup .product-details .prod-details span.price{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #EF8BA1;
  margin-bottom:10px;
  display:inline-block;
  font-family: 'BeVietnamExtraBold';
}
.main-popup .product-details .prod-details span.price{
  font-size:18px;
  font-family: 'ChivoRegular';
  font-weight:normal;
  margin-top:5px;
}
.products-div .main-product .prod-details ul,.main-popup .product-details .prod-details ul{
  margin-top:20px;
  padding:0;
  margin-left:17px;
}
.main-popup .product-details .prod-details ul{
  margin-top:40px;
  margin-left:28px;
}
.products-div .main-product .prod-details ul li,.main-popup .product-details .prod-details ul li{
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #143443;
  font-family: "BeVietnam-Regular";
}
.main-popup .product-details .prod-details ul li{
  margin-bottom:8px;
}
.products-div .main-product .prod-details ul li::marker,.main-popup .product-details .prod-details ul li::marker{
  font-size:10px;
}
.products-div .main-product .more-info-btn,.main-popup .product-details .more-info-btn{
  padding:15px 15px 35px 15px;
  position:relative;
  background:#fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}
 .main-popup .product-details .more-info-btn{
  width: 42.5%;
  float: right;
  margin-right: 20px;
  margin-top: 10px;
  padding:0;
  box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.07);
   position:relative;
   z-index:1;
 }
 .main-popup .product-details .more-info-btn .cart-btn ul,
 .main-popup .product-details .more-info-btn ul li{
   margin:0;
 }
.products-div .main-product .more-info-btn,
.product-details-popup .more-info-btn{
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 0!important;
  height: 220px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: column;
}
.products-div .main-product .more-info-btn ul,
.product-details-popup .product-details .right-info .more-info-btn ul
{
  margin:0;
}
.products-div .main-product .more-info-btn li,
.product-details-popup .more-info-btn li{
  list-style:none;
  list-style-type:none;
}
.products-div .main-product .more-info-btn .add-to-cart-widget,
.product-details-popup .more-info-btn .add-to-cart-widget{
  padding:0 !important;
}
.products-div .main-product .more-info-btn .add-to-cart-button-super-container,
.product-details-popup .more-info-btn .add-to-cart-button-super-container{
    flex-wrap: wrap;
    justify-content: center;
}
.products-div .main-product .more-info-btn .add-to-cart-quantity-selector-container,
.product-details-popup .more-info-btn .add-to-cart-quantity-selector-container{
  border:none !important;
  display: flex;
  justify-content: center;
  margin-top:20px;
}
.products-div .main-product .more-info-btn span.add-to-cart-quantity-selector-minus-button,
.products-div .main-product .more-info-btn span.add-to-cart-quantity-selector-plus-button,
.product-details-popup .more-info-btn span.add-to-cart-quantity-selector-minus-button,
.product-details-popup .more-info-btn span.add-to-cart-quantity-selector-plus-button{
    background: #EF8BA1;
    color: #fff!important;
    fill: #fff!important;
    padding: 9px 15px!important;
    height: 40px;
    opacity: 1!important;
    font-size: 32px;
    line-height: 13px;
    cursor:pointer;
}
.products-div .main-product .more-info-btn .add-to-cart-quantity-selector-input,
.product-details-popup .more-info-btn .add-to-cart-quantity-selector-input{
  width:50px !important;
  border-bottom: 0;
  font-weight: normal !important;
  font-size: 18px;
  line-height: 18px;
  font-family: BeVietnamExtraBold !important;
  text-align: center;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; 
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    margin: 0 !important; 
}
.products-div .main-product .more-info-btn .add-to-cart-quantity-selector-input:hover,
.product-details-popup .more-info-btn .add-to-cart-quantity-selector-input:hover{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; 
}
.products-div .main-product .more-info-btn .add-to-cart-add-to-cart-button,
.product-details-popup .more-info-btn .add-to-cart-add-to-cart-button{
  padding: 19.5px 15px !important;
  background: #EF8BA1 !important;
  width: 100% !important;
  font-size: 16px !important;
  line-height: 30px;
  text-align: center;
  letter-spacing: .02em !important;
  color: #fff !important;
  display: inline-block;
  font-family: BeVietnamBold !important;
  height:auto !important;
  margin-top:25px !important;
}
.products-div .main-product .more-info-btn button.pink-btn,.main-popup .product-details .more-info-btn button.pink-btn{
  padding:15px;
  background: #EF8BA1;
  width:100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.02em;
  color:#fff;
  display:inline-block;
  font-family: 'BeVietnamBold';
}
.products-div .main-product .more-info-btn a{
  display:block;
  text-align:center;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-decoration-line: underline;
  color: #EF8BA1;
  margin-top:20px;
  font-family: 'BeVietnamBold';
}
.products-div .main-product .prod-details{
  margin-bottom:210px;
}
.products-div .main-product .more-info-btn button.pink-btn span,
.main-popup .product-details .more-info-btn button.pink-btn span{
  font-family: 'BeVietnamBold';
}
/** Main Order CSS Ends**/
/** Cart Sidebar CSS Starts**/
.drawer--cart {
    width: 450px;
    right: -450px;
    background: #FFFAEA;
}
.drawer--cart.drawer--is-open {
    transform: translateX(-450px);
}
.drawer.drawer--cart .drawer__header{
  padding-top:40px;
  height:auto;
}
.drawer__header, .drawer__scrollable {
    padding-left: 30px;
    padding-right: 15px;
}
.drawer__footer{
  padding:10px;
}
.drawer__header h3{
  font-size:32px;
  color:#252525;
  line-height:45px;
  font-family:var(--typeHeaderPrimary);
  margin: 0px 0 0 0;
  font-weight:normal;
}
.drawer__footer.cart__footer .cart__item-row.cart__note {
    margin-top: 50px;
}
.drawer .cart__item{
  display: flex;
  width: 100%;
  margin-bottom:20px;
  align-items:flex-end;
}
.drawer .cart__item--image {
    width: 40%;
    order: 2;
}
.drawer .cart__item--image a img{
  opacity:1 !important;
}
.drawer__scrollable::-webkit-scrollbar {
  width: 10px;
}
.drawer__scrollable::-webkit-scrollbar-track {
  background-color: #143443;
}
.drawer__scrollable::-webkit-scrollbar-thumb {
  background-color: #FFD858;
  height:70px;
}
.drawer .cart__item--details{
  width: 60%;
  display: initial;
}
.drawer .cart__item--details .cart__item--name a{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #143443;
  font-family: 'BeVietnamBold';
}
.drawer .cart__item--details .cart-short-desc ul,.drawer .cart__item--details .cart-short-desc ul li:first-child{
  display:block;
  margin:0;
}
.drawer .cart__item--details .cart-short-desc ul li:first-child{
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #143443;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "BeVietnam-Regular";
  margin-bottom:10px;
  display: none;
}
.drawer .cart__item--details .cart-short-desc p{  
  display:none;
}
.drawer .cart__item--details .cart-short-desc ul li strong{
  font-family: 'BeVietnamBold';
  display:inline-block;
}
.drawer .cart__item--details .cart-short-desc ul li em{
  font-style:normal;
}
.drawer .cart__item--details .cart-short-desc*{
  display:none;
}
.drawer .cart__item--details .cart__item--price{
  margin:10px 0 10px 0;
}
.drawer .cart__item--details .cart__item--price.text-right{
  display:none;
}
.drawer .cart__item--details .cart__price{
  text-align:left;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #ef8ba1;
  display: inline-block;
  font-family: BeVietnamExtraBold;
}
.drawer .cart__item--details .js-qty__adjust{
  background: #EF8BA1;
  color: #fff !important;
  fill: #fff !important;
  padding: 10px 20px;
  height:44px;
}
.drawer .cart__item--details .js-qty__wrapper{
  max-width:165px;
}
.drawer.drawer--cart .drawer__scrollable{
  padding-top:0;
  justify-content:space-between;
}
.drawer .cart__item--details .js-qty__num{
  height:44px;
  border-bottom:0;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  font-family: 'BeVietnamExtraBold';
}
.drawer .cart__item--details .js-qty__adjust .icon{
  font-size: 26px;
  vertical-align: middle;
  width: 15px;
  height: 15px;
}
.drawer .cart__item--details .js-qty__adjust:hover{
  opacity:1;
}
.drawer .why-not-add {
    padding: 15px 30px 0 30px;
    background:#fff;
    margin: 0 -15px 0 -30px;
}
.drawer .why-not-add h3{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #EF8BA1;
  font-family: 'BeVietnamBold';
}
.drawer .why-not-add .option-div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom:25px;
    min-height:40px;
}
.drawer .why-not-add .option-div h5{
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #143443;
  font-family: 'BeVietnamBold';
  margin-bottom:0;
}
.drawer .why-not-add .option-div .column3:first-child{
  width:50%;
}
.drawer .why-not-add .option-div .column3 .small-btn{
  background: #EF8BA1;
  padding: 7.5px 22px 11.5px 22px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align:center;
  color:#fff;
  font-family: 'BeVietnamBold';
  cursor:pointer;
}
.drawer .delivery-date {
    background: #eee;
    padding: 15px;
    position: relative;
    width: 100%;
}
.drawer .delivery-date h4{
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #252525;
  font-family: 'BeVietnamBold';
  margin: 0 0 10px 0;
}
.drawer .delivery-date h3{
  font-weight: normal;
  font-size: 14px;
  color: #252525;
/*   font-family: 'BeVietnamBold'; */
  margin: 0 0 30px 0;
}
.drawer .delivery-date .change-date{
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #143443;
  font-family: 'BeVietnamBold';
}
.drawer .btn--full.cart__checkout.cart__checkout--drawer{
  background: #EF8BA1; 
  padding-top:15px;
  padding-bottom:15px;
  border-radius:0;
}
.drawer .btn--full.cart__checkout.cart__checkout--drawer span{
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  font-family: 'BeVietnamBold';
  text-transform:initial;
}
.drawer .btn--full.cart__checkout.cart__checkout--drawer span::after{
  display:none;
}
.drawer .drawer__footer .shipping_line,
.drawer .drawer__footer .total_line,.drawer .drawer__footer .cart__note.text-center,.template-cart .why-not-add,
.template-cart .delivery-date{
  display:none;
}
.drawer .drawer__footer .shipping_line, .drawer .drawer__footer .total_line {
  display: block;
}
.shipping-note {
  display: flex;
  font-size: 10px;
}
.template-cart .why-not-add{
  display:none !important;
}
.drawer p.order_limit{
  padding-top: 15px;
}
/* body.overlay-open div#CartDrawer::after {
    content: "";
    position: absolute;
    background:rgba(255,216,88,.8);
    top: 0;
    z-index:99;
    left: 0;
    height: 100%;
    width: 100%;
} */
.select-date{
  opacity: 0;
  position: absolute;
  bottom: -40px;
  width: 66px;
  height: 33px;
}
.select-date input[type="text"]{
  cursor:pointer;
}
.template-cart .btn.btn--no-animate.cart__checkout.disabled,.drawer .btn--full.cart__checkout.cart__checkout--drawer.disabled{
  opacity:.5
}
/* .select-date{
  position: absolute;
  bottom: 15px;
  opacity: 0;
  width: 70px;
  height: 25px;
  z-index: 1;
  cursor: pointer;
}
.select-date p{margin:0;}
.select-date input{
  cursor:pointer;
} */
.ui-widget.ui-widget-content {
  border: none;
  border-radius: 0;
  padding: 10px 0 30px 0;
  background: #fff;
  width: 450px;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1);
}
.ui-widget.ui-widget-content h3.datepicker-heading{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 45px;
  color: #EF8BA1;
  font-family: 'BeVietnamBold';
  padding-left:30px;
  margin-bottom:8px;
}
 div#ui-datepicker-div:before {
    position: absolute;
    content: "Choose delivery:";
    height: auto;
    top: -58px;
    background: #fff;
    display: block;
    width: 100%; 
    padding: 15px 0 15px 50px;
    font-size: 18px;
    line-height: 45px;
    color: #EF8BA1;
    font-family: 'BeVietnamBold';
}
/* div#ui-datepicker-div:after {
    position: absolute;
    content: "";
    height: 30px;
    bottom: -30px;
    background: #fff;
    display: block;
    width: 100%;
    clear:none;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
    z-index:1;
} */
.ui-datepicker .ui-datepicker-header{
  background:#fff;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title{
  color: #143443;
  font-size:18px;
  margin: 0 0 0 15px;
  font-family: 'BeVietnamBold';
  font-weight:normal;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title span{
  font-family: 'BeVietnamBold';
  font-weight:normal;
}
.ui-datepicker table{
  font-family: BeVietnamBold;
  font-weight: normal;
  max-width: 280px;
  border: 1px solid #EF8BA1;
  border-top: 0;
  margin: 0 auto;
}
.ui-datepicker td{
  padding:5px;
  color: #143443;
  font-size:18px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
  border: 1px solid #EF8BA1;
}
.ui-widget-header .ui-icon{
  background-image:none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: none;
	background: none;
	font-weight: normal;
    color: #143443;
}
.ui-widget-header .ui-icon.ui-icon-circle-triangle-e{
  background:url(next-arrow-blue.svg) no-repeat center;
  background-size:20px 20px;
  opacity:1;
  height:20px;
  width:20px;
}
.ui-widget-header .ui-icon.ui-icon-circle-triangle-w{
  background:url(prev-arrow-blue.svg) no-repeat center;
  background-size:20px 20px;
  opacity:1;
  height:20px;
  width:20px;
}
.ui-datepicker .ui-datepicker-header{
  padding: 10px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 0;
  max-width: 280px;
  border-left: 1px solid #EF8BA1;
  border-top: 1px solid #EF8BA1;
  border-right: 1px solid #EF8BA1;
  margin: 0 auto 0 auto;
  border-radius:0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
  top:10px;
  cursor:pointer;
}
.ui-datepicker .ui-datepicker-prev{
  left:auto;
  right:30px;
}
.ui-datepicker th,.ui-datepicker td,
.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default, 
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active{
  background:#fff;
  border:0;
/*   font-family: 'BeVietnamBold';
  font-weight:normal; */
}
.ui-widget-content .ui-state-default.ui-state-active{
  background:#157EFB;
  color:#fff;
  border-radius:50%;
  text-align:center;
  padding: 2px 2px 5px 2px;
}
.ui-datepicker th span{
  text-transform:uppercase;
/*   font-family: 'BeVietnamBold';
  font-weight:normal; */
  font-weight:normal;
  color: #B0B0B2;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled{
  opacity:1;
}
.ui-state-disabled span, .ui-widget-content .ui-state-disabled span{
  opacity:.4;
}
.mobile-btn-wrapper .add-to-cart-container > .is-loading, .more-info-btn .cart-btn.is-loading {
    opacity: 0.5;
    pointer-events: none;
}
/** Cart Sidebar CSS Ends**/
@media only screen and (max-width: 1600px){
  .product-details-popup .main-menu-container .left-side-nav{
    width: 16%;
    top: 78px;
    left: 30px;
  }
  .main-popup a.back-menu{
    top:35px;
  }
  .main-popup a.close-btn{
    top:85px;
  }
}
@media only screen and (max-width: 1440px){
  .main-popup{
    max-width:980px;
    left:55%;
  }
  .main-popup a.back-menu{
    top:30px;
  }
  .main-popup a.close-btn{
    top:82px;
  }
}
@media only screen and (max-width: 1367px){
  .main-popup a.back-menu {
      top: 20px;
  }
  .main-popup a.close-btn {
    top: 70px;
  }
  .product-details-popup .main-menu-container .left-side-nav{
    width:13%;
  }
}
@media only screen and (max-width: 1280px){
  .product-details-popup .main-menu-container .left-side-nav nav .navigation__link{
      font-size: 26px;
      line-height: 34px;
    }
    .main-popup a.close-btn {
      top: 78px;
      right: -50px;
    }
    .main-popup{
      left:50%;
      top:3%;
    }
    .product-details-popup .main-menu-container{
      display:none;
    }
}
@media only screen and (min-width:768px) and (max-width:1024px){
  .new-product-section {
    padding-top: 70px;
  }
  .header-layout--mobile-logo-only {
    justify-content: center;
  }
  .custom_mobile_sidenav, .site-header, .custom_mobile_cart, .custom_mobile_cart .site-nav__thumb-cart {
    display: block !important;
  }
   header.site-header{
     padding:10px 0;
   }
  .header-item--navigation.small--hide,.header-item--icons.small--hide{
    display: none !important;
  }
  .products-div .main-product{
    max-width:260px;
  }
  .products-div .main-product:nth-child(2n+2){
    margin-right:0;
  }
  .main-menu-container .left-side-nav{
    width:22%;
  }
  .main-menu-container .right-side-cont{
    width:76%;
  }
  .main-menu-container .left-side-nav nav .navigation__link{
    font-size: 26px;
    line-height: 36px;
  }
  .products-div .main-product .prod-details h3, .main-popup .product-details .prod-details h3{
    font-size:22px;
  }
  .main-popup{
    max-width:750px;
    height:100vh;
    top:3%;
  }
  .ui-datepicker td{
    height:37px;
  }
  .ui-widget-content .ui-state-default.ui-state-active{
    height:37px;
    line-height:27px;
  }
  .main-popup .product-details .product-slider,.main-popup .product-details .product-slider .single-slide img{
    height:432px;
  }
  .main-popup a.back-menu {
    top: 0;
  }
  .main-popup a.close-btn {
    top: 3px;
    right: 0;
  }
  .main-popup .product-details .more-info{
    padding:20px;
  }
  .main-popup .product-details .prod-details{
    padding:20px;
  }
  .main-popup .product-details .prod-details h3,.main-popup .product-details .more-info-btn .cart-btn ul{
    margin-top:0;
  }
  .main-popup .product-details .prod-details ul,
  .main-popup .product-details .freq-bought{
    /* margin-top: 20px; */
    margin-top: 10px;
  }
  .main-popup .product-details .more-info-btn{
    margin-top: 0;
    margin-right: 15px;
  }
  .main-popup .product-details .freq-bought .freq-prod-info .freq-pro-img {
    width: 142px;
    height: 110px;
  }
  .main-popup .product-details .nutri-details{
    padding: 0 20px 40px;
  }
  .template-cart .custom_mobile_sidenav,
  .template-collection .custom_mobile_sidenav{
    top:44px !important;
  }
  .template-cart .custom_mobile_cart,
  .template-collection .custom_mobile_cart{
    top:52px !important;
  }
  .drawer--cart{
    left:auto;
    transform:inherit;
    top:0;
  }
  .drawer--cart.drawer--is-open {
    transform: translateX(-450px);
    top:0;
  }
  .ui-datepicker{
    width:20em;
  }
  .main-popup .product-details .left-info .nutri-details .row-div{
    padding:0 15px;
  }
  .main-popup .product-details .left-info .nutri-details .row-div .about-nutri{
    width:53%;
  }
  .main-popup .product-details .left-info .nutri-details .row-div .cal-details{
    font-size:14px;
  }
  .ui-datepicker tr{
    border:0;
  }
  .drawer .why-not-add{
    padding:15px 20px 0;
  }
  .products-div .main-product .prod-details {
    margin-bottom: 230px;
  }
  .main-popup .product-details .freq-bought .freq-prod-info .freq-pro-details .freq-btn{
    padding: 11px 20px;
  }
  .products-div .main-product .img-box,.products-div .main-product .img-box img{
    height:250px;
  }
  .products-div .main-product .img-box .pop-choice h4{
    font-size: 16px;
    line-height: 22px;
  }
  .products-div .main-product .img-box .pop-choice{
    height: 90px;
    width: 90px;
  }
  .main-popup .product-details .freq-bought .freq-prod-info .freq-pro-img img{
    height:110px;
  }
  .main-popup .for-close-set{
    top:5%;
  }
  .main-popup .product-details .left-info .more-info{
    padding:20px;
  }
  .main-popup .product-details .left-info .nutri-details{
    padding: 0 20px 40px;
  }
  .ui-datepicker table,.ui-datepicker .ui-datepicker-header{
    width:350px;
    max-width:350px;
  }
  .products-div .main-product .more-info-btn .add-to-cart-add-to-cart-button, .product-details-popup .more-info-btn .add-to-cart-add-to-cart-button{
    padding: 19.5px 5px!important;
    font-size: 15px!important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape){
  .main-popup a.close-btn {
    top: 15px;
    right: 0;
  }
  .main-popup a.back-menu {
    top: 15px;
  }
  .main-popup .for-close-set {
    top: 8%;
  }
  .drawer .why-not-add .option-div,.drawer .delivery-date h3{
    margin-bottom:15px;
  }
  .drawer.drawer--cart .drawer__header{
    padding-top:10px;
    padding-bottom:0;
  }
  .drawer .why-not-add .option-div h5{
    font-size: 14px;
    line-height: 18px;
  }
  .drawer .delivery-date h3{
    font-size:20px;
  }
  .drawer .why-not-add h3{
    margin-bottom:10px;
  }
  .drawer .btn--full.cart__checkout.cart__checkout--drawer{
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width:767px){
  .new-product-section .page-width{
    padding:0 20px;
  }
  .main-menu-container .left-side-nav{
    display:none;
  }
  .main-menu-container .right-side-cont .desktop-hide {
    display: block;
    margin-bottom:20px;
  }
  .new-product-section {
    padding-top: 50px;
  }
  .main-menu-container .right-side-cont,.products-div .main-product{
    width:100%;
  }
  .main-menu-container .right-side-cont .page-section{
    padding:30px 0 30px 0;
    border-bottom: 1px solid #fff;
  }
  .main-menu-container .right-side-cont .page-section:first-child{
    padding-top:0;
  }
  .page-section .desktop-hide h3{
    text-align:center;
    margin-bottom:20px;
  }
  .products-div{
    max-width:100%;
    align-items: flex-start;
  }
  .products-div .main-product .more-info-btn{
    display:none;
  }
  .products-div .main-product{
    width:100%;
    box-shadow:none;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    margin-right:0;
    max-width:100%;
    align-items:flex-start;
    margin-bottom:20px;
    min-height:auto;
  }
  .products-div .main-product:last-child {
    margin-bottom: 0;
  }
  .products-div .main-product .img-box{
    height: 141px;
    width: 148px;
    position: relative;
    display: inline-block;
    order: 2;
  }
  .products-div .main-product .img-box img{
    width:100%;
    height:141px;
  }
  .products-div .main-product .prod-details{
    width:54%;
    background:transparent;
    padding:0;
  }
  .products-div .main-product .prod-details .prod-short-desc ul,
  .main-popup .product-details .right-info .more-info-btn{
    display:none;
  }
  .products-div .main-product .img-box .pop-choice{
    height: 68px;
    width: 68px;
  }
  .products-div .main-product .img-box .pop-choice h4{
    font-size: 12px;
    line-height: 16px;
  }
  .products-div .main-product .prod-details .mobile-btn{
    display:block;
    background: #EF8BA1;
    padding:11px 34px;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color:#fff;
    font-family: 'BeVietnamBold';
  }
  .products-div .main-product .prod-details h3, .main-popup .product-details .prod-details h3{
    font-size:18px;
  }
  .products-div .main-product .prod-details h3{
    margin-bottom:20px;
  }
  .products-div .main-product .prod-details span.price{
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    font-family: 'BeVietnamExtraBold';
    color: #143443;
  }
  .main-popup{
    max-width:100%;
  }
  .main-popup a.back-menu{
    display:none;
  }
  .main-popup a.close-btn {
    top: 10px;
    right: 10px;
    z-index: 10;
    left: auto;
    background: #FFD858;
    position:fixed;
  }
  .main-popup a.close-btn img{
    filter: invert(100%) grayscale(1);
  }
  .main-popup .for-close-set{
    max-width:100%;
    height: 100vh; /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    top:0;
    padding-bottom: 0;
  }
  .main-popup .product-details .right-info{
    flex-wrap:wrap;
  }
  .main-popup .product-details .product-slider{
    width:100%;
    height:375px;
  }
  .main-popup .product-details .product-slider .single-slide img{
    height:375px;
  }
  .main-popup .for-close-set,.main-popup .product-details .prod-details{
    background:#FFFDF5;
    left:0;
    transform:inherit;
  }
  .main-popup{
    left:0;
    transform:inherit;
    top:0;
  }
  .main-popup .product-details  .more-info,.main-popup .product-details .freq-bought,
  .main-popup .product-details .left-info .nutri-details,.main-popup .product-details .ingredient-div,
  .main-popup .product-details .prod-details{
    width:100%;
  }
  .main-popup .product-details .left-info .more-info{
    padding:0 20px 20px 20px;
    width:100%;
    background: #FFFDF5;
    min-height: auto;
  }
  .main-popup .product-details .freq-bought{
    margin-top:0;
  }
  .main-popup .product-details .freq-bought .freq-prod-info .freq-pro-details {
    width: 55%;
  }
  .main-popup .product-details .freq-bought .freq-prod-info .freq-pro-img {
    width: 150px;
    height: 150px;
  }
  .main-popup .product-details .freq-bought h4{
    margin-bottom:25px;
  }
  .main-popup .product-details .left-info .nutri-details,.main-popup .product-details .ingredient-div,
  .main-popup .product-details .right-info .prod-details{
    padding:20px 20px 0 20px;
    background:#FFFDF5;
  }
  .main-popup .product-details .left-info .nutri-details{
    padding-top:30px;
  }
  .main-popup .product-details .right-info .prod-details ul {
    margin-top: 30px;
  }
  .main-popup .product-details .left-info .nutri-details .row-div:nth-child(even) {
    background: #FFFAEA;
  }
  .main-popup .product-details .ingredient-div{
    margin-top:0;
    padding-bottom:200px;
  }
  .main-popup .product-details .ingredient-div h5{
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #143443;
    font-family: BeVietnam-Regular;
    padding-left:30px;
  }
  .main-popup .product-details .ingredient-div .inner-cont{
    border-top:0;
    margin-top:0;
  }
  .main-popup .product-details .ingredient-div .inner-cont h5{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-family: 'BeVietnamBold';
    padding-left:0;
  }
  .main-popup .product-details .more-info-btn{
    width:100%;
    margin:0;
    float:none;
    position: fixed;
    bottom:0;
    z-index:99;
    padding: 0 15px 15px 15px;
  }
  .template-cart h1.section-header__title{
    font-weight: 400;
    font-size: 38px;
    line-height: 45px;
    color: #143443;
  }
  .template-cart .cart__item{
    display: flex;
    width: 100%;
    margin-bottom:30px;
    align-items:flex-start;
  }
  .template-cart .page-width.page-width--narrow.page-content{
    padding:0;
  }
  .cart_devid .cart__item{
    padding:0 20px;
  }
  .template-cart .cart__item--image {
      width: 40%;
      order: 2;
  }
  .template-cart .cart__item--image a img{
    opacity:1 !important;
  }
  .template-cart__scrollable::-webkit-scrollbar {
    width: 10px;
  }
  .template-cart__scrollable::-webkit-scrollbar-track {
    background-color: #143443;
  }
  .template-cart__scrollable::-webkit-scrollbar-thumb {
    background-color: #FFD858;
    height:70px;
  }
  .template-cart .cart__item--details{
    width: 60%;
    display: initial;
  }
  .template-cart #sca_fg_cart .cart__item--details .cart__item--name a{
    font-style: normal;
    font-weight: 700 !important;
    font-size: 18px;
    line-height: 24px;
    color: #143443;
    font-family: 'BeVietnamBold' !important;
  }
  .template-cart .cart__item--details .cart__item--price{
    margin:10px 0;
  }
  .template-cart #sca_fg_cart .cart__item--details .cart__price{
    text-align:left;
    font-style: normal;
    font-weight: normal !important;
    font-size: 14px;
    line-height: 18px;
    color: #143443;
    display: inline-block;
    font-family: BeVietnamExtraBold !important;
  }
  .template-cart .cart__item--details .js-qty__adjust{
    background: #EF8BA1;
    color: #fff !important;
    fill: #fff !important;
    padding: 8px 17px;
    height: 40px;
    border:1px solid #fff;
    margin:0;
  }
  .template-cart .cart__item--details .js-qty__wrapper{
    max-width:150px;
  }
  .template-cart #sca_fg_cart .cart__item--details .js-qty__num{
    height:40px;
    border-bottom:0;
    font-weight: normal !important;
    font-size: 18px;
    line-height: 18px;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    font-family: 'BeVietnamExtraBold' !important;
  }
  .template-cart .cart__item--details .js-qty__adjust .icon{
    font-size: 26px;
    vertical-align: middle;
    width: 15px;
    height: 15px;
  }
  .template-cart .cart__item--details .js-qty__adjust:hover{
    opacity:1;
  }
  .template-cart .why-not-add {
      padding: 20px;
      display:block;
      background:#fff;
      width:100%;
  }
  .template-cart .why-not-add h3{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #EF8BA1;
    font-family: 'BeVietnamBold';
  }
  .template-cart .why-not-add .option-div {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      margin-bottom:25px;
      min-height:40px;
  }
  .template-cart .why-not-add .option-div h5{
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #143443;
    font-family: 'BeVietnamBold';
  }
  .template-cart .why-not-add .option-div .column3:first-child{
    width:50%;
  }
  .template-cart #sca_fg_cart .why-not-add .option-div .column3 .small-btn{
    background: #EF8BA1;
    padding: 7.5px 22px 11.5px 22px;
    font-style: normal;
    font-weight: 700 !important; 
    font-size: 14px;
    line-height: 18px;
    text-align:center;
    color:#fff;
    font-family: 'BeVietnamBold' !important;
  }
  .template-cart .delivery-date {
      background: #eee;
      padding: 20px;
      position: relative;
      width: 100%;
    display:block;
  }
  .template-cart .delivery-date h4{
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color: #252525;
    font-family: 'BeVietnamBold';
    margin: 0 0 10px 0;
  }
  .template-cart .delivery-date h3{
    font-weight: normal;
    font-size: 14px;
    color: #252525;
    margin: 0 0 30px 0;
  }
  .template-cart #sca_fg_cart .delivery-date .change-date{
    font-weight: 700 !important;
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: none;
    color: #143443;
    font-family: 'BeVietnamBold' !important;
    border: 1px solid #143443;
    padding: 9px 22px;
    display:inline-block;
  }
  .template-cart .btn--full.cart__checkout.cart__checkout--drawer{
    background: #EF8BA1; 
    padding-top:25px;
    padding-bottom:25px;
    border-radius:0;
  }
  .template-cart .btn--full.cart__checkout.cart__checkout--drawer span{
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    font-family: 'BeVietnamBold';
    text-transform:initial;
  }
  .template-cart .cart__item-sub,.template-cart .shipping_line,
  .template-cart .total_line,.template-cart .cart__note.text-center{
    display:none;
  }
  .template-cart .shipping_line, .template-cart .total_line {
    display: block;
  }
  .product-details-popup{
    z-index: 10000;
  }
  .products-div .main-product .prod-details{
    margin-bottom:0;
  }
  div.sticky_cart{
/*     display:none !important; */
  }
  div.sticky_cart a{
    background: #EF8BA1;
    width:100%;
    border-radius:0;
    font-style: normal;
    font-family: 'BeVietnamBold';
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
  }
  div.sticky_cart a div{
    background: #EF8BA1;
    color: #fff;
    border: none;
    border-radius:0;
  }
  .products-div .main-product .prod-details .mobile-btn-wrapper{
    display:block;
  }
  .products-div .main-product .prod-details .mobile-btn-wrapper ul{
    margin:0;
    list-style:none;
    list-style-type:none;
  }
  .mobile-btn-wrapper .add-to-cart-widget{
    padding:0 !important;
  }
  .mobile-btn-wrapper .add-to-cart-button-super-container {
    flex-wrap: wrap;
  }
  .mobile-btn-wrapper .add-to-cart-quantity-selector-container{
    border: 1px solid #fff !important;
    margin-right:0 !important;
    overflow-wrap: break-word;
    white-space: normal;
    text-decoration: none;
    line-height: 1.2;
    letter-spacing: 0px;
    height: 40px;
    min-height: 40px;
    font-size: 14px;
    color: rgb(51, 51, 51);
    background-color: transparent;
    margin: 0 0 0 0px;
    display: flex;
    align-items: center; 
    max-width:152px;
  }
  .mobile-btn-wrapper span.add-to-cart-quantity-selector-minus-button{
    border-right:1px solid #fff;
  }
  .mobile-btn-wrapper span.add-to-cart-quantity-selector-plus-button{
    border-left:1px solid #fff;
  }
  .mobile-btn-wrapper span.add-to-cart-quantity-selector-minus-button,.mobile-btn-wrapper span.add-to-cart-quantity-selector-plus-button{
    background: #EF8BA1;
    color: #fff!important;
    fill: #fff!important;
    padding: 9px 15px!important;
    height: 38px;
    opacity: 1!important;
    font-size: 32px;
    line-height: 13px;
    padding: 0px 0px 0px 10px;
    cursor: pointer;
    opacity: 0.7;
    margin: 0px;
  }
  .mobile-btn-wrapper .add-to-cart-quantity-selector-input{
    width: 50px!important;
    border-bottom: 0;
    font-weight: normal!important;
    font-size: 18px;
    line-height: 18px;
    font-family: BeVietnamExtraBold!important;
    border-width: 0px;
    padding: 0px;
    width: 30px;
    text-align: center;
    outline: none;
    margin: 0px;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: rgb(51, 51, 51);
    background-color: transparent;
  }
  .mobile-btn-wrapper .prod-add-to-cart{
    overflow-wrap: break-word;
    white-space: normal; 
    text-decoration: none; 
    line-height: 1.2; 
    letter-spacing: 0px;
    width: 100%; 
    height: 40px; 
    min-height: 40px; 
    font-weight: bold; 
    font-style: normal; 
    font-size: 14px;
    color: rgb(51, 51, 51); 
    background-color: rgb(239, 139, 161); 
    border-width: 1px; 
    border-color: rgb(239, 139, 161); 
    border-radius: 0px; 
    border-style: solid; 
    cursor: pointer; 
    margin: 10px 0px 0px; 
    padding: 9.5px 10px 11.5px 10px!important;
    background: #EF8BA1!important;
    width: 100%!important;
    font-size: 14px!important;
  }
  .mobile-btn-wrapper .add-to-cart-add-to-cart-button, .added_btn{
    padding: 9.5px 10px 11.5px 10px!important;
    background: #EF8BA1!important;
    width: 83%!important;
    font-size: 14px!important;
    line-height: 18px;
    text-align: center;
    letter-spacing: .02em!important;
    color: #fff!important;
    display: inline-block;
    font-family: BeVietnamBold!important;
    height: auto!important;
    max-width:152px;
    position: relative;
  }
  
/*   .mobile-btn-wrapper .incubate-collections-add-to-cart-button-super-container .incubate-collections-add-to-cart-add-to-cart-button::after{
    content:"Add to Cart";
    position:absolute;
    top:-54px;
    left:15px;
  }
  .mobile-btn-wrapper .add-to-cart-add-to-cart-button::after {
    visibility: visible;
    position: absolute;
    top: 18px;
    left: 0;
    content: "Add to cart";
    padding: 10.5px 10px!important;
    background: #EF8BA1!important;
    width: 100%!important;
    font-size: 14px!important;
  } */
  .ui-widget.ui-widget-content{
    width: 100%;
    left: 0 !important;
     z-index:2 !important;
    bottom: 210px !important;
    top: auto !important;
    position:fixed !important;
    /*top:100% !important; */
  }
  body.template-cart{
    padding-bottom:200px;
  }
  .template-cart  #sca_fg_cart .delivery-date + .cart__footer{
    margin:0 auto 0 auto !important;
    width:100% !important;
    padding-top:20px !important;
    padding-bottom:20px !important;
    background:#fff;
    position: fixed;
    bottom: 0;
    z-index: 99;
  }
  .template-cart  .cart__item-row.cart__note {
    margin-top: 0;
  }
  #sca_fg_cart .cart__item--price.cart__item-price-col.text-right{
    display:none;
  }
  .template-cart .cart__footer-page .cart__checkout-wrapper .cart__item-row{
    display:none;
  }
  .template-cart #sca_fg_cart .cart__footer-page .shipping_line,
  .template-cart #sca_fg_cart .cart__footer-page .shipping_line span,
  .template-cart #sca_fg_cart .cart__footer-page .total_line,.template-cart #sca_fg_cart .cart__footer-page .total_line span{
    font-weight:700 !important;
    font-family: BeVietnamBold!important;
    font-size: 18px;
    line-height: 20px;
  }
  .template-cart #sca_fg_cart .cart__footer-page .shipping_line span.shipping-note{
    font-size: 10px;
    line-height: 12px;
    font-family: "BeVietnam-Regular"!important;
    font-weight: 100 !important;
  }
  .template-cart .btn.btn--no-animate.cart__checkout{
    background: #EF8BA1;
    padding-top: 7px;
    padding-bottom: 10px;
    border-radius: 0;    
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: .02em;
    color: #fff;
    font-family: BeVietnamBold;
    text-transform: initial;
  }
  .template-cart .cart__checkout-wrapper+.cart__item-row{
    display:none;
  }
  .template-cart .site-footer{
    margin-top:0;
  }
  .ui-widget-content .ui-state-default.ui-state-active{
    padding:0.5em;
  }
  .template-cart .cart__footer-page{
    max-width: 100%;
    padding: 0 20px;
  }
  .template-cart #sca_fg_cart .cart__item-row.subtotal_div .h3{
    display:flex;
    justify-content:space-between;
  }
  .template-cart #sca_fg_cart .cart__item-row.subtotal_div,.template-cart #sca_fg_cart .cart__item-row.subtotal_div .h3,.template-cart #sca_fg_cart .cart__item-row.subtotal_div span{
    font-family: 'BeVietnamBold' !important;
    font-weight: 700 !important;
    font-size:18px;
    line-height:20px;
  }
  .template-cart .custom_mobile_sidenav,
  .template-collection .custom_mobile_sidenav{
    top:44px !important;
  }
  .template-cart .custom_mobile_cart,
  .template-collection .custom_mobile_cart{
    top:52px !important;
/*     display:none !important; */
  }
  .main-popup .product-details .left-info .nutri-details .row-div{
    padding:0 20px;
  }
  .main-popup .product-details .left-info .nutri-details .row-div .about-nutri{
    width:53%;
  }
  .template-cart .why-not-add .option-div:last-child {
    margin-bottom: 0;
  }
  p.order_limit{
    padding-top: 15px;
    padding-bottom:15px;
  }
  .ui-datepicker table,.ui-datepicker .ui-datepicker-header{
    width:80%;
    max-width:80%;
  }
  .products-div .main-product .prod-details .mobile-btn-wrapper ul li{
    margin-bottom:0;
  }
  .template-cart .why-not-add{
    display:block !important;
  }
  .template-cart .cart-short-desc p{
    display:none;
  }
  .template-cart .cart-short-desc ul,.template-cart .cart-short-desc ul li:first-child{
    display:block;
    margin:0;
  }
  .template-cart .cart-short-desc ul li:first-child{
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #143443;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "BeVietnam-Regular";
    margin-bottom:12px;
  }
  .template-cart .cart-short-desc p{  
    display:none;
  }
  .template-cart .cart-short-desc ul li strong{
    font-family: 'BeVietnamBold';
  }
  .template-cart .cart-short-desc ul li em{
    font-style:normal;
  }
  .template-cart .cart-short-desc*{
    display:none !important;
  }
  div#ui-datepicker-div:before{
    padding-left:15px;
  }
  .template-cart footer.site-footer{
    display:none;
  }
  .select-date {
    opacity: 0;
    position: absolute;
    bottom: 22px;
    width: 105px;
    height: 33px;
  }
  .ui-datepicker th, .ui-datepicker td, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    padding:0;
    text-align:center;
    height:42px;
    width:42px;
    line-height:38px;
  }
  .ui-widget-content .ui-state-default.ui-state-active {
    padding: 0;
  }
/*   .site-nav__icons button.site-nav__link.site-nav__link--icon.js-toggle-slide-nav.medium-up--hide,
  .site-nav__icons a.site-nav__link.site-nav__link--icon.js-modal-open-search-modal.js-no-transition{
    display:none;
  }
  .header-item.header-item--icons.small--hide{
    display:block !important;
  } */
} 

.overlay1 a {
    padding: 8px 0px !important;
}