/** Shopify CDN: Minification failed

Line 650:0 Unexpected "}"

**/
.cbb-also-bought-add-to-cart-button{
  max-width:75% !important;
  width:75% !important;
  margin:auto;
  padding:10px !important;
}

/* product styling */


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


.product-list .product-block .cstm-btn-img-sec form.custom_atc{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    opacity: 0;
    z-index: 999 !important;
  /* transition: all 0.5s ease-out; */
}
.product-list .product-block:hover .cstm-btn-img-sec form.custom_atc{
    opacity: 1;
  /* bottom: 10px;
  transition: all 0.5s ease-out; */
}
#product-display .product-item .cstm-btn-img-dv_cls form.custom_atc{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    opacity: 0;
    z-index: 999 !important;
  /* transition: all 0.5s ease-out; */
}
#product-display .product-item:hover .cstm-btn-img-dv_cls form.custom_atc{
    opacity: 1;
  /* bottom: 10px;
  transition: all 0.2s ease-out; */
}
  
.product-list .product-block .cstm-btn-img-sec form.custom_atc button{
    width: 120px !important;
    margin: auto !important;
    text-align: center;
    background: white !important;
    color: #245484 !important;
    border: 1px solid #245484 !important;
    padding: 0 !important;
    height: 30px !important;
    border-radius: 50px !important;
    opacity: 1 !important;
    z-index: 999 !important;
}
#product-display .product-item .cstm-btn-img-dv_cls form.custom_atc button{
    width: 120px !important;
    margin: auto !important;
    text-align: center;
    background: white !important;
    color: #245484 !important;
    border: 1px solid #245484 !important;
    padding: 0 !important;
    height: 30px !important;
    border-radius: 50px !important;
    opacity: 1 !important;
    z-index: 999 !important;
}
.product-list .product-block .cstm-btn-img-sec form.custom_atc button span{
  display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  font-size: 14px;
  height: 100%;
      padding-top: 3px;
}
.product-list .product-block .cstm-btn-img-sec form.custom_atc button .crt{
  width: 14px;
  margin-bottom: 3px;
  filter: brightness(0) saturate(100%) invert(27%) sepia(58%) saturate(695%) hue-rotate(167deg) brightness(91%) contrast(86%);
}
.product-list .product-block .cstm-btn-img-sec form.custom_atc button .pls{
  width: 14px;
  margin-bottom: 3px;
  filter: brightness(0) saturate(100%) invert(27%) sepia(58%) saturate(695%) hue-rotate(167deg) brightness(91%) contrast(86%); 
}
#product-display .product-item .cstm-btn-img-dv_cls form.custom_atc button span{
  display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  font-size: 14px;
  height: 100%;
      padding-top: 3px;
}
#product-display .product-item .cstm-btn-img-dv_cls form.custom_atc button .crt{
  width: 14px;
  margin-bottom: 3px;
  filter: brightness(0) saturate(100%) invert(27%) sepia(58%) saturate(695%) hue-rotate(167deg) brightness(91%) contrast(86%);
}
#product-display .product-item .cstm-btn-img-dv_cls form.custom_atc button .pls{
  width: 14px;
  margin-bottom: 3px;
  filter: brightness(0) saturate(100%) invert(27%) sepia(58%) saturate(695%) hue-rotate(167deg) brightness(91%) contrast(86%); 
}
  
.product-list .product-block form.custom_atc button:hover{
  background: #E8E8E8 !important;
}
#product-display .product-item .cstm-btn-img-dv_cls form.custom_atc button:hover{
  background: #E8E8E8 !important;
}

.product-list .product-block .block-inner .image-cont {
  border: 1px solid #4e535733 !important;
    border-radius: 10px !important;
}
.product-list .product-block:hover .block-inner .image-cont {
  border: 1px solid #245484 !important;
} 

