/** Shopify CDN: Minification failed

Line 8326:52 Expected identifier but found "*"
Line 9481:26 Unterminated string token
Line 11669:3 Expected identifier but found "."

**/
/** DEAL MENU ***/
h1.ArticleBanner-title {
    font-size: 24px;
    line-height: 32px;
}
.ArticleBanner .o-placeholder {
  padding: 0 0 50%;
}
.ArticleBanner li.Breadcrumbs-item.Breadcrumbs-item--highlighted {
    display: none;
}
.Product-price1 del{
  color: #666 !important;
}
.total_prc {
    display: flex;
    justify-content: center;
}
.HeaderNavigation li.HeaderNavigation-item:first-child a {
    color: #e4372d;
}
/** DEAL MENU END HERE***/
/* brewing section css start here */
.brewing-instruction {
    background: #D5E4D9;
    padding: 4rem 0;
}
.brewing_content_box h2 {
    text-align: center;
    padding-bottom: 30px;
    font-family: 'cooperm';
}
.brew_content_list_item {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.brew_content_list_item .brew_hot_content {
    width: calc(40% - 15px);
}
.brew_content_list_item .brew_iced_content {
    width: calc(60% - 15px);
}
.brew_hot_text_icon span {
    font-size: 20px;
    line-height: 25px;
    padding-top: 10px;
    display: inline-block;
}
.brewing_content_box h3 {
    font-size: 34px;
    line-height: 34px;
    padding-bottom: 30px;
    font-weight: 600;
}
.brew_hot_text__text_icon {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.brew_hot_text_icon {
    max-width: 105px;
}
.brew_content_list_item > div {
    border: 4px dashed;
    border-radius: 30px;
    padding: 30px 3%;
    text-align: center;
}

@media only screen and (max-width: 1400px) and (min-width: 1024px){
  .brew_hot_text_icon span {
    font-size: 16px;
    line-height: 20px;
}
.brew_hot_text_icon svg {
    width: auto;
    height: 45px;
}
.brewing_content_box h3 {
    font-size: 24px;
    padding-bottom: 20px;
}
}
@media only screen and (min-width: 1024px){
  .mobile_view{
    display: none;
  }
}
@media only screen and (max-width: 1023px){
.desktop_view{
  display: none;
}
.brewing-instruction {
    padding: 3rem 0;
}  
.brewing_content_box h2{
  font-size: 28px;
}
.brew_content_list_item {
    gap: 14px;
    max-width: 286px;
    margin: auto;
}  
.brew_content_list_item .brew_hot_content, .brew_content_list_item .brew_iced_content {
    width: calc(50% - 7px);
    transition: transform .6s;
    transform-style: preserve-3d;
    position: relative;
    height: 220px;
}
.brew_content_list_item .brew_hot_content.active, .brew_iced_content.brew_iced_content1.active {
    transform: rotateY(180deg);
}
.brew_content_list_item > div {
    border: none;
    padding: 0;
    text-align: center;
}
.brew_content_list_item > div .icon_title {
    border-style: solid;
    border-width: 1px 1px 3px 1px;
    border-radius: 8px;
    padding: 15px;
    background: #FBF6E3;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
} 
.brewing_content_box h3 {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 0;
}  
.brew_hot_text__text_icon {
    flex-direction: column;
    align-items: center !important;
    justify-content: center  !important;
    text-align: left;
    gap: 5px;
    background: #2E524A;
    color: #FBF6E3;
    border-radius: 8px;
    padding: 15px;
    min-height: 220px;
    border-style: solid;
    border-width: 1px 1px 3px 1px;
    border-color: #FBF6E3;
    transform: rotateY(180deg);
}
.brew_hot_text_icon {
    width: 100%;
    max-width: 100%;
}
.brew_hot_text_icon p {
    font-size: 12px;
    line-height: 16px;
}
.rounter {
    position: absolute;
    background: #2e524a;
    bottom: -4px;
    right: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 37px;
    height: 37px;
}
.brew_hot_text__text_icon .rounter {
    background: #FBF6E3;
}  
.brew_hot_text__text_icon .rounter svg path {
    fill: #2e524a;
}
.icon_title, .brew_hot_text__text_icon {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}  

}
/* end here */




li.CartItem.hand-free-scented-candel, li.CartItem.hand-free-mystery-gift {
    pointer-events: none;
}
.ymq-shopify-option-box {
  display:none;
}
.diwali_offers .offer_section_left.offer_section_inner h1.PreHero-title {
    text-align: center !important;
}
.customer_views{
    font-size: 18px;
    width: 0;
    font-size: 0;
    margin-left: auto;
    transition: 0.5s;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.customer_views > span, .total_views > span {
    font-weight: 600;
}
.customer_views.active{
    width: 100%;
    font-size: 18px;
    transition: 0.9s;
    opacity: 1;
}
.random_number {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 16px;
    opacity: 0;
    transform: scale(0.2);
    transition: 0.5s;
}
.random_number.active {
    opacity: 1;
    transform: scale(1);
    transition: 0.5s;
}
.total_views1, .numberval {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.total_views1 strong, .total_views1 span, .numberval span, .numberval strong {
    font-weight: 400;
}
.total_views1 strong, .numberval strong {
    text-shadow: 0 0 1px #2e524a;
}
.total_views1 img , .numberval img{
    width: 19px;
}
.custom_collection_add_to_cart {
    text-align: center;
}
.total_views {
    margin-top: 30px;
    background: #FBF6E3;
    padding: 6px;
    text-align: center;
      color: #265246;
    font-weight: 500;
    font-size: 18px;
    width: 0;
    font-size: 0;
    margin-right: auto;
    transition: 0.5s;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.total_views.active {
    width: 100%;
    font-size: 18px;
    transition: 0.9s;
    opacity: 1;
}
@media only screen and (max-width: 767px){
  .total_views1, .numberval {
    font-size: 14px;
  }
  .total_views1 img, .numberval img{
    width: 16px;
  }
  .total_views.active, .customer_views.active {
    font-size: 14px;
}
}

main.affiliate.wizzy-main-content {
    padding-top: 40px;
}
/***start-cart-bump***/
.recommended_products li {
     grid-gap: 70px;
}
.CartDrawer.js-offcanvas.is-expanded {
    display: flex;
}
.prapp-star path {
    fill: rgb(238, 185, 58);
}
h3.side_title {
    font-size: 14px;
    font-weight: 800;
    text-align: center;
}
  .suffle_button {
    text-align: center;
}
.custom_add_to_cart {
    text-align: center;
    border: 1px solid #ddd;
    padding: 6px 14px;
    border-radius: 3px;
    line-height: 22px;
    max-width: 70px;
    margin: auto;
    cursor: pointer;
    background: #2e524a;
    color: #fff;
}
.you-save {
    width: 100%;
    max-width: max-content;
    margin: 4px auto auto;
    background: #ddd;
    border-radius: 3px;
    padding: 0 6px;
    font-size: 13px!important;
}
.product_main_price {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0;
}
/***end-cart-bump***/


li.CartItem.hand-one-time-purchase .free-price{
display:none;
}
.view_all {
    width: 100%;
}
.view_all a {
    text-transform: uppercase;
    background: #115740;
    color: #fff;
    margin-top: 24px;
     max-width: 21.25rem;
    padding: 15px!important;
  display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 0;
    font-family: sofia-pro;
    font-weight: 600;
    padding: 1.3125rem 1.375rem 1.4375rem;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: .0625rem;
    text-align: center;
    text-decoration: none;
 
    border-radius: 0.375rem;
    border: none;      
    width: 100%;
}
.our-fav.whats_inside_section_main p.GridItem-price {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.our-fav.whats_inside_section_main.whats_new_section_updated.artical-slider {
    margin: 0;
    padding: 20px 0 !important;
    background: #fbf6e3;
}
.our-fav .product_inside_container-main {
    margin-bottom: 0px;
}
.our-fav .image_with_text_wrapper.collection_wrapper {
    display: flex;
    flex-direction: column;
    min-height: 247px; 
    gap: 0;
    justify-content: space-between;
}
.our-fav .small_section {
    padding: 20px 0px!important;
    margin: 0 !important;
}
.small_section .ProductBundle-title {
    margin-bottom: 20px!important;
}
.small_section .product_image_container img {
    width: auto!important;
    height: 80px!important;
    margin: auto!important;
}
.small_section.artical-slider .image_with_text_title {
    font-size: 1.5rem!important;
    line-height: 18px!important;
    height: auto!important;
}
.small_section.our-fav .image_with_text_title a {
    font-size: 13px!important;
    line-height: 14px!important;
}
.whats_inside_section_main .image_with_text_title {
    height: 85px;
}
.artical-slider button.add_to_cart2.o-button.custom-2 {
    padding: 15px!important;
    margin-top: 24px;
}
.our-fav .image_with_text_title a {
    outline: none!important;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
}
.small_section.artcile-related-collection-product .ProductBundleItem-quantity {
    padding-top: 4px!important;
      font-size: 0.81rem!important;
    margin: 0!important;
}
.our-fav.small_section span.money {
    font-size: 0.85rem!important;
}
.Article-grid {
    margin: 2.5rem auto 1.875rem !important;
}
.small_section.our-fav p.GridItem-price {
    min-height: auto !important;
    width: 100%;
}
.artical-slider button.add_to_cart2.o-button.custom-2 {
    background: #115740;
    color: #fff;
}
.small_section.artical-slider button.add_to_cart2.o-button.custom-2 {
    margin-top: 5px !important;
    padding: 9px!important;
    font-size: 12px!important;
  
}
.image_with_text_title-desc .view_all a {
    margin-top: 5px !important;
    padding: 9px!important;
    font-size: 12px!important;
}
.more_description a {
    font-size: 15px;
    cursor: pointer;
    background: #f8b54f;
    max-width: max-content;
    padding: 7px 14px 5px;
    line-height: 15px;
    margin-top: 17px;
    border-radius: 5px;
}
.artcile-related-collection-product .inside_slider.inside_slider2 .slick-arrow {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 1;
}
.artcile-related-collection-product .inside_slider.inside_slider2 .slick-arrow.slick-prev.pull-left {
  left: -30px;
   cursor: pointer;
}
.artcile-related-collection-product .inside_slider.inside_slider2 .slick-arrow.slick-next.pull-right{
  right: -30px;
      cursor: pointer;
}
.add_to_cart_new {
    padding: 8px 20px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: .0625rem;
    text-align: center;
    background-color: #f8b54f;
    color: #005742;
    border-radius: .375rem;
    border: none;
    text-transform: uppercase;
    width: max-content;
    font-weight: 600;
}
.product_image_container, .image_with_text_title-desc {
    width: 100%;
}
.product_image_container p.GridItem-price span {
    width: auto;
}
.custom_content_list p.GridItem-price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}
.Article-content a {
    color: #416860 !important;
    text-decoration: none !important;
}
.Article-content img{
  margin: 0;
}
.helf_descripton {
    position: relative;
    margin-bottom: 20px;
}
.full_description {
    margin-bottom: 20px;
}
.Article-content li::marker {
    font-size: 1.8rem;
    line-height: 2.5rem;
}
.helf_descripton::after {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(255 255 255 / 36%) 65%,rgb(255 255 255 / 82%) 90.5%,rgb(255 255 255 / 97%) 90.5%);
}
.helf_descripton.blur-effect::after {
  display:none;
}
.custom_content_list .inner-main-block{
  grid-template-columns: 1fr;
}
.Article-content.article_txt .image_with_text_wrapper.collection_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 30px 0;
    align-items: flex-end;
  text-align:center;
}
.image_with_text_wrapper.collection_wrapper > img{
  margin: 0;
}
.product_image_container span {
    display: inline-block;
    width: 100%;
}
.compare_price span {
    text-decoration: line-through;
    opacity: 0.5;
}
.product_image_container span.product_title {
    font-size: 28px;
    font-family: 'cooperm';
    line-height: 34px;
    color: #416860;
    padding-bottom: 5px;
}
.product_image_container button.custom-2.add_to_cart_new {
    margin-top: 24px;
    padding: 11px;
    max-width: 200px;
    opacity: 1;
}



@media only screen  and (max-width: 767px){
  .image_with_text_wrapper.collection_wrapper {
    grid-template-columns: 1fr;
}
.product_image_container button.custom-2.add_to_cart_new {
    margin-top: 10px;
}
.ArticleMore-button {
    width: 90%;
}
.ArticleCard-content {
    padding-bottom: 1.125rem;
}  
.add_to_cart_new {
    margin-top: 0px;
}  
  .product_image_container span.product_title {
    font-size: 22px;
}
.small_section .ProductBundle-title {
    margin-bottom: 10px!important;
    font-size: 20px;
}
.whats_inside_section_main.whats_new_section_updated.our-fav.small_section {
    padding: 20px 0px!important;
    margin: 0!important;
}
.Article-grid {
    margin: 1.5rem auto 1.875rem !important;
}
.artcile-related-collection-product .inside_slider.inside_slider2 .slick-arrow.slick-next.pull-right {
    right: -10px;
    padding-right: 0 !important;
}
.artcile-related-collection-product .inside_slider.inside_slider2 .slick-arrow.slick-prev.pull-left {
    left: -10px;
    padding-left: 0 !important;
}  
  
}


.custom_content_list p.GridItem-price {
    justify-content: center;
} 


p.ProductIngredientsItem-title {
    line-height: 2.5rem;
}
.dw-details-title.dw-details-extra.time_new_york {
    position: relative;
    left: auto;
    right: auto;
    transform: unset;
}
.dw-im-container .dw-details-title.dw-details-extra {
    margin-bottom: 20px;
      line-height: 35px;

}
.dw-im-container .dw-details-title.dw-details-extra.time_new_york {
   margin-bottom: 50px;
      line-height:68px;
}
img.time_new_york_img {
    width: 20px;
    transform: translateY(-10px);
}
.time_new_york_img2{
    padding: 0 40px;
    width: auto !important;
}


div#fc_frame {
    left: 15px;
}
.logoimg {
    padding: 7px 0;
}
.logoimg img {
    max-width: 80px;
}

@media only screen and (max-width: 576px){
   .time_new_york_img2 {
    padding: 0;
}
 .logoimg {
    padding: 0;
   display:flex;
   justify-content:center;
}
.time_new_york_img {
    width: auto !important;
    height: 13px;
}  
}

/* 24-05-23 */
.total_prc {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}
span.t_head {
    padding-right: 5px;
}
.freconeny {
    text-align: center;
    font-size: 18px;
    max-width: 500px;
    margin: 5px auto 0;
}
/* end here */


/* 24-05-23 */
.main_bundletasting h2 {
    text-align: center;
    font-family: 'cooperm';
    padding-bottom: 50px;
}
.lwr_bndletast {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1100px;
    margin: auto;
}
.inner_bndltast {
    width: 50%;
    margin-bottom: 30px;
    max-width: 360px;
}
.inner_bndltast .content {
    margin-top: 20px;
}
.inner_bndltast .outer_bdnotes {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 22px;
}
.outer_bdnotes span{
    width: 100%;
    display: inline-block;
    text-align: center;
}
.outer_bdnotes span.sbhd {
    font-weight: 600;
    font-size: 16px;
}
.main_bundletasting {
    margin-bottom: 50px;
}
.innerimgbd {
    position: relative;
}
img.icein_tprs {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 160px;
}
img.icein_tlwr {
    position: absolute;
    bottom: 0;
    left: -70px;
    width: 170px;
}
img.mani_bndl_i{
    width: 100%;
    border: 5px solid #EEB93A;
    border-radius: 50% 50% 0 0;
}
.ctm_hd h2 {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 5px;
}
/* end here */


/* spinner css */
.spinnerimg {
    position: absolute;
    top: 6%;
    left: calc(50% + 30px);
    transform: translateX(-50%);
}
.innr_spin {
    position: relative;
}
.innr_spin img.main_jug {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
img.main_spiner {
    animation: spinnertext 5s linear infinite;
}
@keyframes spinnertext{
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@media only screen and (min-width: 1800px){
.spinnerimg {
    top: 9%;
}
}
@media only screen and (min-width: 1201px) and (max-width: 1600px){
.spinnerimg {
    left: calc(50% + 15px);
}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px){
  .innr_spin {
    width: 130px;
}
  .innr_spin img.main_jug {
    width: 50px;
}
.spinnerimg {
    left: calc(50% + 8px);
}
  
}
@media only screen and (max-width: 1023px){
.spinnerimg {
    position: absolute;
    top: calc(50% + 40px);
    left: 18px;
    transform: translateY(-50%);
}
img.main_spiner {
   width: 150px;
}
.innr_spin img.main_jug {
    width: 70px;
}
}
@media only screen and (max-width: 576px){
  
.innr_spin img.main_jug {
    width: 50px;
}  
 img.main_spiner {
   width: 100px;
} 
.spinnerimg {
    top: calc(50% + 8px);
}  
}


/* end here */
/* disclamer */
.ProductFaq-container {
    padding: 5rem 1.375rem 5.25rem;
}
.pdp_disclimertxt {
    margin-top: 30px;
    border: 1px solid;
    padding: 20px;
    text-align: center;
}
.pdp_disclimertxt span {
    font-size: 14px;
    font-weight: 600;
}
.pdp_disclimertxt p {
    font-size: 12px;
    line-height: 18px;
}
/* end */

input#flo-modal-checkout-btn{
    width: 100%;
    max-width: 200px;
    padding: 10px;
    border: none;
    background: #115740;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 30px;
}
iframe.cstm_autvi {
    width: 100%;
    height: 300px;
}
span.cstm_timertext {
    font-size: 18px;
    font-weight: 600;
}
.counter.persotimer span {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}
.main_p_yql {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}
.timer_personailztext {
    max-width: max-content;
}
div#ymq-box {
    min-width: max-content !important;
    margin-top: 10px !important;
}
.ymq-options-box.cstm_btnpro {
  margin-bottom: 0 !important;
}
.counter.persotimer span.se-m-hours, .counter.persotimer span.se-m-seconds {
    color: #eeb93a;
}


del{
  text-decoration: none !important;
}
del span{
  text-decoration:line-through;
}
span.PreHero-title.PreHero-subtitle i {
    color: #f52933;
}
.cstm_flush img {
    width: 100% !important;
    max-width: 200px !important;
    margin: auto;
}
.cstm_flush .teas_row {
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.cstm_flush a {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.cstm_flush .teas_row > div {
        width: 100%;
    }
.cstm_flush span.cstm_saleflus {
    background: #E4372D;
    border-radius: 2px;
    padding: 1px 5px 3px;
    font-style: normal;
    font-weight: 600;
    font-size: 9px;
    color: #fff;
    line-height: normal;
    margin-left: 4px;
    margin-top: 4px;
}

.ProductIngredients-slideContainer.glide__slides{
  padding-bottom:9px;
}
/* popup */
.pdf_popupmain {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: max-content;
    width: 90%;
    max-width: 1000px;
    background: #fbf6e3;
    padding: 50px;
    z-index: 20;
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
}
.pdf_ctnt {
    overflow-x: scroll;
    padding-bottom: 15px;
}
.pdf_ctnt::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.pdf_ctnt::-webkit-scrollbar-track{
  background: #fff;
} 
.pdf_ctnt::-webkit-scrollbar-thumb{
  background: #999;
}
.pdf_popupmain.active{
  display: initial;
}
.closepdf {
    position: absolute;
    top: 20px;
    right: 20px;
    border: 1px solid;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 12;
}
 
.insidepdf2slid button.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    width: 40px;
}
.insidepdf2slid button.slick-arrow img {
    border: 1px solid #115740;
    border-radius: 50%;
}
.insidepdf2slid button.slick-next.pull-right.slick-arrow {
    right: 0;
    left: auto;
}
.insidepdf2slid .innersl.pdp {
    text-align: center;
    border: 1px solid;
    padding: 40px 30px;
    max-width: 400px;
    margin: 10px auto 0;
}
.buy_nowbtn .pdpf_info h2 {
    font-family: 'cooperm';
    font-size: 20px;
    line-height: 32px;
}
.buy_nowbtn .pdf_prc {
    font-size: 18px;
    padding: 10px 0;
}
.buy_nowbtn span.btn_slid1 {
    font-size: 18px;
    text-decoration: underline;
}
.innersl img.dblcliks {
    transform: scale(2);
    transition: 0.5s;
    cursor: -webkit-zoom-out;
    padding-top: 80px;
}
.innersl img {
    transition: 0.5s;
    cursor: -webkit-zoom-in;
}
body.bdy_pdfrelay::before {
    position: absolute;
    content: "";
    background: #0006;
    width: 100%;
    height: 100%;
    z-index: 20;
    top: 0;
    left: 0;
}
body.bdy_pdfrelay {
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.insidepdf2slid {
    display: flex;
    width: 2300px;
    gap: 20px;
}
.insidepdf2slid .innersied {
    min-width: 20%;
    max-width: 25%;
}
.popup_img img {
    width: auto;
    height: 300px;
}

.innersl.buy_btnslide {
    position: relative;
}
.buy_nowbtn {
    position: absolute;
    right: 15px;
    width: calc(50% - 30px);
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
    text-align: center;
}



/* end here */


.smile-panel-frame-container.smile-panel-border-radius-rounded {
    right: 14px !important;
    left: unset !important;
    bottom: 0 !important;
}

.collection-list-slider-inner .GridItem{
  padding: 15px 25px;
}
li.HeaderActions-item.HeaderActions-smile.customtooltipsmil {
    position: relative;
    display: inline-block;
}
span.tooltiptextsm {
    visibility: hidden;
    width: 180px;
    height: max-content;
    background-color: #FBF6E3;
    color: #2e524a;
    text-align: center;
    border-radius: 0.375rem;
    padding: 13px 10px;
    position: absolute;
    z-index: 9;
    left: -62px;
    top: 44px;
}
span.tooltiptextsm::before {
    position: absolute;
    content: "";
    border-bottom: 10px solid #fdf6e4;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -8px;
    left: 72px;
}
li.HeaderActions-item.HeaderActions-smile.customtooltipsmil:hover .tooltiptextsm {
    visibility: visible;
}
/*innercircle*/

.coll_units {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom:3px;
}
.coll_units {
    text-align: center;
    font-size: 16px;
    color: red;
    font-weight: 800;
}

button.IndexHero-control {
    opacity: 0.7;
}
li.HeaderNavigation-item.link-black-friday-sale.hide_arrows_forbundles, li.MegamenuMobile-item.link-black-friday-sale {
    color: #dd0226;
}
li.HeaderNavigation-item.link-sale.hide_arrows.hide_arrows_forbundles:after {
    top: 9px;
}
.aa-product-title{
  color: #000 !important;
}
.aa-product-info {
  display:none !important;
}
.aa-product-price {
  color:#2e524a !important;
}
/*default search hide*/
div#wrap-inside {
    display: none !important;
}

/*default search hide*/

.main_seo_sesp p {
    color: #005742;
    font-size: 14px;
}
.main_seo_sesp h2 {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
      border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.main_seo_sesp a {
    text-decoration: none !important;
    padding: 3px 10px;
    margin: 0 0 8px;
    display: inline-block;
    border-radius: 4px;
    background: #115740;
    color: #fff !important;
    text-decoration: none;
    transition: 0.4s;    
    font-size: 14px;
    text-decoration: underline;
    display: inline-flex;
}

/* wheel*/
button.copy-button {
    display: none !important;
}
.wheelify-content-spinner {
    background-color: #fff !important;
}
div#wheelify-cc-spin-a-sale-powered-by-carecart {
    display: none !important;
}
p.wheelify-text-description {
    display: none !important;
}
.wheelify-winContainer .form-group {
    display: none !important;
}


.wheelify-signupContainer p, .wheelify-winContainer p {
    color: #115740 !important;
}
.wheelify-signupContainer input {
    border: 1px solid #115740 !important;
}
.wheelify-winContainer button.copy-button{
  border: 1px solid #115740 !important;
}
.wheelify-signupContainer input::placeholder {
  color:#115740 !important;
}
.wheelify-wheelContainer{
  opacity:1 !important;
}
.spin-wheel h1.Page-title.o-pageTitle {
    padding-top: 62px;
}
/* wheel*/

/* ymq app */

span.u-vhide1 {
    font-size: 12px;
}
span.u-vhide1{
      position: absolute;
    bottom: 20px;
}

.CartItem-description{
      position: relative;
}
.custom-select-box-qty {
 display:block !important;
}
.cs_ymqdv {
    display: none !important;
}
div#ymq-price-addons {
    margin-top: -30px !important;
    border: none !important;
    margin-left: 0;
    padding-left: 7px;
    margin-bottom: 0;
    padding-bottom: 0;
}
#ymq-addons-price {
    color: #115740;
}
span.ymq_option_text_span {
    margin-top: 5px;
}
.ymq-checkbox-radio[type=checkbox]:checked {
    background: #115740;
}
#ymq-box {
    margin-top: 20px !important;
}
.cstm_btnpro label.ymq-options-button-label
{
max-width: 200px;
    display: inline-block !important;
    width: 100% !important;
    background: #eeb93a !important;
    text-align: center !important;
    border: none !important;
    padding: 14px 10px !important;
    text-transform: uppercase;
    border-radius: 5px !important;
    line-height: 0 !important;
    cursor: pointer !important;
}
.ymq_help_box {
    font-size: 10px !important;
}
.cstm_text_pre{
padding-bottom:32.5px !important;
  
}


.cstm_btnpro label.ymq-options-button-label:hover{
  opacity: 0.7;
}
.cstm_btnpro label.ymq-options-button-label span{
  font-size: 1.125rem !important;
  font-weight: 600;
  line-height: 1 !important;
    font-family: sofia-pro;
    letter-spacing: .0625rem !important;
  color: #2e524a !important;
}
span.ymq_lable {
    color: #005841 !important;
    font-size: 18px!important;
}
.cstm_text_pre .ymq-input-text {
    max-width: 350px !important;
    width: 100% !important;
}
 .ymq-input-text {
    border: 1px solid #005841!important;
}
.cstm_areafld textarea {
    max-width: 244px;
    width: 100%;
    padding: 6px 10px;
}
.cstm_areafld {
    position: relative;
    margin-top: 20px;
}
.cstm_areafld .cstm_close_field {
    position: absolute;
    left: 233px;
    top: -10px;
    border: 1px solid #005841;
    line-height: 1;
    padding: 4px 5px 1px 4px;
    color: #005841;
    background: #f8b74b;
    border-radius: 50%;
    font-size: 12px;
    cursor: pointer;
}
/* ymq app */

.ProductGallery-badge {
  left: unset;
  top: -2.625rem !important;
    right: 1.375rem !important;
}


/* new cart drawer css */
.barnotexist .CartDrawerFreeShipping{
	 padding-bottom: 20px;
}
.cstm-cart__topupper-section {
    display: flex;
    gap: 20px;
    justify-content: space-evenly;
    position: relative;
}
.cstm-cart__topupper-section .top-upper {
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    margin-bottom: 13px;
    font-weight: 600;
}
.cstm-cart__topupper-section .top-upper p {
    line-height: 17px;
}
.cstm-cart__topupper-section .top-upper .money {
    font-size: 15px !important;
    line-height: 17px;
    padding-left: 2px;
}
.cstm-Cart_main_img_text.with__cart-img:after {
    color: #2E524A !important;
}
.bottom--text_cart .cart__inner_text.with__cart-img span {
    font-size: 14px !important;
    color: #fff;
    line-height: 18px;
}
.bottom--text_cart .cart__inner_text.with__cart-img {
    background: #E52431;
    position: relative;
    margin-top: 0;
    border-radius: 0 0 4px 4px;
    height: 20px;
    display: flex;
    justify-content: center;
}
.bottom--text_cart .cart__inner_text.with__cart-img::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 10px;
    height: 10px;
    left: -4px;
    border-radius: 50%;
    top: -4px;
}
.bottom--text_cart .cart__inner_text.with__cart-img::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 10px;
    height: 10px;
    right: -4px;
    border-radius: 50%;
    top: -4px;
}
.cstm-Cart_main_img_text img{
  border: none !important;
}
/* //////--start--//////// */
.old_drawerchng header.CartDrawerHeader{
  padding: .4375rem 1.375rem;
  margin-top: 0px;
}
.old_drawerchng .CartDrawerFreeShipping-container, .old_drawerchng .CartDrawerFreeShipping-message{
  margin-top: 0;
}
.old_drawerchng .discountPrice-main {
    display: block;
}
.old_drawerchng .CartDrawer-buttonWrapper .cart-sub-wrapp {
    display: none;
}
.old_drawerchng .CartDrawer-sticky .CartDrawer-buttonWrapper{
  display:none;
}
.old_drawerchng .CartDrawer-sticky{
  display: block;
}
.old_drawerchng .CartDrawer .CartDrawer-items-main {
    max-height: calc(100% - 25px);
    overflow-y: auto;
    padding-bottom: 0;
}
.old_drawerchng .CartDrawer .CartDrawer-items-main ul.CartDrawer-items{
  display: initial;
  height: auto;
}
.old_drawerchng .docapp-cart-with-coupon-summary{
  max-width: 100%;
  min-width: 100%;
}
.old_drawerchng .CartDrawer {
    max-width: 45.3125rem;
}
.old_drawerchng .CartDrawer-buttonWrapper .shop_pay_button_wrapper .shop_pay_text_more{
  display: none
}
.old_drawerchng .discountPrice-main {
    top: calc(100% - 132px);
    height: 50px;
}
.old_drawerchng .CartDrawer-subtotalContainer {
    padding: 1.4rem 3rem 3rem;
}


/* 12-12-22  metafield count  text styling */
.inner_ctext.first_one.cls-50 {
    font-size: 11px;
    text-align: center;
    margin-top: 4px;
}
.ProductInfo .inner_ctext.first_one.cls-50 {
    text-align: left;
    margin-bottom: 15px;
}
.ProductInfo .price_and_badge_container {
    margin-bottom: 5px !important;
}
li.HeaderNavigation-item.link-sale.hide_arrows.hide_arrows_forbundles::after {
    top: 9px;
}
/* end */

/* 11-01-23 */

header.CartDrawerHeader.barexists1 .CartDrawerFreeGiftStatuss {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #2E524A;
    background-color: #fbf6e3!important;
    padding: 12px 10px;
    border-top: .0625rem solid #E8E8EB;
    margin-top: 10px;
}
header.CartDrawerHeader.barexists1 {
    flex-wrap: wrap;
    padding: .4375rem 0 0;
    border-bottom: none;
}
header.CartDrawerHeader.barexists1 button.o-rounded-icon {
    margin-left: 20px;
}

/* end here */

span.common_dspt {
    position: absolute;
    top: 85%;
    width: 100%;
    max-width: 400px;
    font-size: 10px;
}
span.common_dspt1 {
    position: absolute;
    top: calc(85% + 15px);
    width: 100%;
    max-width: 200px;
    font-size: 10px;
}


/* 15-05-23 css start */

.qty-title-bars-text {
    text-align: left;
    font-size: 1rem;
    text-transform: uppercase;
    margin-top: 15px;
}
.disocunted-bars-main {
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
    column-gap: 20px;
}
.disocunted-bars-inner {
    flex: 0 0 20%;
}
.disocunted-bars-main .disocunted-bars-percentage {
    background: #115740;
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: max-content;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: auto;
    margin-right: 2px;
    color: #eeb93a;
}
.disocunted-bars-main .disocunted-bars-name {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
    font-size: 1.2rem;
    cursor: pointer;
    text-align: center;
}
.disocunted-bars-inner.active-discount .disocunted-bars-name {
    background: #eeb93a;
}
.disocunted-bars-main .disocunted-bars-percentage {
    background: #115740;
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: max-content;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: auto;
    margin-right: 2px;
    color: #eeb93a;
}
.all-prices-main {
    display: flex;
    column-gap: 18px;
    margin-top: 25px;
}
.main-cmprice {
    margin-bottom: 0;
/*     text-decoration: line-through; */
    color: #0000007a;
}
p.main-cmprice span.money {
    color: #666;
    text-decoration: line-through;
    font-weight: 600;
    font-size: 1.125rem!important;
}
span.money {
    font-size: 1.125rem!important;
    font-weight: 600;
}
p.main-dis {
    color: #eeb93a;
    font-size: 1rem;
}
.all-prices.mobileonly {
    display: none;
}

/* end here */

@media only screen and (max-width: 768px){
  .dw-im-container .dw-details-title.dw-details-extra.time_new_york {
   margin-bottom: 15px;
}
  .collection_tamplate_section .product_info .product_details span.product__title{
    line-height: 18px !important;
  }
  .all-prices.mobileonly {
    display: block;
}
  .all-prices.desktoponly{
    display: none;
  }
.disocunted-bars-main {
    column-gap: 15px;
    justify-content: center;
}
.disocunted-bars-main .disocunted-bars-percentage {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 14px;
}
.custom-product-wrapper .ProductInfo {
    padding: 0 !important;
    margin-top: 50px;
}
.disocunted-bars-main .disocunted-bars-name {
    padding: 7px;
    font-size: 1rem;
}
.all-prices-main {
    justify-content: center;
} 
  .old_drawerchng .CartDrawer-buttonWrapper .secure_checkout_text_wrapper{
    display: none;
  }
  .old_drawerchng .discountPrice-main {
    top: calc(100% - 110px);
    height: 45px;
}
.discount-items-1 {
    display: flex;
    column-gap: 20px;
}  
p.main-dis {
    font-size: 1.1rem;
}  
}

