/** Shopify CDN: Minification failed

Line 769:0 Unexpected "}"

**/
/* Cart Drawer CSS */
.cart__drawer {
      display: block;
      position: fixed;
      top: 0;
      bottom: 0;
      z-index: 999999;
      background: #f4f2ee;
      -webkit-transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
      -moz-transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
      -ms-transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
      -o-transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
      transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
      max-width: 100%;
      padding: 0 0px 30px;
      overflow: auto;
      right:-100%;
      width:550px;
}

.cv--show-cart__drawer:before{
      position: fixed;
      content: "";
      background: rgba(0, 0, 0, 0.8);
      height: 100%;
      width: 100%;
      z-index: 9999;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
}


.cart__drawer.show-cart__drawer {
      -webkit-transform: translateX(-400px);
      -moz-transform: translateX(-400px);
      -ms-transform: translateX(-400px);
      -o-transform: translateX(-400px);
      transform: translateX(-400px);
      right: -400px;
}

.cart__drawer-section {
      height: 100%;
      overflow: auto;
      background:#f4f2ee;
      padding-bottom:100px;
}

span.cross {
      font-size: 0.7em;
      cursor:pointer;
}

.item-qty {
      width: 35px;
      height: 28px;
      text-align: center;
      background: none;
      border: none;
      padding: 0;
}

.minus {
      height: 22px;
      width: 22px;
      line-height: 18px;
      padding-right: 13px;
      background: none;
      border: 1px solid #000;
      padding-top: 2px;
      border-radius:3px;
}

a.cart__remove {
      color: #c73948;
      padding: 0;
      border: none;
      font-size: 10px;
      display: inline-block;
      text-align: left;
      text-transform: uppercase;
}

.cdrawer-chekout-btn {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    padding: 12px 20px;
    border: 1px solid #8c5a4f;
    color: #fff;
    margin-top: 15px;
    background-color: #8c5a4f;
    text-decoration: none;
}
.cdrawer-chekout-btn:hover {
    background-color: #d40d1d;
    color:#fff !important;
}
span.cart-chk-btn {
    color: #fff;
}
.plus{
      height: 22px;
      width: 22px;
      line-height: 18px;
      padding-left:5px;
      background: none;
      
      border-radius:3px;
}
.cart__drawer-bottom {
    text-align: left;
}
span.subtotal_text {
    color: #121317;
    font-weight: 600;
    font-size: 16px;
}
del.t_c_price {
    color: #121317;
    font-weight: 600;
    font-size: 16px;
}
span.subtotal_price {
    color: #121317;
    font-weight: 600;
    font-size: 16px;
}
.show-cart__drawer{
      display: block;
}
.cart__drawer-top {
      border-bottom: 0px solid #f7f8f9;
}

span.cv--free-shipping {
    text-align: center;
    background: #b1dba6a1;
    border: 1px solid #5ea44c;
    font-size: 13px;
    padding: 5px;
    margin-bottom: 7px;
    line-height: 22px;
    display: block;
}
.show-cart__drawer {
    display: block;
    padding:20px;
  padding-right:0px;
}
.cart-drawer_footer-wrap {
    width: 100%;
    left: 0;
    box-shadow: 0px -5px 30px -10px rgb(0 0 0 / 15%);
    padding: 20px;
    position: fixed;
    bottom: 0;
    z-index: 9;
    background: #f4f2ee;
}
h2.top-text {
    text-align: left;
    margin-top: 0;
    font-family: Playfair Display;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    color: #121317;
 
}
.cart__drawer-top {
    margin-bottom: 20px;
}
.cart__drawer-heading .minicart__timer span {
    font-size: 15px !important;
}
.cart__drawer-heading .minicart__timer{
padding:3px 5px !important;
}
.cart__drawer-heading span.cross {
position: absolute;
    top: 4px;
    right: 20px;
    font-weight: 600;
    z-index: 999;
    font-size: 16px;
    text-transform: uppercase;
    color: #121317;
   
    font-family: Playfair Display;
    letter-spacing: 0;
}
.heading-text.text-center {
    position: relative;
}
a.cart__remove i.uil.uil-trash-alt {
    font-size: 16px;
  color:#121317;
}
.remove__item {
    position: absolute;
    top: 0;
    right: 20px;
}
.cart__items.grid__item.medium-up--one-third.left-cart-grid {
    width: 115px;
  float: left;
}
.cart__items.grid__item.medium-up--one-third.right-cart-grid {
    width: calc(100% - 115px);
    float: left;
}
.cart_items {
    clear: both;
   padding-bottom: 15px;
  position:relative;
   
  
}