#product-display .product-item .cstm-btn-img-dv_cls img {
  border: 1px solid #4e535733 !important;
    border-radius: 10px !important;
}
#product-display .product-item:hover .cstm-btn-img-dv_cls img {
  border: 1px solid #245484 !important;
}





  
.mbl-btn-cls{
    display: none !important;
}
.mbl-crt{
    display: none !important;
}

/* } */


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

  /* .mbl-btn-cls{
    display: none !important;
  } */
  /* .mbl-btn-cls{
    margin-top: 15px;
  } */
  /* .mbl-crt{
    display: block !important;
  }
  .dsktp-crt{
    display: none !important;
  } */
  .product-block .block-inner {
        margin: 0 !important;
    }

  .product-list .product-block .cstm-btn-img-sec form.custom_atc button span{
    font-size: 10px;
  }
  .product-list .product-block .cstm-btn-img-sec form.custom_atc button svg{
    width: 10px !important;
  }
  #product-display .product-item .cstm-btn-img-dv_cls form.custom_atc button span{
    font-size: 10px; 
  }
  #product-display .product-item .cstm-btn-img-dv_cls form.custom_atc button svg{
    width: 10px !important;
  }
  
  .product-list .product-block .cstm-btn-img-sec form.custom_atc{
    bottom: 5px;
    right: 5px;
    left: auto;
    opacity: 1;
  }
  .product-list .product-block .cstm-btn-img-sec form.custom_atc button{
    width: 80px !important;
        height: 22px !important;
  }

  #product-display .product-item .cstm-btn-img-dv_cls form.custom_atc button{
    width: 80px !important;
        height: 22px !important;
  }
  #product-display .product-item{
    width: 48% !important;
  }
  #product-display .product-item h3{
    font-size: 15px;
  }
  #product-display .product-item .custom_atc button.add-to-cart-button{
    visibility: visible;
  }

  #product-display .product-item .cstm-btn-img-dv_cls form.custom_atc{
    bottom: 5px;
    right: 5px;
    left: auto;
    opacity: 1;
  }

  
}





/* end */







#content .samita_productLabel-content[data-id="39947"]{
  background-image: linear-gradient(to right, #26598C , #020508) !important;
  color:white !important;
  height: 22px !important;
    width: 100px !important;
  top: 8px !important;
}
#content .samita_productLabel-content[data-id="39947"] span.samita_productLabel-content-text{
  font-size: 10px !important;
}

.collection-listing .product-block{
  background-color: transparent !important;
}
.collection-listing .product-block .product-info .innerer{
      text-align: left !important;
}
.collection-listing .product-block .product-info .innerer .product-price{
      display: flex !important;
    justify-content: start !important;
    align-items: center !important;
    flex-direction: row-reverse !important;
}
/* .collection-listing .product-block .product-info .product-price span.product-price__item:nth-child(2){
      display: none;
}
.collection-listing .product-block .product-info .product-price span.product-price__item:last-child{
  color: black !important;
    text-decoration: none;
} */
.collection-listing .product-block .image-label-wrap .rimage-outer-wrapper img{
      width: 100% !important;
      object-fit: cover !important;
border-radius:9px;
}



/* review flx */
.cstm-prdct-cls .detail .product-form .title-row{
      width: 70%;
    float: left;
}
.cstm-prdct-cls .detail .product-form .price-container{
  width: 100%;
}
.cstm-prdct-cls .detail .product-form .not-in-quickbuy .shopify-app-block .okeReviews.oke-sr{
      width: 25%;
    float: right;
}
.cstm-prdct-cls .detail .product-form .not-in-quickbuy .shopify-app-block .okeReviews.oke-sr .oke-is-clickable{
      display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}
.cstm-prdct-cls .detail .product-form .not-in-quickbuy .shopify-app-block .okeReviews.oke-sr .oke-is-clickable .oke-sr-stars{
  margin: 0 0 -5px 0;
}
.cstm-prdct-cls .detail .product-form .not-in-quickbuy .shopify-app-block .okeReviews.oke-sr .oke-is-clickable .oke-sr-count span{
  font-size: 12px;
}
.cstm-prdct-cls .detail .product-form .not-in-quickbuy .shopify-app-block .okeReviews.oke-sr .oke-is-clickable .okeReviews.oke-sr{
  padding: 0;
}
/* end */