/* //////--end--/////// */

@media only screen and (max-width: 576px){
  .cstm-cart__topupper-section .top-upper {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 6px;
}
.cstm-cart__topupper-section .top-upper .money {
    font-size: 12px !important;
    line-height: 15px;
    padding-left: 2px;
}  
.bottom--text_cart .cart__inner_text.with__cart-img span {
    font-size: 10px !important;
    line-height: 16px;
}  
.bottom--text_cart .cart__inner_text.with__cart-img{
    height: 16px;
}  
}


/* end */











/* sep 20 two variables pdp*/
.main_twovar {
    margin-left: 0px;
      margin-top: 20px;
}
.inner_twovar strong {
    color: #f8b74b;
}
.main_twovar {
    border: 2px solid #fabc3d;
    border-radius: 5px;
    display: flex;
    justify-content: center;
  max-width: 440px;
}
.main_twovar .inner_twovar p {
    font-size: 20px;
    font-weight: 600;
}
.main_twovar .inner_twovar:not(:last-child) {
    border-right: 2px solid #ffba4e;
}
.main_twovar .inner_twovar {
  padding: 10px 20px;
}
/* sep 20 two variables pdp*/
/*  bundle section pdp */
.bundletoggle {
    display: flex;
    background: #d5e4d9;
    justify-content: center;
    align-items: center;
    padding: 45px 0;
}
.Header-logoPlaceholder {
    padding-bottom: 2rem;
    padding-top: 2rem;
}
.bundletoggle .container.wrapperr {
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;
}
.bundletoggle #toggle {
    width: 65%;
}
.PageVideo-img-new.newbundle-sectons-video {
    position: relative;
}
.desktop-hide {
    display: none;
}
buttons.PageVideo-btnContainer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
}
.bundletoggle .ProductFaqItem-title {
    border-bottom: 1px solid #2e524a;
    padding-left: 0;
    padding-right: 0;
}
.bundletoggle .ProductFaqItem-content {
    opacity: 1;
    padding-left: 65px;
    padding-top: 20px;
}
.bundletoggle p {
    font-size: 21px;
}
.bundletoggle h2.toggle-title {
    font-size: 21px;
}
.bundletoggle .ProductFaqItem-content ul li {
    font-size: 21px;
    margin-bottom: 7px;
}
.bundletoggle .ProductFaqItem-content ul {
    list-style: disc;
}
/* close bundle section pdp */
.wellness-routine-main .progress_wrapperr {
    width: 80%;
    margin: 20px auto;
}
.wellness-routine-main .progress-barr.term_1 {
    margin-bottom: 15px;
}
.wellness-routine-main .progress-strip {
    background-color: #ffffff87;
    border-radius: 5px;
    position: relative;
    height: 10px;
    /* width: 75%; */
    margin: auto;
}
.wellness-routine-main .progress-barr h5 {
    font-size: 16px;
    font-weight: 700;
    color: #115740;
    margin-bottom: 8px;
    /* width: 75%; */
    margin: auto;
    text-align: left;
}
.wellness-routine-main .progresss-inner {
    background-color: #115740;
    width: 50%;
    height: 10px;
    border-radius: 15px;
    transition: width 0.4s linear;
}
.wellness-routine-main .progress_content {
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
    /* width: 75%; */
    margin: 7px auto;
}
.wellness-routine-main {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #faeac4;
    margin: 22px auto 60px;
    gap: 20px;
}
.wellness-routine-main .o-container {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wellness-routine-main .routine-inner.image {
    display: inline-block;
    width: 49%;
}
.wellness-routine-main .routine-inner.content {
    width: 49%;
    display: inline-block;
    text-align: center;

}
.wellness-routine-main .routine-inner.content p {
    color: #115740;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 16px;
    font-weight: 700;
}
.wellness-routine-main .routine-inner.content h3 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    color: #eeb93a;
    margin-bottom: 15px;
    font-family: cooperm;
}
.wellness-routine-main .routine-inner.content  small {
    font-size: 18px;
    color: #115740;
}
.wellness-routine-main .progress-barr span {
    font-size: 14px;
    font-weight: 400;
    color: #115740;
}
/* custom bundleimagewith content */

.ProductRechargeBenefits-item {
    display: flex;
    align-items: flex-start;
}
.ProductRechargeBenefits-icon {
    margin-top: 8px;
}



.hidequin {
    display: none !important;
}
.owl-nav.disabled {
    display: block !important;
}
.variant-opiton-name-created-wrapper.owl-carousel.owl-theme.off {
    display: flex !important;
}
.ProductTastingNotes-container.main_custom_headct.image-and-content-tasting {
    display: flex;
    width: 90%;
    margin: 0px auto;
}

.single_state-icondata img {
    width: 68px;
    height: 68px;
}
.single_state-icondata.newrdimg svg {
    width: 68px;
    height: 68px;
}
.single_state-icondata.newrdimg {
    text-align: center;
}
/* ==== */
.Badge.rc{
  border-color: #ef7b71;
}
.Badge.rc .Badge-inner{
  background-color: #ef7b71; 
}

.Badge.sc{
  border-color: #f7a645;
}
.Badge.sc .Badge-inner{
  background-color: #f7a645; 
}

.Badge.spc{
  border-color: #fede43;
}
.Badge.spc .Badge-inner{
  background-color: #fede43; 
}

.Badge.hc{
  border-color: #7cb92c;
}
.Badge.hc .Badge-inner{
  background-color: #7cb92c; 
}

.Badge.tc{
  border-color: #76c9df;
}
.Badge.tc .Badge-inner{
  background-color: #76c9df; 
}

.Badge.tec{
  border-color: #769ed4;
}
.Badge.tec .Badge-inner{
  background-color: #769ed4; 
}

.Badge.cc{
  border-color: #ad95c6;
}
.Badge.cc .Badge-inner{
  background-color: #ad95c6; 
}
/*  end */

html, body {
    overflow-x: hidden;
}

.CartItem-variantTitle {
    display: block;
}
.for_mobile_only .review-header.text-center {
  margin-top: 1.375rem;
}
.active_selected{
  border: 1px solid black;
}
img.variant-image-swatched-created-collection {
    max-width: 100% !important;
    cursor: pointer;
}
.variant-opiton-name-created-wrapper{
    margin-top: 10px;
}
span.v-title{
    text-transform: capitalize;
}
.custom-product-wrapper .Product-breadcrumbs {
    padding: 1.3rem 1.375rem 1.25rem !important;
}
.CartDrawer-subtotalContainer {

  padding: 1.4rem 2.5rem;
  border-top: 1px solid #e8e8eb;
/*    border-bottom: 1px solid #e8e8eb;  */
}
.ProductInfo {
    padding: 1.75rem 0 0 !important;
}
.template-product aside.ProductGallery-controls {
    padding: 0 1.375rem !important;
}
.himalayan-breakfast-black-tea .inside-steeping-instruction-tasting-container.ddd .inside-steeping-instruction-tasting-wrapper {
    border: none;
}
.earl-grey-citrus-black-tea.chai-teas-loose-leaf .inside-steeping-instruction-tasting-container.ddd .inside-steeping-instruction-tasting-wrapper {
    border-top: none;
}
.kashmiri-kahwa-masala-chai-tea.chai-teas-loose-leaf section#shopify-section-product-ingredients {
    display: none;
}
.kashmiri-kahwa-masala-chai-tea.chai-teas-loose-leaf .inside-steeping-instruction-tasting-container.ddd .inside-steeping-instruction-tasting-wrapper {
    border-top: none;
}
section#shopify-section-product-navigation {
    display: none !important;
}
.ProductIngredients-container .ProductIngredients-control .o-placeholder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.daily-darjeeling-black-tea.black-teas-loose-leaf .inside-steeping-instruction-tasting-wrapper {
    border: none;
}
.button_container.sticky {
    display: none !important;
}
.Header {
    z-index: 19 !important;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 0.0625rem solid #E8E8EB;
    border-bottom: 0.0625rem solid #e8e8eb;
    will-change: transform;
    transition: transform .3s linear;
}
.header-sticky-add-to-cart {
    position: relative;
    z-index: -9;
}
.variant-opiton-name-created-wrapper .inner-swatchcolor {
    display: flex;
    flex-direction: column;
    margin : 5px;
    justify-content: center;
    align-items: center;
}
.variant-opiton-name-created-wrapper{
  display: flex;
  
}
/* .variant-opiton-name-created-container .inner-swatchcolor:nth-child(4) {
    display: none;
} */
.inner-swatchcolor span {
    font-size: 13px;
    text-align: center;
}
.variant-opiton-name-created-wrapper {
/*         justify-content: left !important; */
    align-items: flex-start;
}
.CartDrawer{
  z-index: 99 !important;
  top:0;
}
/* .CartDrawer.inview{
  top:0;
} */

.single-state .inside-steeping-instruction-tasting-container.ddd .inside-steeping-instruction-tasting-wrapper {
    border: none;
}
.ProductDropdowns-group .ProductDropdowns-dropdown {
    margin-top: 8px;
}

.CartDrawer-buttonWrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  z-index: 9999;
  background: #FFF;
  text-align: center;
  display: block;
}
.CartDrawer .CartDrawer-items-main {
  max-height: calc(62vh - 25px);
  overflow-y: auto;
  padding-bottom: 0;
}

.CartDrawer ul.CartDrawer-items::-webkit-scrollbar {
  width: 5px;
}

.CartDrawer ul.CartDrawer-items::-webkit-scrollbar-track {
  background: #c4c4c4;
}


.CartDrawer ul.CartDrawer-items::-webkit-scrollbar-thumb {
  background: #888888;
}



/* .inside-steeping-instruction-tasting-container.ddd .inside-steeping-instruction-tasting-wrapper {border-top: 1px solid #2E524A;} */

/* .inside-steeping-instruction-tasting-img img.img-data-ins {transform: rotate(180deg);} */

.prod-tea-bag.template-product .inside-steeping-instruction-tasting-container.ddd .inside-steeping-instruction-tasting-wrapper {
    border-top: none;
}





/* ==== */
.GridItem-badge {
  top: 15px;
}
.CartDrawer-sticky{
  position: unset;
}
@font-face {
  font-family: 'Barcelony';
  src: url('BarcelonyRegular.woff2') format('woff2'),
    url('BarcelonyRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.Count {
  margin-left: .3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 100%;
  background-color: #eeb93a;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.375rem;
  height: 1.375rem;
}
.HeaderActions-bag{ display: block;}
.GridItem-info{display:none;}


.MegamenuMobile-actions {
  display: flex;
  align-items: center;
}

.MegamenuMobile {
  width: calc(100% - 2.9375rem);
}
.MegamenuMobile .Count {
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.CartDrawerFreeShipping-icon.is-unlocked svg {
    color: #000;
}

/************** 23 August 2021 ************/

.collection-banner .CollectionHero {
  padding: 0;
}
.collection-banner .banner-image img {
  width: 100%;
}
.collection-banner .banner-main {
  position: relative;
  /*   height: 485px; */
}
.collection-banner .banner-main .banner-image, .collection-banner .banner-main .banner-image img {
  height: 100%;
  object-fit: cover;
}
.collection-banner .banner-main .banner-text  {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.collection-banner .banner-main .banner-text .banner-text-inner {
  max-width: 600px;
  width: 100%;
}
.collection-banner .banner-main .banner-text h2  ,
.collection-banner .banner-main .banner-text .name ,
.collection-banner .banner-main .banner-text p{
  color: #fff;
}
.collection-banner .banner-main .banner-text .name {
  font-size: 26px;
  text-transform: uppercase;
  line-height: 30px;
}
.collection-banner .banner-main .banner-text .banner-main-text {
  margin-bottom: 50px;
  margin-top: 20px;
  font-size: 29px;
  line-height: 36px;
}
.collection-banner .banner-main .banner-text p {
  font-size: 21px;
  margin-top: 5px;
}
.offer_section {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.Custom-collection-Reviews_section, .offer_section {
  padding: 2.5rem 0 0rem;
}
.offer_section .offer_section_inner {
  padding: 0 30px;
  position:relative;
}
.offer_section_left.offer_section_inner h1.PreHero-title {
  text-align: right !important;
}
.offer_section.remove-section .offer_section_left.offer_section_inner h1.PreHero-title {
  text-align: center !important;
}
.offer_section .offer_section_subheading {
  max-width: 450px;
  width: 100%;
}
.offer_section .offer_section_inner.offer_section_right:after {
  content: '';
  position: absolute;
  background: #2e524a;
  height: 38px;
  width: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.offer_section_left.offer_section_inner {
  text-align: right;
}
.offer_section div#offer_section_timer {
  font-size: 46px;
  font-weight: 600;
  line-height: 44px;
}
.offer_section .offer_section_text {
  font-size: 12px;
  letter-spacing: 8px;
  color: #e7b954;
  margin-bottom: 2px;
  font-weight: bold;
}
.offer_section .offer_section_subheading p {
  font-size: 19px;
  font-weight: 500;
}
.review-header .PreHero-title.reviews_heading {
  text-align: center !important;
  margin-bottom: 0;
}
.review-header {
  margin-bottom: 1.375rem;
}
.reviews_inner_blocks .reviews_block_inner {
  width: 33.33%;
  padding: 0 7.5px;
  margin-bottom: 15px;
}
.reviews_inner_blocks {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  margin:0 -7.5px;
}

.reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main {
  background: #d8e3da;
  border-radius: 11px;
  box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.08);
  padding: 35px 45px;
  height:100%;
}
.collection-banner .banner-main .banner-text .name {
  font-size: 20px;
  line-height: 24px;
}
.collection-banner .banner-main .banner-text p {
  font-size: 16px;
}
.reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_image ,
.reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings{
  padding: 0 10px;
}
.reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .reviews_description {
  text-align: center;
  margin-top: 25px;
  font-size: 16px;
  line-height: 28px;
}

.reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings .reviews_heading {
  font-size: 18px;
  font-weight: 600;
}
.reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings .reviews_sub_heading {
  font-size: 16px;
  margin-bottom: 1px;
}
.reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings span.jdgm-star::before {
  font-size: 13px;
  color: #e2ba2b;
}
.reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings span.jdgm-star {
  padding: 0 !important;
}
.review-header .reviews_sub_heading {
  font-size: 28px;
  text-align:center;
  font-weight: 600;
}
.review-header .reviews_image-5 {
  text-align: center;
}
.review-header span.jdgm-star {
  padding: 0 !important;
}
.review-header span.jdgm-star::before {
  font-size: 28px;
  color: #e3bb2d;
}
.custom_collection {
  position: relative;
}
.offer_section.remove-section .offer_section_right {
  display: none;
}
.offer_section.remove-section .offer_section_left.offer_section_inner {
  text-align: center;
}

.custom_collection p.ProductPressItem-description {
  font-size: 18px;
  line-height: 28px;
  min-height: auto;
  margin-bottom: 20px;
}
.custom_collection li {
  width: 25%;
}
.custom_collection li .ProductPressItem {
  max-width: 13.375rem;
  justify-content: space-between;
  height: 100%;
}
.template-collection .Collection-main .Grid {
  gap: 35px;
}

.template-collection .Collection-main .Grid .GridItem .add_to_cart2  {
  background: #095540;
  color: #fff;
  padding: 15px 10px;
  margin-top: 16px;
}

section#shopify-section-custom_collection_logo_section button.ProductPress-control {
  background: transparent;
}

.template-collection .Collection-main .Grid a.GridItem-link {
  display: inline-block;
  width: 100%;
}

.template-collection .Collection-main .Grid .GridItem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.offer_section.remove-section .offer_section_left.offer_section_inner {
  text-align: center;
}


.Grid.Two_per_row .jdgm-preview-badge .jdgm-star.jdgm-star {
  color: #e6b853;
  font-size: 18px !important;
}
.Grid.Two_per_row .jdgm-prev-badge__text {
  font-size: 18px !important;
}
.Grid.Two_per_row h2.GridItem-title {
  font-size: 20px;
  line-height: 26px;
}
.Grid.Two_per_row .GridItem-info {
  font-size: 18px;
  margin-bottom: .75rem;
  margin-top: .75rem;
  line-height: 26px;
}
.Grid.Two_per_row .TagDiscount {
  margin: 0;
}
.Grid.Two_per_row .GridItem-price {
  font-size: 20px;
}
.Grid.Two_per_row p.GridItem-price del {
  font-size: 17px;
}
.Grid.Two_per_row a.GridItem-link:hover {
  text-decoration: none;
  color: inherit;
}
.Grid.Two_per_row button.add_to_cart2 {
  background: #e6b853 !important;
  color: #095540 !important ;
  height: 65px;   
  font-size: 20px;
}
.Grid.Two_per_row button.add_to_cart2:hover {
  background: #095540 !important;
  color: #fff !important ;
}
.Grid.Two_per_row {
  grid-template-columns: 1fr 1fr;    
  gap: 70px 120px !important;
  padding: 80px 0 0;
}


.o-container.container-Two_per_row {
  padding: 0 120px;
}

.offer_section.remove-section .offer_section_subheading {
  margin: 0 auto;
}
/*cart-drawer sticky bottom 16 march*/
.CartDrawer-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

div#js-cart-drawer {
  height: 100%;
}

.CartDrawer-container > div,.CartDrawer-container > header {
  width: 100%;
}

.CartDrawerFreeGiftStatus {
  height: fit-content;
}

header.CartDrawerHeader {
  height: fit-content;
}
.discountPrice-main {
  background: #d4edda;
  border-color: #c3e6cb;
      color: #155724;
  text-align: center;
  padding: 8px;
}
.discountPrice-main-inner span.money {
      color: #155724;
    font-weight: 600;
}
span.rupee-icon {
  background: #275724;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0;
  margin-right: 10px;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}
.discountPrice-main-inner {
  align-items: center;
  display: flex;
  justify-content: center;
}
.discountPrice-main.blank {
  display: none;
}
body .smile-launcher-frame-container {
  bottom: 60px !important;
  left: 4px !important;
}

.MegamenuMobile-actions {
    display: none; 
}
li.HeaderNavigation-item.link-sale a , .MegamenuMobile-item.link-sale a{
    color: #ff0000;
}
/*cart-drawer sticky bottom 16 march*/


.single_state_container canvas {
  display: none;
}
.single_state_container .single_state_wrapper {
    padding-top: 50px;
}

/* 21 july css start here */

.cstm_colorbox {
    position: relative;
    z-index: 9;
    color: #000 !important;
    text-transform: capitalize !important;
    font-size: 20px !important;
}
.cstm_colorbox::after {
    position: absolute;
    content: "";
    background: #ffc9c2;
    width: 170px;
    top: -25px;
    left: -14px;
    z-index: -1;
    height: 60px;
    border-radius: 10px;
}

/* 21 july css end here */

@media only screen and (max-width:1440px){
  .progress-barr {
    width: 80%;
    margin: auto;
}
 
}
@media only screen and (max-width:1366px){
    .wellness-routine-main .routine-inner.image img {
    height: 430px;
    object-fit: cover;
}
  .routine-inner-text {
    width: 68%;
    margin:auto;
}
  }
@media only screen and (min-width:1024px){

  .wellness-routine-main .routine-inner-text {
    width: 75%;
    margin: auto;
}
  .wellness-routine-main .routine-inner.content p {
    font-size: 24px;
    line-height: 32px;
}
  .wellness-routine-main .routine-inner.content  small {
    font-size: 17px;
}
  .wellness-routine-main .progress_wrapperr {
    width: 80%;
}
  
  .Grid.Two_per_row .GridItem-image .o-placeholder {
    padding: 0 0 80% 0;
  }


  .Grid.Two_per_row article.GridItem {
    padding: 0 !important;
    background: transparent !important;
  }

  .Grid.Two_per_row p.GridItem-price del {
    margin: 0 5px 0 0;
  }
  .for_mobile_only {
    display: none;
  }
  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
  }
  .banner_section_custom_collection_mobile_image {
    display: none;
  }
  .template-collection .Collection-main .Grid .GridItem {
    background: #fff;
    padding: 35px 35px;
  }

  .template-collection .Collection-main .Grid .GridItem .add_to_cart2:hover {
    background: #eeb93a;
    color: #2e524a;
  }


}
@media only screen and (min-width:640px){
.IndexHero-container{
  padding: 3.75rem 3.75rem 40px;
}
.IndexHero-content.right .IndexHero-btnContainer{
  text-align:right;
}  
}
@media only screen and (max-width:1400px){
  .collection-banner .banner-main .banner-text .banner-text-inner .special_text img {
    max-width: 40px;
    image-rendering: -webkit-optimize-contrast;
    display: block;
  }
  .collection-banner .banner-main .banner-text .banner-main-text {
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 31px;
  }
}

@media only screen and (max-width:1200px){
  .o-container.container-Two_per_row {
    padding: 0 100px;
  }
  .offer_section div#offer_section_timer {
    font-size: 30px;
    line-height: 34px;
  }
  .offer_section .offer_section_subheading p {
    font-size: 18px;
  }
  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main {
    padding: 25px 25px;
  }
  .review-header .PreHero-title.reviews_heading , .offer_section h1.PreHero-title {
    font-size: 30px;
    margin-bottom: 5px;
    line-height: 36px;
  }
  .review-header .reviews_sub_heading {
    font-size: 24px;
  }
  .review-header span.jdgm-star::before {
    font-size: 22px;
  }
  .collection-banner .banner-main .banner-text .banner-main-text {
    font-size: 25px;
  }
  .collection-banner .banner-main .banner-text .name {
    font-size: 22px;
    line-height: 26px;
  }
  .collection-banner .banner-main .banner-text p {
    font-size: 18px;
    line-height: 21px;
    margin-top: 2px;
  }
}


@media only screen and (max-width:1023px){

/* 08-05-23 */
.main_p_yql {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 0px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.ymq-options-box.cstm_btnpro{
  text-align: center !important;
}  
.timer_personailztext {
    max-width: 100%;
}
div#ymq-box {
    min-width: 100% !important;
}
/* end here */
  
span.common_dspt {
    max-width: 100%;
    top: 100%;
}
.cstm_flush a{
  justify-content: space-between;
}  
.cstm_flush span.cstm_saleflus {
    padding: 1px 5px 3px;
    margin-top: 2px;
}  
span.common_dspt1 {
    top: calc(100% + 15px);
    max-width: 100%;
}
/* 12-12-22 */
.ProductInfo .inner_ctext.first_one.cls-50 {
    text-align: center;
}
  
/*  end  */
  
/*ymq*/
  span.u-vhide1 {
    top: 81px;
    width:100%
    left: auto;
    font-size: 10px;
}
  .Header-wrapper {
      margin-bottom: 5.1rem;
  }
  main[data-handle="herbal-teas"] .Header-wrapper {
      margin-bottom: 6.5rem;
  }
  .Header-logoPlaceholder {
      padding-top: 1.6rem;
      padding-bottom: 1.6rem;
  }
  .Header-navigation, ul.HeaderActions {
      height: auto !important;
  }
  .CartItem-content{
position: relative;
}
  .cstm_text_pre .ymq-input-text {
    max-width: 100% !important;
    width: 100% !important;
}
.cstm_btnpro label.ymq-options-button-label span {
    font-size: 1rem !important;
  line-height: 0.5 !important;
}
.cstm_btnpro label.ymq-options-button-label{
  line-height: 0 !important;
}
.cstm_areafld {
    position: relative;
    text-align: center;
    max-width: 244px;
    margin: 10px auto;
}
  .cstm_areafld .cstm_close_field{
    padding: 3px 5px 2px 5px;
  }
  
/*ymq*/

/*  12-12-22  */
.ProductInfo .price_and_badge_container {

    margin: -1.9rem 0 5px -5px !important;
}
/*  end  */
  .ProductGallery-badge {
    left: 29.2rem;
    top: -1.625rem !important;
    right: 0 !important;
}
  .HomeRecommandation-btnContainer{
  display:block !important;
}
  .Grid.Two_per_row {
    padding: 30px 0 0;
  }
  .Grid.Two_per_row .GridItem-content {
    margin-top: 15px;
  }
  .Grid.Two_per_row .GridItem-reviews {
    margin-bottom: 6px;
  }
  .for_desktop_only {
    display: none;
  }
  .Grid.Two_per_row button.add_to_cart2 {
    height: 60px;
    line-height: 55px;
    font-size: 16px!important;
  }

  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .reviews_description {
    text-align: left;
  }
  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading {

    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .reviews_heading_subheadings {
    display: inline-block;
    width: 100%;
  }
  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_image img {
    border-radius: 11px;
  }
  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings,
  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings .reviews_heading{
    margin-top: 10px;
  }

  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;

  }
  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings, .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_image {
    padding: 0;
  }
  .collection-banner .banner-main .banner-text .banner-main-text {
    margin-bottom: 35px;
  }
  .collection-banner .banner-main .banner-text .special_text img , .banner-text .mob-txt1 img {
    max-width: 30px;
    image-rendering: -webkit-optimize-contrast;
  }
  .template-collection .Collection-main .Grid .GridItem .add_to_cart2  {
    margin-top: 0px;
  }
  .logo-sec-collection canvas {
    display: block !important;
  }
  .logo-sec-collection .ProductPressReviews {
    display: none;
  }
  .banner_section_custom_collection_desktop_image {
    display: none;
  }
  .reviews_inner_blocks .reviews_block_inner {
    width: 50%;
  }
}


@media only screen and (max-width:991px){
  .bundletoggle h2.toggle-title {
    font-size: 18px;
}
/*   .template-product .js-product-bundle li.ProductBundleItem .ProductBundleItem-content {
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
  } */
  .bundletoggle p {
    font-size: 16px;
}
   /* bundle imagewith content*/
 .wellness-routine-main .o-container {
    flex-direction: column;
}
  .wellness-routine-main .routine-inner-text {
    width: 63% !important;
     position: unset;
    top: unset;
    left: unset;
    transform: unset;
    padding: 40px 0;
}
  .wellness-routine-main .routine-inner.content {
    padding: 40px 0;
}
.wellness-routine-main {
    flex-direction: column;
}
  .wellness-routine-main .routine-inner.image {
    width: 100%;
}
  .wellness-routine-main .routine-inner.content {
    width: 100%;
}
  .wellness-routine-main .progress_wrapperr {
    width: 70% !important;
}
.wellness-routine-main .routine-inner.image img {
    width: 100%;
    height: auto !important;
}
  .o-container.container-Two_per_row {
    padding: 0 40px;
  }
  .Grid.Two_per_row {
    gap: 70px 40px!important;
  }
  .Grid.Two_per_row .GridItem-info {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 19px;
  }
  .Grid.Two_per_row .jdgm-preview-badge .jdgm-star.jdgm-star {

    font-size: 14px!important;
  }
  .Grid.Two_per_row .jdgm-prev-badge__text {
    font-size: 14px!important;
  }
  .Grid.Two_per_row .GridItem-reviews {
    margin-bottom: 8px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px){
/*ymq*/
  .cstm_btnpro {
    text-align: left !important;
}
  
  /*ymq*/
  
.bundletoggle {
    padding: 55px 0;
}
  .bundletoggle #toggle {
    margin-right: 30px;
}
  .bundletoggle .ProductFaqItem-title {
    padding-left: 32px;
}
}
@media only screen and (min-width: 768px) and (max-width:1023px){
span.u-vhide1 {
    bottom: -15px;
}
}
@media only screen and (max-width:768px){
  .main_twovar .inner_twovar p {
    font-size: 12px;
}
  
  .main_twovar {
    margin-left: 77px;
    margin-right: 27px;
    width: 298px;
}
  
  .selected_filters span.clear_all_text
  {
    font-size: 14px;
  }
  .selected_filters{
 display:flex !important; 
}
 .selected_filters span.clear_all_text, .selected_filters span.filters_names{
   justify-content: center;
 } 
 .selected_filters .cross_btn_wrapper{
    font-size: 12px;
  }
  .bundletoggle .ProductFaqItem-content {
    padding-left: 68px;
}
  /*bundle-image-withcontent*/
  .wellness-routine-main .routine-inner.content p {
/*     font-size: 16px; */
}
  .wellness-routine-main {
    margin: 60px auto 0px;
}
  .wellness-routine-main .routine-inner.content h3 {
    font-size: 22px;
}
    /*bundle-image-withcontent*/
  .collection-banner .banner-main {
    height: auto;
  }

  .offer_section .offer_section_inner  {
    width: 100%;
    padding:0;
    text-align: center;
  }

  .offer_section .offer_section_inner h1.PreHero-title {
    text-align: center !important;
  }
  .offer_section .offer_section_inner.offer_section_right:after{
    display:none;
  }
  .offer_section .offer_section_right.offer_section_inner {
    margin-top: 15px;
  }
  .offer_section div#offer_section_timer {
    font-size: 28px;
    line-height: 34px;
  }
  .offer_section.remove-section .offer_section_left.offer_section_inner {
    padding: 0;
  }

  .offer_section.remove-section h1.PreHero-title {
    text-align: center !important;
  }


  .offer_section h1.PreHero-title, .review-header .PreHero-title.reviews_heading {
    font-size: 28px;
    line-height: 34px;
  }

  .review-header .reviews_sub_heading {
    font-size: 20px;
  }

  .template-collection .Collection-main .Grid {
    gap: 20px;
  }
  .template-collection .Collection-main .Grid .GridItem .add_to_cart2  {
    padding: 12px 10px;
    font-size: 14px;
  }

  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .reviews_description {
    font-size: 14px;
    line-height: 26px;
  }
  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings, .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_image {
    padding: 0 5px;
  }
}


@media only screen and (max-width:700px){
  .custom_collection p.ProductPressItem-description {
    font-size: 16px;
    line-height: 24px;
  }
  .reviews_inner_blocks .reviews_block_inner {
    width: 100%;
  }

  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .reviews_description {
    margin-top: 15px;
  }
}

@media only screen and (max-width:575px){

  .Grid.Two_per_row h2.GridItem-title , .Grid.Two_per_row .GridItem-info{
    width: 90%;
    margin-left:  auto;
    margin-right:  auto;
  }

.variant-opiton-name-created-wrapper .owl-carousel .owl-item{
  width: 50px !important;
}
  .o-container.container-Two_per_row {
    padding: 0 1.375rem;
  }
  .Grid.Two_per_row button.add_to_cart2 {
    padding: 15px 10px !important; 
  }
  .Grid.Two_per_row {
    grid-template-columns: 1fr;    
    gap: 50px !important;
  }
  .Grid.Two_per_row .GridItem-reviews {
    margin-bottom:12px;
  }
  .Grid.Two_per_row article.GridItem {
    text-align: center;
  }
  .collection-banner .banner-main .banner-text .banner-main-text {
    font-size: 22px;
    line-height: 28px;
  }
  .collection-banner .banner-main .banner-text .name {
    font-size: 20px;
    line-height: 24px;
  }
  .Custom-collection-Reviews_section {
    overflow-x: auto;
    padding-bottom: 20px;
    margin-bottom: 2rem;
  }
  .reviews_inner_blocks {
    -webkit-flex-wrap: nowrap;
    width: 270%;

  }
  .reviews_inner_blocks .reviews_block_inner {
    margin-bottom: 0;
  }
  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings, .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_image {
    padding: 0;
  }
}
@media only screen and (max-width:374px){
  .template-collection .Collection-main .Grid .GridItem .add_to_cart2  {
    padding: 12px 5px;
    font-size: 11px;
  }

}

.GridItem-info.custom{
  display: block!important;
}

/* check list style */

.text_blow_add_to_cart ul li:before {
  content: "";
  background: url(/cdn/shop/t/240/assets/tick-new.png?v=1653982900);
  width: 17px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center;
}
.text_blow_add_to_cart ul li {
  position: relative;
  padding-left: 30px;
  line-height: 18px;
  font-size: 14px;
  margin-top: .375rem;
}
.text_blow_add_to_cart {
  margin-top: 10px;
}

/************** 23 August 2021 ************/