.both-wrap {
    display: flex;
    
}
.cart_items-title strong, .cart_items-title a {
    display: block;
    text-align: center;
    font-weight: 400;
    text-decoration: none;
}

.atc-hover:hover{
    background:#c0000f !important;
}
input.btn.cv--atc, input.btn.gpay-cv--atc {
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    letter-spacing: 0.05em;
   /* background-image: url('/cdn/shop/files/atcbg.jpg?v=1725706950');
    background-size: cover; /* Optional: makes the background image cover the entire button */
    background-color:#8C5A4F;
    color: #fff;
    padding: 12px 32px;
    border-radius: 0;
    cursor: pointer;
    margin-top: 10px;
}

input.btn.cv--atc:hover,
input.btn.gpay-cv--atc:hover {
background-color:#d40d1d;
}
a.cartLinkBtn {
    color: #50ab52;
    font-size: 17px;
    padding-left: 5px;
}

.offernudgeblock {
    text-align: center;
    background: #b1dba6a1;
    border: 1px solid #5ea44c;
    font-size: 14px;
    padding: 5px;
/*     margin-bottom: -4px; */
}
.c_p__wrap {
    display: flex;
    align-items: center;
    margin: 5px 0px;
}
.font--paragraph a {
    text-decoration: none;
}
.cart--item--discounts.font--light-accent {
    font-family: var(--font--accent--family);
    font-weight: var(--font--accent--weight);
    font-style: var(--font--accent--style);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--color--body--light);
    max-width: 220px;
}
.item-qty {
    border: 1px solid #ebebeb;
    border-radius: 0;
    top: -2px;
    position: relative;
    display: inline-block;
    margin: 0px -5px;
}
button#m-btn {
    border: 1px solid #ebebeb;
    border-radius: 0;
    height: 28px;
    margin-right: 0;
    font-size: 20px;
}
button#p-btn {
    border: 1px solid #ebebeb;
    border-radius: 0;
    height: 28px;
    margin-right: 0;
    font-size: 20px;
}
.cart--item--discounts.font--light-accent {
    
    margin-bottom: 10px;
}
.cart--tax-info.font--paragraph {
    text-align: center;
    font-size: 13px;
}
del.line_compare_at_price_total {
    padding-right: 15px;
}
.cart--item--orig-price.font--light-accent {
    display: none;
}
.save_percentage {
    color: #fff;
    background-color: #aa2a2a;
    width: 85px;
    padding: 5px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.cart__drawer{display:none !important;}
.cart__drawer.show-cart__drawer{display:block !important;}
a.cart-drawer-btn.tdf_cart_icon {
    display: block;
    clear: both;
    margin-top: 0.75rem;
    font-size: 14px;
    padding: 0.25rem;
    color: #2b2f3d;
    text-decoration: none;
    text-align: center;
    border: 1px solid #2b2f3d;
    font-family: Montserrat, sans-serif;
    line-height: 20px;
}
a.cartLinkBtn {
    color: #000;
    font-size: 1.5rem;
}
a.cart-drawer-btn {
    display: block;
    clear: both;
    margin-top: 0.75rem;
    font-size: 14px;
    padding: 0.25rem;
    color: #2b2f3d;
    text-decoration: none;
    text-align: center;
    border: 1px solid #2b2f3d;
    font-family: Montserrat, sans-serif;
    line-height: 20px;
}
.cart_items-title strong, .cart_items-title a {
    display: block;
    text-align: left;
    font-weight: 400;
    text-decoration: none;
    color: #2b2f3d;
    font-size: 14px;
}

.cart_items-title strong:hover, .cart_items-title a:hover{
color:#8c5a4f;
}
.cart_items-title {
    max-width: 24ch;
    text-align: left;
    font-size: 16px;
}
p.item__title {
    margin: 0;
}
.font--paragraph a {
    font-size: 10px;
    color: #989898;
    display: block;
    margin-top: 4px !important;
}
.c_p__wrap * {
    color: #121317;
    font-weight: 600;
    font-size: 14px;
}
button#m-btn, button#p-btn {
    border: 1px solid #efefef;
    border-radius: 0;
    height: 30px;
    margin-right: 0;
    font-size: 20px;
    background: #efefef;
    width: 40px;
    padding: 0;
    outline: navajowhite;
    border: 0px solid;
}
.item-qty {
    border: 1px solid #ebebeb;
    border-radius: 0;
    top: 0px;
    position: relative;
    display: inline-block;
    margin: 0 0px;
    border: 1px solid #efefef;
    border-radius: 0;
    height: 30px;
    margin-right: 0;
    font-size: 14px;
    background: #efefef;
    width: 40px;
    padding: 0;
    border: 0px solid;
    outline: navajowhite;
}
.qtySelector {
    display: inline-block;
    background: #efefef;
}
@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices only */
  .minus {
    padding: 0px !important;
}
.plus {
    padding: 0px !important;
}
}