/* swaches */
.swatches #swatch-option1 .swatch-single .swatch-view-item .swatch-image{
      border: 1px solid #CFCFCF;
}
.swatches #swatch-option1 .swatch-single .swatch-view-item .swatch-image.swatch-selected{
      border: 2px solid black;
}



.swatches #swatch-option2 .swatch-single ul.swatch-view li.swatch-view-item .swatch-button{
  border: 0;
}

.swatches div[option-name="Size"] .swatch-single{
    display: flex;
    gap: 30px;
    justify-content: start;
    align-items: start;
}

.swatches div[option-name="Size"] .swatch-single ul.swatch-view li.swatch-view-item{
  margin: 0;
}

.swatches div[option-name="Size"] .swatch-single ul.swatch-view{
  margin: 0 0 -5px 0;
    display: flex;
   flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    width: fit-content;
    gap: 15px;
}

.swatches div[option-name="Size"] .swatch-single ul.swatch-view li.swatch-view-item .swatch-button .swatch-button-title-text{
      padding: 5px 50px;
    background: #E9E9E9;
    border: 2px solid #E9E9E9;
    border-radius: 5px;
    color: #6A6A6A;
    margin: 0;
}

.swatches div[option-name="Size"] .swatch-single ul.swatch-view li.swatch-view-item .swatch-button{
  border: 0 !important;
  border-radius: 0 !important;
}
.swatches div[option-name="Size"] .swatch-single ul.swatch-view li.swatch-view-item .swatch-button .swatch-button-title-text:hover{
  color: #1D60D2;
    border: 2px solid #909090;
}

.swatches div[option-name="Size"] .swatch-single ul.swatch-view li.swatch-view-item .swatch-button.swatch-selected .swatch-button-title-text{
      color: #1D60D2;
    border: 2px solid #909090;
}

.swatches div[option-name="Size"] .swatch-preset-74872 .swatch-label span.swatch-variant-name{
  display: none !important;
}




#shopify-section-template--18063621030120__main .swatches #swatch-group994537 .swatch-single ul.swatch-view li.swatch-view-item:nth-child(2), .swatches #swatch-group994537 .swatch-single ul.swatch-view li.swatch-view-item:nth-child(3){
  display: none;
}
/* #shopify-section-template--18063621030120__main .swatches #swatch-group994539 label.swatch-label{
  visibility: hidden;
} */

/* end */

#tfc_product_btn svg{
  width: 20px;
    margin-top: -3px;
}








/* spinner */
.cstm-prdct-cls .detail.product-column-right{
  max-width:48%;
}

#tfc_product_btn span{
  display:flex;
  gap:15px;
  align-items:center;
  justify-content:center;
}

.cstm-prdct-cls .variantitle{
  display:none;
}

.add-to-cart-button{
  position:relative;
  height:34.5px;
}
.custom-product-prize button{
  display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    border: 4px solid rgba(255, 255, 255, .3);
    border-top: 3px solid black;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    position: absolute;
    visibility: visible;
    z-index: 999;
    left:45%;
    top:25%;
}

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



.add-to-cart-button .spinner {
  display: none; /* Initially hidden */
}

#tfc_product_btn{
  position:relative;
}

#tfc_product_btn .spinner {
  display: none; /* Initially hidden */
}



#tfc_product_btn:active .spinner,
#tfc_product_btn:focus .spinner {
  display: inline-block; /* Show spinner when button is clicked or focused */
}

#tfc_product_btn:active span,
#tfc_product_btn:focus span{
   display: none;
}


.add-to-cart-button:active .spinner,
.add-to-cart-button:focus .spinner {
  display: inline-block; /* Show spinner when button is clicked or focused */
}

.add-to-cart-button:active span,
.add-to-cart-button:focus span{
   display: none;
}

/* end */