.collection-banner .CollectionHero {
  padding: 0;
}
.collection-banner .banner-image img {
  width: 100%;
}
.collection-banner .banner-main {
  position: relative;
  /*   height: 485px; */
}
.collection-banner .banner-main .banner-image, .collection-banner .banner-main .banner-image img {
  height: 100%;
  object-fit: cover;
}
.collection-banner .banner-main .banner-text  {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.collection-banner .banner-main .banner-text .banner-text-inner {
  max-width: 600px;
  width: 100%;
}
.collection-banner .banner-main .banner-text h2  ,
.collection-banner .banner-main .banner-text .name ,
.collection-banner .banner-main .banner-text p{
  color: #fff;
}
.collection-banner .banner-main .banner-text .name {
  font-size: 26px;
  text-transform: uppercase;
  line-height: 30px;
}
.collection-banner .banner-main .banner-text .banner-main-text {
  margin-bottom: 50px;
  margin-top: 20px;
  font-size: 29px;
  line-height: 36px;
}
.collection-banner .banner-main .banner-text p {
  font-size: 21px;
  margin-top: 5px;
}
.offer_section {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.Custom-collection-Reviews_section, .offer_section {
  padding: 2.5rem 0 0rem;
}
.offer_section .offer_section_inner {
  padding: 0 30px;
  position:relative;
}
.offer_section_left.offer_section_inner h1.PreHero-title {
  text-align: right !important;
}
.offer_section.remove-section .offer_section_left.offer_section_inner h1.PreHero-title {
  text-align: center !important;
}
.offer_section .offer_section_subheading {
  max-width: 850px;
  width: 100%;
}
.offer_section .offer_section_inner.offer_section_right:after {
  content: '';
  position: absolute;
  background: #2e524a;
  height: 38px;
  width: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.offer_section_left.offer_section_inner {
  text-align: right;
}
.offer_section div#offer_section_timer {
  font-size: 46px;
  font-weight: 600;
  line-height: 44px;
}
.offer_section .offer_section_text {
  font-size: 12px;
  letter-spacing: 8px;
  color: #e7b954;
  margin-bottom: 2px;
  font-weight: bold;
}
.offer_section .offer_section_subheading p {
  font-size: 19px;
  font-weight: 500;
}
.review-header .PreHero-title.reviews_heading {
  text-align: center !important;
  margin-bottom: 10px;
}
.review-header {
  margin-bottom: 1.375rem;
}
.reviews_inner_blocks .reviews_block_inner {
  width: 33.33%;
  padding: 0 7.5px;
  margin-bottom: 15px;
}
.reviews_inner_blocks {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  margin:0 -7.5px;
}

.reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main {
  background: #d8e3da;
  border-radius: 11px;
  box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.08);
  padding: 35px 45px;
  height:100%;
}
.collection-banner .banner-main .banner-text .name {
  font-size: 20px;
  line-height: 24px;
}
.collection-banner .banner-main .banner-text p {
  font-size: 16px;
}
.reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_image ,
.reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings{
  padding: 0 10px;
}
.reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .reviews_description {
  text-align: center;
  margin-top: 25px;
  font-size: 16px;
  line-height: 28px;
}

.reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings .reviews_heading {
  font-size: 18px;
  font-weight: 600;
}
.reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings .reviews_sub_heading {
  font-size: 16px;
  margin-bottom: 1px;
}
.reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings span.jdgm-star::before {
  font-size: 13px;
  color: #e2ba2b;
}
.reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings span.jdgm-star {
  padding: 0 !important;
}
.review-header .reviews_sub_heading {
  font-size: 28px;
  font-weight: 600;
}
.review-header span.jdgm-star {
  padding: 0 !important;
}
.review-header span.jdgm-star::before {
  font-size: 28px;
  color: #e3bb2d;
}
.custom_collection {
  position: relative;
}
.offer_section.remove-section .offer_section_right {
  display: none;
}
.offer_section.remove-section .offer_section_left.offer_section_inner {
  text-align: center;
}

.custom_collection p.ProductPressItem-description {
  font-size: 18px;
  line-height: 28px;
  min-height: auto;
  margin-bottom: 20px;
}
.custom_collection li {
  width: 25%;
}
.custom_collection li .ProductPressItem {
  max-width: 13.375rem;
  justify-content: space-between;
  height: 100%;
}

.template-collection .Collection-main .Grid .GridItem .add_to_cart2  {
  background: #095540;
  color: #fff;
  padding: 15px 10px;
  margin-top: 16px;
}

section#shopify-section-custom_collection_logo_section button.ProductPress-control {
  background: transparent;
}

.template-collection .Collection-main .Grid a.GridItem-link {
  display: inline-block;
  width: 100%;
}

.template-collection .Collection-main .Grid .GridItem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.offer_section.remove-section .offer_section_left.offer_section_inner {
  text-align: center;
}


.Grid.Two_per_row .jdgm-preview-badge .jdgm-star.jdgm-star {
  color: #e6b853;
  font-size: 18px !important;
}
.Grid.Two_per_row .jdgm-prev-badge__text {
  font-size: 18px !important;
}
.Grid.Two_per_row h2.GridItem-title {
  font-size: 20px;
  line-height: 26px;
}
.Grid.Two_per_row .GridItem-info {
  font-size: 18px;
  margin-bottom: .75rem;
  margin-top: .75rem;
  line-height: 26px;
}
.Grid.Two_per_row .TagDiscount {
  margin: 0;
}
.Grid.Two_per_row .GridItem-price {
  font-size: 20px;
}
.Grid.Two_per_row p.GridItem-price del {
  font-size: 17px;
}
.Grid.Two_per_row a.GridItem-link:hover {
  text-decoration: none;
  color: inherit;
}
.Grid.Two_per_row button.add_to_cart2 {
  background: #e6b853 !important;
  color: #095540 !important ;
  height: 65px;   
  font-size: 20px;
}
.Grid.Two_per_row button.add_to_cart2:hover {
  background: #095540 !important;
  color: #fff !important ;
}
.Grid.Two_per_row {
  grid-template-columns: 1fr 1fr;    
  gap: 70px 120px !important;
  padding: 80px 0 0;
}


.o-container.container-Two_per_row {
  padding: 0 120px;
}

.offer_section.remove-section .offer_section_subheading {
  margin: 0 auto;
}
/* check list style */

.text_blow_add_to_cart ul li:before {
  content: "";
  width: 17px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center;
}
.text_blow_add_to_cart ul li {
  position: relative;
  padding-left: 30px;
  line-height: 18px;
  font-size: 14px;
  margin-top: .375rem;
}
.text_blow_add_to_cart {
  margin-top: 10px;
  margin-bottom: 30px;
}
.ProductTastingNotes-description.bullet.text ul li:before{
  content: "";
  background: url(https://cdn.shopify.com/s/files/1/2675/9476/files/tick_1.png?v=1630498083);
  width: 17px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center;
}
.ProductTastingNotes-description.bullet.text ul li{
  position: relative;
  text-align: left;
  padding-left: 30px;
  line-height: 18px;
  margin-top: .375rem;

}
.bullet.text{
  margin-top: 10px;
}

.collection_logo_container .collection_logo_grid img {
  max-width: 80px;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
.collection_logo_container {
  display: flex;
  display: -webkit-flex;
  margin: 15px 27px 1.25rem ;
  align-items: center;
  -webkit-align-items: center;
}
.short-des-inner {
  max-width: 700px;
  margin: 0 auto;
}
.Product-info .jdgm-widget.jdgm-preview-badge.jdgm-preview-badge--with-link {
  margin: 5px 0;
}
.ProductInfo nav.Product-tags {
  margin-bottom: 10px;
}
.ProductBenefits-estimation.js-delivery-estimation strong {
  display: inline;
}
.collection_logo_container .collection_logo_grid {
  padding: 0 20px;
}
.ProductTastingNotes .product-description-short p {
  display: inline;
}
.ProductTastingNotes .product-description-short a {
  font-size: 18px;
  font-weight: bold;
}
.ProductInfo .ProductBenefits {
  margin-top: 15px;
}

.ProductInfo .price_and_badge_container {
  display: flex;
  align-items: center;
  margin: 23px -5px 0;

}
.ProductInfo .price_and_badge_container .percentage_badge span.percentage_product_price {
  display: inline-block;
  background: #FAEAC4;
  color: #2E524A;
  font-size: 16px;
  font-weight: 600;
  padding: 0 20px;
  height: 38px;
  line-height: 35px;
  border-radius: 6px;
}
.percentage_badge {
    display: none;
}
.ProductInfo .price_and_badge_container del {
  margin-right: 10px;
  margin-left: 10px;
}
.ProductInfo .price_and_badge_container .percentage_badge {
  padding: 0 5px;
}

.Product-info .Product-subtitle {
  margin-top: 5px;
}
.ProductTastingNotes .product-description-short span {
  font-size: 18px;
}
section#shopify-section-product-tasting-notes {
  padding: 0 0 5rem ;
}
.Testimonials  .Testimonials-header {
  font-size: 40px;
  line-height: 40px;
  color: #115740;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 2.5rem;
  padding-bottom: 0;
  font-family: 'cooperm';
}
.short-des-inner h1 {
  margin-bottom: 2.5rem;
}

.cbb-frequently-bought-products {
  /* float: none!important; */
  /* margin: 0 auto!important; */

  text-align: center;
}
.cbb-frequently-bought-container .cbb-frequently-bought-products li.cbb-frequently-bought-product .cbb-frequently-bought-plus-icon.skiptranslate.notranslate {
  width: 100px!important;
  color: #115740!important;
  font-weight: 700!important;
  font-size: 30px!important;
  height: 220px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cbb-frequently-bought-container .cbb-frequently-bought-product a .cbb-frequently-bought-product-image {
  width:100% !important;
  height: 100% !IMPORTANT;
}
section#shopify-section-product-frequently-bought-together ul.cbb-frequently-bought-selector-list {
  max-width: 780px;
  margin-left: auto !important;
  margin-right: auto !important;
  justify-content: left !important;
  text-align: left !important;
}
section#shopify-section-product-frequently-bought-together ul.cbb-frequently-bought-selector-list li {
  width: 100%;
}
section#shopify-section-product-frequently-bought-together ul.cbb-frequently-bought-selector-list li input {
  margin-right: 15px !important;
}
section#shopify-section-product-frequently-bought-together ul.cbb-frequently-bought-selector-list li h3 {
  font-weight: normal !important;
  font-family: 'sofia-pro' !important;
  color: #2E524A !important;
}
div#shopify-section-compare_section_pdp table tr td:nth-child(2), div#shopify-section-compare_section_pdp table tr th:nth-child(2) {
  background: #fff;
}
div#shopify-section-compare_section_pdp table th {
  padding: 40px 20px;
}
.cbb-frequently-bought-recommendations-container ul.cbb-frequently-bought-products li.cbb-frequently-bought-product a {
  width: 220px !important;
  height: 220px !important;
}
.cbb-frequently-bought-recommendations-container ul.cbb-frequently-bought-products {
  display: flex !important;
  justify-content: center;
}
.cbb-frequently-bought-recommendations-container ul.cbb-frequently-bought-products li.cbb-frequently-bought-product {
  width: auto  !important;
  height: auto !important;
  display: flex !important;
  align-items: center;
}
.template-product div#judgeme_product_reviews a.jdgm-star {
  font-size: 20px;
}
.template-product div#judgeme_product_reviews .jdgm-rev-widg__summary-stars {
  line-height: initial;
  font-size: initial;
  margin-top: 10px;
}
section#shopify-section-product-reviews .jdgm-rev-widg__summary-text {
  font-size: 18px;
  margin-top: 10px;
}
.template-product .button_container {
  position: static;
  bottom: 0;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  padding: 10px 0 0;
  z-index: 9;
}
.template-product .button_container .add_to_button {
  border-right: 1px solid #fff;
}
.template-product .button_container.sticky {
  position: fixed;
  z-index: 99;
}
.template-product .button_container .add_to_button , .template-product .button_container .checkout_buttton_custom {
  padding: 0;
  width: 50%;
}

.template-product .button_container .checkout_buttton_custom label.clicked{
  background-color:#faeac4; 
} 
.template-product .button_container {
  display: none;
}
.template-product .PageFeatures {
  padding-left: 0;
  padding-right: 0;
}

.template-product .button_container .add_to_button button, .template-product .button_container .checkout_buttton_custom label {
  border-radius: 0;
}
_::-webkit-full-page-media, _:future, :root .Product-mainLeft .ProductInfo-reviews span.jdgm-star {
  font-size: 16px !important;
}
_::-webkit-full-page-media, _:future, :root .ProductInfo-reviews span.jdgm-prev-badge__text { 
  font-size: 16px !important;
}

.ProductInfo .ProductDropdowns {
  margin-top: 20px;
}

_::-webkit-full-page-media, _:future, :root div#shopify-section-compare_section_pdp {
  margin-top: -1px;
  /* z-index: 1; */
  position: relative;
}


.ProductInfo .pdp_inventory_status .above_text_timer {
  font-size: 16px;
  line-height: 23px;
  margin: 3px 0 15px;
}
.template-product .announcement_text {
  height: 58px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
  font-size: 24px;
  letter-spacing: 6px;
  font-weight: 700;
}
.ProductInfo .pdp_inventory_status .inventory_quantity {
  font-size: 40px;
  width:100%;
  font-weight: 500;
  line-height:auto;
}

.ProductInfo .pdp_inventory_status div#offer_section_timer2 span {
  display: inline-block;
  width: 80px;
  height: 77px;
  background: #fff;
  line-height: 77px;
  text-align: center;
  color: #2E524A;
  font-size: 41px;
  margin: 0 5px;
}
.ProductInfo .pdp_inventory_status div#offer_section_timer2 {
  background: #D5E4D9;
  padding: 15px 10px;
  display: inline-block;
}

.limited_edition_contaimer {
  padding: 0 2.8125rem 5rem;
  border-bottom: 1px solid #E8E8EB;
}
.past_blends-grid .BlendContent-title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
}
.past_blends-grid .BlendContent-text {
  font-size: 22px;
  font-weight: 500;
  font-family: cooperm;
  margin: 5px 0 2px;
}
.past_blends-grid .sunheading-text {
  font-size: 16px;
  font-weight: 500;
  color: #EEB93A;
}
.past_blends-grid .BlendContent-content {
  text-align: center;
}
.limited_edition_contaimer .limited_editionheading {
  max-width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}

.past_blends-grid-main {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -50px;
}
.past_blends-grid-main .past_blends-grid {
  padding: 0 20px;
  margin-bottom: 50px;
  width: 33.33%;
}
.past_blends-grid-main .past_blends-grid .BlendContent-content {
  background: #2E524A;
  color: #fff;
  padding: 10px 10px;
}
.past_blends-grid-main .past_blends-grid .BlendContent-img img {
  display: block;
  width:100%;
}

.review-container {
  padding: 5rem 0;
}
.past_blends-grid-main .past_blends-grid:hover .BlendContent-content {
  background: #EEB93A;
}
.past_blends-grid-main .past_blends-grid:hover .BlendContent-content .sunheading-text {
  color: #2e524a;
}
.pdp_inventory_status_lower {
  display: inline-block;
  text-align: center;
}
.form_wrapper.form_wrapper_bg {
  background: #2E524A;
  padding: 4rem 0;
  position: relative;
}
.form_wrapper.form_wrapper_bg:before {
  content: '';
  position: absolute;
  background-image: url(https://cdn.shopify.com/s/files/1/2675/9476/files/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1.png?v=1631620941);
  height: 100%;
  width: 100%;
  background-size: cover;
  top: 0;
  left: 0;
  opacity: .2;
}
.form_wrapper .form-inner {
  display: flex;
  display: -webkit-flex;
  margin: 0 -30px;
}
.form_wrapper .form-inner .form-inner-inner form {
  padding: 0;
}
.form_wrapper .form-inner .form-inner-inner {
  flex: 1;
  padding:0 30px;
}
.form_wrapper .form-inner .form-inner-inner .form_text {
  color: #fff;
  font-family: 'Barcelony';
  font-size: 80px;
  letter-spacing: 2px;
  line-height: 110px;
  text-align: center;
  margin-top: 80px;
  transform: rotate(-8.59deg);
}
.form_wrapper .form-inner .form-inner-inner .needsclick {
  width: 100%;
  flex: unset;
  flex-wrap: wrap;
}

.form_wrapper .form-inner .form-inner-inner .needsclick input {
  background: #FBF6E3!important;
  border-radius: 6px !important;
  height: 60px !important;
  border-color: #FBF6E3!important;
}
.form_wrapper .form-inner .form-inner-inner .needsclick input::placeholder {
  color: #43635c !important;
  font-size: 18px !important;
}
.form_wrapper .form-inner .form-inner-inner .needsclick .needsclick:nth-child(2) input {
  height: 144px !important;
}
.form_wrapper .form-inner .form-inner-inner .needsclick button {
  font-size: 1.125rem !important;
  padding: 1.5625rem 1.625rem 1.6875rem 1.625rem !important;
  max-width: 21.25rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0;
  font-family: sofia-pro !important;
  font-weight: 600;
  /* padding: 1.3125rem 1.375rem 1.4375rem 1.375rem; */
  /* font-size: 1rem; */
  line-height: 1;
  letter-spacing: .0625rem;
  text-align: center;
  text-decoration: none;
  background-color: #eeb93a !important;
  color: #2e524a !important;
  border-radius: .375rem !important;
  border: none;
  transition: background-color .3s,color .3s;
  text-transform: uppercase;
  margin-top: 40px;
  width: 100%;
}
.form_wrapper .form-inner .form-inner-inner .needsclick button:hover {
  background: #faeac4 !important;
}
.form_wrapper.form_wrapper_bg .o-container {
  position: relative;
  z-index: 9;
}

.for_mobile_only_image,.for_mobile_only_button_images_see_less,.all_combine{
  display:none;
}
.for_mobile_only_button_images_see_more, .for_mobile_only_button_images_see_less{
  display:none;
}
.limited_edition_price {
  font-size: 26px;
  line-height: 1;
  margin: 20px 0 26px 0px;
  font-weight: 600;
}


@media only screen and (min-width:426px){
  .template-product .button_container .add_to_button, .template-product .button_container .checkout_buttton_custom {

    max-width: 200px;
  }
}


@media only screen and (min-width:1024px){
  section#shopify-section-product-tasting-notes .ProductTastingNotes-container {
    padding-bottom: 0;
  }

  .template-collection .Collection-main .GridItem-image , .template-collection .Collection-main .GridItem-image .GridItem-imageSecondary {
    padding-left: 0;
    padding-right: 0;
  }
  /*   .ProductInfo button#js-add-to-cart {
  max-width: 90%;
} */
  .add_to_cart_container .ProductForm-controls {
    margin-top: 22px;
  }
  canvas.mobile-canvas {
    display: none;
  }
  .ProductInfo .mobile-content {
    display: none;
  }
  .Product-info span.jdgm-prev-badge__stars span.jdgm-star {
    font-size: 20px !important;
  }
  .Grid.Two_per_row .GridItem-image .o-placeholder {
    padding: 0 0 80% 0;
  }


  .Grid.Two_per_row article.GridItem {
    padding: 0 !important;
    background: transparent !important;
  }

  .Grid.Two_per_row p.GridItem-price del {
    margin: 0 5px 0 0;
  }
  .for_mobile_only {
    display: none;
  }
  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
  }
  .banner_section_custom_collection_mobile_image {
    display: none;
  }
  .template-collection .Collection-main .Grid .GridItem {
    background: #fff;
    padding: 25px 16px;
  }

  .template-collection .Collection-main .Grid .GridItem .add_to_cart2:hover {
    background: #eeb93a;
    color: #2e524a;
  }


}

@media only screen and (max-width:1400px){
  .collection-banner .banner-main .banner-text .banner-text-inner .special_text img {
    max-width: 40px;
    image-rendering: -webkit-optimize-contrast;
    display: block;
  }
  .collection-banner .banner-main .banner-text .banner-main-text {
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 31px;
  }
  .CartDrawer-subtotalContainer {
    padding: 1rem 2.5rem 3.125rem 2.5rem;
}
}

@media only screen and (max-width:1200px){
  .past_blends-grid-main .past_blends-grid {
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .past_blends-grid-main {
    margin: 0 -10px -30px;
  }
  .past_blends-grid .BlendContent-text {
    font-size: 18px;
  }
  .ProductInfo .pdp_inventory_status .inventory_quantity {
    font-size: 30px;
  }
  .pdp_inventory_status_lower {
    text-align: left;
  }
  .collection_logo_container {
    margin: 0 -10px 1.25rem;
  }
  .collection_logo_container .collection_logo_grid {
    padding: 0 10px;
  }
  .o-container.container-Two_per_row {
    padding: 0 100px;
  }
  .offer_section div#offer_section_timer {
    font-size: 30px;
    line-height: 34px;
  }
  .offer_section .offer_section_subheading p {
    font-size: 18px;
  }
  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main {
    padding: 25px 25px;
  }
  .review-header .PreHero-title.reviews_heading , .offer_section h1.PreHero-title {
    font-size: 30px;
    margin-bottom: 5px;
    line-height: 36px;
  }
  .review-header .reviews_sub_heading {
    font-size: 24px;
  }
  .review-header span.jdgm-star::before {
    font-size: 22px;
  }
  .collection-banner .banner-main .banner-text .banner-main-text {
    font-size: 25px;
  }
  .collection-banner .banner-main .banner-text .name {
    font-size: 22px;
    line-height: 26px;
  }
  .collection-banner .banner-main .banner-text p {
    font-size: 18px;
    line-height: 21px;
    margin-top: 2px;
  }
}


@media only screen and (max-width:1023px){
  .template-collection .Collection-main .Grid .GridItem{
    padding-bottom:26px;
  }
  .coll_units {
    font-size: 13px;
}
 .review-header{ display:block !important; }
  
  .Product-info .limited_edition_price , .Product-info {
    text-align: center;
  }
  .template-product section#shopify-section-product-ingredients .ProductIngredients-container {
    background: #fbf6e3;
    padding-top: 20px;
  }

  .form_wrapper .form-inner .form-inner-inner .form_text {
    font-size: 60px;
    line-height: 90px;
    margin-top: 60px;
    transform: none;
    margin-bottom: 20px;
  }
  section#shopify-section-product-main .Product-mainLeft .mobile-content h1.Product-title {
    padding-top: 0;
  }
  section#shopify-section-product-main main.Product-main.js-content-navigation-item {
    padding-top: 10px;
  }
  .template-product .review-container .for_desktop_only {
    display:block;
  }
  .template-product .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings, 
  .template-product .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings .reviews_heading {
    margin-top: 0;
  }
  .template-product .review-container .for_mobile_only {
    display : none;
  }
  .template-product  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main {
    background: #d8e3da;
    border-radius: 11px;
    box-shadow: 2px 0 2px 0 rgb(0 0 0 / 8%);
    padding: 25px 25px;
  }
  .template-product  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading {
    flex-direction: row; 
    -webkit-flex-direction: row; 
  }


  .pdp_inventory_status , .pdp_inventory_status_lower {
    text-align: center;
  }


  .ProductInfo .price_and_badge_container .percentage_badge span.percentage_product_price {
    font-size: 13px;
    height: 29px;
    line-height: 29px;
  }
  .ProductInfo .price_and_badge_container {
    justify-content: center;
  }

  .Product-mainLeft .ProductInfo {
    padding-top: 1rem;
  }


  .template-product .Testimonials {
    padding-top: 1rem;
  }
  /*   .template-product .js-content-navigation-item .ProductIngredients-container {
  padding-bottom: 0;
} */
  .template-product .ProductBundle-title ,  .template-product section#shopify-section-product-frequently-bought-together h2.cbb-frequently-bought-title.translatable ,
  .template-product h1.ProductPerfectCup-title , .template-product  .ProductIngredients-title , .template-product .PageFeatures-header ,
  div#shopify-section-compare_section_pdp .section.heading , .Testimonials  .Testimonials-header{
    font-size: 28px !important;
    margin-bottom: 20px !important;
    line-height: 35px !important;
  }
  .template-product .ProductIngredients-title , .Testimonials  .Testimonials-header{
    padding:0 20px;
  }

  .template-product .button_container.sticky {
    display: flex;
  } 
  .template-product .js-product-bundle li.ProductBundleItem .ProductBundleItem-content .ProductBundleItem-reviews {
    margin-top: 5px;
  }
  .template-product .js-product-bundle li.ProductBundleItem .ProductBundleItem-content .ProductBundleItem-description {
    display: none;
  }
  .template-product .js-product-bundle li.ProductBundleItem .ProductBundleItem-content span.jdgm-prev-badge__text {
    font-size: 12px !important;
    color: #154137;
  }
  .template-product .js-product-bundle li.ProductBundleItem .ProductBundleItem-content span.jdgm-star {
    font-size: 12px !important;
  }
  .template-product .js-product-bundle li.ProductBundleItem .ProductBundleItem-content {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
  canvas.desktop-canvas {
    display: none;
  }
  div#shopify-section-compare_section_pdp {
    background: #dce4d9;
    padding: 2.1875rem 0 4.1875rem 0;
  }
  div#shopify-section-compare_section_pdp table td, div#shopify-section-compare_section_pdp table th {
    border: 1px solid #d2d5da;
  }
  .cbb-frequently-bought-recommendations-container ul.cbb-frequently-bought-products li.cbb-frequently-bought-product a {
    width: 150px!important;
    height: 150px!important;
  }
  .cbb-frequently-bought-container .cbb-frequently-bought-products li.cbb-frequently-bought-product .cbb-frequently-bought-plus-icon.skiptranslate.notranslate {
    width: 30px!important;
  }
  .cbb-frequently-bought-container .cbb-frequently-bought-products li.cbb-frequently-bought-product .cbb-frequently-bought-plus-icon.skiptranslate.notranslate {
    width: 50px!important;
    color: rgb(0, 0, 0)!important;
    font-weight: normal !important;
    font-size: 25px!important;
    height: 150px!important;
  }

  div#shopify-section-compare_section_pdp table th svg {
    max-width: 100%;
  }
  .Product-mainLeft .mobile-content {
    max-width: 300px;
    margin: 0 auto 10px;
  }
  .Product-mainLeft .mobile-content .ProductInfo-reviews .jdgm-widget.jdgm-preview-badge {
    margin: 2px 0;
  }
  .ProductGallery-container aside.ProductGallery-controls {
    position: static !important;
  }
  .Product-main .ProductGallery-container aside.ProductGallery-controls {
    position: absolute !important;
  }
  .template-product section#shopify-section-product-bundle {
    padding: 2rem 0;
  }

  .template-product ul.ProductBundle-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    gap: unset;
  }
  .template-product  ul.ProductBundle-items li.ProductBundleItem {
    width: 50%;
    padding: 0 10px;
  }
  .Product-info .desktop-content , .ProductInfo nav.Product-tags {
    display: none;
  }
  .collection_logo_container {
    justify-content: center;
  }
  .ProductTastingNotes .product-description-short span , .ProductTastingNotes .product-description-short a {
    font-size: 14px;
  }
  section#shopify-section-product-tasting-notes {
    padding: 2rem 0;
  }
  .ProductInfo .text_blow_add_to_cart {
    max-width: 360px;
    margin: 0 auto;
  }
  .Grid.Two_per_row {
    padding: 30px 0 0;
  }
  .Grid.Two_per_row .GridItem-content {
    margin-top: 15px;
  }
  .Grid.Two_per_row .GridItem-reviews {
    margin-bottom: 6px;
  }
  .for_desktop_only {
    display: none;
  }
  .Grid.Two_per_row button.add_to_cart2 {
    height: 60px;
    line-height: 55px;
    font-size: 16px!important;
  }

  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .reviews_description {
    text-align: left;
  }
  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading {

    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .reviews_heading_subheadings {
    display: inline-block;
    width: 100%;
  }
  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_image img {
    border-radius: 11px;
  }
  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings,
  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings .reviews_heading{
    margin-top: 10px;
  }

  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;

  }
  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings, .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_image {
    padding: 0;
  }
  .collection-banner .banner-main .banner-text .banner-main-text {
    margin-bottom: 35px;
  }
  .collection-banner .banner-main .banner-text .special_text img , .banner-text .mob-txt1 img {
    max-width: 30px;
    image-rendering: -webkit-optimize-contrast;
  }
  .template-collection .Collection-main .Grid .GridItem .add_to_cart2  {
    margin-top: 20px;
  }
  .logo-sec-collection canvas {
    display: block !important;
  }
  .logo-sec-collection .ProductPressReviews {
    display: none;
  }
  .banner_section_custom_collection_desktop_image {
    display: none;
  }
  .reviews_inner_blocks .reviews_block_inner {
    width: 50%;
  }
}


@media (max-width:1008px){
  .form_wrapper .form-inner .form-inner-inner {
    padding: 0;
  }
  .for_mobile_only_button_images_see_more, .for_mobile_only_button_images_see_less {
    color: #2E524A;
    font-size: 14px;
    line-height: 1.4;
    width: auto;
    margin: 0 auto;
    cursor: pointer;
    text-decoration: underline;

  }
  .for_mobile_only_button_images_see_more{
    display:inline-block;
  }
  .limited_edition_product_template .form_wrapper .form-inner{
    margin:0px;
  }
  .limited_edition_product_template nav.Product-tags.limited_edition_product_tags {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .limited_edition_product_template .pdp_inventory_status {
    margin-top: 1rem;
  }
  .limited_edition_product_template .limited_edition_reviews_for_desktop {
    display: none;
  }
  .limited_edition_product_template .ProductIngredients-separatorDesktop{
    display:block;
  }
  .limited_edition_product_template .ProductIngredients-separatorMobile{
    display:none;
  }
/*   .limited_edition_product_template .limited_edition_template{
    display:none;
  } */
  .limited_edition_product_template .ProductTag {
    padding: 0.7rem;
  }
  .limited_edition_product_template .Product-info .Product-subtitle{
    font-size:1rem;
    line-height:1.33;
  }
  .limited_edition_product_template .limited_edition_price {
    text-align: center;
    font-size: 1.69rem;
    font-weight: 700;
    margin-top: 13px;
    line-height: 1;
    margin-bottom: 23px;
  }
  .limited_edition_product_template.template-product .js-content-navigation-item .ProductIngredients-container {
    padding-bottom: 0;
    background: #fbf6e3;
  }
  .limited_edition_product_template .for_desktop_only_image{
    display:none !important;
  }
  .limited_edition_product_template .for_mobile_only_image{
    display: block;
    width: calc(100% - 48px);
    margin: 50px auto 0 auto;
  }
  .limited_edition_product_template .ProductForm-controls{
    gap:1.6rem;
  }
  .limited_edition_product_template .ProductInfo{
    padding-top:1.375rem;
  }
  .limited_edition_product_template .Product-main{
    margin-bottom:0.6rem;

  }
  div#offer_section_timer2 {
    margin-bottom: 25px;
  }
  .limited_edition_product_template .ProductReviews{
    margin:3rem auto;
  }
  .limited_edition_product_template .ProductIngredients-slider{
    padding-bottom:3rem;
  }
}


@media only screen and (max-width:991px){
  .o-container.container-Two_per_row {
    padding: 0 40px;
  }
  .Grid.Two_per_row {
    gap: 70px 40px!important;
  }
  .Grid.Two_per_row .GridItem-info {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 19px;
  }
  .Grid.Two_per_row .jdgm-preview-badge .jdgm-star.jdgm-star {

    font-size: 14px!important;
  }
  .Grid.Two_per_row .jdgm-prev-badge__text {
    font-size: 14px!important;
  }
  .Grid.Two_per_row .GridItem-reviews {
    margin-bottom: 8px;
    margin-top: 15px;
  }
}

@media only screen and (max-width:768px){
  .form_wrapper .form-inner {
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .form_wrapper .form-inner .form-inner-inner .form_text {
    font-size: 50px;
    line-height: 80px;
    margin-top: 0;
  }
  .template-product .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_image {
    width: 30%;
  }
  .template-product .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings {
    width: 70%;
  }
  .template-product .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main {
    padding: 15px 15px;
  }
  .template-product .announcement_text {
    height: 60px;
    font-size: 18px;
    letter-spacing: 3px;
  }
  .limited_edition_contaimer .limited_editionheading {
    margin-bottom: 1.25rem;
  }
  .limited_edition_contaimer {
    padding: 0 1.375rem 4rem;
  }
  .past_blends-grid-main .past_blends-grid {
    width: 50%;
  }
  .cbb-frequently-bought-container .cbb-frequently-bought-products li.cbb-frequently-bought-product .cbb-frequently-bought-plus-icon.skiptranslate.notranslate {
    width: 25px!important;
    height: 100px!important;
  }

  .collection-banner .banner-main {
    height: auto;
  }

  .offer_section .offer_section_inner  {
    width: 100%;
    padding:0;
    text-align: center;
  }

  .offer_section .offer_section_inner h1.PreHero-title {
    text-align: center !important;
  }
  .offer_section .offer_section_inner.offer_section_right:after{
    display:none;
  }
  .offer_section .offer_section_right.offer_section_inner {
    margin-top: 15px;
  }
  .offer_section div#offer_section_timer {
    font-size: 28px;
    line-height: 34px;
  }
  .offer_section.remove-section .offer_section_left.offer_section_inner {
    padding: 0;
  }

  .offer_section.remove-section h1.PreHero-title {
    text-align: center !important;
  }


  .offer_section h1.PreHero-title, .review-header .PreHero-title.reviews_heading {
    font-size: 28px;
    line-height: 34px;
  }

  .review-header .reviews_sub_heading {
    font-size: 20px;
  }

  .template-collection .Collection-main .Grid {
    gap: 15px;
  }
  .template-collection .Collection-main .Grid .GridItem .add_to_cart2  {
    padding: 12px 10px;
    font-size: 14px;
  }

  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .reviews_description {
    font-size: 14px;
    line-height: 26px;
  }
  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings, .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_image {
    padding: 0 5px;
  }

}