/* .cart__drawer.right-to-left-open.show-cart__drawer {
  width:30%;
} */

.cart__drawer-item.grid--uniform {
    margin-bottom: 20px;
    border-bottom: 1px dotted;
}

@media only screen and (max-width: 767px){
.cart--item--discounts.font--light-accent {
    font-size: 12px;
}
  .cart__drawer {
    width: 95vw;
}
  .cart_items-title {
    max-width: 17ch;
}
  .cart__drawer-section {
    padding-bottom: 210px;
}
  
  .offernudgeblock{   
    padding:0;
    
  }
  .offernudgeblock p{
    line-height: 2px;
  }
  .view-offer_wrap {
    margin:0px;
    }

  .cart__drawer.right-to-left-open.show-cart__drawer {
  width:97%;
}
}

.mycart_timer {
    z-index: 999999999;
    position: fixed;
    right: 0;
    width: 550px;
    top: 0;
  pointer-events:none;
  display:none;
}
.cv--show-cart__drawer .mycart_timer{display:block;}
.show-cart__drawer{
 padding:40px !important;
}

@media only screen and (max-width: 767px){
.mycart_timer {
    width: 100%;
}
  .show-cart__drawer {
    padding: 20px!important;
}
  .offernudgeblock p {
       line-height: 20px;
        padding: 2px;
  }
  .cart__drawer.show-cart__drawer {
  overflow: scroll;
  }
  .cv--show-cart__drawer .mycart_timer {
    display: block;
    BACKGROUND: #f4f2ee;
}
 .show-cart__drawer .cart__drawer-section {
    padding-top: 20px;
}
}


.cart__drawer-bottom .offernudgeblock p {
  margin: 0;
}
 .cv--show-cart__drawer {
  overflow: hidden;
  z-index: 5; 
   
  }
.additional-product-discount  .modal-header p {
color: #fff;
  margin: 0;
}
.additional-product-discount .modal-footer {
    padding: 15px 0; 
}
.additional-product-discount .modal-header {
    padding: 10px 15px 10px;
}
.additional-product-discount .product-item-modal {
   height: auto;
}

.stiky-mobile-qty-atc {
  display: flex;
  flex-wrap: wrap;
}

.stiky-mobile-qty-atc .quantity--input {
  width: 25%;
}

.stiky-mobile-qty-atc button {
  width: 75%;
}

.stiky-mobile-qty-atc .quantity--input .quantity--input__input {
  padding: 8px 0;
}

a.cartLinkBtn {
    display: flex;
    align-items: center;
}
a.cartLinkBtn span {
    font-size: 10px;
    font-weight: 600;
}

a.cartLinkBtn span.active {
    height: 18px;
    width: 18px;
    background: #000;
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    line-height: 17px;
    margin-left: -5px;
    margin-top: -8px;
}