.template-page .fully-spaced-row--small .spaced-column{
    padding: 0 0 10px 0 !important;
  }
  .template-page .fully-spaced-row--small .spaced-column .subheading{
    margin: 0;
    padding: 5px;
}

@media only screen and (min-width: 600px) {
  #monster-cart-wrapper{
    width:400px !important;
  }
  .product-detail .detail .product-form h1.title{
      font-size: 33px;
  }
  .product-detail .detail .product-form .price.h4-style{
    font-size: 20px;
  }
  .product-detail .swatches label.swatch-label{
    font-size: 17px;
  }
}

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

  #content .samita_productLabel-content[data-id="39947"] {
    height: 20px !important;
    width: 100px !important;
    top: 0 !important;
    border-radius: 0 !important;
}

  .cstm-prdct-cls .detail .product-form .not-in-quickbuy .shopify-app-block .okeReviews.oke-sr .oke-is-clickable{
    align-items: center;
  }

  .cstm-prdct-cls .detail.product-column-right{
  max-width:100%;
}

  #monster-cart-wrapper{
    width: 100% !important;
  }
  Html{
    max-width: 100% !important;
    overflow-x: hidden !important; 
  }
  body{
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  .template-product .cstm-prdct-cls{
    padding: 0 !important;
  }
  .template-product main#content > .container{
    padding: 0 !important;
  }
  .template-product main#content > .container .cstm-prdcts-all-sho{
    padding: 30px 20px !important;
    margin: 0 !important;
  }
  .template-product main#content > .container > .shopify-section.section-apps .fully-spaced-row--medium > .container{
    padding: 0px 20px !important;
    margin: 0 !important;
  }
  .template-product .cstm-prdct-cls .detail.product-column-right {
    padding: 0 16px !important;
  }
  .template-product .cstm-prdct-cls > .gallery {
    padding: 0 10px;
  }
  .template-product .cstm-prdct-cls .detail.product-column-right .swatches.swatches-type-products .swatch-single label.swatch-label{
    font-size: 18px;
  }
  .template-product .cstm-prdct-cls .detail.product-column-right .swatches.swatches-type-products .swatch-single ul.swatch-view.swatch-view-image li.swatch-view-item .swatch-image{
      padding: 0 !important;
  }
  /* .template-product .cstm-prdct-cls .detail.product-column-right .swatches.swatches-type-products .swatch-single ul.swatch-view.swatch-view-image li.swatch-view-item .swatch-image .star-set-image{
    width: 65px !important;
    height: 65px !important;
  } */
  .template-product .cstm-prdct-cls .detail.product-column-right .swatches.swatches-type-products .swatch-single ul.swatch-view.swatch-view-image{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .template-product .cstm-prdct-cls .detail.product-column-right .swatches.swatches-type-products .swatch-single ul.swatch-view.swatch-view-image li.swatch-view-item{
    margin: 0 !important;
  }

  
  


  
}

/* #shopify-section-template--18143226527976__featured_collection_bWcciT .rimage-wrapper:before{
  content:"20% OFF";
  background:black;
  position:absolute;
  top:0px;
  color:white;
  padding:5px;
  left:0px;
  z-index: 999;
  font-size: 14px;
  font-weight:600;
  font-family:'Circular_Std_Font' !important;
} */
/* 
#shopify-section-template--18143226527976__featured_collection_N6KB77 .rimage-wrapper:before{
  content:"60% OFF";
  background:black;
  position:absolute;
  top:0px;
  color:white;
  padding:5px;
  right:0px;
  z-index: 999;
  font-size: 14px;
  font-weight:600;
  font-family:'Circular_Std_Font' !important;
} */

#shopify-section-template--18143226527976__featured_collection_Mzgm94 .rimage-wrapper:before{
  content:"30% OFF";
  background:black;
  position:absolute;
  top:0px;
  color:white;
  padding:5px;
  right:0px;
  z-index: 999;
  font-size: 14px;
  font-weight:600;
  font-family:'Circular_Std_Font' !important;
}