@media only screen and (max-width:767px){
  .cstm_estff .acte-img {
    margin-bottom: 30px;
}
/*  11-01-23 css  */
  header.CartDrawerHeader.barexists1 .CartDrawerFreeGiftStatuss {
    font-size: 13px;
    padding: 7px 10px;
  }
/*  end  */
  .ProductInfo .pdp_inventory_status div#offer_section_timer2 span {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .ProductInfo .pdp_inventory_status div#offer_section_timer2 {
    padding: 10px 5px;
  }
  .ProductInfo .pdp_inventory_status .inventory_quantity {
    font-size: 26px;
  }
  .fc-widget-normal.fc-mobile-view , .smile-launcher-frame-container.smile-launcher-mobile {
    bottom: 90px !important;
  }
  section#shopify-section-product-reviews h2.jdgm-rev-widg__title {
    border: none;
    padding: 0;
    margin: 0px 0 20px 0;
  }
  section#shopify-section-product-reviews .jdgm-rev-widg__header .jdgm-rev-widg__summary {
    display: none;
  }
  section#shopify-section-product-reviews .jdgm-widget-actions-wrapper {
    text-align: center;
  }
  .template-product .button_container .add_to_button button, .template-product .button_container .checkout_buttton_custom label {
    padding: 22px 20px;
  }
  section#shopify-section-product-perfect-cup .ProductPerfectCup-icons {
    position: relative;
    justify-content: center;
    max-width: 100%;
    display: flex !important;
    flex-wrap: wrap;
  }
  section#shopify-section-product-perfect-cup .ProductPerfectCup-icons .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #faeac4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section#shopify-section-product-perfect-cup .ProductPerfectCup-icons .slick-list.draggable {
    width: 80%;
    margin: 0 auto;
  }
  section#shopify-section-product-perfect-cup .ProductPerfectCup-icons .ProductPerfectCupIcon .ProductPerfectCupIcon-icon {
    margin: 0 auto;
  }
  section#shopify-section-product-perfect-cup .ProductPerfectCup-icons .slick-arrow svg {
    max-width: 18px;
    fill: #2e524a;
    height: 100%;
    width: 100%;
  }
  section#shopify-section-product-perfect-cup .ProductPerfectCup-icons button.slick-next.slick-arrow {
    right: 0;
  }
  section#shopify-section-product-perfect-cup .ProductPerfectCup-icons button.slick-prev.slick-arrow {
    left: 0;
  }
}
@media only screen and (max-width:700px){
  .custom_collection p.ProductPressItem-description {
    font-size: 16px;
    line-height: 24px;
  }
  .reviews_inner_blocks .reviews_block_inner {
    width: 100%;
  }

  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .reviews_description {
    margin-top: 15px;
  }
}





@media only screen and (max-width:575px){
  a.HeaderActions-accountLink.smile_link {
    display: none;
}
  
  .form_wrapper .form-inner .form-inner-inner .needsclick button {
    padding: 21px 1.625rem 21px 1.625rem!important;
  }
  .form_wrapper .form-inner .form-inner-inner .form_text {
    font-size: 40px;
    line-height: 60px;
  }
  .form_wrapper.form_wrapper_bg {
    padding: 3rem 0;
  }
  .form_wrapper .form-inner .form-inner-inner .needsclick button {
    margin-top: 0;
  }

  .template-product .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings, 
  .template-product .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_image {
    padding: 0 10px;
  }

  .Custom-product-Reviews_section .reviews_inner_blocks_main {
    overflow-x: auto;
    padding-bottom: 20px;
    margin-bottom: 2rem;
  }
  .review-container {
    padding: 3rem 00 0;
  }
  .ProductBenefits-estimation.js-delivery-estimation strong {
    display: block;
  }
  .svg_logo {
    width: 30px;
    height: 30px;
  }
  div#shopify-section-compare_section_pdp table td, div#shopify-section-compare_section_pdp table th {
    padding: 10px 10px;
  }
  .svg_logo.cross_logo svg {
    height: 12px;
    width: 12px;
  }
  .svg_logo svg {
    height: 15px;
    width: 15px;
  }
  section#shopify-section-product-perfect-cup .ProductPerfectCup-icons .slick-list.draggable {
    width: 60%;
  }
  .cbb-frequently-bought-recommendations-container ul.cbb-frequently-bought-products li.cbb-frequently-bought-product a {
    width: 100px!important;
    height: 100px!important;
  }
  .cbb-frequently-bought-container .cbb-frequently-bought-products li.cbb-frequently-bought-product .cbb-frequently-bought-plus-icon.skiptranslate.notranslate {
    height: 70px!important;
  }

  .Grid.Two_per_row h2.GridItem-title , .Grid.Two_per_row .GridItem-info{
    width: 90%;
    margin-left:  auto;
    margin-right:  auto;
  }


  .o-container.container-Two_per_row {
    padding: 0 1.375rem;
  }
  .Grid.Two_per_row button.add_to_cart2 {
    padding: 15px 10px !important; 
  }
  .Grid.Two_per_row {
    grid-template-columns: 1fr;    
    gap: 50px !important;
  }
  .Grid.Two_per_row .GridItem-reviews {
    margin-bottom:12px;
  }
  .Grid.Two_per_row article.GridItem {
    text-align: center;
  }
  .collection-banner .banner-main .banner-text .banner-main-text {
    font-size: 22px;
    line-height: 28px;
  }
  .collection-banner .banner-main .banner-text .name {
    font-size: 20px;
    line-height: 24px;
  }
  .Custom-collection-Reviews_section {
    overflow-x: auto;
    padding-bottom: 20px;
    margin-bottom: 2rem;
  }
  .reviews_inner_blocks {
    -webkit-flex-wrap: nowrap;
    width: 270%;

  }
  .reviews_inner_blocks .reviews_block_inner {
    margin-bottom: 0;
  }
  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings, .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_image {
    padding: 0;
  }
}



@media only screen and (max-width:516px){
  .template-product div#shopify-section-header {
    margin-bottom: 109px;
  }

}


@media only screen and (max-width:480px){
  /*ymq*/
     span.u-vhide1 {
    top: 76px;
}
  /*ymq*/
  .ProductGallery-badge {
    left: auto;
    top: -1.625rem !important;
    right: -0.8rem !important;
}
  .owl-carousel .owl-item img {
    margin-left: 5px !important;
}
  .past_blends-grid-main .past_blends-grid {
    width: 100%;
  }
  .cbb-frequently-bought-recommendations-container ul.cbb-frequently-bought-products li.cbb-frequently-bought-product a {
    width: 80px!important;
    height: 80px!important;
  }
}

@media only screen and (max-width:374px){
 
  .template-collection .Collection-main .Grid .GridItem .add_to_cart2  {
    padding: 12px 5px;
    font-size: 11px;
  }
  div#shopify-section-compare_section_pdp table p {
    word-break: break-all;
  }
}
.CartDrawer div#dynamic-payment-buttons-shopify {
  display: none !important;
}


@media only screen and (max-width:375px){
  .main_twovar {
    margin-left: 27px !important;
}

   .main_twovar .inner_twovar p {
    font-size: 11px;
}
}
@media only screen and (max-width: 1023px){
  
  .limited_edition_product_tags {
    display: block!important;
  }
}
@media only screen and (max-width: 767px){
  .woot-widget-bubble.woot-widget--expanded_medium {
    margin-bottom: 80px;
  }
  body.has-open-offcanvas .woot--bubble-holder {
    display: none !important;
  } 
}

.reviews_image-4 {
  text-align: center;
}


/* mega menu design start */
.container_wrapper_teas {
  height: 100%;
}
.navigation_container {
  position: absolute;
  background: #FBF6E3;
  width: 100%;
  left: 0;
  top: 98%;
  justify-content: center;
  align-items: flex-start;
  display:none;
  text-transform:capitalize;
  padding:15px 0px;
}
li.HeaderNavigation-item:hover .navigation_container{
  display:flex;
  align-items:stretch;
}
.navigation_container > div {
  width: 33.3%;
}

.Header-wrapper .o-container {
  position: relative;
}

h2.menu_title p,.third_title,.gifts_title,.by_category_title,.by_color_title
{
  text-align: center;
  margin: 20px 0px;
  font-size: 20px;
  line-height: 20px;
  width:100%;
}


ul.mega-menu-ul {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
}
li.mega-menu-li{

  padding: 5px;
  text-align: center;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.product_per_row-3x2 li.mega-menu-li,.product_per_row-2x2 li.mega-menu-li{
  width: 50%;
}
.product_per_row-3x3 li.mega-menu-li {
  width: 33.3%;

}
.image_title a,.bundles_text_container,.image_titles a {
  font-size: 18px;
  text-align: center;
  width: 100%;
  display: block;
  margin: 5px 0px 5px 0px;
  font-family: cooperm;
  line-height:1.3;

}
.Header-navigation{
  padding:0px;
  height: 58px;
}
.Header-logo{
  padding:28px 0 11px 0;
}
.HeaderNavigation li.HeaderNavigation-item >a{
/*   padding:31px 0px 30px 0px; */
    padding: 14px 0px 15px;
    display: block;
    font-size: 0.9rem;
    line-height: 1.8125rem;
    font-family: 'sofia-pro';
}
.teas_row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height:100%;
}

a.final_btn_view_all,.third_menu_wrapper_view {
  font-family: sofia-pro,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  text-decoration-line: underline;
  color: #2E524A;
  min-width: 120px;
  padding: 15px;
  text-transform:uppercase;
  margin:auto;
}
.Gifts_header-title_wrapperr{
  font-family: cooperm;
  font-style: normal;
  color: #2E524A;
  min-width: 120px;
  text-transform:capitalize;
  font-size: 18px;
  text-align: center;
  width: 100%;
  display: block;
  margin: 25px 0 10px 0;
  font-family: cooperm;
  line-height: 1.3;

}
.teas_row a.final_btn_view_all {
  top: 20px;
  position: relative;
}
ul.bundles_wrapper_ul {
  display: flex;
  width: 100%;
}
.menu1.product_per_row-3x2 {
  width: 27%;
}

.teas_row a.final_btn_view_all {
  top: 20px;
  position: relative;
}

.menu1.product_per_row-3x3 {
  flex: 1;
}
.menu2.bundles_wrapper {
  width: 100%;
}

li.bundles_image_with_text {
  width: 33.3%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding:20px;
}
.bundles_image_with_text a.final_btn_view_all {
  margin-top: auto;
}
.HeaderNavigation img{
  max-width:200px;
  width:100%;

}
a.HeaderNavigation-link {
  text-decoration: none;
}
.Count {
  margin-left:0px;
  position:unset;
}
.container_wrapper_teas img {
  max-width: 90px;
}
.menu3.gifts_navigation {
  width: 100%;
}

.gifts_wrapper_row {
  display: flex;
  justify-content: center;
  align-items: flex-start;

}
.extraclass_for_image .gifts_wrapper_row{
  width:72%;
}
.container_wrapper_gifts_wrapper {
  display: flex;
}

.gift_image_inner {
  margin-top: -15px;
  margin-bottom: -15px;
  margin-right: -3.5rem;
  text-align:right;
}
.gift_image_wrapper {
  width: auto;
  flex: 1;
}
.gift_image_inner img {
  max-width: 100%;
  width:auto;
  margin-left:auto;
}

.gift_menu-wrapper {
  width: 30%;
}

.third_menu_wrapper {
  width: 70%;
  display: flex;
  flex-flow: wrap;
}
.third_menu_wrapper-inner {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}

.gifts_wrapper_row .third_menu_wrapper_view {
  align-items: center;
  margin: 0px;
  display: flex;
  height: 100%;
}

.image_with_title_wrapper {
  width: 33.3%;
  padding: 10px 10px 0 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items:center;
}
.HeaderNavigation-item+.HeaderNavigation-item{
  margin-left:26px;
}
.bundles_text_container {
  order: 1;
  margin-bottom: 25px;
  font-size:20px;
}

.bundles_image_container {
  order: 2;
}

.bundles_wrapper_ul a.final_btn_view_all {
  order: 3;
  margin:0px;
  margin-top: 25px;
}


.image_wrapper_gifts_header {
  max-width: 139px;
  width: 100%;
  margin: auto;
}
.gift_menu-wrapper ul.mega-menu-ul {
  flex-direction: column;
  margin:40px 0;
}

.gift_menu-wrapper ul.mega-menu-ul li {
  font-size: 18px;
  line-height: 1.2;
  font-family: cooperm;
  padding-top:8px;
  padding-bottom:8px;
}
.navigation_container .accessories_wrapper {
  width: 100%;
}

.accessories_inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.by_category_wrapper {
  width: 79%;
  flex:1;
  padding-right:50px;
}

a.final_btn_view_all {
  width: 40px;
}

.by_color_wrapper {
  width: 29%;
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  max-width:290px;
}

.image_with_title_wrapper_category {
  display: flex;
  flex: 1;
  flex-flow: wrap;
  align-items: stretch;
}

.by_color_inner {
  flex: 1;
  display: flex;
  flex-flow: wrap;
  align-items:flex-start;
}

.by_color_title {
  width: 100%;
  text-align: center;
}

.by_color_image_wrapper {
  width: 50%;
  padding: 10px;
  text-align:center;

}

.by_color_image_wrapper img {
  max-width: 56px;
  margin:0 auto;
}
.image_with_title_block {
  width: 25%;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}

.category_inner_wrapper {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
}

.by_category_title {
  width: 100%;
}

.accessories_wrapper a.final_btn_view_all {
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 25px;
  position: relative;
}

ul.HeaderActions {
  display: none;
}
.HeaderNavigation-item:last-of-type .HeaderNavigation-link {
  /* line-height: inherit; */
/*   padding: 46px 0px 44px 0px; */
  padding: 14px 0px 15px;
  display: block;
}
.second_menu_wrappper ul.mega-menu-ul {
  margin-bottom: 0px;
}

.CartDrawerFreeShipping-message{
  font-size:14px !important;
  margin-top: 12px;
}
@media(max-width:1155px){

  .HeaderNavigation-item+.HeaderNavigation-item {

    margin-left:15px !important;
  }
}
@media print, screen and (min-width: 64em){
  .ContactDetails-grid {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
  }
  .CartDrawer-label {
      font-size: 1.25rem;
  }
  .HeaderNavigation{
    padding-left:15px;
    justify-content: center;
  }
  .navigation_container {
    padding: 15px 3.75rem;
    width: 100%;
    max-width: 100rem;
    margin: 0 auto;
    box-shadow: 0 5px 5px #4646466b;

  }
  ul.HeaderActions {
    display: flex;
  }
  nav.Header-navigation {
    grid-template-columns: minmax(0,150px) minmax(0,auto) minmax(0,193px);
  }
  li.HeaderNavigation-item a:before{
    display:none;
  }
  li.HeaderNavigation-item a{
    position:relative;
  }
  li.HeaderNavigation-item .HeaderNavigation-link:after {
    position: absolute;
    content: "";
    border: 15px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 15px solid #fbf6e3;
    bottom: 0;
    left:0;
    right:0;
    width: 25px;
    display:none;
    margin:auto;
  }
  li.HeaderNavigation-item:hover .HeaderNavigation-link:after{
    display:block;
  }
  li.HeaderNavigation-item.hide_arrows:hover .HeaderNavigation-link:after{
    display:none;
  }
  li.HeaderNavigation-item.hide_arrows_forbundles:hover .HeaderNavigation-link:after{
    display:none;
  }
  h2.menu_title p,.third_title,.gifts_title,.by_category_title,.by_color_title{
    font-family: cooperm;
    font-style: normal;
    font-weight: normal;
  }
  /* homepage banner button center position**/
  .IndexHero-content.center {
    max-width: 100%;
    width: 100%;
    grid-column: 1/3;
}
.center.IndexHero-content .IndexHero-btnContainer {
    text-align: center;
}
 /* homepage banner button center position end here**/ 
}





@media (max-width:1130px){
  .HeaderNavigation-item + .HeaderNavigation-item{
    margin-left:1.7rem;
  }
  /*   .HeaderNavigation-item+.HeaderNavigation-item a,.HeaderNavigation-link,.HeaderNavigation-item:last-of-type .HeaderNavigation-link{
  font-size:1rem;
} */
  .HeaderNavigation-link {
    font-size: 1rem;
  }
  .bundles_text_container, .image_title a, .image_titles a {
    font-size:14px;
  }
  .by_category_title, .by_color_title, .gifts_title, .third_title, h2.menu_title p {
    font-size:20px;
  }
  .third_menu_wrapper_view, a.final_btn_view_all,.view_all_btn_gift_header,.final_btn_view_all{
    font-size:14px !important;
    min-width:90px;
  }
  .HeaderNavigation{
    padding-left:14px;
  }
}
@media (max-width:1280px) and (min-width:1024px) {
  .IndexHero-img.desktop.main-center {
    display: block;
    height: 520px;
    background-size: cover;
}
}
@media (max-width:1024px){

/* 24-05-23 */
.wraping_dv .lwr_bndletast {
    width: max-content;
    justify-content: left;
    gap: 20px;
}
.inner_bndltast {
    max-width: 250px;
    width: calc(50% - 20px);
}  
.inner_bndltast .outer_bdnotes {
    margin-bottom: 6px;
    line-height: 18px;
}  
.wraping_dv {
    width: 100%;
    overflow-x: scroll;
    padding: 0 25px;
}
.main_bundletasting h2 {
    font-size: 24px;
    padding-bottom: 15px;
}  
.ctm_hd h2 {
    font-size: 18px;
}
img.icein_tprs {
    width: 100px;
}
img.icein_tlwr {
    left: -40px;
    width: 110px;
}
img.mani_bndl_i {
    transform: unset!important;
}  
/* end here */

  
  .outer_flushli .image_wrapper_for_mobile_navigation {
    max-width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.outer_flushli .teas_container.for_mobile_navigation a {
    width: 100% !important;
}
.outer_flushli span.cstm_flusmm {
    width: 100%;
}
.outer_flushli li.mega-menu-li_for_mobile_navigation img {
    max-height: 65px;
}
li.MegamenuMobileSubmenu-item.outer_flushli {
    width: 50%;
    float: left;
}
  /* mobile menu start */
ul.HeaderActions {
    display: block;
}
  li.HeaderActions-item.HeaderActions-bag {
    position: relative;
/*     top: 17px; */
}
  .headroom .Count{
    top: 10px !important;
  }
 
  .headroom--pinned .Count{
    top: 10px !important;
    position: absolute; 
}
  .headroom--unpinned .Count {
    top: 10px !important;
}
  li.mega-menu-li_for_mobile_navigation,.mega-menu-ul a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 8.5px 22px;
    border-bottom: 1px solid #E8E8EB;
    max-height: 60px;
    font-family: cooperm;
  }
  .mega-menu-ul_gifts_for_mobile_navigation a {
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    padding: 8.5px 22px;
    font-size:14px;
    font-family: cooperm;
    text-transform: capitalize;
  }
  .by_color_image_title a,.by_color_image_title,.image_with_title_wrapper_category a div .image_titles{
    font-size:14px;
    font-family: cooperm;
    text-transform: capitalize;
  }
  .teas_row.for_mobile_navigation {
    width: 100%;
    display:block;
  }
  .gifts_for_mobile_navigation ul a li {
    padding-left: 0px;
    padding-right: 0px;
  }

  li.mega-menu-li_for_mobile_navigation img {
    max-height: 40px;
    width: auto;
    height: auto;
  }
  .accordion_head {
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    padding: 15px 22px;
    font-weight: 700;
    line-height: 1;
  }

  .accordion_body p {
    padding: 18px 5px;
    margin: 0px;
  }
  .plusminus {
    float: right;
    height: 26px;
    width: 26px;
    line-height: 1;
    background: #fbf6e3;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  li.MegamenuMobileSubmenu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow:wrap;
  }

  .teas_container.accordion_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #e8e8eb;
    text-transform: uppercase;
    letter-spacing: .0625rem;
    padding-top:16px;
    padding-bottom:16px;
  }

  .teas_container.accordion_head h2 p {
    font-size: 14px;
    line-height: 1;
    margin: 0px;
    font-family: 'sofia-pro';
  }
  .bundles_text_container, .image_title a, .image_titles a{
    margin:0px;
  }
  a.final_btn_view_all_for_mobile_navigation,.view_all_btn_gift_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 22px 22px;
    border-bottom: 1px solid #e8e8eb;
    max-height: 60px;
    line-height: 1;
    font-family: 'sofia-pro';
    letter-spacing:.0625rem;
    font-weight:700;
    text-transform:uppercase;
  }

  .gifts_navigation.accordion_head,.accessories_navigation.accordion_head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8eb;
  }

  .gifts_navigation.accordion_head h2.menu_title div,.accessories_navigation.accordion_head div{
    font-size: 14px;
    margin: 4px 0px;
    text-align: left;
    text-transform: uppercase;
  }
  .minus_extra_class .plusminus {
    background: #D5E4D9;
  }
  .image_with_title_wrapper_gifts_for_mobile_navigation,.accessories_title_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 22px;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
  }
  .accessories_navigation_mobile.accordion_body,.gifts_for_mobile_navigation.accordion_body,.by_category_wrapper,.menu1.for_mobile_navigation.accordion_body {
    width: 100%;
  }
  .Gifts_header-title_wrapperr {
    font-size: 14px;
    margin: 0px;
    text-align: left;
  }
  .by_color_image_wrapper {
    padding: 0px;
    width: auto;
  }

  .by_color_image_wrapper img {
    max-width: 34px;
  }
  .image_wrapper_gifts_header img {
    max-height: 40px;
  }

  .image_wrapper_gifts_header {
    margin-right: 0px;
    margin-left: auto;
    text-align: right;
    width:auto;
  }
  li.bundles_image_with_text {
    width: 100%;
    flex-direction: row;
    padding: 9px 22px;
    border-bottom: 1px solid #e8e8e8;
  }

  .bundles_text_container {
    width: auto;
    flex: 1;
    text-align: left;
    font-family: sofia-pro;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .bundles_image_container img {
    max-height: 40px;
    width: auto;
  }

  li.bundles_for_mobile_navigation_bundles_image_with_text {
    display: flex;
    padding: 9px 22px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
  }
  .teas_container li.mega-menu-li_for_mobile_navigation {
    padding: 9px 22px;
  }
  .image_with_title_wrapper_category a > div {
    display: flex;
    align-items: center;
    padding: 9.5px 22px;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
  }

  .image_with_title_wrapper_category a div img {
    max-height: 40px;
  }

  .image_with_title_wrapper_category a div .image_titles {
    flex: 1;
    width: 100%;
  }

  .image_with_title_wrapper_category {
    display: block;
  }

  .image_with_title_wrapper_category a {
    width: 100%;
    display: block;
    border-bottom: 1px solid #e8e8eb;
  }

  .image_with_title_wrapper_category a div div {
    padding: 0px;

  }
  .third_menu_wrapper_view_gift_navigation_mobile a.final_btn_view_all {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
    padding: 18.5px 22px;
  }
  li.mega-menu-li_for_mobile_navigation .image_wrapper,.image_wrapper_for_mobile_navigation,.image_wrapper_gifts_header {
    min-width: 50px;
    text-align: center;
    max-width: 50px;
  }

  .CartDrawer .CartDrawer-items-main {
    max-height: calc(48vh - 45px);

  }

  /* mobile menu end */
}
@media only screen and (max-width:768px){
  .CartDrawerFreeGiftStatus{
    font-size:11px;
  }
  .CartDrawer .CartDrawer-items-main {
      max-height: calc(45vh - 45px);
  }
}

li.HeaderNavigation-item.hide_arrows a.HeaderNavigation-link.underline-thick {
  color: #fff;
  z-index: 9;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}

li.HeaderNavigation-item.hide_arrows {
  position: relative;
}
li.HeaderNavigation-item.hide_arrows:after {
  content: "";
  height: 40px;
  background: #000;
  width: 100%;
  top: 27px;
  left: 0;
  position: absolute;
  border-radius: 5px;
  -webkit-animation: color-pulse 1s infinite;  /* Safari 4+ */
  -moz-animation: color-pulse 1s infinite;  /* Fx 5+ */
  -o-animation: color-pulse 1s infinite;  /* Opera 12+ */
  animation: color-pulse 1s infinite;  /* IE 10+, Fx 29+ */
}
.extra_special_red_sale{position:relative;}
.extra_special_red_sale p{
  position: relative;
  left: 20px;
  color: #fff;
}
.extra_special_red_sale:before {
  content: "";
  height: 40px;
  background: #000;
  width: 80px;
  top: 10px;
  left: 20px;
  position: absolute;
  border-radius: 5px;
  -webkit-animation: color-pulse 1.5s infinite;
  -moz-animation: color-pulse 1.5s infinite;
  -o-animation: color-pulse 1.5s infinite;
  animation: color-pulse 1.5s infinite;

}

@-webkit-keyframes color-pulse {
  0%, 49% {
    background-color: #aa1f2e;
  }
  50%, 100% {
    background-color: #000;

  }
}

.extra_special_red_sale .MegamenuMobile-titleIcon{
  display:none;

}



.Header-navigation{
  position:unset;
}
/* mega menu design end */
/* mega menu design end */
form.has-value .SearchField-field{
  padding-right:3.5rem !important;
}
form .SearchField-field{
  padding-right:1rem !important;
}
@media only screen and (max-width:575px){
  form .SearchField-field::placeholder {font-size:14px !important;}

  input#mobile-header-search {
    padding-top: 0px;
  }
}

/*******/
.MegamenuMobile-searchResults{top: 125px;}
.MegamenuMobile-main {
  z-index: -1;
  position: relative;
}
.MegamenuMobile-list {

  position: relative;
  z-index: -1;
}
.first_menu_wrappper li.mega-menu-li {
  width: 100%;
  display: inline-block;
  line-height: initial;
  margin-bottom: 7px;
}
.first_menu_wrappper li.mega-menu-li:last-child {
  margin-bottom: 0;
}
.navigation_container .product_per_row-3x1 li.mega-menu-li {
  width: 100%;
}
.navigation_container .product_per_row-3x1 li.mega-menu-li img {
  max-width: 110px;
}

/* popup css in collection page  */
/* custom popup */
.Header-announcement {
  /* background: #aa1f2e; */
  background: #115740;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.1;
  color: #fff !important;
}

.CartDrawerFreeGiftStatus {
  background-color: #fbf6e3!important;
}


/* cart design */
.shop_pay_button_text img {
  max-width: 100px;

}

.shop_pay_button_text {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  padding: 30px 22px;
  font-size: 16px;
  text-align:center;
  grid-gap:8px;
}

.shop_pay_text_more {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 25px;
  padding: 0 16px;
  padding-top: 20px;
}

.secure_checkout_image_wrapper img {
  max-width: 50px;
  padding-right: 15px;
}

a.CartDrawer-checkoutButton.o-button.o-button--full {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 13px 15px 13px 15px;
  text-decoration: none;
  height:77px;
  font-size: 24px;
  font-weight: 900;
}

.secure_checkout_text_wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: none;
  margin:  15px auto;
  font-size: 18px;
  cursor: pointer;
  font-weight: 900;
}

.secure_checkout_text_wrapper img {
  max-width: 45px;
  padding-left: 15px;
  transform: rotate(180deg);
}

.CartDrawer-buttonWrapper { 
  text-align: center;
}
.for_mobile{
  display:none;
}
.for_desktop{
  display:block;
}
.shop_pay_button_text.for_desktop{
  display:flex;
}

button.button.button--primary.button--full-width {
  width: 100%;
}
.ContactDetails-text a{
  text-decoration:unset;
}

.docapp-cart-with-coupon-summary{
  margin-bottom:0px !important;
}
/* .CartDrawer-subtotalContainer{
  padding-bottom:0px !important;
} */

@media (max-width:769px){


  .extra_class_for_button .inner__container {
    background: #115740;
    border-color: #115740;
  }
  .inner__container.some_extra_filters{
    background: transparent;
    border: 0px;
    margin: 0px;
  }
  .some_extra_filters ul.filters_wrapper_ul {
    margin-top:0px;
  }
  .offer_section .offer_section_subheading{
    margin:0 auto;
  }
  .filter_option_title{
    margin-bottom:0px;
  }

}
@media(max-width:450px){
  .inner__container.some_extra_filters {
    width: 100%;
  }
}
@media (max-width:768px){
  a.CartDrawer-checkoutButton.o-button.o-button--full{
    font-size:14px !important;
  }
}
.Product-price span.TagDiscount_single_product span {
  background: #faeac4;
  display: inline-block;
  padding: 0.3125rem;
  border-radius: 0.375rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  font-size: .875rem;
  line-height: 1.375rem;
}
.Product .Product-price {
  align-items: center;
}
/* .Product-price span.TagDiscount_single_product {
  margin-left: 10px;
} */
@media only screen and (max-width:374px){
  .Product-price {
    flex-wrap: wrap;
  }
  .Product-price span.TagDiscount_single_product {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}

.CartDrawer .no-item .CartDrawer-items-main{
max-height:100% !important;
}
.discountPrice-main{
  position: fixed;
  bottom: 159px;
}

.limited_time_deal_container {
    position: absolute;
    z-index: 1;
    background: #e83b2d;
    color: #fff;
    left: 0;
    top: 0px;
    right: 0;
    text-align: center;
    padding: 8px;
    font-weight: 700;
    line-height: 1;
}
.limited_time_deal_container.for_pdp {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
@media (max-width: 769px){
.limited_time_deal_container {
    padding: 5px;
    font-size: 10px;
    top: 0;
}


}

@media (max-width: 580px){
  .variant-opiton-name-created-wrapper {
    column-gap: 8px;
}
  .limited_time_deal_container.for_pdp {
      width: 100%;
    position: fixed;
    top: 130px;
}
img.variant-image-swatched-created-collection{
  max-width:40px !important;
  }  

}
@media (max-width: 410px){
.variant-opiton-name-created-wrapper {
    column-gap: 2px;
}  
.variant_main img.variant-image-swatched-created-collection {
    max-width: 38px !important;
}
}

#shopify-section-redirection-popup + .cbb-frequently-bought-container.cbb-desktop-view {display: none !important;}



.HeaderActions-item.HeaderActions-bag-new {
    position: relative;
}
.CartDrawerFreeShipping-container .CartDrawerFreeShipping-init {
    background: #EEB93A;
}
.CartDrawerFreeGiftStatus {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #2E524A;
  padding: 12px 10px;
}
.shop_pay_text_more span {
    display: block;
}
#sticky-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  display: none;
  z-index: 99;
}
.CartDrawer-buttonWrapper {
    line-height: initial;
}
#sticky-popup p.inner-heading {
        font-weight: 600;
    text-align: center;
}
header {
    z-index: 99 !important;
}

#sticky-popup .qty-content p {
    padding: 7px 30px;
    font-size: 24px;
    color: #2E524A;
  text-align: center;
}
#sticky-popup div#sticky-close {
    width: 38px;
    height: 38px;
    background: #D5E4D9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2E524A;
    font-size: 20px;
}
#sticky-popup {
    max-width: 243px;
    border: 1px solid #666;
    padding: 0;
    position: absolute;
    border-radius: 6px;
    background: #fff;
    margin: 0px auto 0;
    width: 100%;
    left: 50%;
    top: 55%;
    transform: translate(-50% , -50%);
}
#sticky-popup p:not(.inner-heading) {
    border-top: 0.5px solid rgba(102, 102, 102, 0.5);
}
#sticky-popup .qty-content p {
    padding: 6px 10px;
}
#sticky-close {
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
}
#sticky-popup .qty-content p.active-qty {
    background: #FBF6E3;
}


.custom-product-sticky-details-container.mobile-hides.Sticky_remove {
  display: none;
}

.hide_first_load{
  display: none;
}

.displayControl-ProductForm-qty{
  display: none !important;
}

@font-face {
  font-family: 'Barcelony';
  src: url('BarcelonyRegular.woff2') format('woff2'),
    url('BarcelonyRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
form.has-value .SearchField-field{
  padding-right:3.5rem !important;
}
form .SearchField-field{
  padding-right:1rem !important;
}
.ProductPressItem-logo:hover {
  background-color: transparent;
}
.CartItem {
  padding: 1.5rem 2.5rem 1.5rem 2.5rem;
}
.template-collection div#shopify-section-collection{
  padding-bottom:50px;
}


.ArticleSubscription {
  position: -webkit-sticky;
  position: sticky;
  top: 7rem;
  border: 0.0625rem solid #E8E8EB;
  border: 0.0625rem solid #e8e8eb;
  border-radius: 0.375rem;
}

.usp {
  font-size: 16px;
  text-align: center;
  padding: 15px 0; 
  background: #FBF6E3;
}

.usp img{ width: 24px;
  margin-top: -1px;
  margin-right: 3px;}
.CartDrawer-sticky{ margin-top:50px;}

div#shopify-section-compare_section_pdp table .svg_logo img {
  max-width: 20px;
}
.ProductTastingNotes-icons {
  padding-right: 100px;
}
div#shopify-section-compare_section_pdp h1 {
  margin-bottom: 3rem;
}
div#shopify-section-compare_section_pdp table th img {
  max-width: 150px;
}
.svg_logo img , .svg_logo svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.svg_logo.cross_logo svg {
  height: 16px;
  width: 16px;
}
.svg_logo.tick_logo {
  background: #eeb93a;
}
.svg_logo {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
}
.svg_logo.cross_logo {
  border: 1px solid #ddd;
}
div#shopify-section-compare_section_pdp table th, div#shopify-section-compare_section_pdp table td {
  border: 1px solid #ddd;
  text-align: center;
  padding: 20px 20px;
}

.ProductTastingNotesIcon {
  margin-left: 10px;
}
div#shopify-section-compare_section_pdp table {
  width: 100%;
  table-layout: fixed;
}