.disablecartitem.qtySelector {
    pointer-events: none !important;
}
.cart__drawer-center.inprogress:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.cart__drawer-center {
    position: relative;
}
form.shopify-product-form {
    position: relative;
}
p.alertMsg {
  color: #8c5a4f;
    position: absolute;
    top: 0;
    background: #000;
    margin: 0;
    color: #fff;
    font-size: 11px;
    text-align: center;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.product__row p.alertMsg {
    margin: 15px 0 0!important;
    max-width: calc(100% - 182px);
    float: right;
    position: static;
    height: 33px;
}
.qtySelector.disble {
    pointer-events: none;
}
.product__price--holder span.tag.tag--sale {
    display: none;
}

 
      .filter__dropdown svg {
    width: 20px;
}
@media only screen and (max-width: 1000px){
body.template--page\.gpay-landing-page.tdf_theme_1 p.alertMsg {
    padding: 0px 10px !important;
    line-height: 14px !important;
}
}

.clear_all_btn {
  display:none;
}

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

     .loader_cls.active,
      .filter-overlay.active   .loader_cls.active {
    border: 10px solid #fff;
    border-radius: 50%;
    border-top: 10px solid #8c5a4f;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    left: 0;
    right: 0;
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%);
    position: fixed;
    margin: auto;
    
}
  .filter-overlay.active {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 99;
    width: 100%;
    height: 100%;
}
.filter__tags_base.active{
  color:#5ea44c;
}
  /* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

div#ir_loyalty_widget {
    z-index: 9 !important;
}


#bgfindshadepopup {
    display: none;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9;
    left: 0px;
    top: 0px;
}

#findshadmodal .innermodal .modalclosetbn {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 16px;
    border-radius: 15%;
}

.product__row p.alertMsg {
    margin: 15px 0 0!important;
    max-width: calc(100% - 182px);
    float: right;
    position: static;
    height: 33px;
}
.qtySelector.disble {
    pointer-events: none;
}
.product__price--holder span.tag.tag--sale {
    display: block !important;
    margin-bottom: 0px !important;
}

#findshadmodal {
	width: 100%;
    display: none;
    position: fixed;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 99;
}
 #findshadmodal .innermodal {
    max-width: 850px;
    margin: auto;
    height: auto;
    background: #f4f2ee;
    display: flex;
    flex-direction: column;
    border-radius: 8px 8px 0 0;
    -webkit-box-shadow: 0 0 16px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
    box-shadow: 0 0 16px #00000026, 0 0 5px #0000001a;
    overflow-scrolling: touch;
    padding: 15px;
    position: relative;
}
}
 #findshadmodal .innermodal .modalclosetbn {
	 position: absolute;
	 right: 10px;
	 top: 10px;
	 font-size: 16px;
	 border-radius: 15%;
}
 #findshadmodal .innermodal .modal_contentbox {
	 padding: 15px;
}
 #findshadmodal .innermodal .modal_contentbox1 {
	 width: 300px;
	 height: auto;
	 margin: auto;
	 margin-top: 40px;
}
 #findshadmodal .innermodal .modal_contentbox1 h3 {
	 font-weight: bold;
	 text-align: center;
}
 #findshadmodal .innermodal .modal_contentbox1 p img {
	 width: 100%;
}
 #findshadmodal .innermodal .modal_contentbox1 .titleshow {
	 width: 100%;
	 display: inline-block;
	 position: relative;
	 padding-bottom: 15px;
}
 #findshadmodal .innermodal .modal_contentbox1 .titleshow .rightcontent {
	 float: left;
	 font-size: 18px;
	 width: 100%;
	 text-align: center;
}
 #findshadmodal .innermodal .modal_contentbox1 .titleshow .rightcontent span {
	 font-weight: bold;
	 margin-left: 10px;
}
 #findshadmodal .innermodal .modal_contentbox1 #backpopup {
	 width: 100%;
	 display: inline-block;
	 position: relative;
	 text-align: center;
	 margin-top: 15px;
}
 #findshadmodal .innermodal .modal_contentbox1 #backpopup a {
	 text-decoration: underline;
}
 #findshadmodal .innermodal .modal_contentbox1 #backpopup a:hover {
	 text-decoration: underline;
}
 #findshadmodal .innermodal h3 {
	width: 100%;
    font-weight: 700;
    padding-bottom: 20px;
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
}
 #findshadmodal .innermodal p {
	 text-align: center;
   line-height:1.7em;
}
 #findshadmodal .innermodal .groupbox {
	 max-width: 80%;
	 margin: auto;
	 padding-top: 15px;
}
 #findshadmodal .innermodal .groupbox .shade-selector {
	 margin-left: 10px;
	 text-align: center;
	 margin-top: 7px;
}
 #findshadmodal .innermodal .groupbox .shade-selector button {
	 padding: 3px 10px 0px 10px;
	 border-radius: 4px;
	 cursor: pointer;
	 min-width: 70px;
	 margin-bottom: 30px;
}
 #findshadmodal .innermodal .groupbox .shade-selector button span {
	 width: 10px;
	 height: 10px;
	 display: inline-block;
	 position: relative;
	 background: #e8d386;
	 border-radius: 50%;
	 margin: 3px;
}
 #findshadmodal .innermodal .groupbox .shade-selector button + span {
	 position: absolute;
	 margin-top: 31px;
	 margin-left: -74px;
	 font-size: 12px;
	 min-width: 70px;
}
 #findshadmodal .innermodal .imageboxcontainner {
	 width: 100%;
	 display: flex;
	 position: relative;
	 flex-direction: row;
	 margin-top: 50px;
}
 #findshadmodal .innermodal .imageboxcontainner .imageboxleft {
	 flex: 50%;
}
 #findshadmodal .innermodal .imageboxcontainner .imageboxleft .imageboxleftinner {
	 max-height: 350px;
	 overflow-y: scroll;
}
 #findshadmodal .innermodal .imageboxcontainner .imageboxleft .imageboxleftinner .variantsection {
	 width: 100%;
	 position: relative;
	 border-top: 1px #666 solid;
	 padding-top: 20px;
	 padding-bottom: 20px;
}
 #findshadmodal .innermodal .imageboxcontainner .imageboxleft .imageboxleftinner .variantsection .textbox {
	 width: 100%;
	 display: flex;
	 flex-direction: row;
	 margin-bottom: 10px;
}
 #findshadmodal .innermodal .imageboxcontainner .imageboxleft .imageboxleftinner .variantsection .textbox .icon {
	 width: 30px;
	 height: 31px;
	 display: inline-block;
	 position: relative;
	 background: #e8d386;
	 border-radius: 50%;
}
 #findshadmodal .innermodal .imageboxcontainner .imageboxleft .imageboxleftinner .variantsection .textbox .titletext {
	 flex: 1;
	 padding-left: 15px;
	 padding-top: 5px;
	 color: #000;
	 font-weight: bold;
}
 #findshadmodal .innermodal .imageboxcontainner .imageboxleft .imageboxleftinner .variantsection .textbox .titletext span {
	 color: #000;
	 padding-left: 4px;
	 font-weight: normal;
}
 #findshadmodal .innermodal .imageboxcontainner .imageboxleft .imageboxleftinner .variantsection .textbox button {
	 padding: 10px 20px;
	 margin-right: 10px;
	 background: none;
	 border: 1px #666 solid;
	 border-radius: 5px;
	 cursor: pointer;
	 height: 36px;
}
 #findshadmodal .innermodal .imageboxcontainner .imageboxleft .imageboxleftinner .variantsection ul {
	 margin: 0px;
	 padding: 0px;
	 display: flex;
	 flex-direction: row;
}
 #findshadmodal .innermodal .imageboxcontainner .imageboxleft .imageboxleftinner .variantsection ul li img {
	 width: 100%;
	 cursor: pointer;
}
 #findshadmodal .innermodal .imageboxcontainner .imageboxright {
	 flex: 50%;
	 max-height: 350px;
}
 #findshadmodal .innermodal .imageboxcontainner .imageboxright img {
	 max-height: 350px;
	 padding-left: 20px;
}

.findyourshadbtn {
    width: 100%;
    margin-bottom: 0px ;
    text-align: inherit;
    font-size: 14px;
}

.findyourshadbtn.button a {
    background: #8c5a4f;
    border-color: #8c5a4e;
    border-radius: 2px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    height: 45px;
    letter-spacing: 1px;
    line-height: 45px;
    margin: 0px ;
    padding: 0 25px !important;
    text-transform: uppercase;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    width: auto;
  text-decoration: none;
}
.popupaddtocart a {
  background: #8c5a4f;
  border: 1px #8c5a4f solid;
  padding: 10px 40px;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  color: #fff;
  text-decoration:none;
  text-transform: uppercase; 
}

.popupaddtocart a:hover {
  background: #9b6c61; 
   color: #e7e7e1;
}
 
@media only screen and (max-width: 1000px){
body.template--page\.gpay-landing-page.tdf_theme_1 p.alertMsg {
    padding: 0px 10px !important;
    line-height: 14px !important;
}
}

@media only screen and (max-width: 767px){  
  #findshadmodal {
	 width: 100%;
	 display: inline-block;
	 height: 100%;
	 left: 0px;
	 top: 0px;
	 z-index: 99;
}
 #findshadmodal .innermodal {
	 max-width: 850px;
	 margin: auto;
	 height: auto;
	 background: #f4f3ee;
	 display: flex;
	 flex-direction: column;
	 overflow-scrolling: touch;
	 padding: 15px;
	 position: relative;
}
 #findshadmodal .innermodal .modalclosetbn {
	 position: absolute;
	 right: 10px;
	 top: 10px;
	 font-size: 16px;
	 border-radius: 15%;
}
 #findshadmodal .innermodal .modal_contentbox {
	 padding: 15px 0px 70px 0px;
	 overflow-y: scroll;
}
 #findshadmodal .innermodal .modal_contentbox1 {
	 width: 100%;
	 margin: auto;
	 margin-top: 0px;
/* 	 background: #fff; */
	 display: inline-block;
}
 #findshadmodal .innermodal .modal_contentbox1 h3 {
	 font-weight: bold;
	 text-align: center;
}
 #findshadmodal .innermodal .modal_contentbox1 p img {
	 width: 100%;
	 height: 225px;
}
 #findshadmodal .innermodal .modal_contentbox1 .titleshow {
	 width: 100%;
	 display: inline-block;
	 position: relative;
}
 #findshadmodal .innermodal .modal_contentbox1 .titleshow .iconspan {
	 width: 22px;
	 height: 22px;
	 background: #666;
	 border-radius: 50%;
	 float: left;
	 margin-left: 21%;
}
 #findshadmodal .innermodal .modal_contentbox1 .titleshow .rightcontent {
	 margin-left: 10px;
	 float: left;
	 font-size: 18px;
}
 #findshadmodal .innermodal .modal_contentbox1 .titleshow .rightcontent span {
	 font-weight: bold;
	 margin-left: 10px;
	 display: block;
}
 #findshadmodal .innermodal .modal_contentbox1 #backpopup {
	 width: 100%;
	 display: inline-block;
	 position: relative;
	 text-align: center;
	 margin-top: 15px;
}
 #findshadmodal .innermodal .modal_contentbox1 #backpopup a:hover {
	 text-decoration: underline;
}
 #findshadmodal .innermodal .modal_bigimage {
	 width: 100%;
	 height: 100%;
	 margin: auto;
	 top: 0px;
	 position: absolute;
	 display: inline-block;
	 left: 0px;
	 z-index: 99;
	 background: #fff;
}
 #findshadmodal .innermodal .modal_bigimage h3 {
	 font-weight: bold;
	 text-align: center;
	 margin-top: 0px;
	 padding: 15px 10px;
}
 #findshadmodal .innermodal .modal_bigimage h3 span {
	 margin-left: 5px;
	 font-weight: normal;
}
 #findshadmodal .innermodal .modal_bigimage p img {
	 width: 100%;
	 margin-top: 30%;
}
 #findshadmodal .innermodal .modal_bigimage #closebigimage {
	 width: auto;
	 display: inline-block;
	 position: absolute;
	 top: 10px;
	 right: 10px;
	 border-radius: 15%;
	 font-size: 16px;
}
 #findshadmodal .innermodal h3 {
	 width: 100%;
	 font-weight: bold;
	 padding-bottom: 20px;
	 margin-top: 10px;
	 text-align: center;
}
 #findshadmodal .innermodal .groupbox {
	 max-width: 100%;
	 margin: auto;
	 padding-top: 15px;
}
 #findshadmodal .innermodal .groupbox .shade-selector {
	 margin-left: 10px;
    margin-right: 10px;
	 margin-top: 10px;
	 position: relative;
}
 #findshadmodal .innermodal .groupbox .shade-selector button {
	 padding: 3px 10px 3px 10px;
	 border-radius: 15px;
	 cursor: pointer;
	 position: relative;
	 margin-bottom: 30px;
}
 #findshadmodal .innermodal .groupbox .shade-selector button span {
	 width: 8px;
	 height: 8px;
	 display: inline-block;
	 position: relative;
	 background: #e8d386;
	 border-radius: 50%;
	 margin: 0px;
}
 #findshadmodal .innermodal .groupbox .shade-selector button + span {
	 position: absolute;
	 margin-top: 31px;
	 margin-left: -73px;
	 font-size: 12px;
	 width: 68px;
}
 #findshadmodal .innermodal .imageboxcontainner {
	 width: 100%;
	 display: flex;
	 flex-direction: column;
	 position: relative;
	 flex-direction: row;
	 margin-top: 10px;
}
 #findshadmodal .innermodal .imageboxcontainner .imageboxleft {
	 flex: 100%;
}
 #findshadmodal .innermodal .imageboxcontainner .imageboxleft .imageboxleftinner {
	 max-height: 100%;
	 overflow-y: scroll;
}
 #findshadmodal .innermodal .imageboxcontainner .imageboxleft .imageboxleftinner .variantsection {
	 width: 100%;
	 position: relative;
	 border-top: 1px #666 solid;
	 padding-top: 20px;
	 padding-bottom: 20px;
}
 #findshadmodal .innermodal .imageboxcontainner .imageboxleft .imageboxleftinner .variantsection .textbox {
	 width: 100%;
	 display: flex;
	 flex-direction: row;
	 margin-bottom: 10px;
   align-items: center;
}
 #findshadmodal .innermodal .imageboxcontainner .imageboxleft .imageboxleftinner .variantsection .textbox .icon {
	 width: 30px;
	 height: 31px;
	 display: inline-block;
	 position: relative;
	 background: #e8d386;
	 border-radius: 50%;
}
 #findshadmodal .innermodal .imageboxcontainner .imageboxleft .imageboxleftinner .variantsection .textbox .titletext {
	 flex: 1;
	 padding-left: 5px;
	 padding-top: 0px;
	 color: #000;
	 font-weight: bold;
	 width: 50px;
	 word-break: break-word;
	 margin-top: 0;
}
 #findshadmodal .innermodal .imageboxcontainner .imageboxleft .imageboxleftinner .variantsection .textbox button {
	padding: 10px 20px;
    margin-right: 10px;
    background: none;
    border: 1px #666 solid;
    border-radius: 5px;
    cursor: pointer;
    height: 36px;
    line-height: 10px;
}
 #findshadmodal .innermodal .imageboxcontainner .imageboxleft .imageboxleftinner .variantsection ul {
	 margin: 0px;
	 padding: 0px;
	 display: flex;
	 flex-direction: row;
}
 #findshadmodal .innermodal .imageboxcontainner .imageboxleft .imageboxleftinner .variantsection ul li img {
	 width: 100%;
	 cursor: pointer;
}
 #findshadmodal .innermodal .imageboxcontainner .imageboxright {
	 flex: 50%;
	 max-height: 350px;
	 display: none;
}
 #findshadmodal .innermodal .imageboxcontainner .imageboxright img {
	 height: 100%;
	 padding-left: 20px;
}
}
#findshadmodal .innermodal .groupbox .shade-selector #groupbtn3 + span
{ 
  margin-left:-83px;
}
div#findshade {
    padding-left: 0 !important;
}