#shopify-section-template--18143226527976__featured_collection_my6kc3 .rimage-wrapper:before{
  content:"30% OFF";
  background:black;
  position:absolute;
  top:0px;
  color:white;
  padding:5px;
  right:0px;
  z-index: 999;
  font-size: 14px;
  font-weight:600;
  font-family:'Circular_Std_Font' !important;
}




.samita_productLabel-content{
    width: 115px !important;
    top: 0px !important;
    right: 0px !important;
    height: 40px !important;
    font-size: 14px !important;
  color:black !important;
  background: transparent !important;
}


/* .template-page #content .samita_productLabel-content{
    width: 115px !important;
    top: 0px !important;
    right: 0px !important;
    height: 40px !important;
    font-size: 14px !important;
  color:black !important;
  /* background: transparent !important; */
}
 */


.popup {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-image {
    max-width: 70%;
    max-height: 70%;
    border-radius: 10px;
}

.close {
    position: absolute;
    top: 10%;
    right: 20%;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

#openPopup{
  border:1px solid blue;
  background:white;
  color:blue;
  padding:8px;
  font-size:14px;
}

#openPopup:hover{
  border:1px solid black;
  background:black;
  color:white;
}

.collection-listing .product-list{
  margin:0px !important; 
}

.swatch-image .star-set-image{
  width:60px !important;
  height:60px !important;
}

.opt-btn.is-unavailable+.opt-label[data-swatch]{
  display:none;
}

#cstm_pro_tag{
  display:block !important;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 999;
}

/* .template-index #content .samita_productLabel-content{
    width: 115px !important;
    top: 0px !important;
    right: 0px !important;
    height: 40px !important;
    font-size: 14px !important;
   color:black !important;
  background: transparent !important;
}
 */
/* .cbb-collection-page #content .samita_productLabel-content{
    width: 115px !important;
    top: 0px !important;
    right: 0px !important;
    height: 40px !important;
    font-size: 14px !important;
   color:black !important;
  background: transparent !important;
} */
.cc-rating-stars__svg{
    width:12px !important;
    height:12px !important;
  }



.product-block .add-to-cart-button:hover{
  background:black !important;
  color:white !important;
  border-color:black !important;
  transform:scale(1)!important;
  transition:all 0.2s ease-in-out;
}


.product-block .add-to-cart-button{
  opacity:0;
  transition:all 0.2s ease-in-out;
}

.product-block:hover .add-to-cart-button{
  opacity:1;
  transition:all 0.2s ease-in-out;
}


@media only screen and (max-width: 600px) {
  .product-block .add-to-cart-button{
  opacity:1 !important;
  transition:all 0.2s ease-in-out;
}


#content .samita_productLabel-content{
    width: 85px !important;
    top: -7px !important;
    right: -2px !important;
    height: 40px !important;
    font-size: 10px !important;
}
/* 
  .cbb-collection-page #content .samita_productLabel-content{
    width: 85px !important;
    top: 0px !important;
    right: -5px !important;
    height: 40px !important;
    font-size: 10px !important;
}

  .template-page #content .samita_productLabel-content{
    width: 85px !important;
    top: 0px !important;
    right: -5px !important;
    height: 40px !important;
    font-size: 10px !important;
}

   */

 .cbb-collection-page  .container{
   padding-left:12px !important;
 }

  #cstm_pro_tag{
  display:block !important;
  position: absolute;
  right: 5px;
  top: 10px;
  z-index: 999;
  width: 125px;
  text-align: center;
  line-height: 15px;
}

  #cstm_pro_tag span{
    font-weight:100;
    font-size:12px;
  }

 .product-list .product-block{
   justify-content:space-between !important;
 }

  .section-featured-collection .container.container--no-max{
    padding:0px 8px !important;
  }

  .close{
    top: 25% !important;
    right: 5% !important;
  }

  .popup-image {
    max-width: 90% !important;
    max-height: 70% !important;
    border-radius: 10px !important;
}
  

}