div#shopify-section-compare_section_pdp {
  background: #fbf6e3;
  padding: 0 0 4.1875rem 0;
}
.CartDrawer .shopify-cleanslate ul {
  justify-content: space-around !important;
}
.CartDrawer .shopify-cleanslate {
  display: flex !important;
  justify-content: center !important;
  padding: 9px 0px 5px !important;
}

.CartDrawer .additional_checkout_buttons {
  display:none;
}

/* .CartDrawer-items {
  /*   max-height: calc(100vh - 495px);
  max-height:100%;
  overflow-y: scroll;
  height: 100%;
}
 */
.CartDrawer-sticky {
  margin-top: 30px;
}

.CartUpsell-price{
  text-align: left;
}



.CartUpsell-headline {
  font-size: 10px;
  left: -14px;
  top: 3rem;
}
.CartUpsell-image img {
  max-width: 60%;
}
.has-open-offcanvas .CartUpsell-image {
  display: contents;
}
.CartUpsell-imageContainer {
  width: auto;
  height: auto;
  padding: 0;
}
.CartUpsell-title {
  font-size: 0.8rem;
}
.CartUpsell-variant {
  font-size: 0.8rem;
}
.CartUpsell-price {
  font-size: 0.8rem;
}

.svg_logo svg {
  fill: #115740;
  height: 20px;
  width: 20px;
}
.svg_logo svg .st0 {
  stroke: #115740;
}
div#shopify-section-compare_section_pdp .section.heading {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
/************** 23 August 2021 ************/

.collection-banner .CollectionHero {
  padding: 0;
}
.collection-banner .banner-image img {
  width: 100%;
}
.collection-banner .banner-main {
  position: relative;
  /*   height: 485px; */
}
.collection-banner .banner-main .banner-image, .collection-banner .banner-main .banner-image img {
  height: 100%;
  object-fit: cover;
}
.collection-banner .banner-main .banner-text  {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.collection-banner .banner-main .banner-text .banner-text-inner {
  max-width: 600px;
  width: 100%;
}
.collection-banner .banner-main .banner-text h2  ,
.collection-banner .banner-main .banner-text .name ,
.collection-banner .banner-main .banner-text p{
  color: #fff;
}
.collection-banner .banner-main .banner-text .name {
  font-size: 26px;
  text-transform: uppercase;
  line-height: 30px;
}
.collection-banner .banner-main .banner-text .banner-main-text {
  margin-bottom: 50px;
  margin-top: 20px;
  font-size: 29px;
  line-height: 36px;
}
.collection-banner .banner-main .banner-text p {
  font-size: 21px;
  margin-top: 5px;
}
.offer_section {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.Custom-collection-Reviews_section, .offer_section {
  padding: 2.5rem 0 0rem;
}
.offer_section .offer_section_inner {
  padding: 0 30px;
  position:relative;
}
.offer_section_left.offer_section_inner h1.PreHero-title {
  text-align: right !important;
}
.offer_section.remove-section .offer_section_left.offer_section_inner h1.PreHero-title {
  text-align: center !important;
}
.offer_section .offer_section_subheading {
  /*max-width: 800px;*/
  max-width: 850px;
  width: 100%;
}
.offer_section .offer_section_inner.offer_section_right:after {
  content: '';
  position: absolute;
  background: #2e524a;
  height: 38px;
  width: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.offer_section_left.offer_section_inner {
  text-align: right;
}
.offer_section div#offer_section_timer {
  font-size: 46px;
  font-weight: 600;
  line-height: 44px;
}
.offer_section .offer_section_text {
  font-size: 12px;
  letter-spacing: 8px;
  color: #e7b954;
  margin-bottom: 2px;
  font-weight: bold;
}
.offer_section .offer_section_subheading p {
  font-size: 19px;
  font-weight: 500;
}
.review-header .PreHero-title.reviews_heading {
  text-align: center !important;
  margin-bottom: 10px;
}
.review-header {
  margin-bottom: 1.375rem;
}
.reviews_inner_blocks .reviews_block_inner {
  width: 33.33%;
  padding: 0 7.5px;
  margin-bottom: 15px;
}
.reviews_inner_blocks {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  margin:0 -7.5px;
}

.reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main {
  background: #d8e3da;
  border-radius: 11px;
  box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.08);
  padding: 35px 45px;
  height:100%;
}
.collection-banner .banner-main .banner-text .name {
  font-size: 20px;
  line-height: 24px;
}
.collection-banner .banner-main .banner-text p {
  font-size: 16px;
}
.reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_image ,
.reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings{
  padding: 0 10px;
}
.reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .reviews_description {
  text-align: center;
  margin-top: 25px;
  font-size: 16px;
  line-height: 28px;
}

.reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings .reviews_heading {
  font-size: 18px;
  font-weight: 600;
}
.reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings .reviews_sub_heading {
  font-size: 16px;
  margin-bottom: 1px;
}
.reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings span.jdgm-star::before {
  font-size: 13px;
  color: #e2ba2b;
}
.reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings span.jdgm-star {
  padding: 0 !important;
}
.review-header .reviews_sub_heading {
  font-size: 28px;
  font-weight: 600;
}
.review-header span.jdgm-star {
  padding: 0 !important;
}
.review-header span.jdgm-star::before {
  font-size: 28px;
  color: #e3bb2d;
}
.custom_collection {
  position: relative;
}
.offer_section.remove-section .offer_section_right {
  display: none;
}
.offer_section.remove-section .offer_section_left.offer_section_inner {
  text-align: center;
}

.custom_collection p.ProductPressItem-description {
  font-size: 18px;
  line-height: 28px;
  min-height: auto;
  margin-bottom: 20px;
}
.custom_collection li {
  width: 25%;
}
.custom_collection li .ProductPressItem {
  max-width: 13.375rem;
  justify-content: space-between;
  height: 100%;
}
.template-collection .Collection-main .Grid {
  gap: 35px;
}

.template-collection .Collection-main .Grid .GridItem .add_to_cart2  {
  background: #095540;
  color: #fff;
  padding: 15px 10px;
  margin-top: 16px;
}

section#shopify-section-custom_collection_logo_section button.ProductPress-control {
  background: transparent;
}

.template-collection .Collection-main .Grid a.GridItem-link {
  display: inline-block;
  width: 100%;
  height:100%;
}

.template-collection .collection_subtitle{
  margin-top:10px;
  line-height:normal;
}

.template-collection .Collection-main .Grid .GridItem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height:100%;
}

.offer_section.remove-section .offer_section_left.offer_section_inner {
  text-align: center;
}


.Grid.Two_per_row .jdgm-preview-badge .jdgm-star.jdgm-star {
  color: #e6b853;
  font-size: 18px !important;
}
.Grid.Two_per_row .jdgm-prev-badge__text {
  font-size: 18px !important;
}
.Grid.Two_per_row h2.GridItem-title {
  font-size: 20px;
  line-height: 26px;
}
.Grid.Two_per_row .GridItem-info {
  font-size: 18px;
  margin-bottom: .75rem;
  margin-top: .75rem;
  line-height: 26px;
}
.Grid.Two_per_row .TagDiscount {
  margin: 0;
}
.Grid.Two_per_row .GridItem-price {
  font-size: 20px;
}
.Grid.Two_per_row p.GridItem-price del {
  font-size: 17px;
}
.Grid.Two_per_row a.GridItem-link:hover {
  text-decoration: none;
  color: inherit;
}
.Grid.Two_per_row button.add_to_cart2 {
  background: #e6b853 !important;
  color: #095540 !important ;
  height: 65px;   
  font-size: 20px;
}
.Grid.Two_per_row button.add_to_cart2:hover {
  background: #095540 !important;
  color: #fff !important ;
}
.Grid.Two_per_row {
  grid-template-columns: 1fr 1fr;    
  gap: 70px 120px !important;
  padding: 80px 0 0;
}


.o-container.container-Two_per_row {
  padding: 0 120px;
}

.offer_section.remove-section .offer_section_subheading {
  margin: 0 auto;
}
/* check list style */

.text_blow_add_to_cart ul li:before {
  content: "";
  width: 17px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center;
}

.text_blow_add_to_cart ul li {
  position: relative;
  padding-left: 30px;
  line-height: 18px;
  font-size: 14px;
  margin-top: .375rem;
}
.text_blow_add_to_cart {
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 46px;
}
.ProductTastingNotes-description.bullet.text ul li:before{
  content: "";
  background: url(https://cdn.shopify.com/s/files/1/2675/9476/files/tick_1.png?v=1630498083);
  width: 17px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center;
}
.ProductTastingNotes-description.bullet.text ul li{
  position: relative;
  text-align: left;
  padding-left: 30px;
  line-height: 18px;
  margin-top: .375rem;

}
.bullet.text{
  margin-top: 10px;
}

.collection_logo_container .collection_logo_grid img {
  max-width: 80px;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
.collection_logo_container {
  display: flex;
  display: -webkit-flex;
  margin: 15px 27px 1.25rem ;
  align-items: center;
  -webkit-align-items: center;
}
.short-des-inner {
  max-width: 700px;
  margin: 0 auto;
}
.Product-info .jdgm-widget.jdgm-preview-badge.jdgm-preview-badge--with-link {
  margin: 5px 0;
}
.ProductInfo nav.Product-tags {
  margin-bottom: 10px;
}
.ProductBenefits-estimation.js-delivery-estimation strong {
  display: inline;
}
.ProductBenefits-estimation.js-delivery-estimation.mt {
  margin-top: 0;
}
.ProductBenefits-estimation-extra-class-container .ProductBenefits-estimation-extra-class svg {
  display: block;
}
.ProductBenefits-estimation-extra-class-container .ProductBenefits-estimation-extra-class {
  margin-right: 10px;
}
.collection_logo_container .collection_logo_grid {
  padding: 0 20px;
}
.ProductTastingNotes .product-description-short p {
  display: inline;
}
.ProductTastingNotes .product-description-short a {
  font-size: 18px;
  font-weight: bold;
}
.ProductInfo .ProductBenefits {
  margin-top: 15px;
}
.Product-info .Product-price {
  margin-top: 0;
  margin-bottom: 4px;
  flex-direction: row;
  padding: 0 5px;
}
.ProductInfo .price_and_badge_container {
  display: flex;
  align-items: center;
  margin: 1.5rem 0 1.5rem -5px;

}
.ProductInfo .price_and_badge_container .percentage_badge span.percentage_product_price {
  display: inline-block;
  background: #FAEAC4;
  color: #2E524A;
  font-size: 16px;
  font-weight: 600;
  padding: 0 20px;
  height: 38px;
  line-height: 35px;
  border-radius: 6px;
}
/* .ProductInfo .price_and_badge_container del {
  margin-right: 10px;
  margin-left: 0;
} */
/* .ProductInfo .price_and_badge_container .percentage_badge {
padding: 0 5px;
display:none;
} */
.Product-info .Product-title {
  font-size: 40px;
  line-height: initial;
  text-transform: capitalize;
}
.Product-info .Product-title span.variant-title {
    text-transform: capitalize;
}
.Product-info .Product-subtitle {
  margin-top: 5px;
  padding: 0px 18px;
  line-height: inherit;
}
.ProductTastingNotes .product-description-short span {
  font-size: 18px;
}
section#shopify-section-product-tasting-notes {
  padding: 0 0 5rem ;
}
.Testimonials  .Testimonials-header {
  font-size: 40px;
  line-height: 40px;
  color: #115740;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 2.5rem;
  padding-bottom: 0;
  font-family: 'cooperm';
}
.short-des-inner h1 {
  margin-bottom: 2.5rem;
}

.cbb-frequently-bought-products {
  /* float: none!important; */
  /* margin: 0 auto!important; */

  text-align: center;
}
.cbb-frequently-bought-container .cbb-frequently-bought-products li.cbb-frequently-bought-product .cbb-frequently-bought-plus-icon.skiptranslate.notranslate {
  width: 100px!important;
  color: #115740!important;
  font-weight: 700!important;
  font-size: 30px!important;
  height: 220px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cbb-frequently-bought-container .cbb-frequently-bought-product a .cbb-frequently-bought-product-image {
  width:100% !important;
  height: 100% !IMPORTANT;
}
section#shopify-section-product-frequently-bought-together ul.cbb-frequently-bought-selector-list {
  max-width: 780px;
  margin-left: auto !important;
  margin-right: auto !important;
  justify-content: left !important;
  text-align: left !important;
}
section#shopify-section-product-frequently-bought-together ul.cbb-frequently-bought-selector-list li {
  width: 100%;
}
section#shopify-section-product-frequently-bought-together ul.cbb-frequently-bought-selector-list li input {
  margin-right: 15px !important;
}
section#shopify-section-product-frequently-bought-together ul.cbb-frequently-bought-selector-list li h3 {
  font-weight: normal !important;
  font-family: 'sofia-pro' !important;
  color: #2E524A !important;
}
div#shopify-section-compare_section_pdp table tr td:nth-child(2), div#shopify-section-compare_section_pdp table tr th:nth-child(2) {
  background: #fff;
}
div#shopify-section-compare_section_pdp table th {
  padding: 40px 20px;
}
.cbb-frequently-bought-recommendations-container ul.cbb-frequently-bought-products li.cbb-frequently-bought-product a {
  width: 220px !important;
  height: 220px !important;
}
.cbb-frequently-bought-recommendations-container ul.cbb-frequently-bought-products {
  display: flex !important;
  justify-content: center;
}
.cbb-frequently-bought-recommendations-container ul.cbb-frequently-bought-products li.cbb-frequently-bought-product {
  width: auto  !important;
  height: auto !important;
  display: flex !important;
  align-items: center;
}
.template-product div#judgeme_product_reviews a.jdgm-star {
  font-size: 20px;
}
.template-product div#judgeme_product_reviews .jdgm-rev-widg__summary-stars {
  line-height: initial;
  font-size: initial;
  margin-top: 10px;
}
section#shopify-section-product-reviews .jdgm-rev-widg__summary-text {
  font-size: 18px;
  margin-top: 10px;
}
.template-product .button_container {
  position: static;
  bottom: 0;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  padding: 10px 0 0;
  z-index: 9;
}
.template-product .button_container .add_to_button {
  border-right: 1px solid #fff;
}
.template-product .button_container.sticky {
  position: fixed;
}
.template-product .button_container .add_to_button , .template-product .button_container .checkout_buttton_custom {
  padding: 0;
  width: 50%;
}

.template-product .button_container .checkout_buttton_custom label.clicked{
  background-color:#faeac4; 
} 
.template-product .button_container {
  display: none;
}
.template-product .PageFeatures {
  padding-left: 0;
  padding-right: 0;
}

.template-product .button_container .add_to_button button, .template-product .button_container .checkout_buttton_custom label {
  border-radius: 0;
}
_::-webkit-full-page-media, _:future, :root .Product-mainLeft .ProductInfo-reviews span.jdgm-star {
  font-size: 16px !important;
}
_::-webkit-full-page-media, _:future, :root .ProductInfo-reviews span.jdgm-prev-badge__text { 
  font-size: 16px !important;
}
.ProductInfo .ProductInfo-reviews {
  margin: 10px 0;
}
.ProductInfo .ProductDropdowns {
  margin-top: 20px;
}

_::-webkit-full-page-media, _:future, :root div#shopify-section-compare_section_pdp {
  margin-top: -1px;
  /* z-index: 1; */
  position: relative;
}


.ProductInfo .pdp_inventory_status .above_text_timer {
  font-size: 16px;
  line-height: 23px;
  margin: 3px 0 15px;
}
.template-product .announcement_text {
  height: 58px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
  font-size: 24px;
  letter-spacing: 6px;
  font-weight: 700;
}
.ProductInfo .pdp_inventory_status .inventory_quantity {
  font-size: 40px;
  width:100%;
  font-weight: 500;
  line-height:auto;
}

.ProductInfo .pdp_inventory_status div#offer_section_timer2 span {
  display: inline-block;
  width: 80px;
  height: 77px;
  background: #fff;
  line-height: 77px;
  text-align: center;
  color: #2E524A;
  font-size: 41px;
  margin: 0 5px;
}
.ProductInfo .pdp_inventory_status div#offer_section_timer2 {
  background: #D5E4D9;
  padding: 15px 10px;
  display: inline-block;
}

.limited_edition_contaimer {
  padding: 0 2.8125rem 5rem;
  border-bottom: 1px solid #E8E8EB;
}
.past_blends-grid .BlendContent-title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
}
.past_blends-grid .BlendContent-text {
  font-size: 22px;
  font-weight: 500;
  font-family: cooperm;
  margin: 5px 0 2px;
}
.past_blends-grid .sunheading-text {
  font-size: 16px;
  font-weight: 500;
  color: #EEB93A;
}
.past_blends-grid .BlendContent-content {
  text-align: center;
}
.limited_edition_contaimer .limited_editionheading {
  max-width: 100%;
  text-align: center;
  margin-bottom: 3rem;
  margin-top:3rem;
}

.past_blends-grid-main {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -50px;
}
.past_blends-grid-main .past_blends-grid {
  padding: 0 20px;
  margin-bottom: 50px;
  width: 33.33%;
}
.past_blends-grid-main .past_blends-grid .BlendContent-content {
  background: #2E524A;
  color: #fff;
  padding: 10px 10px;
}
.past_blends-grid-main .past_blends-grid .BlendContent-img img {
  display: block;
  width:100%;
}

.review-container {
  padding: 5rem 0;
}
.past_blends-grid-main .past_blends-grid:hover .BlendContent-content {
  background: #EEB93A;
}
.past_blends-grid-main .past_blends-grid:hover .BlendContent-content .sunheading-text {
  color: #2e524a;
}
.pdp_inventory_status_lower {
  display: inline-block;
  text-align: center;
}
.form_wrapper.form_wrapper_bg {
  background: #2E524A;
  padding: 4rem 0;
  position: relative;
}
.form_wrapper.form_wrapper_bg:before {
  content: '';
  position: absolute;
  background-image: url(https://cdn.shopify.com/s/files/1/2675/9476/files/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1.png?v=1631620941);
  height: 100%;
  width: 100%;
  background-size: cover;
  top: 0;
  left: 0;
  opacity: .2;
}
.form_wrapper .form-inner {
  display: flex;
  display: -webkit-flex;
  margin: 0 -30px;
}
.form_wrapper .form-inner .form-inner-inner form {
  padding: 0;
}
.form_wrapper .form-inner .form-inner-inner {
  flex: 1;
  padding:0 30px;
}
.form_wrapper .form-inner .form-inner-inner .form_text {
  color: #fff;
  font-family: 'Barcelony';
  font-size: 80px;
  letter-spacing: 2px;
  line-height: 110px;
  text-align: center;
  margin-top: 80px;
  transform: rotate(-8.59deg);
}
.form_wrapper .form-inner .form-inner-inner .needsclick {
  width: 100%;
  flex: unset !important;
  flex-wrap: wrap;
}

.form_wrapper .form-inner .form-inner-inner .needsclick input {
  background: #FBF6E3!important;
  border-radius: 6px !important;
  height: 60px !important;
  border-color: #FBF6E3!important;
}
.form_wrapper .form-inner .form-inner-inner .needsclick input::placeholder {
  color: #43635c !important;
  font-size: 18px !important;
}
.form_wrapper .form-inner .form-inner-inner .needsclick .needsclick:nth-child(2) input {
  height: 144px !important;
}
.form_wrapper .form-inner .form-inner-inner .needsclick button {
  font-size: 1.125rem !important;
  padding: 1.5625rem 1.625rem 1.6875rem 1.625rem !important;
  max-width: 21.25rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0;
  font-family: 'sofia-pro' !important;
  font-weight: 600;
  /* padding: 1.3125rem 1.375rem 1.4375rem 1.375rem; */
  /* font-size: 1rem; */
  line-height: 1;
  letter-spacing: .0625rem;
  text-align: center;
  text-decoration: none;
  background-color: #eeb93a !important;
  color: #2e524a !important;
  border-radius: .375rem !important;
  border: none;
  transition: background-color .3s,color .3s;
  text-transform: uppercase;
  margin-top: 40px;
  width: 100%;
}
.form_wrapper .form-inner .form-inner-inner .needsclick button:hover {
  background: #faeac4 !important;
}
.form_wrapper.form_wrapper_bg .o-container {
  position: relative;
  z-index: 9;
}

.for_mobile_only_image,.for_mobile_only_button_images_see_less,.all_combine{
  display:none;
}
.for_mobile_only_button_images_see_more, .for_mobile_only_button_images_see_less{
  display:none;
}
.limited_edition_price {
  font-size: 26px;
  line-height: 1;
  margin: 20px 0 26px 0px;
  font-weight: 600;
}




/************* Halloween collection css starts ******************/

.collection-banner .banner-main .banner-text.halloween-exclusives .halloween-exclusives {
  max-width: 100%;
  text-align: center;
}
.collection-banner .banner-main .banner-text.halloween-exclusives .halloween-exclusives h2 {
  margin: 0;
  text-align: center!important;
  font-size: 77px;
  line-height: initial;
}
.collection-banner .banner-main .banner-text.halloween-exclusives .halloween-exclusives h2 span.halloween-exclusives_text {
  color: #fc9f3d;
}
.collection-banner .banner-main .banner-text.halloween-exclusives .halloween-exclusives p {
  font-size: 29px;
  font-weight: normal;
  line-height: 26px;
  margin-top: 10px;
}

.halloween-collection-grid {
  background: #e18d29;
}
.Badge.halloween-badge {
  border-color: #fff;
  font-weight: 700;
}
.Badge.halloween-badge .Badge-inner {
  background: #000;
  flex-direction: column;
  color: #fff;
  font-weight: 700;
}
.Halloween_exclusive_Products_grid .Tricko_text h2 {
  text-align: center !important;
}
.Badge.halloween-badge .Badge-inner span {
  color: #E18D29;
}
.Halloween_exclusive_Products_grid .Tricko_text h2 {
  text-align: center!important;
  color: #fff;
  font-size: 77px;
  line-height: initial;
  font-weight: 400;
}
.template-collection .Collection-main .Halloween_exclusive_Products_grid .Grid {
  gap: 50px;
}
.Halloween_exclusive_Products_grid .Tricko_text p {
  font-size: 29px;
  line-height: 26px;
  color: #fff;
}
.Halloween_exclusive_Products_grid .Tricko_text {

  text-align: center;
  position:relative;
}
.Halloween_exclusive_Products_grid .Tricko_text .halloween_special_image2 img {
  max-width: 103px;
}
.Halloween_exclusive_Products_grid .Tricko_text .treat_text {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.Halloween_exclusive_Products_grid .Tricko_text .halloween_special_image2 {
  position: absolute;
  bottom: 100%;
  left: 53%;
}
.halloween-exclusives div#offer_section_timer {
  display: flex;
}
.halloween-exclusives .offer_section_right {
  position: relative;
}
.halloween-exclusives .offer_section_right .special_halloween {
  position: absolute;
  bottom: 70%;
  right: 0px;
}
.halloween-exclusives .offer_section_right .special_halloween img {
  width: 63px;
  height: 55px;
  object-fit: contain;
  display: block;
}

.halloween-exclusives div#offer_section_timer .exclusive_timer span {
  color: #fff;
}
.halloween-exclusives div#offer_section_timer .exclusive_timer {
  background: #000;
  margin: 0 3.5px;
  width: 105px;
  height: 105px;
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.halloween-exclusives div#offer_section_timer .exclusive_timer .words {
  font-size: 52px;
  line-height: 44px;
}
.halloween-exclusives div#offer_section_timer .exclusive_timer .digits {
  font-size: 12px;
  line-height: initial;
  font-weight: 400;
  margin-top:10px;
}
.halloween-exclusives div#offer_section_timer .exclusive_timer.hours_wrapper .words {
  color: #e18d29;
}
.halloween-exclusives {
  position: relative;
}
.halloween-exclusives .halloween_special_image img {
  max-width: 120px;
  image-rendering: -webkit-optimize-contrast;
  width:100%;
}
.halloween-exclusives .halloween_special_image {
  position: absolute;
  bottom: 50px;
  left: 14%;
}
.Halloween_exclusive_Products_grid div#shopify-section-custom_collection_offer_section {
  margin-bottom: 50px;
}
.halloween-exclusives h1.PreHero-title  ,
.halloween-exclusives .offer_section_subheading p {
  color: #fff;
}
.halloween-exclusives .offer_section .offer_section_inner.offer_section_right:after{
  display:none;
}
.halloween-exclusives h1.PreHero-title {
  font-size: 52px;
  line-height: initial;
}
.halloween-exclusives .offer_section_subheading p {
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}
.halloween-review .Custom-collection-Reviews_section .reviews_block_inner_main {
  background: #FFF7EF;
}
.halloween-review .Custom-collection-Reviews_section .reviews_block_inner_main .reviews_heading {
  color: #000;
  font-size: 24px !important;
  line-height: 28px;
}
.halloween-review .Custom-collection-Reviews_section .reviews_block_inner_main .reviews_sub_heading {
  font-size: 18px !important;
  color: #000;
  line-height: 25px;
}
.halloween-review .Custom-collection-Reviews_section .reviews_block_inner_main .reviews_description {
  color: #000;
}
.halloween-review .Custom-collection-Reviews_section {
  padding-bottom: 180px;
  padding-top: 70px;
}
.halloween-review {
  background-size: contain;
  position: relative;
  background-color: #000;
}
.halloween-canvas {
  position: relative;
  z-index: 9;
  margin-top: -1px;
}
.halloween-collection-grid .offer_section {
  padding-top: 0;
}
.halloween-collection-grid .GridItem-content span.jdgm-prev-badge__text ,
.halloween-collection-grid .GridItem-content h2.GridItem-title ,
.halloween-collection-grid .GridItem-content .money{
  color: #000;
}
.halloween-collection-grid .GridItem-content p.GridItem-info {
  display: none;
}
.halloween-collection-grid .custom_collection_add_to_cart button.add_to_cart2 {
  background: #FFC602 !important;
  color: #000 !important;
}
.Halloween_exclusive_Products_grid .Tricko_text .Tricko_text_bottom {
  height: 8px;
  width: 100%;
  background: #E18D29;
  position:relative;
}
.Halloween_exclusive_Products_grid .Tricko_text .Tricko_text_bottom:before {
  content: '';
  position: absolute;
  background: #fff;
  width: 33.33%;
  height: 8px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.Halloween_exclusive_Products_grid .Tricko_text .Tricko_text_bottom:after {
  content: '';
  position: absolute;
  background: #FFC602;
  width: 33.33%;
  height: 8px;
  bottom: 0;
  right: 0;
}
.collection-banner .banner-main .banner-text.halloween-exclusives {
  margin-top: 20px;
}
.halloween-collection-grid .offer_section {
  padding-top: 0;
  position: relative;
  z-index: 9;
}
.halloween-review div#shopify-section-custom_collection_reviews_section {
  position: relative;
  z-index: 9;
}
.halloween-review .Custom-collection-Reviews_section .PreHero-title.reviews_heading {
  color: #fff;
}
.halloween-review .Custom-collection-Reviews_section 
.reviews_sub_heading {
  color: #fff;
}
.halloween-review .Custom-collection-Reviews_section .reviews_sub_heading {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 10px;
}
.halloween-review .review-header {
  margin-bottom: 40px;
}
.halloween-review .Custom-collection-Reviews_section span.jdgm-star::before {
  font-size: 18px;
}
.Halloween_exclusive_Products_grid div#shopify-section-collection {
  position: relative;
}
.Halloween_exclusive_Products_grid div#shopify-section-collection:before {
  content: '';
  position: absolute;
  background-image: url(https://cdn.shopify.com/s/files/1/2675/9476/files/Bird.png?v=1632388035);
  width: 127px;
  height: 63px;
  right: 0;
  z-index: 9;
  background-size: contain;
  background-repeat: no-repeat;
  top: 56%;
  transform: translateY(-50%) rotate(-55deg);
}

.custom_collection.helloween-logos {
  padding-top: 0;
}
.custom_collection.helloween-logos {
  position: relative;
  z-index: 9;
}


/*******/
.MegamenuMobile-searchResults{top: 125px;}
.MegamenuMobile-main {
  z-index: -1;
  position: relative;
}
.MegamenuMobile-list {

  position: relative;
  z-index: -1;
}

.MegamenuMobile-search {
  display: none;
}
.desktop-hide
{
  display:none
}

.desktop-hides{display:none}
/* collection-list page */ 
.PageVideo-content-new {
  position: absolute;
  bottom: 28%;
  right: 40%;
}
.PageVideo.collection-list-video-sec {
  position: relative;
/*   padding-top: 36px; */
  background: #FBF6E3;
}
.PageVideo-content-new .PageVideo-btnContainer .o-play {
  color: #fff;
}
.Testimonials-header .header-star-icon{
  width:auto;
  margin:25px auto;

}
.Testimonials-header .header-star-icon svg {
  max-height: 40px;
}
.collection-list-text-sec h1 {
  font-size: 40px;
  line-height: 56px;
  text-align: center;
}
.collection-list-text-sec {
  margin: 36px 0;
}

.collection-list-text-sec p {
  margin-top: 15px;
}
.collection-list-slider-inner{
  background-color: #fbf6e3;
}
.collection-list-slider-inner .glide__bullets{
  display: none;

}

.collection-list-slider-inner .PreHero-title {
  font-size: 36px;
  text-align: center !important;
}

.collection-list-slider-inner .PreHero-logo {
  text-align: center;
  margin: 20px 0;
}
.collection-list-slider-inner .PreHero-btnContainer {margin: 0px;padding: 0; text-align: center;}