.findshade_template div#findshadmodal {
    display: block;
    position: static;
    z-index: 1;
}

.findshade_template div#findshadmodal .innermodal {
    max-width: 1100px;
    box-shadow: none;
}
.filter__views {
    display: none;
}
@media only screen and (max-width: 767px){
#findshadmodal .innermodal .groupbox .shade-selector #groupbtn3 + span
{ 
  margin-left:-70px;
}
.filter__views {
    display: block;
}
}

@media (max-width: 480px) {
#findshadmodal .innermodal .modal_contentbox1 p img {
    width: 100%;
    height: auto;
}
}

.filter__current-filters {
    margin: 7px 0;
    background: #fff;
    padding: 7px 10px;
    width: 100% !important;
    margin-bottom: unset !important;
    margin-left: unset !important;
    margin-right: unset !important;
}

.clear_all_btn {
    cursor: pointer;
}

.product__list--filter .close_filter_modal {
    position: relative;
    z-index: 9;
    top: -30px;
    right: -8px;
}

.filter_close--wrap .filter__current-filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter__current-filters.filterClose {
  display: none;
}
@media (max-width: 767px) {
  .product__list--filter #filterSidebar {
  padding: 40px 20px;
}
}
.EmptyCart {
    text-align: center;
    padding: 10px;
}
.EmptyCarttitle {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
    text-transform: uppercase;
}
.cartcollections {
    margin-top: 30px;
}
.EmptyCartcollection {
    border: 1px solid;
    padding: 5px;
    margin-bottom: 20px!important;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
.EmptyCartcollection a {
    text-transform: uppercase;
    color: black;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
}
.cart__drawer-top {
    border-bottom: 2px solid;
}
.cart_alertMsg {
       color: #e03b3b;
}
.section__color-wrapper.promise-icons {margin-bottom: 20px;padding: 10px 0;}
.c-new.mini-cart-icons.p-0 {
    background-color: rgba(217, 217, 217, 0.4);
    border-radius: 10px;
    margin: 0 0px;
}
.row.myIconRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.img-row.text-center.row.justify-content-around.pb-1.pb-lg-0 {
    max-width: 100%;
    margin: auto;
    text-align: center !important;
    justify-content: space-around !important;
    padding-bottom: 0.25rem !important;
}
.col-md-6.myText p {
    line-height: 1.2;
    font-size: 10px;
}
.mini-cart-icons .myIcon img {
    max-height: 30px;
    margin: 0 auto;
}
.col-2.pipe.p-0 { padding: 0 !important;}
.col-md-6.myIcon {
    position: relative;
    width: 100%;
    flex-basis: 100%!important;
    max-width: 100%!important;
}
.col-md-6.myText {
    flex-basis: 100%!important;
    max-width: 100%!important;
}
.section__color-wrapper.promise-icons .col-2 {
    flex-basis: 25%;
    max-width: 25%;
}
.footer.inherit .subscribing_done, .subscribing_done {
    font-size: 13px;
    color: #00a915;
    margin-top: -10px;
    margin-bottom: 16px;
    margin-left: 10px;
    font-weight: 600;
}
.cart--item--discounts.font--light-accent {
    color: #fff;
    background-color: #aa2a2a;
    padding: 5px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.cart--item--discounts.font--light-accent span {
    color: white;
}

/* Start 21/nov/2023 Css  */
@media (min-width: 769px) {
  .filter__section {
    display: none !important;
  }
}
 .filter__section {
    background-color: #F7EFE9;
    padding: 1.25rem 0.5rem;
    margin-bottom: 15px;
   width: 100%;
  display: inline-block;
}
.filter_label__wrap .btn_filter {
    margin: 0;
}
.filter_label__wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
     padding-bottom: 15px;
}
.filter_label__wrap .btn_filter {
    width: max-content;
    max-width: max-content;
}
.dup_filter.active {
    background-color: #8c5a4f;
    color: #ffffff;
}
.dup__filter-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: nowrap;
    overflow: scroll;
    white-space: nowrap;
  padding-bottom: 10px;
}
.dup_filter_btn-wrap {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    align-items: center;
}
.dup_filter_close--wrap {
   background: #8c5a4f;
    color: #fff;
    padding: 5px 7px;
      font-size: 12px;
}
.dup_filter {
    border-radius: 32px;
    border: 1px solid rgba(0,19,37,0.16);
    padding: 6px 0.75rem;
    background-color: #ffffff;
    width: max-content;
    text-decoration: none;
}
.dup__filter-wrap .dup_filter {
    display: flex;
    align-items: center;
  gap: 8px;
}
.dup__filter-wrap .dup_filter svg {
    width: 16px;
    height: 16px;
}
.dup__filter-wrap .dup_filter span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    display: none;
}
.dup__filter-wrap .dup_filter.active span {
    display: flex;
    align-items: center;
    justify-content: center;
} 
/* End css  */
.stiky-mobile-qty-atc .button--primary__filled, .shopify-challenge__button {
    background-color: #d40d1d!important;
    color: white !important;
    border: none !important;
    font-weight: bold !important;
}
iframe#webpush-onsite {
    width: 350px !important;
}
.free_product_cls {
    display: none;
    pointer-events: none;
}
button.cdrawer-chekout-btn.disabled_cls {
    pointer-events: none;
    opacity: 0.5;
}