.collection-list-slider-inner .PreHero-btnContainer a.o-button {padding: 18px;color:#fff; max-width: 268px;}
/* .collection-list-slider-inner h2.GridItem-title {color: #000;font-size: 19px;}
*/
.collection-list-slider-inner button.add_to_cart2.o-button.custom-2 {background: #2E524A;color: #fff;max-width: 268px;padding: 18px;font-size: 17px;margin: 15px 0;}
.collection-list-slider-inner .GridItem-badge {
  top: 48px;
}

.collection-list-slider-inner .glide__slide {
  background: #fff;
   padding:0 !important; 

  height: inherit;
}

.collection-list-slider-inner  .GridItem {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.PreHero-control:before {
  background-color: #D5E4D9;
}

.collection-list-testimonial {padding: 36px 0;}

.collection-list-testimonial .Testimonials-header {color: #666666;}
.collection-list-faq .ProductFaq-container {
  padding:4rem 1.375rem 4.6rem;
}

.PreHero-control {
  display: flex;
  justify-content: center;
  align-items: center;
}
.template-article .ArticleSubscription-placeholder{
  padding-bottom: 40.333333%;
}


/*******************20-april-22****************************/

.template-collection .Collection-main .Grid .GridItem{
  text-align:center;
}



.template-collection .Breadcrumbs{
  font-weight:400;
  font-size:14px;
  line-height:15px;
}

.template-collection  .Breadcrumbs-item a,.Breadcrumbs-item a {
  text-decoration: none;   
}

.customtooltip {
  position: relative;
  display: inline-block;
  margin: 0 0.75rem 0 0.375rem;
  cursor:pointer;
  width: 1.7rem;
}
.customtooltip img{
  border-radius:50%;
}

.customtooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #FBF6E3;
  color: #2e524a;
  text-align: center;
  border-radius: 0.375rem;
  padding: 10px;
  position: absolute;
  z-index: 1;
  left: -10px;
  top: 40px;
}
.customtooltip .tooltiptext p{
  font-size:12px;
  line-height:16px;
}
.customtooltip .tooltiptext:before{
  position: absolute;
  content: "";
  border: 20px solid transparent;
  border-top: 0px solid transparent;
  border-bottom: 20px solid #fbf6e3;
  top: -11px;
  left: -75px;
  right: 0;
  width: 40px;
  visibility: hidden;
  margin: auto;
}
.customtooltip:hover .tooltiptext {
  visibility: visible;
      z-index: 999;
}

.customtooltip:hover .tooltiptext:before {
  visibility: visible;
}

/********************************************/
@media print, screen and (min-width: 64em){
  .collection-list-slider-inner  .PreHero {
    grid-template-columns:30.850187% 66.205993%;
    padding:19px 0;

  }

  .PreHero{
    overflow:inherit;
  }

  .IndexHero-img {
    padding-bottom: 40%;
  }

  .template-collection .GridItem-title {
    min-height:30px;  
    font-size: 20px;
    line-height: 24px;
  }

  .template-collection .offer-sec-new {
    margin-bottom: 25px;
  }

  .template-collection .SocialMedia {
    margin: 0 0 3.125rem !important;
  }
}
@media only screen and (min-width:1024px){
  .collection-banner .banner-main.halloween_image_cropping {
    height: 350px;
  }
  .Halloween_exclusive_Products_grid.mob_image , .halloween_special_image.mob_image {
    display: none;
  }


}


@media only screen and (max-width:1400px){
  .CartDrawer-buttonWrapper {
    padding-top: 10px;
}


  .shop_pay_text_more span.f-text {
    font-size: 20px;
    line-height: 30px;
}
  .shop_pay_text_more span.f-text:last-child {
    font-size: 16px;
}

}

@media only screen and (max-width:1200px){
  .Halloween_exclusive_Products_grid .Tricko_text .treat_text {
    top: 20px;
  }
  .collection-banner .banner-main .banner-text.halloween-exclusives .halloween-exclusives h2 ,
  .Halloween_exclusive_Products_grid .Tricko_text h2{
    font-size: 45px;
  }
  .collection-banner .banner-main .banner-text.halloween-exclusives .halloween-exclusives p ,
  .Halloween_exclusive_Products_grid .Tricko_text p{
    font-size: 20px;
  }
  .template-collection .Collection-main .Halloween_exclusive_Products_grid .Grid {
    gap: 40px 20px;
  }
  .halloween-exclusives .halloween_special_image {
    left: 7%;
  }
}



@media only screen and (max-width:1025px){
  .desktop-hides{display:block}
}



@media only screen and (max-width:1023px){

  header{
    z-index: 2!important;
  } 
/*   header.headroom--frozen {
    z-index: 9 !important;
} */
  .customtooltip img{
  max-width:30px;
  }  
  .review-header.for_halloween_scollection {
    display: block;
  }
  .halloween-collection-grid .offer_section .offer_section_left.offer_section_inner {
    margin-bottom: 30px;
    text-align: center;
  }
  .halloween-collection-grid .offer_section .offer_section_left.offer_section_inner .offer_section_heading h1.PreHero-title {
    text-align: center !important;
  }

  .Halloween_exclusive_Products_grid.desktop_image , .halloween_special_image.desktop_image {
    display: none;
  }
  .halloween-collection-grid .GridItem-content .money, .halloween-collection-grid .GridItem-content h2.GridItem-title, .halloween-collection-grid .GridItem-content span.jdgm-prev-badge__text {
    color: #fff;
  }
  .halloween-exclusives div#offer_section_timer .exclusive_timer .words {
    font-size: 36px;
    line-height: 36px;
  }
  .halloween-exclusives div#offer_section_timer .exclusive_timer .digits {
    font-size: 10px;
    margin-top: 5px;
  }
  .halloween-exclusives div#offer_section_timer .exclusive_timer {
    width: 75px;
    height: 75px;
  }
  .halloween-exclusives .offer-sec-new {
    text-align: center;
    width: auto;
    display: inline-block;
    position: relative;
  }
  div#shopify-section-custom_collection_offer_section .halloween-exclusives {
    text-align: center;
  }
  .halloween-exclusives .offer-sec-new .halloween_special_image {
    left: -60px;
    bottom: unset;
    transform: rotate(-45deg);
    top: 20px;
  }
  .halloween-exclusives .offer-sec-new .offer_section .offer_section_subheading p {
    line-height: 22px;
  }
  .halloween-collection-grid {
    padding-top: 0;
  }
  .Halloween_exclusive_Products_grid .Tricko_text h2, .collection-banner .banner-main .banner-text.halloween-exclusives .halloween-exclusives h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .Halloween_exclusive_Products_grid .Tricko_text p, .collection-banner .banner-main .banner-text.halloween-exclusives .halloween-exclusives p {
    font-size: 14px;
    line-height: 21px;
  }
  .collection-banner .banner-main .banner-text.halloween-exclusives {
    margin-top: 0;
  }
  .halloween-collection-grid .offer_section .offer_section_left.offer_section_inner .offer_section_heading h1.PreHero-title {

    font-size: 24px;
    line-height: 26px;
  }
  .halloween-exclusives .offer-sec-new .offer_section .offer_section_subheading p {
    font-size: 16px;
  }
  .halloween-review .reviews_description {
    color: #fff !important;
  }
  .halloween-review .reviews_heading_subheadings .reviews_heading {
    color: #fff !important;
  }
  .halloween-review .reviews_sub_heading {
    color: #fff !important;
    font-size: 16px !important;
  }
  .halloween-review {
    background-size: cover;
  }
  .Halloween_exclusive_Products_grid .Tricko_text .halloween_special_image2 img {
    max-width: 50px;
  }
  .Halloween_exclusive_Products_grid .Tricko_text .halloween_special_image2 {
    bottom: 110%;
    left: 57%;
  }
  .Halloween_exclusive_Products_grid .Tricko_text .treat_text {
    top: 0;
    width: 100%;
  }
  .halloween-exclusives .halloween_special_image img {
    max-width: 80px;
  }
  .halloween-exclusives .offer-sec-new .offer_section {
    display: inline-block;
    padding-bottom: 0;
  }
}

@media only screen and (max-width:991px){
  .Badge.halloween-badge .Badge-inner {
    width: 50px;
    height: 50px;
  }
  .Badge.halloween-badge {
    width: 60px;
    height: 60px;
  }
}


@media only screen and (max-width:768px){
   .acte-container .acte-title {
    font-size: 40px;
    line-height: 48px;
   }
 
  .Halloween_exclusive_Products_grid div#shopify-section-collection:before {
    width: 70px;
    height: 30px;
    top: 63.5%;
  }
  .halloween-exclusives .offer_section_right .special_halloween {
    right: -38px;
  }
  .collection-banner .banner-main .banner-text.halloween-exclusives .halloween-exclusives p {
    margin-top: 4px;
  }
  .halloween-review .Custom-collection-Reviews_section {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .mobile-hide{display:none}
  .desktop-hide{display:block}

  .banner-image img{
    width:100%;
  }
  .collection-list-slider-inner button.add_to_cart2.o-button.custom-2 {
    padding: 15px 10px;
    font-size: 15px; 
  }
}

@media only screen and (max-width:575px){


  .collection-list-slider-inner .glide__slide {
    background: none;
    padding:0; 

  }  

  form .SearchField-field::placeholder {font-size:14px !important;}

  input#mobile-header-search {
    padding-top: 0px;
  }
  .Halloween_exclusive_Products_grid .Tricko_text .Tricko_text_bottom {
    height: 5px;
  }
  .Halloween_exclusive_Products_grid .Tricko_text .Tricko_text_bottom:before {
    height: 5px;
  }
  .Halloween_exclusive_Products_grid .Tricko_text .Tricko_text_bottom:after {
    height: 5px;
  }
  .Halloween_exclusive_Products_grid .Tricko_text .treat_text {
    top: 70px;

  }
  .Halloween_exclusive_Products_grid .Collection-pagination.js-collection-pagination {

    padding:  2rem 0;
  }
  .Halloween_exclusive_Products_grid div#shopify-section-collection {
    z-index: 9;
  }

  .halloween-review .Custom-collection-Reviews_section .PreHero-title.reviews_heading {
    margin-bottom: 10px;
  }
  .halloween-review div#shopify-section-custom_collection_reviews_section .reviews_block_inner_main .reviews_image {
    width: 100%;
  }
  .halloween-review div#shopify-section-custom_collection_reviews_section .reviews_block_inner_main .reviews_image img {
    width: 100%;
    border-radius: 0;
  }
  .halloween-review .reviews_block_inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .halloween-review div#shopify-section-custom_collection_reviews_section .reviews_block_inner_main .reviews_sub_heading {
    font-size: 16px !important;
  }
  .halloween-review .reviews_description {
    margin-bottom: 10px;
  }
}
/************* Halloween collection css ends ******************/



/************* What's Inside css starts ******************/
.special-padding.whats_inside_section_main .product_inside_container-wrapper .image_with_text_wrapper {margin-bottom:15px}

.product_inside_container {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  margin:0 -20px 0;
}

.whats_inside_section_main .product_inside_container-upper {
  position: relative;
}
.whats_inside_section_main .product_inside_container-upper button.slick-prev.slick-arrow {
  left: -10px;
}
.whats_inside_section_main .product_inside_container-upper button.slick-next.slick-arrow {
  right: -10px;
}
.whats_inside_section_main .product_inside_container-upper .slick-arrow svg {
  height: 30px;
  width: 30px;
  fill: #2e524a;
}
.whats_inside_section_main .product_inside_container-upper .slick-arrow:hover {
  background: #eeb93a;
}
.whats_inside_section_main .product_inside_container-upper .slick-arrow {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  height: 3.75rem;
  width: 3.75rem;
  background: #faeac4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.whats_inside_section_main .product_inside_container-wrapper .image_with_text_wrapper {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 18px;
}
.product_inside_container .image_with_text_wrapper {
  width: 16.66%;
  text-align: center;
  padding: 0 20px;
  margin-bottom:40px;
}
.whats_inside_section_main .product_inside_container-wrapper .image_with_text_wrapper .Inside-title {
  display: inline-block;
  background: #fbf6e3;
  padding: 5px 15px;
  font-size: 16px;
  margin-top: 10px;
}
.whats_inside_section_main {
  padding-bottom: 5rem;
}
section.Product_page_video_section {
  padding-bottom: 5rem;
}
section.Product_page_video_section .back_ground-image_container {
  max-width: 55%;
  margin: 0 auto;
}
/* css jan31,2022 */

/* .needsclick.kl-private-reset-css-Xuajs1{
display: unset !important;
flex-direction: row;
align-items: stretch;
position: relative;
} */
/* end */
section#shopify-section-product-main {
  display: unset;
}
.custom-product-sticky-details-container.Sticky_active {
  position: sticky;
  top: 0;
  z-index: 9;
  display: block !important;
}
.custom-product-sticky-details-container {
  background: #fff;
}
.sticky-details-left {
  display: flex;
  align-items: center;
}
.sticky-details-left .ProductInfo-reviews.cpsd-reviews {
    padding:10px 0 10px 20px;
/*     width: 250px; */
    border-left: 1px solid #115740;
}
.sticky-details-left .ProductInfo-reviews.cpsd-reviews span.jdgm-prev-badge__text {
  text-decoration: underline;
  font-weight: 600;
      color: #2E524A;
}
.custom-product-sticky-details-wrapper h2.Product-title.cpsd-title {
  font-size: 24px;
  line-height: 32px;
  padding-right: 20px;
}
.sticky-details-right button#js-add-to-cart {
  padding-left: 10px;
  padding-right: 10px;
}
.custom-product-sticky-details-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding: 6px 0;
}
.sticky-details-right {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}
.custom-product-sticky-details-wrapper .qty-label.cpsd-reviews {
  width: 150px;
  height: 70px;
  border: 1px solid #666;
  border-radius: 6px;
}
.custom-product-sticky-details-wrapper .qty-label.cpsd-reviews span {
  font-size: 20px;
  color: #2E524A;
  height: 100%;
  display: block;
  padding: 20px 0 0 50px;
}
.custom-select-box-cont-inner.cpsd-reviews {
  align-items: center;
  gap: 22px;
}
.custom-select-box-cont-inner.cpsd-reviews .qty-title-text.cpsd-reviews {
  font-size: 18px;
  font-weight: 600;
}
.qty-main {
  cursor: pointer;
}
.qty-main ul.custom-select-qty li {
  padding: 10px 10px;
  border-bottom: 0.5px solid rgba(102, 102, 102, 0.5);
  font-size: 20px;
  color: #2E524A;
}
.qty-main ul.custom-select-qty li:hover {
  background: #FBF6E3;
}
.qty-main ul.custom-select-qty li:last-child {
  border-bottom: none;
}
.sticky-details-right .ProductForm-controls {
  margin: 0;
  display: block;
      width: 347px;
}
 .custom-product-sticky-details-container {
     border-top: 1px solid #eee;
  }

.custom-product-sticky-details-container .qty-main ul.custom-select-qty {
    transform: none;
}
body.select-open:before {
    content: '';
    position: fixed;
    background: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

body.select-open .custom-product-sticky-details-container .qty-main ul.custom-select-qty {
    transform: none;
    position: fixed;
    left: 50%;
    top: 50% !important;
    transform: translate(-50%,-50%);
    width: 243px !important;
    background: #fff;
    bottom: unset;
}
@media only screen and (min-width:1024px){
  .whats_inside_section_main.whats_new_section_updated{
    padding-bottom: 0;
    margin-bottom:2.25em;
  }
  .whats_inside_section_main.whats_new_section_updated .product_inside_container-upper button.slick-prev.slick-arrow {
    right: 100%;
    left: 10px;
  }
  .whats_inside_section_main.whats_new_section_updated .product_inside_container-upper button.slick-next.slick-arrow {
    left: auto;
    right: 10px;
  }
  .whats_inside_section_main.whats_new_section_updated .product_inside_container-upper .slick-list.draggable {
    margin: 0 6%;
  }
  .cstm_sst.whats_inside_section_main.whats_new_section_updated h1.ProductBundle-title {
    margin-top: 40px;
}
}


@media only screen and (max-width:1460px){
  ul.CartDrawer-items .CartItem-content {
    gap: 2px;
}
  .custom-product-sticky-details-wrapper h2.Product-title.cpsd-title {
    font-size: 18px;
  }
 
}

@media only screen and (max-width:1360px){
.sticky-details-right .ProductForm-controls {
    width: 247px;
}
}


@media only screen and (max-width:1240px){
  .sticky-details-left .ProductInfo-reviews {
    display: none;
  }
  .custom-product-sticky-details-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .custom-product-sticky-details-wrapper h2.Product-title.cpsd-title {
    padding: 0;
    border: none;
  }
}


@media only screen and (max-width:1023px){
  .whats_inside_section_main.whats_new_section_updated .product_inside_container .image_with_text_wrapper {
    margin-bottom: 20px;
  }
  .whats_inside_section_main.whats_new_section_updated .product_inside_container-upper button.slick-prev.slick-arrow {
    left: -10px;
  }
  .whats_inside_section_main.whats_new_section_updated .product_inside_container-upper button.slick-next.slick-arrow {
    right: -10px;
  }
  /*   .product_inside_container .image_with_text_wrapper:last-child ,
  .product_inside_container .image_with_text_wrapper:nth-last-child(2){
  margin-bottom: 0;
} */
  .whats_inside_section_main .product_inside_container-wrapper .image_with_text_wrapper {
    padding: 0 5px;
  }
  .whats_inside_section_main .product_inside_container-upper .product_inside_container.empty-div {
    display: none !important;
  }
  .whats_inside_section_main .product_inside_container-wrapper .image_with_text_wrapper .product_image_container img {
    margin: 0 auto;
  }
  .whats_inside_section_main .product_inside_container-upper .slick-arrow {
    height: 30px;
    width: 30px;
  }

  .whats_inside_section_main .product_inside_container-upper button.slick-next.slick-arrow{
    right:0;
  }
  .whats_inside_section_main .product_inside_container-upper button.slick-prev.slick-arrow{
    left:0;
  }
  .whats_inside_section_main , section.Product_page_video_section {
    padding-bottom: 2rem;
  }



  .product_inside_container {
    margin: 0 -10px 0;
  }
  .product_inside_container .image_with_text_wrapper {
    width: 33.33%;
    padding: 0 10px;
  }
}



@media only screen and (max-width:1023px){
  .custom-product-sticky-details-wrapper .qty-label.cpsd-reviews {
    height: 60px;
  }
  .custom-product-sticky-details-wrapper .qty-label.cpsd-reviews span {
    padding: 15px 0 0 50px;
  }
  .whats_inside_section_main .product_inside_container-wrapper {
    margin-bottom: 0;
  }
  .whats_inside_section_main .product_inside_container-wrapper .image_with_text_wrapper:last-child,
  .whats_inside_section_main .product_inside_container-wrapper .image_with_text_wrapper:nth-last-child(2){
    margin-bottom: 0;
  }
  .product_inside_container .image_with_text_wrapper {
    width: 50%;
    float: left;
    display: inline-block;
  } 

  /*   
  .whats_inside_section_main .product_inside_container-wrapper .product_inside_container-upper {
  overflow-x: scroll;
  width: 100%;
  display: -webkit-inline-box;
} */
  /*   .product_inside_container-main {
  display: inline-block;
  width: 100%;
  overflow: hidden;
} */
  .product_inside_container {
    margin: 0 0 0;
    display: block;
  }
}

@media only screen and (max-width:991px){
  .sticky-details-right .ProductForm-controls {
    width: auto;
    flex: 1;
}
  .sticky-details-right {
    gap: 3px;
}
  .custom-product-sticky-details-wrapper {
    padding: 3px 0;
}
  .qty-main ul.custom-select-qty li {
    padding: 5px 10px;
    font-size: 14px;
  }
  .qty-main ul.custom-select-qty {
    top: unset;
    bottom: 100%;
  }
  .custom-product-sticky-details-container.cpsdc-desktop.mobile-hide {
    display: none !important;
  }
  .qty-main ul.custom-select-qty {
    top: unset !important;
    bottom: 100%;
  }
  .custom-product-sticky-details-container.Sticky_active {
    position: fixed;
    bottom: 0;
    top:unset;
    BOX-SHADOW: 0 0 10px rgb(0 0 0 / 12%);
    width: 100%;
  }
  .sticky-details-left {
    display: none;
  }
  .custom-product-sticky-details-wrapper {
    grid-template-columns: 1fr;
  }
}






@media only screen and (max-width:768px){
  .CartDrawerHeader {
    position: static;
}
  section.Product_page_video_section .back_ground-image_container {
    max-width: 80%;
  }
  
.ProductPress-container .ProductPress-control {
    top: 2rem;
}
}

@media only screen and (max-width:480px){
   .main_twovar {
    margin-left: 48px;
}
  
  .whats_inside_section_main.whats_new_section_updated .product_inside_container-upper button.slick-next.slick-arrow {
    right: -29px !important;
}
  .whats_inside_section_main.whats_new_section_updated .product_inside_container-upper button.slick-prev.slick-arrow {
    left: -29px !important;
}
 
  
    .Count button.js-cart-item-count {
    font: 14px !important;
    font-weight: 700 !important;
}

/*  12-12-22  */
  .price_and_badge_container .js-price-preview.current_price.Product-price span.money {
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
}
/*  end  */
 .headroom--pinned  .Header-logo {
    padding: 9px 0 0 0 !important;
} 
/* .HeaderActions-item {
    margin: 0 0.175rem 1em 0.175rem;
} */
  .CartDrawerEmpty p.CartDrawerEmpty-description {
    margin-top: 5px;
}
  .CartDrawerFreeGiftStatus {
    font-size: 13px;
        padding: 7px 10px;
}
  .CartDrawerEmpty img.CartDrawerEmpty-illustration {
    width: 145px;
    margin: 0 auto 20px;
}
  .subtitle-main p.Product-subtitle {
    line-height:inherit;
}
 
  .custom-select-box-cont-inner.cpsd-reviews {
    gap: 8px;
  }
 
  .custom-select-box-cont-inner.cpsd-reviews .qty-title-text.cpsd-reviews {
    font-size: 14px;
  }
  .custom-product-sticky-details-wrapper .qty-label.cpsd-reviews span {
    padding: 15px 0 0 20px;
    font-size: 18px;
  }
  .sticky-details-right button#js-add-to-cart {
    height:60px;
    font-size:12px;
  }
  .custom-select-box-cont-inner .qty-arrow svg {
    width: 9px;
  }

  .custom-product-sticky-details-wrapper .qty-label.cpsd-reviews {
    width: 93px;
  }
 
}

/************* What's Inside css ends ******************/
.Lightbox-video2.js-lightbox-content2  iframe {
  width: 100%;
  display: block;
}


@media only screen and (min-width:426px){
  .template-product .button_container .add_to_button, .template-product .button_container .checkout_buttton_custom {

    max-width: 200px;
  }

}



@media only screen and (min-width:1024px){


  .template-collection .Collection-main .GridItem-image , .template-collection .Collection-main .GridItem-image .GridItem-imageSecondary {
    padding-left: 0;
    padding-right: 0;
  }
  .ProductInfo button#js-add-to-cart {
    padding: 20px;
  }
  .add_to_cart_container .ProductForm-controls {
    margin-top: 22px;
  }
  canvas.mobile-canvas {
    display: none;
  }
  .ProductInfo .mobile-content {
    display: none;
  }
  .Product-info span.jdgm-prev-badge__stars span.jdgm-star {
    font-size: 20px !important;
  }
  .Grid.Two_per_row .GridItem-image .o-placeholder {
    padding: 0 0 80% 0;
  }


  .Grid.Two_per_row article.GridItem {
    padding: 0 !important;
    background: transparent !important;
  }

  .Grid.Two_per_row p.GridItem-price del {
    margin: 0 5px 0 0;
  }
  .for_mobile_only {
    display: none;
  }
  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
  }
  .banner_section_custom_collection_mobile_image {
    display: none;
  }
  .template-collection .Collection-main .Grid .GridItem {
    background: #fff;
/*     padding: 20px 25px 25px 25px; /**20-april**/ */
    border-radius:6px;
  }

  .template-collection .Collection-main .GridItem-image, .template-collection .Collection-main .GridItem-image .GridItem-imageSecondary{
    padding-top:0px;

  }
  .template-collection .Collection-main .Grid .GridItem .add_to_cart2:hover {
    background: #eeb93a;
    color: #2e524a;
  }

  .template-collection .Custom-collection-Reviews_section, .offer_section {
    position: relative;
  }

  .template-collection .Collection-breadcrumbs {
    position: absolute;
    left: 0;
  }
  .template-collection .Breadcrumbs {
    margin-bottom:8px;
  }

}

@media only screen and (max-width:1400px){
  .collection-banner .banner-main .banner-text .banner-text-inner .special_text img {
    max-width: 40px;
    image-rendering: -webkit-optimize-contrast;
    display: block;
  }
  .collection-banner .banner-main .banner-text .banner-main-text {
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 31px;
  }
}

@media only screen and (max-width:1200px){
  .past_blends-grid-main .past_blends-grid {
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .past_blends-grid-main {
    margin: 0 -10px -30px;
  }
  .past_blends-grid .BlendContent-text {
    font-size: 18px;
  }
  .ProductInfo .pdp_inventory_status .inventory_quantity {
    font-size: 30px;
  }
  .pdp_inventory_status_lower {
    text-align: left;
  }
  .collection_logo_container {
    margin: 10px -10px 1.25rem;
  }
  .collection_logo_container .collection_logo_grid {
    padding: 0 10px;
  }
  .o-container.container-Two_per_row {
    padding: 0 100px;
  }
  .offer_section div#offer_section_timer {
    font-size: 30px;
    line-height: 34px;
  }
  .offer_section .offer_section_subheading p {
    font-size: 17px;
  }
  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main {
    padding: 25px 25px;
  }
  .review-header .PreHero-title.reviews_heading , .offer_section h1.PreHero-title {
    font-size: 30px;
    margin-bottom: 5px;
    line-height: 36px;
  }
  .review-header .reviews_sub_heading {
    font-size: 24px;
  }
  .review-header span.jdgm-star::before {
    font-size: 22px;
  }
  .collection-banner .banner-main .banner-text .banner-main-text {
    font-size: 25px;
  }
  .collection-banner .banner-main .banner-text .name {
    font-size: 22px;
    line-height: 26px;
  }
  .collection-banner .banner-main .banner-text p {
    font-size: 18px;
    line-height: 21px;
    margin-top: 2px;
  }

  .template-collection .Collection-main .GridItem-image{
    padding:10px 20px;

  }
  .template-collection .Collection-main .GridItem-image .GridItem-imageSecondary{
    padding-top:0px;

  }

}


@media only screen and (max-width:1023px){
  .form_wrapper .form-inner .form-inner-inner .form_text {
    font-size: 60px;
    line-height: 90px;
    margin-top: 60px;
    transform: none;
    margin-bottom: 20px;
  }
  section#shopify-section-product-main .Product-mainLeft .mobile-content h1.Product-title {
    padding-top: 0;
    text-transform: capitalize;
  }
  section#shopify-section-product-main main.Product-main.js-content-navigation-item {
    padding-top: 10px;
  }
  .template-product .review-container .for_desktop_only {
    display:block;
  }
  .template-product .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings, 
  .template-product .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings .reviews_heading {
    margin-top: 0;
  }
  .template-product .review-container .for_mobile_only {
    display : none;
  }
  .template-product  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main {
    background: #d8e3da;
    border-radius: 11px;
    box-shadow: 2px 0 2px 0 rgb(0 0 0 / 8%);
    padding: 25px 25px;
  }
  .template-product  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading {
    flex-direction: row; 
    -webkit-flex-direction: row; 
  }


  .pdp_inventory_status , .pdp_inventory_status_lower {
    text-align: center;
  }


  .ProductInfo .price_and_badge_container .percentage_badge span.percentage_product_price {
    font-size: 13px;
    height: 29px;
    line-height: 29px;
  }
  .ProductInfo .price_and_badge_container {
    justify-content: center;
  }
  .ProductInfo .ProductInfo-reviews {
    margin: 0px 0 10px;
  }
  .Product-mainLeft .ProductInfo {
    padding-top: 1rem;
  }


  .template-product .Testimonials {
    padding-top: 1rem;
  }
  .template-product .js-content-navigation-item .ProductIngredients-container {
        padding: 30px 0 0;
  }
  .template-product .ProductBundle-title ,  .template-product section#shopify-section-product-frequently-bought-together h2.cbb-frequently-bought-title.translatable ,
  .template-product h1.ProductPerfectCup-title , .template-product  .ProductIngredients-title , .template-product .PageFeatures-header ,
  div#shopify-section-compare_section_pdp .section.heading , .Testimonials  .Testimonials-header{
    font-size: 28px !important;
    margin-bottom: 20px !important;
    line-height: 35px !important;
  }
  .template-product .ProductIngredients-title , .Testimonials  .Testimonials-header{
    padding:0 20px;
  }

  .template-product .button_container.sticky {
    display: flex;
  } 
  .template-product .js-product-bundle li.ProductBundleItem .ProductBundleItem-content .ProductBundleItem-reviews {
    margin-top: 5px;
  }
  .template-product .js-product-bundle li.ProductBundleItem .ProductBundleItem-content .ProductBundleItem-description {
    display: none;
  }
  .template-product .js-product-bundle li.ProductBundleItem .ProductBundleItem-content span.jdgm-prev-badge__text {
    font-size: 12px !important;
    color: #154137;
  }
  .template-product .js-product-bundle li.ProductBundleItem .ProductBundleItem-content span.jdgm-star {
    font-size: 12px !important;
  }
  .template-product .js-product-bundle li.ProductBundleItem .ProductBundleItem-content {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
  canvas.desktop-canvas {
    display: none;
  }
  div#shopify-section-compare_section_pdp {
    background: #dce4d9;
    padding: 2.1875rem 0 4.1875rem 0;
  }
  div#shopify-section-compare_section_pdp table td, div#shopify-section-compare_section_pdp table th {
    border: 1px solid #d2d5da;
  }
  .cbb-frequently-bought-recommendations-container ul.cbb-frequently-bought-products li.cbb-frequently-bought-product a {
    width: 150px!important;
    height: 150px!important;
  }
  .cbb-frequently-bought-container .cbb-frequently-bought-products li.cbb-frequently-bought-product .cbb-frequently-bought-plus-icon.skiptranslate.notranslate {
    width: 30px!important;
  }
  .cbb-frequently-bought-container .cbb-frequently-bought-products li.cbb-frequently-bought-product .cbb-frequently-bought-plus-icon.skiptranslate.notranslate {
    width: 50px!important;
    color: rgb(0, 0, 0)!important;
    font-weight: normal !important;
    font-size: 25px!important;
    height: 150px!important;
  }

  div#shopify-section-compare_section_pdp table th svg {
    max-width: 100%;
  }
  .Product-mainLeft .mobile-content {
   /* max-width: 300px;*/
    margin: 0 auto 10px;
  }
  .Product-mainLeft .mobile-content .ProductInfo-reviews .jdgm-widget.jdgm-preview-badge {
    margin: 2px 0;
  }
  .ProductGallery-container aside.ProductGallery-controls {
    position: static;
  }
  .template-product section#shopify-section-product-bundle {
    padding: 2rem 0;
  }

  .template-product ul.ProductBundle-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    gap: unset;
  }
  .template-product  ul.ProductBundle-items li.ProductBundleItem {
    width: 50%;
    padding: 0 10px;
  }
  .Product-info .desktop-content , .ProductInfo nav.Product-tags {
    display: none;
  }
  .collection_logo_container {
    justify-content: center;
  }
  .ProductTastingNotes .product-description-short span , .ProductTastingNotes .product-description-short a {
    font-size: 14px;
  }
  section#shopify-section-product-tasting-notes {
    padding: 2rem 0;
  }
  .ProductInfo .text_blow_add_to_cart {
    max-width: 360px;
    margin: 0 auto;
  }
  .Grid.Two_per_row {
    padding: 30px 0 0;
  }
  .Grid.Two_per_row .GridItem-content {
    margin-top: 15px;
  }
  .Grid.Two_per_row .GridItem-reviews {
    margin-bottom: 6px;
  }
  .for_desktop_only {
    display: none;
  }
  .Grid.Two_per_row button.add_to_cart2 {
    height: 60px;
    line-height: 55px;
    font-size: 16px!important;
  }

  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .reviews_description {
    text-align: left;
  }
  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading {

    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .reviews_heading_subheadings {
    display: inline-block;
    width: 100%;
  }
  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_image img {
    border-radius: 11px;
  }
  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings,
  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings .reviews_heading{
    margin-top: 10px;
  }

  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;

  }
  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings, .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_image {
    padding: 0;
  }
  .collection-banner .banner-main .banner-text .banner-main-text {
    margin-bottom: 35px;
  }
  .collection-banner .banner-main .banner-text .special_text img , .banner-text .mob-txt1 img {
    max-width: 30px;
    image-rendering: -webkit-optimize-contrast;
  }
  .template-collection .Collection-main .Grid .GridItem .add_to_cart2  {
    margin-top: 8px;
  }
  .logo-sec-collection canvas {
    display: block !important;
  }
  .logo-sec-collection .ProductPressReviews {
    display: none;
  }
  .banner_section_custom_collection_desktop_image {
    display: none;
  }
  .reviews_inner_blocks .reviews_block_inner {
    width: 50%;
  }
}

@media (max-width:1008px){
  .for_mobile_only_button_images_see_more, .for_mobile_only_button_images_see_less {
    color: #2E524A;
    font-size: 14px;
    line-height: 1.4;
    width: auto;
    margin: 0 auto;
    cursor: pointer;
    text-decoration: underline;

  }
  .for_mobile_only_button_images_see_more{
    display:inline-block;
  }
  .limited_edition_product_template .form_wrapper .form-inner{
    margin:0px;
  }
  .limited_edition_product_template nav.Product-tags.limited_edition_product_tags {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .limited_edition_product_template .pdp_inventory_status {
    margin-top: 1rem;
  }
  #offer_section_timer2{
    margin-bottom:25px;

  }
  .limited_edition_product_template .limited_edition_reviews_for_desktop {
    display: none;
  }
  .limited_edition_product_template .ProductIngredients-separatorDesktop{
    display:block;
  }
  .limited_edition_product_template .ProductIngredients-separatorMobile{
    display:none;
  }
  .limited_edition_product_template .limited_edition_template{
/*     display:none; */
  }
  /*two var pdp*/
  .main_twovar {
    
    margin-top: 15px;
    margin-bottom: auto;
}
  /*two var pdp*/
  .limited_edition_product_template .ProductTag {
    padding: 0.7rem;
  }
  .limited_edition_product_template .Product-info .Product-subtitle{
    font-size:1rem;
    line-height:1.33;
  }
  .limited_edition_product_template .limited_edition_price {
    text-align: center;
    font-size: 1.69rem;
    font-weight: 700;
    margin-top: 13px;
    line-height: 1;
    margin-bottom: 23px;
  }
  .limited_edition_product_template.template-product .js-content-navigation-item .ProductIngredients-container {
    padding-bottom: 0;
    background: #fbf6e3;
  }
  .limited_edition_product_template .for_desktop_only_image{
    display:none !important;
  }
  .limited_edition_product_template .for_mobile_only_image{
    display: block;
    width: calc(100% - 48px);
    margin: 50px auto 0 auto;
  }
  .limited_edition_product_template .ProductForm-controls{
    gap:1.6rem;
  }
  .limited_edition_product_template .ProductInfo{
    padding-top:1.375rem;
  }
  .limited_edition_product_template .Product-main{
    margin-bottom:0.6rem;

  }
  .limited_edition_product_template .ProductReviews{
    margin:3rem auto;
  }
  .limited_edition_product_template .ProductIngredients-slider{
    padding-bottom:3rem;
  }
}


@media only screen and (max-width:991px){
  .sticky-details-right button#js-add-to-cart {
    font-size: 18px;
}
  .custom-product-sticky-details-wrapper .qty-label.cpsd-reviews {
    border: 1px solid #6666666b;
}
  .custom-product-sticky-details-container.Sticky_active .o-container {
    padding-right: 3px;
    padding-left: 15px;
}
  .custom-product-sticky-details-container.mobile-hide{
  	display:none;
  }
  .o-container.container-Two_per_row {
    padding: 0 40px;
  }
  .Grid.Two_per_row {
    gap: 70px 40px!important;
  }
  .Grid.Two_per_row .GridItem-info {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 19px;
  }
  .Grid.Two_per_row .jdgm-preview-badge .jdgm-star.jdgm-star {

    font-size: 14px!important;
  }
  .Grid.Two_per_row .jdgm-prev-badge__text {
    font-size: 14px!important;
  }
  .Grid.Two_per_row .GridItem-reviews {
    margin-bottom: 8px;
    margin-top: 15px;
  }
  .template-collection .Collection-breadcrumbs{
    position:relative;
    width: 100%;

  }
  .template-collection .Collection-breadcrumbs .Breadcrumbs{
    float: left;
    display:block;
  }
  .template-collection .Collection-breadcrumbs .total_product_results{
    float: right;
  }
  .template-collection  .TagDiscount{
    background: #e4dfef;
  }

}

@media only screen and (max-width:768px){
  .collection_logo_container {
    margin: 10px 85px -10px 1.25rem;
  }
  .form_wrapper .form-inner {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .form_wrapper .form-inner .form-inner-inner .form_text {
    font-size: 50px;
    line-height: 80px;
    margin-top: 0;
  }
  .template-product .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_image {
    width: 30%;
  }
  .template-product .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings {
    width: 70%;
  }
  .template-product .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main {
    padding: 15px 15px;
  }
  .template-product .announcement_text {
    height: 60px;
    font-size: 18px;
    letter-spacing: 3px;
  }
  .limited_edition_contaimer .limited_editionheading {
    margin-bottom: 1.25rem;
  }
  .limited_edition_contaimer {
    padding: 0 1.375rem 4rem;
  }
  .past_blends-grid-main .past_blends-grid {
    width: 50%;
  }
  .cbb-frequently-bought-container .cbb-frequently-bought-products li.cbb-frequently-bought-product .cbb-frequently-bought-plus-icon.skiptranslate.notranslate {
    width: 25px!important;
    height: 100px!important;
  }

  .collection-banner .banner-main {
    height: auto;
  }

  .offer_section .offer_section_inner  {
    width: 100%;
    padding:0;
    text-align: center;
  }

  .offer_section .offer_section_inner h1.PreHero-title {
    text-align: center !important;
  }
  .offer_section .offer_section_inner.offer_section_right:after{
    display:none;
  }
  .offer_section .offer_section_right.offer_section_inner {
    margin-top: 15px;
  }
  .offer_section div#offer_section_timer {
    font-size: 28px;
    line-height: 34px;
  }
  .offer_section.remove-section .offer_section_left.offer_section_inner {
    padding: 0;
  }

  .offer_section.remove-section h1.PreHero-title {
    text-align: center !important;
  }


  .offer_section h1.PreHero-title, .review-header .PreHero-title.reviews_heading {
    font-size: 28px;
    line-height: 34px;
  }

  .review-header .reviews_sub_heading {
    font-size: 20px;
  }

  .template-collection .Collection-main .Grid {
    grid-gap: 20px 20px; 
  }
  .template-collection .Collection-main .Grid .GridItem .add_to_cart2  {
    padding: 12px 10px;
    font-size: 14px;
  }

  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .reviews_description {
    font-size: 14px;
    line-height: 26px;
  }
  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings, .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_image {
    padding: 0 5px;
  }


}

@media only screen and (max-width:767px){



  .ProductInfo .pdp_inventory_status div#offer_section_timer2 span {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .ProductInfo .pdp_inventory_status div#offer_section_timer2 {
    padding: 10px 5px;
  }
  .ProductInfo .pdp_inventory_status .inventory_quantity {
    font-size: 26px;
  }
  .fc-widget-normal.fc-mobile-view , .smile-launcher-frame-container.smile-launcher-mobile {
    bottom: 90px !important;
  }
  section#shopify-section-product-reviews h2.jdgm-rev-widg__title {
    border: none;
    padding: 0;
    margin: 0px 0 20px 0;
  }
  section#shopify-section-product-reviews .jdgm-rev-widg__header .jdgm-rev-widg__summary {
    display: none;
  }
  section#shopify-section-product-reviews .jdgm-widget-actions-wrapper {
    text-align: center;
  }
  .template-product .button_container .add_to_button button, .template-product .button_container .checkout_buttton_custom label {
    padding: 22px 20px;
  }
  .template-product .button_container .add_to_button button{
    padding: 22px 7px;
  }
  section#shopify-section-product-perfect-cup .ProductPerfectCup-icons {
    position: relative;
    justify-content: center;
    max-width: 100%;
    display: flex !important;
  }
  section#shopify-section-product-perfect-cup .ProductPerfectCup-icons .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #faeac4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section#shopify-section-product-perfect-cup .ProductPerfectCup-icons .slick-list.draggable {
    width: 80%;
    margin: 0 auto;
  }
  section#shopify-section-product-perfect-cup .ProductPerfectCup-icons .ProductPerfectCupIcon .ProductPerfectCupIcon-icon {
    margin: 0 auto;
  }
  section#shopify-section-product-perfect-cup .ProductPerfectCup-icons .slick-arrow svg {
    max-width: 18px;
    fill: #2e524a;
    height: 100%;
    width: 100%;
  }
  section#shopify-section-product-perfect-cup .ProductPerfectCup-icons button.slick-next.slick-arrow {
    right: 0;
  }
  section#shopify-section-product-perfect-cup .ProductPerfectCup-icons button.slick-prev.slick-arrow {
    left: 0;
  }
}
@media only screen and (max-width:700px){
  .custom_collection p.ProductPressItem-description {
    font-size: 16px;
    line-height: 24px;
  }
  .reviews_inner_blocks .reviews_block_inner {
    width: 100%;
  }

  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .reviews_description {
    margin-top: 15px;
  }
}





@media only screen and (max-width:575px){
  .ProductInfo .ProductInfo-reviews {
    margin: 0px 0 5px;
}
 
  ul.HeaderActions button.js-cart-item-count {
    padding-top: 0;
}
  .form_wrapper .form-inner .form-inner-inner .needsclick button {
    padding: 21px 1.625rem 21px 1.625rem!important;
  }
  .form_wrapper .form-inner .form-inner-inner .form_text {
    font-size: 40px;
    line-height: 60px;
  }
  .form_wrapper.form_wrapper_bg {
    padding: 3rem 0;
  }
  .form_wrapper .form-inner .form-inner-inner .needsclick button {
    margin-top: 0;
  }

  .template-product .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings, 
  .template-product .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_image {
    padding: 0 10px;
  }

  .Custom-product-Reviews_section .reviews_inner_blocks_main {
    overflow-x: auto;
    padding-bottom: 20px;
    margin-bottom: 2rem;
  }
  .review-container {
    padding: 3rem 00 0;
  }
  .ProductBenefits-estimation.js-delivery-estimation strong {
    display: block;
  }
  .svg_logo {
    width: 30px;
    height: 30px;
  }
  div#shopify-section-compare_section_pdp table td, div#shopify-section-compare_section_pdp table th {
    padding: 10px 10px;
  }
  .svg_logo.cross_logo svg {
    height: 12px;
    width: 12px;
  }
  .svg_logo svg {
    height: 15px;
    width: 15px;
  }
  section#shopify-section-product-perfect-cup .ProductPerfectCup-icons .slick-list.draggable {
    width: 60%;
  }
  .cbb-frequently-bought-recommendations-container ul.cbb-frequently-bought-products li.cbb-frequently-bought-product a {
    width: 100px!important;
    height: 100px!important;
  }
  .cbb-frequently-bought-container .cbb-frequently-bought-products li.cbb-frequently-bought-product .cbb-frequently-bought-plus-icon.skiptranslate.notranslate {
    height: 70px!important;
  }

  .Grid.Two_per_row h2.GridItem-title , .Grid.Two_per_row .GridItem-info{
    width: 90%;
    margin-left:  auto;
    margin-right:  auto;
  }


  .o-container.container-Two_per_row {
    padding: 0 1.375rem;
  }
  .Grid.Two_per_row button.add_to_cart2 {
    padding: 15px 10px !important; 
  }
  .Grid.Two_per_row {
    grid-template-columns: 1fr;    
    gap: 50px !important;
  }
  .Grid.Two_per_row .GridItem-reviews {
    margin-bottom:12px;
  }
  .Grid.Two_per_row article.GridItem {
    text-align: center;
  }
  .collection-banner .banner-main .banner-text .banner-main-text {
    font-size: 22px;
    line-height: 28px;
  }
  .collection-banner .banner-main .banner-text .name {
    font-size: 20px;
    line-height: 24px;
  }
  .Custom-collection-Reviews_section {
    overflow-x: auto;
    padding-bottom: 20px;
    margin-bottom: 2rem;
  }
  .reviews_inner_blocks {
    -webkit-flex-wrap: nowrap;
    width: 270%;

  }
  .reviews_inner_blocks .reviews_block_inner {
    margin-bottom: 0;
  }
  .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_heading_subheadings, .reviews_inner_blocks .reviews_block_inner .reviews_block_inner_main .review-img-heading .reviews_image {
    padding: 0;
  }
}



@media only screen and (max-width:516px){
  .template-product div#shopify-section-header {
    margin-bottom: 109px;
  }

}


@media only screen and (max-width:480px){
 
    .ProductInfo .mobile-content  p.Product-subtitle {
    padding: 10px 27px !important;
}
  .ProductInfo .select.custom-select-box-qty .qty-label span {
    font-weight: 600;
}
  .past_blends-grid-main .past_blends-grid {
    width: 100%;
  }
  .cbb-frequently-bought-recommendations-container ul.cbb-frequently-bought-products li.cbb-frequently-bought-product a {
    width: 80px!important;
    height: 80px!important;
  }
/*   .HeaderActions-accountLink, .HeaderActions-searchBtn, .HeaderActions-bagBtn{width:1.375rem} */
  .HeaderActions-search .SearchField{min-width: 15.5rem;}

  .GridItem-price del {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }

}

@media only screen and (max-width:374px){
  .template-collection .Collection-main .Grid .GridItem .add_to_cart2  {
    padding: 12px 5px;
    font-size: 11px;
  }
  div#shopify-section-compare_section_pdp table p {
    word-break: break-all;
  }

  .Header-logo {max-width: 7.75rem;}

}
.CartDrawer div#dynamic-payment-buttons-shopify {
  display: none !important;
}

/*  css start  */
.price_soldout {
  display: flex;
  align-items: center;
}

.price_soldout .sold_out_text {
  color: #666;
  font-size: 26px;
  padding-left: 10px;
}
.Product-info .Product-price strong{
  padding-left: 10px;
}
/*  css end */
@media only screen and (max-width: 1023px){
.MegamenuMobile li.customtooltip {
    width: 100%;
    margin: 0 !important;
    padding: 1.375rem 1.8125rem 1.375rem 1.375rem;
}
  .MegamenuMobile li.customtooltip span.text-customtool {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0 0 0 10px;
}
  .MegamenuMobile li.customtooltip span.logo-customtool {
    display: inline-block;
    width: auto;
}
  .logo-withtext {
    display: flex;
    align-items: center;
}
  .HeaderActions-item .HeaderActions-item {
    margin: 0;
}
  .limited_edition_product_tags {
    display: block!important;
  }
}

.template-product .ProductPress-container.is-desktop{
  padding: 1.75rem 0 2.5rem 0;
}
.CartDrawerFreeGiftStatus{
  background-color: #fbf6e3!important;
}
.template-product .shopify-section.ProductPress.logo-sec-collection {
  margin-top: -1px;
}
.template-product.shopify-section.ProductIngredients{
  margin-top: -1px!important;

}
.has-open-offcanvas div#fc_frame{
  display:none;
}


/* custom popup design */


.custom_add_to_cart_popup.is-active {

  opacity: 1;
  transform: translateY(0);
  transition-property: transform,opacity;
  transition-duration: .3s;
  transition-delay: .3s;
  visibility:visible;


}
.custom_add_to_cart_popup
{
  position: fixed;
  right: 50px;
  z-index: 99;
  bottom: 2rem;
  background: #fff;
  width: 100%;
  max-width: 32.5rem;
  padding: 1.125rem 1.875rem;
  box-shadow: 0 0.25rem 1rem rgb(0 0 0 / 25%);
  border-radius: 0.5rem;
  opacity: 0;
  transform: translateY(15%);
  transition-property: transform,opacity;
  transition-duration: .3s;
  visibility:hidden;
}

.image_popup_container {
  grid-template-columns: 1fr 1fr;
  gap: 1.125rem 1.875rem;
  padding: 2rem;
  display: grid;
}

.close_button_custom .u-vhide2 {
  display: none;
}

.close_button_custom .o-placeholder {
  width: 0.75rem;
}
.close_button_custom
{
  z-index: 1;
  position: absolute;
  top: .625rem;
  right: .625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  background-color: #fff;
  border-radius: 100%;
}
p.custom_add_to_cart_popup-label {
  font-size: .875rem;
  line-height: 1.5rem;
  letter-spacing: .0625rem;
  font-weight: 600;
  color: #666;
  color: #666;
  text-transform: uppercase;

}

p.custom_add_to_cart_popup-title {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: 'cooperm';
}

.custom_add_to_cart_popup-quantity {
  margin-top: 1.75rem;
  justify-content: flex-start;
}

.custom_popup_overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .6s;
  visibility:hidden;
  z-index: 99;
}
.custom_popup_overlay.is-active {
  display:block;
  opacity: 1;
  visibility:visible;
}
.custom_add_to_cart_popup-quantity .input-group {
  display: inline-block;
  /*     justify-content: center;
  align-items: center; */
  border: 0.0625rem solid #e8e8eb !important;
  padding: 0.3125rem;
  border-radius: 0.375rem;
  line-height: 1;
}
.custom_add_to_cart_popup-imageContainer .GridItem-imageSecondary {
    display: none;
}
.custom_add_to_cart_popup-quantity .input-group >input {
  background: transparent !important;
  border: 0px;
  margin: 0px;
  font-size: 20px;
  text-align: center;
  width: 2.7rem;
  height: 2.7rem;
  display: inline-block;
  left: unset !important;  
  padding: 7.5px 9px 7px 9px;
  line-height: 1;
  cursor:pointer;
}
.custom_add_to_cart_popup-quantity .input-group input[type='button']:hover{

  background-color: #faeac4 !important;
  border-radius:50%;

}
@media (max-width:1008px){
  .custom_add_to_cart_popup.is-active {
    left: 2rem;
    right: 2rem;
    margin: auto;
    padding: 1rem;

  }

  .image_popup_container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0px;

  }

  .custom_add_to_cart_popup-about {
    text-align: center;
  }


  .custom_add_to_cart_popup-imageContainer {
    max-width: 80.2675585284%;
    margin: 0 auto;
  }
  .custom_add_to_cart_popup-quantity {
    margin-bottom:1rem;
  }
  .custom_add_to_cart_popup{
    width:auto;
  }
  .custom_popup_overlay {
    opacity:0;
    background-color: #2e524a;
  }
  .custom_popup_overlay.is-active{
    opacity:0.8;
  }
}


/* custom popup design */

/* custom filters design start */
.product_inside_container-upper.inside_slider {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow:wrap;
}

.inner__container .filters_wrapper {
  font-family: 'Sofia-pro';
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.filters_titles {
  white-space: nowrap;
  position:relative;
}
.inner__container {
  padding: 0 0 30px 0;
  position: relative;
  margin: 50px 30px 0 30px;
  cursor:pointer;

}
.inner__container.some_extra_filters {
  padding-bottom: 0px;
}
.Filters_containers,.sort_filters {
  position: absolute;
  background: #fff;
  box-shadow: 0 4px 4px 1px rgba(0,0,0,.25);
  padding: 30px;
  top: 60px;
  z-index: 9;
  right: -52px;
  display: none;
  min-width: 270px;
}


.Filters_containers.is-selected,.inner__container.is-selected .sort_filters{
  display:block;
}
.filter_option_title {
  font-family: 'Sofia-pro';
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.filters_wrapper_ul li,.sort_options_custom {
  width: 100%;
  margin: 20px 0px;
  font-family: 'Sofia-pro;
    font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  display: flex;

  align-items: flex-start;
}

.filter_name_li input[type="checkbox"],.sort_options_custom input[type="checkbox"]{
  width: 20px;
  height: 20px;
  border: 1.5px solid #2E524A;
  box-sizing: border-box;
  margin: 0px;
  cursor: pointer;
}

.filters_wrapper_ul li label {
  margin: 0 0 0 15px;
  line-height: 1;
  cursor: pointer;
}
.filters_titles:after {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 13px;
  right: -13px;
  position: relative;
  border-color: #2E524A;
  top: 1px;
  transform: rotate(135deg);
  vertical-align: top;
  transition: 0.6s;
  width: 13px;
}
.inner__container.is-selected .filters_titles:after {
  transform: rotate(-45deg);
  transition: 0.6s;
  top: 8px;
}
li.filter_name_li,.sort_options_custom{
  cursor:pointer;
}
.inner__container.is-selected .Filters_containers{
  display:block;
}
li.filter_name_li.active,.sort_options_custom.active{
  background-position-y: 2px !important;
  background: url(https://cdn.shopify.com/s/files/1/2675/9476/files/Icons8_flat_checkmark.svg_1.png?v=1635855372);
  background-repeat: no-repeat;
  background-position-x: 2px;
}
.filters_cross {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 30px;
}
li.filter_name_li input:focus,.sort_options_custom input:focus{
  outline:0px !important;
}
.Filters_containers:after, .sort_filters:after {
  position: absolute;
  border: 25px solid transparent;
  border-top: 25px solid #fff;
  top: -25px;
  z-index: 999;
  right: 20px;
  border-bottom: 0px solid transparent;
  content: "";
  transform: rotate(-180deg);
}
span.filters_names {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: wrap;
  margin-left:10px;

}

.cross_btn_wrapper {
  background: #2E524A;
  color: #fff;
  font-size: 18px;
  padding: 10px 14px;
  line-height: 1;
  margin: 5px;
  font-weight:400;
}
.selected_filters {
  display: flex;
  font-style: normal;

  text-align: center;

  text-transform: uppercase;

  flex-flow:wrap;

  justify-content:center;
}
span.clear_all_text{
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  color: #D7B566;
  display: flex;
  align-items: center;
}
.template-collection .CollectionHero {
  background: #fbf6e3;
  padding-bottom: 2rem;
}

.Collection-main canvas.js-separator.Separator {
  background: transparent !important;
  display: none;
}
span.individual_cross {
  margin-left: 10px;
  cursor:pointer;
}
.count_special {
  display: none;
  position: absolute;
  background: #CFBD7C;
  font-size: 14px;
  line-height: 18px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  right: -10px;
  top: -10px;
  text-align: center;
  color: #fff;
  font-weight: 900;
}
.selected_filters .CollectionHero-description {
  display: none;
}



@media (max-width:820px){
  body.template-lean-weight-support-tea .dw-im-data.im-data.lean-page-extra .dw-img.im-img {
    padding-bottom: 0;
}
body.template-lean-weight-support-tea .dw-img.im-img {
    padding: 0 20px 0;
}

}


@media (max-width:768px){
.CartDrawerEmpty img.CartDrawerEmpty-illustration {
    WIDTH: 145PX;
}
  .template-collection .CollectionHero{
    padding-bottom:1px;
  }
  .inner__container.Counter .count_special {
    display: block;

  }
  .inner__container {
    background: #000000;
    border: 0.5px solid #CFBD7C;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 0;
    margin: 10px;

  }
  .inner__container.is-selected{
    background:#CFBD7C;
  }
  .inner__container:hover{
    background:#CFBD7C;
  }
  .filters_titles{
    color: #fff;
    margin: 0px 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;

  }

  .filters_titles:after{
    display:none;
  }
  .selected_filters{
    display:none;
  }
  .filters_wrapper_ul li, .sort_options_custom{
    font-size:14px;
  }
  .filters_wrapper_ul li label {
    margin-left:10px;
  }
  .Filters_containers,.sort_filters{
    padding: 15px;
    left: 0;
    right: 0;
    margin: auto;
    min-width:200px;
  }
  .Filters_containers:after, .sort_filters:after{
    position: absolute;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
    top: -15px;
    right: 0;
    left: 0;
    border-bottom: 0px solid transparent;
    content: "";
    transform: rotate(-180deg);
    margin: auto;
    width: 30px;
  }
  .filters_cross {
    top: -1px !Important;
    right: 3px !Important;
}
  .sort_filters {
    right: -20% !important;
    left: unset;
    max-width: 190px;
    min-width: 180px;
  }
  .inner__container:nth-child(2) .Filters_containers {
    min-width: 130px;
  }
  .product_inside_container-upper.inside_slider{
    margin-top:30px;
  }
  .inner__container .filters_wrapper {
    padding: 10px 14px;
    width: 100%;
  }

}

@media (max-width:450px){
  .inner__container{
    width:calc(50% - 20px); 
  }
}


/* custom popup design */

/* mega menu design start */
.container_wrapper_teas {
  height: 100%;
}
.navigation_container {
  position: absolute;
  background: #FBF6E3;
  width: 100%;
  left: 0;
  top: 94%;
  justify-content: center;
  align-items: flex-start;
  display:none;
  text-transform:capitalize;
  padding:15px 0px;
}
li.HeaderNavigation-item:hover .navigation_container{
  display:flex;
  align-items:stretch;
}
.navigation_container > div {
  width: 33.3%;
}

.Header-wrapper .o-container {
  position: relative;
  z-index: -1;
}

h2.menu_title p,.third_title,.gifts_title,.by_category_title,.by_color_title
{
  text-align: center;
  margin: 20px 0px;
  font-size: 20px;
  line-height: 20px;
  width:100%;
}


ul.mega-menu-ul {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
}
li.mega-menu-li{

  padding: 5px;
  text-align: center;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
/* .product_per_row-3x2 li.mega-menu-li,.product_per_row-2x2 li.mega-menu-li{
  width: 50%;
} */
.product_per_row-3x3 li.mega-menu-li {
  width: 33.3%;

}
.image_title a,.bundles_text_container,.image_titles a {
  font-size: 18px;
  text-align: center;
  width: 100%;
  display: block;
  margin: 5px 0px 5px 0px;
  font-family: cooperm;
  line-height:1.3;

}
.Header-navigation{
  padding:0px;
}
.Header-logo{
  padding: 0;
}
/* .HeaderNavigation li.HeaderNavigation-item >a{
/*   padding:31px 0px 30px 0px; 
  padding: 14px 0px 15px;
  display:block;
  font-size: 1.125rem;
  line-height: 1.8125rem;
} */
.teas_row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height:100%;
}

a.final_btn_view_all,.third_menu_wrapper_view {
  font-family: sofia-pro,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  text-decoration-line: underline;
  color: #2E524A;
  min-width: 120px;
  padding: 15px;
  text-transform:uppercase;
  margin:auto;
}
.Gifts_header-title_wrapperr{
  font-family: cooperm;
  font-style: normal;
  color: #2E524A;
  min-width: 120px;
  text-transform:capitalize;
  font-size: 18px;
  text-align: center;
  width: 100%;
  display: block;
  margin: 25px 0 10px 0;
  font-family: cooperm;
  line-height: 1.3;

}
.teas_row a.final_btn_view_all {
  top: 20px;
  position: relative;
}
ul.bundles_wrapper_ul {
  display: flex;
  width: 100%;
}
.menu1.product_per_row-3x2 {
  width: 27%;
}

.teas_row a.final_btn_view_all {
  top: 20px;
  position: relative;
}

.menu1.product_per_row-3x3 {
  flex: 1;
}
.menu2.bundles_wrapper {
  width: 100%;
}

li.bundles_image_with_text {
  width: 33.3%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding:20px;
}
.bundles_image_with_text a.final_btn_view_all {
  margin-top: auto;
}
.HeaderNavigation img{
  max-width:200px;
  width:100%;

}
a.HeaderNavigation-link {
  text-decoration: none;
}
.Count {
    margin-left: 0;
    position: absolute;
    top: 10px;
    right: -3px;
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 0;
}
.Count button.js-cart-item-count {
   
    color: #2E524A;    font: 15px sans-serif;
}
.container_wrapper_teas img {
  max-width: 90px;
}
.menu3.gifts_navigation {
  width: 100%;
}

.gifts_wrapper_row {
  display: flex;
  justify-content: center;
  align-items: flex-start;

}
.extraclass_for_image .gifts_wrapper_row{
  width:72%;
}
.container_wrapper_gifts_wrapper {
  display: flex;
}

.gift_image_inner {
  margin-top: -15px;
  margin-bottom: -15px;
  margin-right: -3.5rem;
  text-align:right;
}
.gift_image_wrapper {
  width: auto;
  flex: 1;
}
.gift_image_inner img {
  max-width: 100%;
  width:auto;
  margin-left:auto;
}

.gift_menu-wrapper {
  width: 30%;
}

.third_menu_wrapper {
  width: 70%;
  display: flex;
  flex-flow: wrap;
}
.third_menu_wrapper-inner {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}

.gifts_wrapper_row .third_menu_wrapper_view {
  align-items: center;
  margin: 0px;
  display: flex;
  height: 100%;
}

.image_with_title_wrapper {
  width: 33.3%;
  padding: 10px 10px 0 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items:center;
}
/* .HeaderNavigation-item+.HeaderNavigation-item{
  margin-left:36px;
} */
.bundles_text_container {
  order: 1;
  margin-bottom: 25px;
  font-size:20px;
}

.bundles_image_container {
  order: 2;
}

.bundles_wrapper_ul a.final_btn_view_all {
  order: 3;
  margin:0px;
  margin-top: 25px;
}


.image_wrapper_gifts_header {
  max-width: 139px;
  width: 100%;
  margin: auto;
}
.gift_menu-wrapper ul.mega-menu-ul {
  flex-direction: column;
  margin:40px 0;
}

.gift_menu-wrapper ul.mega-menu-ul li {
  font-size: 18px;
  line-height: 1.2;
  font-family: cooperm;
  padding-top:8px;
  padding-bottom:8px;
}
.navigation_container .accessories_wrapper {
  width: 100%;
}

.accessories_inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.by_category_wrapper {
  width: 79%;
  flex:1;
  padding-right:50px;
}

a.final_btn_view_all {
  width: 40px;
}

.by_color_wrapper {
  width: 29%;
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  max-width:290px;
}

.image_with_title_wrapper_category {
  display: flex;
  flex: 1;
  flex-flow: wrap;
  align-items: stretch;
}

.by_color_inner {
  flex: 1;
  display: flex;
  flex-flow: wrap;
  align-items:flex-start;
}

.by_color_title {
  width: 100%;
  text-align: center;
}

.by_color_image_wrapper {
  width: 50%;
  padding: 10px;
  text-align:center;

}

.by_color_image_wrapper img {
  max-width: 56px;
  margin:0 auto;
}
.image_with_title_block {
  width: 25%;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}

.category_inner_wrapper {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
}

.by_category_title {
  width: 100%;
}

.accessories_wrapper a.final_btn_view_all {
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 25px;
  position: relative;
}

ul.HeaderActions {
  display: none;
}
.HeaderNavigation-item:last-of-type .HeaderNavigation-link {
  /* line-height: inherit; */
/*   padding: 46px 0px 44px 0px; */
  padding: 14px 0px 15px;
  display: block;
}
.second_menu_wrappper ul.mega-menu-ul {
  margin-bottom: 0px;
}
/*apr-7*/
.HeaderActions-search{display:block}
/*apr-7*/
@media(max-width:1270px){

  .HeaderNavigation-item+.HeaderNavigation-item {

    margin-left:15px !important;
  }
  .HeaderNavigation li.HeaderNavigation-item >a{font-size:0.8rem}
  
}

@media print, screen and (min-width: 64em){
  .banner_section_custom_collection_desktop_image .banner-image img, .PageVideo-img-new img {    
    width:100%;
  }




  .ContactDetails-grid{

    display:flex;
    justify-content:center;
    flex-flow:wrap;
  }
  .ProductBundle-title{
    margin-bottom: 2.25rem;
  }
  .HeaderNavigation{
    padding-left:50px;
    justify-content: center;
  }
  .navigation_container {
    padding: 15px 3.75rem;
    width: 100%;
    max-width: 100rem;
    margin: 0 auto;
    box-shadow: 0 5px 5px #4646466b;

  }
  ul.HeaderActions {
    display: flex;
  }
  nav.Header-navigation {
    grid-template-columns: minmax(0,184px) minmax(0,auto) minmax(0,193px);
  }
  li.HeaderNavigation-item a:before{
    display:none;
  }
  li.HeaderNavigation-item a{
    position:relative;
  }
  li.HeaderNavigation-item .HeaderNavigation-link:after {
    position: absolute;
    content: "";
    border: 15px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 15px solid #fbf6e3;
    bottom: 0;
    left:0;
    right:0;
    width:25px;
    display:none;
    margin:auto;
  }
  li.HeaderNavigation-item:hover .HeaderNavigation-link:after{
    display:block;
  }
  li.HeaderNavigation-item.hide_arrows:hover .HeaderNavigation-link:after{
    display:none;
  }
  h2.menu_title p,.third_title,.gifts_title,.by_category_title,.by_color_title{
    font-family: cooperm;
    font-style: normal;
    font-weight: normal;
  }
}





@media (max-width:1130px){
  .HeaderNavigation-item + .HeaderNavigation-item{
    margin-left:1.7rem;
  }
  /*   .HeaderNavigation-item+.HeaderNavigation-item a,.HeaderNavigation-link,.HeaderNavigation-item:last-of-type .HeaderNavigation-link{
  font-size:1rem;
} */
  .HeaderNavigation-link {
    font-size: 1rem;
  }
  .bundles_text_container, .image_title a, .image_titles a {
    font-size:14px;
  }
  .by_category_title, .by_color_title, .gifts_title, .third_title, h2.menu_title p {
    font-size:20px;
  }
  .third_menu_wrapper_view, a.final_btn_view_all,.view_all_btn_gift_header,.final_btn_view_all{
    font-size:14px !important;
    min-width:90px;
  }
  .HeaderNavigation{
    padding-left:14px;
  }
}

@media (max-width:1024px){
  /* mobile menu start */
   
/*   .template-bloom-tea-gift-set-12-tin-caddy .Product-breadcrumbs {
    margin-top: 170px;
   } */
  
  .custom-product-wrapper .Product-breadcrumbs {
    padding: 1.2rem 1.375rem 1.25rem !important;
}
  .ProductInfo {
    padding: 1.2rem 1.375rem 0 !important;
}
  li.mega-menu-li_for_mobile_navigation,.mega-menu-ul a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 8.5px 22px;
    border-bottom: 1px solid #E8E8EB;
    max-height: 60px;
    font-family: cooperm;
  }
  .mega-menu-ul_gifts_for_mobile_navigation a {
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    padding: 8.5px 22px;
    font-size:14px;
    font-family: cooperm;
    text-transform: capitalize;
  }
  .by_color_image_title a,.by_color_image_title,.image_with_title_wrapper_category a div .image_titles{
    font-size:14px;
    font-family: cooperm;
    text-transform: capitalize;
  }
  .teas_row.for_mobile_navigation {
    width: 100%;
    display:block;
  }
  .gifts_for_mobile_navigation ul a li {
    padding-left: 0px;
    padding-right: 0px;
  }

  li.mega-menu-li_for_mobile_navigation img {
    max-height: 40px;
    width: auto;
    height: auto;
  }
  .accordion_head {
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    padding: 15px 22px;
    font-weight: 700;
    line-height: 1;
  }

  .accordion_body p {
    padding: 18px 5px;
    margin: 0px;
  }
  .plusminus {
    float: right;
    height: 26px;
    width: 26px;
    line-height: 1;
    background: #fbf6e3;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  li.MegamenuMobileSubmenu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow:wrap;
  }

  .teas_container.accordion_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #e8e8eb;
    text-transform: uppercase;
    letter-spacing: .0625rem;
    padding-top:16px;
    padding-bottom:16px;
  }

  .teas_container.accordion_head h2 p {
    font-size: 14px;
    line-height: 1;
    margin: 0px;
    font-family: 'sofia-pro';
  }
  .bundles_text_container, .image_title a, .image_titles a{
    margin:0px;
  }
  a.final_btn_view_all_for_mobile_navigation,.view_all_btn_gift_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 22px 22px;
    border-bottom: 1px solid #e8e8eb;
    max-height: 60px;
    line-height: 1;
    font-family: 'sofia-pro';
    letter-spacing:.0625rem;
    font-weight:700;
    text-transform:uppercase;
  }

  .gifts_navigation.accordion_head,.accessories_navigation.accordion_head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8eb;
  }

  .gifts_navigation.accordion_head h2.menu_title div,.accessories_navigation.accordion_head div{
    font-size: 14px;
    margin: 4px 0px;
    text-align: left;
    text-transform: uppercase;
  }
  .minus_extra_class .plusminus {
    background: #D5E4D9;
  }
  .image_with_title_wrapper_gifts_for_mobile_navigation,.accessories_title_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 22px;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
  }
  .accessories_navigation_mobile.accordion_body,.gifts_for_mobile_navigation.accordion_body,.by_category_wrapper,.menu1.for_mobile_navigation.accordion_body {
    width: 100%;
  }
  .Gifts_header-title_wrapperr {
    font-size: 14px;
    margin: 0px;
    text-align: left;
  }
  .by_color_image_wrapper {
    padding: 0px;
    width: auto;
  }

  .by_color_image_wrapper img {
    max-width: 34px;
  }
  .image_wrapper_gifts_header img {
    max-height: 40px;
  }

  .image_wrapper_gifts_header {
    margin-right: 0px;
    margin-left: auto;
    text-align: right;
    width:auto;
  }
  li.bundles_image_with_text {
    width: 100%;
    flex-direction: row;
    padding: 9px 22px;
    border-bottom: 1px solid #e8e8e8;
  }

  .bundles_text_container {
    width: auto;
    flex: 1;
    text-align: left;
    font-family: sofia-pro;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .bundles_image_container img {
    max-height: 40px;
    width: auto;
  }

  li.bundles_for_mobile_navigation_bundles_image_with_text {
    display: flex;
    padding: 9px 22px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
  }
  .teas_container li.mega-menu-li_for_mobile_navigation {
    padding: 9px 22px;
  }
  .image_with_title_wrapper_category a > div {
    display: flex;
    align-items: center;
    padding: 9.5px 22px;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
  }

  .image_with_title_wrapper_category a div img {
    max-height: 40px;
  }

  .image_with_title_wrapper_category a div .image_titles {
    flex: 1;
    width: 100%;
  }

  .image_with_title_wrapper_category {
    display: block;
  }

  .image_with_title_wrapper_category a {
    width: 100%;
    display: block;
    border-bottom: 1px solid #e8e8eb;
  }

  .image_with_title_wrapper_category a div div {
    padding: 0px;

  }
  .third_menu_wrapper_view_gift_navigation_mobile a.final_btn_view_all {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
    padding: 18.5px 22px;
  }
  li.mega-menu-li_for_mobile_navigation .image_wrapper,.image_wrapper_for_mobile_navigation,.image_wrapper_gifts_header {
    min-width: 50px;
    text-align: center;
    max-width: 50px;
  }
  /* mobile menu end */

}



li.HeaderNavigation-item.hide_arrows a.HeaderNavigation-link.underline-thick {
  color: #fff;
  z-index: 9;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}

li.HeaderNavigation-item.hide_arrows {
  position: relative;
}
li.HeaderNavigation-item.hide_arrows:after {
  content: "";
  height: 40px;
  background: #000;
  width: 100%;
  top: 27px;
  left: 0;
  position: absolute;
  border-radius: 5px;
  -webkit-animation: color-pulse 1s infinite;  /* Safari 4+ */
  -moz-animation: color-pulse 1s infinite;  /* Fx 5+ */
  -o-animation: color-pulse 1s infinite;  /* Opera 12+ */
  animation: color-pulse 1s infinite;  /* IE 10+, Fx 29+ */
}
.extra_special_red_sale{position:relative;}
.extra_special_red_sale p{
  position: relative;
  left: 20px;
  color: #fff;
}

.extra_special_red_sale:before {
  content: "";
  height: 40px;
  background: #000;
  width: 80px;
  top: 10px;
  left: 20px;
  position: absolute;
  border-radius: 5px;
  -webkit-animation: color-pulse 1.5s infinite;
  -moz-animation: color-pulse 1.5s infinite;
  -o-animation: color-pulse 1.5s infinite;
  animation: color-pulse 1.5s infinite;

}
.MegamenuMobile-title.extra_special_red_sale:before{
  /*    width: 190px; */
}

@-webkit-keyframes color-pulse {
  0%, 49% {
    background-color: #aa1f2e;
  }
  50%, 100% {
    background-color: #000;

  }
}

.extra_special_red_sale .MegamenuMobile-titleIcon{
  display:none;

}
/* mega menu design end */

.vahdam-red .Badge {
  border-color: #AB1A2D;
  border-width: 2px;
}

.vahdam-red.template-collection .Collection-main .Grid .GridItem .add_to_cart2 {
  background: #AB1A2D;
}
.vahdam-red.template-collection .Collection-main .Grid .GridItem .add_to_cart2:hover {
  background: #115740;
  color: #fff;
}
.vahdam-red.template-collection .review-header{
  display: Block !important;
}
.vahdam-red.template-collection .Badge-inner {
  background: url('https://cdn.shopify.com/s/files/1/2675/9476/files/white-loog.png?v=1636793539') #AB1A2D;
  color: transparent;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}
.vahdam-red .offer_section_heading h1 {
  display: none;
}


@media (max-width:1008px){
  .vahdam-red.template-collection .offer_section.remove-section{
    padding-bottom:10px;
    padding-top: 25px;
  }
  .vahdam-red .GridItem-badge {
    top:20px;
  }
}

.holdiday_padding{
  padding: 0.5rem 0 3rem;
}
.some_extra_filters ul.filters_wrapper_ul {
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-top:-50px;
}

.some_extra_filters .filters_container_wrapper {
  text-align: center;
}

.some_extra_filters ul.filters_wrapper_ul li {
  display: flex;
  align-items: center;
  width: auto;
  padding: 0px 10px;
}

.some_extra_filters ul.filters_wrapper_ul li input {
  margin-right: 10px !important;
  border-radius:50%;
}
.some_extra_filters li.filter_name_li.active{
  background:transparent;
  position:relative;
}
.some_extra_filters li.filter_name_li.active:after{
  height: 14px;
  width: 14px;
  content: "";
  top: 3px;
  left: 13px;
  position: absolute;
  background: #1b5740;
  border-radius: 50%;
}
.some_extra_filters .filters_wrapper_ul li label{
  margin-left:0px;
}

.all_filter_hide{
  display:none;
}

.limited_time_deal_container.for_pdp {
  position: relative;
  display:inline-block;
  margin-bottom:10px;
}
.limited_time_deal_container {
  position: absolute;
  z-index: 1;
  background: #e83b2d;
  color: #fff;
  left: 0;
  top: 0px;
  right: 0;
  text-align: center;
  padding: 8px;
  font-weight: 700;
  line-height: 1;
}
.for_badge_image{
  max-width: 90px;
  border-radius: 50%;
  padding: 4px;
}
.GridItem-badge{
  top:15px;
}


.CartDrawer-container .CartDrawer-items::-webkit-scrollbar {
  width: 3px;
}

.CartDrawer-container .CartDrawer-items::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
.CartDrawer-container .CartDrawer-items::-webkit-scrollbar-thumb {
  background: #888; 
}


.CartDrawer-container .CartItem-price {
    text-align: right;
}

/* cart design */
.shop_pay_button_text img {
    max-width: 75px;
    object-fit: contain;
}

.shop_pay_button_text {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  padding: 5px 22px;
  font-size: 16px;
  text-align:center;
  grid-gap:8px;
}

.shop_pay_text_more {
  text-align: center;
  font-weight: 500;
  margin-bottom: 6px;
  padding:0px 16px;
}
.shop_pay_text_more span.f-text {
    font-size: 24px;
    line-height: 36px;
}
.shop_pay_text_more span {
    font-family: 'cooperm';
}
.CartDrawer-sticky {
    border-top: 1px solid #E8E8EB;
}
.shop_pay_text_more span.f-text:last-child {
    font-size: 22px;
}
.secure_checkout_image_wrapper img {
  max-width: 45px;
  padding-right: 15px;
}

a.CartDrawer-checkoutButton.o-button.o-button--full {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
  align-items: center;
  padding: 20px 15px 20px 15px;
  text-decoration: none;
  font-size: 18px !important;
  font-weight: 900;
}

.secure_checkout_text_wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: none;
  margin:  15px auto;
  font-size: 18px;
  cursor: pointer;
  font-weight: 900;
}

.secure_checkout_text_wrapper img {
  max-width: 45px;
  padding-left: 15px;
  transform: rotate(180deg);
}

.CartDrawer-buttonWrapper { 
  text-align: center;
}
.for_mobile{
  display:none;
}
.for_desktop{
  display:block;
}
.shop_pay_button_text.for_desktop{
  display:flex;
}
.announcement_custom{
  padding: 0px;
  background:#000;

}
.announcement_custom img{
  min-height: 30px;
  object-fit: cover;
  padding: 0px;
  margin:0 auto;
}
@media (max-width:1024px){

  .MegamenuMobile-actions .checkout-bag-icon.js-offcanvas-trigger {
    display: none;
  }
  .MegamenuMobile-actions .Count.js-offcanvas-trigger {
    display: none;
  }
  .CartItem-title {
    font-size: 1rem !important;
}
.ProductPerfectCup-container .slick-next.pull-right {
    top: 20px;
}
  .ProductPerfectCup-container .slick-prev.pull-left {
    top: 20px;
}
  ul.HeaderActions {
    display: flex;
    align-items: center;
  }
  li.HeaderActions-item.HeaderActions-bag {
    position: relative;
  }
 
  .limitted-text {
    margin-top: 30px;
  }
  .limited_time_deal_container.for_pdp {
    display: block;
    width: 100%;
    position: fixed;
    top: 105px;
    padding: 10px 5px;
    z-index: 9;
  }
 .header-pinned .limited_time_deal_container.for_pdp {
    display: block;
    width: 100%;
    position: fixed;
    top: 136px;
    z-index: 999;
}
  .header-unpinned .limited_time_deal_container.for_pdp {

    top: 75px;
    width: 100%;
    position: fixed;
  }
  
  .for_badge_image{
    max-width:50px;
  }
/*   .Header-wrapper{
    margin-bottom: 105px;
  } */
}

@media (max-width:769px){
  .CartDrawer-items {
    /*     max-height: calc(100vh - 495px); */

  }
  
   .header-pinned .limited_time_deal_container.for_pdp {
    top: 124px !important;
    }
  .for_mobile{
    display:block;
  }
  .shop_pay_button_text.for_mobile{
    display:flex;
  }
  .for_desktop{
    display:none;
  }
  .shop_pay_button_text img {
    max-width:59px;
  }
  .shop_pay_button_text.for_desktop{
    display:none;
  }
  a.CartDrawer-checkoutButton.o-button.o-button--full {
    font-size:14px !important;
  }
  .limited_time_deal_container {
    padding: 5px;
    font-size: 10px;
    top:0;
  }

  .extra_class_for_button .inner__container {
    background: #115740;
    border-color: #115740;
  }
  .inner__container.some_extra_filters{
    background: transparent;
    border: 0px;
    margin: 0px;
  }
  .some_extra_filters ul.filters_wrapper_ul {
    margin-top:0px;
  }
  .offer_section .offer_section_subheading{
    margin:0 auto;
  }
  .filter_option_title{
    margin-bottom:0px;
  }
  .holdiday_padding{
    padding: 0.4rem 0 0.4rem;
  }
  .shop_pay_button_text.for_mobile {
    display: none;
  }

  .shop_pay_text_more.for_mobile {
    display: none;
  }
  .collection-list-slider-inner .PreHero-control.is-prev {
    left: 35px;
    top: 46%;
  }
  .collection-list-slider-inner .PreHero-control.is-next {
    right: 35px;
    top: 46%;
  }
  .collection-list-slider-inner .PreHero-control:before{
    width: 2rem;
    height: 2rem;
  }

  .collection-list-text-sec h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .collection-list-slider-inner .PreHero-content-text {
    display: grid;
    grid-template-columns: auto;
    grid-auto-rows: auto;
    grid-gap: 0 30px;
  }

  .collection-list-slider-inner .PreHero-title {
    order: 2;
    grid-column: 3;
    grid-row: 1;
    font-size: 28px;
    line-height: normal;
    text-align: left !important;
  }

  .collection-list-slider-inner .PreHero-text {
    order: 3;
    grid-column: 3;
    grid-row: 2;
    text-align: left;
  }
  .collection-list-slider-inner .PreHero-logo {
    order: 1;
    grid-column: 1 / span 2;
    grid-row: 1 / span 4;
  }
  .collection-list-slider-inner .PreHero-btnContainer {
    grid-column: 3;
    grid-row: 4;
    padding-top: 0.8125rem;
    padding-left: 0;
    text-align:left;
  }
  .PageVideo-img-new img{
    width:100%;
  }
  .o-link{
    color: #eeb93a;
  }
  .collection-list-text-sec .btnContainer{
    margin-top: 0.8125rem;;
  }

  .collection-list-slider-inner .PreHero-btnContainer a.o-button {
    padding: 15px 10px;
  }
  .PreHero:not(:first-child) {
    padding-top: 0px;
  }

  .PreHero-carousel {
    padding: 1.5rem 0 3.5rem 1.375rem;
    border-bottom: 2px solid #fff;
  }
  .PreHero:last-child .PreHero-carousel{
    padding-bottom: 0px;
    border: none;
  }
  .Testimonials-subtitle p{
    font-size:15px;
  }
  .Testimonials-header .header-star-icon {
    margin: 5px auto;
  }

  .Testimonials-header .header-star-icon svg {
    max-height: 30px;
  }
  .ProductFaq-title {
    margin-top: 1rem; 
  }
  .collection-list-slider-inner .glide__bullets{
    display:inline-flex;
  }

  .PreHero:last-child .PreHero-carousel .glide__bullets{
    bottom: -20px;
  }

  .collection-list-slider-inner .glide__bullet {
    background-color: #666666c7;
  }
  .collection-list-slider-inner .glide__bullet.active {
    background: #2E524A;    
    border: 2px solid #2E524A;
  }
  .collection-list-slider-inner .glide__bullet:focus, .collection-list-slider-inner .glide__bullet:hover {
    border: 2px solid #2E524A;
    background-color: #2E524A;
  }
  .PageVideo-content-new {
    bottom: 19%; 
  }

  /*   .collection-list-slider-inner h2.GridItem-title {
  color: #000;
  font-size: 16px;
  line-height: normal;
} */

}

@media (max-width:520px){
  .announcement_custom img{
    min-height: 38px;
  }
  
  .Header.headroom--unpinned {
    transform: translateY(-34px);
  }
  .Header-wrapper{
    margin-bottom: 5.1rem;
  }
  main[data-handle="herbal-teas"] .Header-wrapper{
    margin-bottom: 6.5rem;
  }
}

@media(max-width:450px){
  .inner__container.some_extra_filters {
    width: 100%;
  }
}

/* top gif effect/ marquee effect */

a.Header-announcement #maindiv  b {
  color: #eeb93a;
}

a.Header-announcement #maindiv sap {
  margin: 0px 40px;
  position:relative;
  color:#fff;
  font-size:20px;
  font-weight:900;
  line-height:1;
}
a.Header-announcement #maindiv sap:after{
  content: "";
  position: absolute;
  height: 25px;
  width: 25px;
  transform: skew(25deg);
  right: -45px;
  background: #115740;
  top: 0px;
}

.custom_nav_announcement{
  background:#000 !important;
}



#maindiv{
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
}

#div1 {
  display: inline-block;
  animation: marquee 16s linear infinite;
}

#div2 {
  display: inline-block;
  animation: marquee2 16s linear infinite;
  animation-delay: 0s;
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes marquee2 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@media (max-width:769px){
  #div1 {
    animation: marquee 20s linear infinite;
  }

  #div2 {
    animation: marquee2 20s linear infinite;
  }
}



/* header announcement bar */
.Header-announcement{
  /*   background:#aa1f2e; */
  background: #115740;
  font-weight:700;
  font-size:17px;
  line-height:1.1;
  color: #fff !important;

}
.Header-announcement span{
  color: #fcf5be;
  /*   padding-left: 15px; */
  position: relative;
}
/* .Header-announcement span:before{
content: "";
position: absolute;
font-size: 20px;
top: 1px;
height: 25px;
left: 5px;
width: 2px;
background: #fff;
} */
.desktop_hidden{
  display:none;
}
.mobile_hidden{
  display:block;
}


main.Collection.default_collection .product_inside_container-upper.inside_slider {
  margin-bottom: 10px;
}

main.Collection.default_collection .inner__container {
  margin-top: 10px;
}

main.Collection.default_collection .selected_filters {
  margin-bottom: 30px;
}

@media (max-width:769px){
  main.Collection.default_collection .Collection-breadcrumbs {
    margin-bottom: 0;
  }
}

@media (max-width:520px){
  .mobile_hidden{
    display:none;
  }
  .desktop_hidden{
    display:block;
  }
  .Header-announcement{
    font-size:14px;
    line-height:1.5;
  }
  .Header-announcement span{
    /*     padding-left:10px; */
  }
  .Header-announcement span:before {
    height: 20px;
    left:3px;
  }

}
li.HeaderNavigation-item.hide_arrows_forbundles:hover .HeaderNavigation-link:after{
  display:none;
}
/* header announcement bar */



#shopify-section-redirection-popup + .cbb-frequently-bought-container.cbb-desktop-view {display: none !important;}

.collection-list-main .o-button.viewall-btn {
  background-color: #d5e4d9;
  text-decoration: none;
  margin-bottom: 42px;
  padding: 25px 41px;
  width: auto;
  max-width: initial;
  color: #2E524a;
}
.template-page .collection-list-main .o-button.viewall-btn {
margin-top: 40px;
}
.collection-list-main .PageVideo.collection-list-video-sec {
  background: #2E524A;
  text-align: center;
}
.collection-list-main .PageVideo-content-new
{
  top:50%;left:50%;transform:translate(-50%,-50%);
}
section#shopify-section-common_section h1.diff-title.PreHero-title {
    padding-top: 4%;
}
@media only screen and (max-width:1023px){
  .CartDrawer-subtotalContainer  .CartDrawer-label.price {
    right: 0 !important;
}
  .indias-original-masala-chai-tea.chai-teas-loose-leaf.loose-leaf .ProductIngredients-separatorMobile {
    display: none;
}
  .HeaderActions .customtooltip , .review-header {
    display: none;
  }
    .Product-breadcrumbs {
    display: block;
}
  .Breadcrumbs-items {
    justify-content: flex-start;
}
  .custom-product-wrapper .Product-breadcrumbs {
    padding: 0.8rem 1.375rem 1.25rem !important;
}
  .ProductInfo {
    padding: 1.2rem 1.375rem 0 !important;
}
  .CartDrawerEmpty {
    border-bottom: 1px solid #E8E8EB;
}
  .CartDrawer-subtotalContainer {
/*     border-bottom: 1px solid #e8e8eb; */
}
  .CartDrawer-subtotalContainer  .CartDrawer-label.price {
    padding-right: 0 !important;
}
  .CartItem-quantity span.free-price {
    height: 28px;
    width: 78px;
    font-size: 14px;
}
  .Count {
    right: 0px;
    width: 22px;
    height: 22px;
}
.ff23_enable .price_and_badge_container {
    margin: 0 !important;
}  
}
@media only screen and (max-width:768px){
   .CartDrawer-subtotalContainer {
    padding: 10px 22px;
}
  .CartItem-variantTitle {
    display: block;
}
  ul.CartDrawer-items .CartItem-content {
    gap: 0.2rem;
}
  .headroom--unpinned .Count {
    top: 10px !important;
}
  .header-pinned .Count {
    top: 10px !important;
}
  .slick-prev.pull-left {
    top: 25px !important;
}
  .slick-next.pull-right {
    top: 25px !important;
}
.CartDrawerFreeGiftStatus svg {
    width: 17px;
    height: 17px;
    margin: 0 0 0 8px;
}
  .shop_pay_button_text .shop_pay_image.for_desktop {
    position: relative;
    top: 2px;
}
  .CartDrawer-summary .shop_pay_button_text .shop_pay_image.for_desktop {
    display: block;
}
  .CartItem-content button.CartItem-remove {
    right: 0;
}
  .CartDrawer-sticky {
    margin-top: 20px;
}
  ul.CartDrawer-items li.CartItem .CartItem-description {
    padding-right: 1rem;
}
  ul.CartDrawer-items li.CartItem a.CartItem-title {
    display: block;
}
  ul.CartDrawer-items li.CartItem {
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 20px;
    padding-top: 20px;
}
  .CartDrawerFreeShipping {
    padding: 10px 22px !important;
}
  .CartDrawerEmpty p.CartDrawerEmpty-description {
    line-height: initial;
}
  .CartDrawer-buttonWrapper {
    padding-top: 5px;
}
   .shop_pay_text_more span.f-text {
    font-size: 18px;
    line-height: 30px;
}
  .shop_pay_text_more span.f-text:last-child {
    font-size: 14px;
        line-height: initial;
}
  .CartDrawer-buttonWrapper .shop_pay_image svg {
    width: 50px;
}
  .shop_pay_button_text {
    font-size: 12px;
}
  .CartDrawer-sticky {
    border-top: none;
}
 .CartDrawerFreeShipping .CartDrawerFreeShipping-icon {
    width: 30px;
    height: 30px;
    top: 4px;
    background: #fff !important;
}
  .CartDrawerFreeShipping .CartDrawerFreeShipping-icon svg {
    width: 17px;
}
  .CartDrawerFreeShipping-bar {
    max-width: calc(100% - 1.6875rem);
}
  .CartDrawerEmpty {
    padding: 20px  10px 20px 10px;
}
  .secure_checkout_image_wrapper img {
    max-width: 22px;
    padding-right: 0;
}
  .secure_checkout_text_wrapper {
    font-size: 16px;
        display: none;
}
  a.CartDrawer-checkoutButton {
    font-size: 16px !important;
}
  .CartDrawerFreeShipping .CartDrawerFreeShipping-container {
    margin-top: 0;
    margin-bottom: 0;
}
  header.CartDrawerHeader p.CartDrawerFreeShipping-message {
    font-size: 12px;
    top: 0;
    left:0;
}
  .CartDrawerFreeShipping-bar {
    max-width: 100%;
}
}


@media only screen and (max-width:767px){


  .collection-list-main .o-button.viewall-btn {
    max-width: 70%;
    font-size: 12px;
    padding: 15px 18px;
  }
  .collection-list-main .PageVideo-content-new
  {
    bottom: 12%;
  }
}



@media only screen and (max-width:576px){
/*ymq*/

    div#ymq-price-addons {
    margin-top: -33px !important;
}
  .headroom--unpinned .Count {
    top: 5px !important;
}
/*ymq*/  
.whats_inside_section_main .dw-details-title {
    font-size: 2.5rem !important;
}
  .main_twovar {
    width: 286px;
/*     margin-left: 89px; */
}
  
  .owl-carousel .owl-item img {
    margin-left: 6px !important;
}
  .bundletoggle .container.wrapperr {
    flex-direction: column;
}
  .bundletoggle #toggle {
    width: 95%;
}
  .wellness-routine-main{
    margin-top:40px !important;
  }
  .PageVideo-img-new {
    position: relative;
    margin: 20px 0 0;
}
  .PageVideo-img-new img {
    margin-top: 0;
    height: auto;
    object-fit: cover;
}
  .template-product section#shopify-section-product-bundle {
    padding: 0rem 0 !important; 
}
  
.wellness-routine-main .routine-inner.image {
    display: none;
}
  .wellness-routine-main .routine-inner.content p {
    font-size: 20px;
    line-height: 30px;
}
  .wellness-routine-main .routine-inner.content small{
    font-size: 15px;
  }
  .wellness-routine-main {
    margin: 60px 20px 0px;
    border-radius: 5px;
}
  .wellness-routine-main .progress-barr span{
    font-size: 12px;
  }
  .wellness-routine-main .progress_wrapperr {
    width: 90% !important;
}
  .wellness-routine-main .progress-barr h5 {
    font-size: 14px;
}
  .wellness-routine-main .routine-inner-text {
    padding: 15px 0;
}
  .wellness-routine-main .routine-inner-text {
    width: 85% !important;
}
  .template-product section#shopify-section-product-bundle {
    padding: 1rem 0;
}
/*   main.Collection.collection-banner {
    margin-top: -15px;
} */
/*   .variant-opiton-name-created-wrapper.owl-carousel {
    display: none;
} */
.size .variant-opiton-name-created-wrapper, .size .variant-opiton-name-created-wrapper .inner-swatchcolor {
    display: flex !important;
}
  .variant-opiton-name-created-wrapper.cstm_flex {
    display: flex;
    text-align: center;
    justify-content: space-evenly;
}
/* cstm drinkware*/
  .item img.variant-image-swatched-created-collection {
    max-width: 100% !important;
    cursor: pointer;
}
.variant-opiton-name-created-wrapper .owl-stage {
    margin-left: 10px !important;
}
  .variant-opiton-name-created-wrapper.owl-carousel.owl-theme.owl-loaded.owl-drag {
    height: auto;
    width: 205px;
    margin: 10px auto;
}
.inner-swatchcolor.item {
    width: 51px !important;
}
  .variant-opiton-name-created-wrapper button.owl-prev {
    left: 0;
    right: 200px;
    position: absolute;
    top: 1%;
    font-size: 25px !important;
    font-weight: 700 !important;
}

.variant-opiton-name-created-wrapper button.owl-next {
    position: absolute;
    right: 0;
    top: 1%;
    left: 211px;
    font-size: 25px !important;
    font-weight: 700 !important;
}
  .item img.variant-image-swatched-created-collection {
    max-width: 100% !important;
}
  /* close drinware*/
/* 21 july css start here */
  
  
.cstm_colorbox::after {
    position: absolute;
    content: "";
    background: #ffc9c2;
    width: 100%;
    top: -11px;
    left: 0;
    z-index: -1;
    height: 40px;
    border-radius: 10px;
}
  .cstm_colorbox{
  	font-size: 16px !important;
  }
/*  21 july css end here  */
  
  .CartDrawerFreeShipping .CartDrawerFreeShipping-container {
    max-width: 262px;
}
.Header-logo {
    padding: 9px 0 0px 0;
}
   .o-placeholder.Header-logoPlaceholder svg {
    width: 146px;
    height: 35px;
}
.Header-logoPlaceholder {
    padding-bottom: 1.3rem;
    padding-top: 1.3rem;
    width: 175px;
}
  .HeaderActions-search {
    margin: 0px;
}
  li.HeaderActions-item.HeaderActions-bag {
    margin-bottom: 0px;
}
  .CartDrawerFreeShipping {
    padding: 0 10px !important;
}
  .top-upperf p, .top-upperf span {
    font-size: 0.8rem !important;
}
  .CartItem-title {
    font-size: .76rem;
    line-height: 1rem;
}
/*   .CartItem-image .-rePlaceholder.o-placeholder {
    height: 90px;
} */
  ul.CartDrawer-items .CartItem-content {
    gap: 0.2rem;
}
/*   .shop_pay_text_more {
    margin-bottom: 3px;
} */
  a.CartDrawer-checkoutButton.o-button.o-button--full {
    padding: 19px 15px 19px 15px;
}
  .header-pinned .shopify-section.Header-wrapper, .header-unpinned .shopify-section.Header-wrapper {
  /*  margin-bottom: 92px !important; */
}
  .single-state .inside-steeping-instruction-tasting-container.ddd {
    border-top: 1px solid #2E524A;
}
  .variant-opiton-name-created-container .all-variant-wrap {
    display: flex;
    justify-content: center;
    gap:5px;
}
  .variant-opiton-name-created-container .variant-opiton-name-created {
    text-align: center;
}
  .himalayan-breakfast-black-tea .inside-steeping-instruction-tasting-container.ddd {
    border-top: none;
}
  .inner-swatchcolor span {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
}
.variant-opiton-name-created-wrapper {
    display: block;
/*     grid-template-columns: repeat(3,1fr);
    align-items: flex-start; */
}
  
  .variant-opiton-name-created-wrapper .inner-swatchcolor {
    display:block !important;
    margin: 3px;
    align-items: center;
    line-height: 12px;
}
  .CartDrawer .CartDrawer-items-main {
    max-height: calc(65vh - 55px);
}
  .header-pinned .Count {
    top: 5px !important;
}
  .discountPrice-main {
    bottom: 65px;
}
  .inside-steeping-instruction-tasting-container.ddd {
    border-top: 7px solid #D5E4D9;
    
}
    .inside-steeping-instruction-tasting-container.ddd .inside-steeping-instruction-tasting-wrapper {
    border-top: none;
      padding-top: 0;
}
  
/*   .ProductBenefits-estimation-extra-class-container+.ProductRechargeBenefits {
    margin-left: 0;
} */
  .cbb-frequently-bought-container h2 {
    line-height: 1.4 !important;
    font-size: 1.75rem !important;
    margin-bottom: 20px !important;
}
  .slick-next.pull-right {
    top: 20px !important;
}
   .slick-prev.pull-left {
    top: 20px !important;
}
  .single_state_iconwithdata .slick-next.pull-right {
    top: 20px;
}
  .single_state_iconwithdata .slick-prev.pull-left {
    top: 20px;
}
  .whats_inside_section_main .product_inside_container-upper .slick-arrow {
    z-index: 0;
}
  li.Breadcrumbs-item.Breadcrumbs-item--highlighted.first {
    padding-top: 4px;
}
  .limited_time_deal_container.for_pdp{
    top: 122px;
  }
  .header-pinned .limited_time_deal_container.for_pdp {
    top: 98px;
  }
  ..ProductPress-container .ProductPressItem-description {
    margin-bottom: 1.5rem;
}
  .ProductPress-container .ProductPress-control {
    width: 2rem;
    height: 2rem;
    top: 3rem;
}
 .header-pinned .custom-product-wrapper .Product-breadcrumbs {
    padding: 0.8rem 0.375rem 0.25rem !important;
}
  .header-unpinned .custom-product-wrapper .Product-breadcrumbs {
    padding: 0.8rem 0.375rem 0.25rem !important;
}
  .custom-product-wrapper .Product-breadcrumbs {
    padding: 0.8rem 0.375rem 0.25rem !important;
}
  .ProductBenefits-estimation-extra-class-container+.ProductRechargeBenefits {
    margin-left: 10px !important;
}
  section#shopify-section-product-main main.Product-main.js-content-navigation-item {
    padding-top: 0px;
}
  .ProductIngredients-container .ProductIngredients-slider button.is-prev {
    top: 35%;
}
  .ProductIngredients-container .ProductIngredients-slider button.is-next {
    top: 35%;
}
  .Breadcrumbs-items {
    justify-content: flex-start;
    padding-left: 8px;
}
  .Breadcrumbs-items {
    align-items: flex-end;
}
.Breadcrumbs-item:after {
    vertical-align: text-bottom;
}  
  .Breadcrumbs {
    display: block;
}
.ProductIngredients-slider {
    margin-bottom: 30px;
}
section#shopify-section-common_section h1.diff-title.PreHero-title {
    padding-top: 0;
}
  .single_state_container {
    margin-top: 0px;
}
  #sticky-popup {
    top: 50%;
}
.whats_inside_section_main.whats_new_section_updated {margin-bottom: 0 !important; padding-bottom: 0 !important;}

.dw-im-container img {padding: 0 !important;}
}

@media only screen and (max-width: 375px){
.owl-item.cloned {
    margin-right: 2px !important;
}
}

@media only screen and (min-width: 375px) and (max-width:479px){
  .variant-opiton-name-created-wrapper.owl-carousel.owl-theme.owl-loaded.owl-drag{
  width: 155px;
  margin: 10px auto;
} 
  .variant-opiton-name-created-wrapper .owl-stage {
    margin-left: 10px !important;
}
  .inner-swatchcolor.item {
    width: 30px !important;
}
  .owl-item {
    width: 47px !important;
}
}
@media only screen and (width: 414px){
    .variant-opiton-name-created-wrapper .owl-stage {
    margin-left: 40px !important;
}
}
@media only screen and (width: 425px){
    .variant-opiton-name-created-wrapper .owl-stage {
    margin-left: 33px !important;
}
  
}
@media only screen and (width: 428px){
    .variant-opiton-name-created-wrapper .owl-stage {
    margin-left: 30px !important;
}
  
}
@media only screen and (max-width:476px){
  .variant-opiton-name-created-wrapper button.owl-prev {
    left: -10px;
    right: auto;
  }
  .variant-opiton-name-created-wrapper button.owl-next {
    right: -10px;
    left: auto;
  }
 span.common_dspt, span.common_dspt1 {
    font-size: 9.4px;
  }
}
@media only screen and (max-width:374px){
.owl-carousel.owl-drag .owl-item{
  width: 65px !important;
}
.variant-opiton-name-created-wrapper.owl-carousel.owl-theme.owl-loaded.owl-drag{
  width: 140px;
  margin: 10px auto;
}  
}

@media only screen and (max-width:375px){
  .owl-carousel .owl-item img {
    margin-left: 2px !important;
}
  .subtitle-main p.Product-subtitle {
      letter-spacing: 0;
  }
.ProductGallery-container .ProductGallery-control {
    width: 2rem;
    height: 2rem;
}
/*    span.common_dspt, span.common_dspt1 {
    font-size: 9.5px;
  } */
}

li.nav-item-Sale a.HeaderNavigation-link ,li.nav-item-Sale:hover a.HeaderNavigation-link ,li.nav-item-Sale:focus a.HeaderNavigation-link {
    color: red;
}

@media (max-width: 360px){
  .limited_time_deal_container.for_pdp {
    top: 145px;
}
   .o-placeholder.Header-logoPlaceholder svg {
    width: 125px;
}
.variant-opiton-name-created-wrapper {
    column-gap: 0px;
}
  
img.variant-image-swatched-created-collection{
 max-width: 30px !important;
  } 
}


@media only screen and (max-width:320px){
.Header-announcement {
    font-size: 11px !important;
}
 .ProductBenefits-estimation.js-delivery-estimation strong {
    display: inline-block;
} 
  .ProductGallery-container .ProductGallery-control {
    margin: -12px;
}
  .template-product aside.ProductGallery-controls {
    padding: 1rem 1.375rem !important;
}
  .custom-product-wrapper .Product-breadcrumbs {
    padding: 0.8rem 0.375rem 0.25rem !important;
}
  .o-container {
    padding: 0 .5rem;
}
}
#quinn-stories{
 justify-content: center;
}
.HeaderActions-searchResults {
    display: none !important;
}



.minus_extra_class .plusminus::before {
    background: #D5E4D9;
}
.minus_extra_class .plusminus{
    background: transparent;
}
span.plusminus::before {
    position: absolute;
    content: "";
    background: #ddd;
    width: 26px;
    height: 26px;
    z-index: -1;
    border-radius: 50%;
    top: 2px;
    left: -1px;
}
span.plusminus {
    position: relative;
    background: transparent;
    font-size: 18px;
}


