/** Shopify CDN: Minification failed

Line 370:64 Expected identifier but found whitespace
Line 423:2 Expected ":"
Line 1062:1 Unexpected ";"
Line 1072:0 Unexpected "}"

**/
:root{  
   --button-border-radius: 20px!important;
}
/* Hide add to cart buttons on all product instead of table mats, trivets, napkins, roshni chopra collection */
body:not(.template-product-non-wallpapers):not(.template-product-roshni-chopra-trivets):not(.template-product-napkins):not(.template-product-roshni-chopra):not(.template-product-wall-decals) .add_to_cart_holder {
  display: none !important;
}

/* side cart quick view hide */
.cart-drawer--recommendations .product-cart-item .text-button {
  display:none;
}
/* Landing page */
.template-page-forms-landing-page .header {
  display:none;
}
.template-page-forms-landing-page .shopify-section-group-footer-group {
    display: none;
}
/*demo home page*/
.Quote-sec{
background-color:#f2f2f2;
}
/* Single product page */
.add-to-cart-container .addToCartCustomButton {
    margin-bottom: 10px !important;
}

/* Mega Menu changes */
.thb-full-menu li:nth-child(1) .sub-menu li a {
    font-size: 1rem!important;
    color: #646464!important;
}

.thb-full-menu li:nth-child(2) .sub-menu li a {
    font-size: 1rem!important;
    color: #646464!important;
}

.thb-full-menu li:nth-child(1) .mega-menu-promotion {
    width: 17vw;
    margin: 20px 20px;
   border-radius:10px;
}
.thb-full-menu li:nth-child(1) .mega-menu-columns {
    display: flex !important;
    flex-wrap: wrap;
     gap:30px;
      padding: 20px;
    align-items: center;
    height: fit-content;
}
.thb-full-menu li:nth-child(1) .sub-menu li {
    min-width: 46% !important;
    height: 45px  !important;
    background-color: #f2f2f2  !important;
    padding: 10px  !important;
    text-align: center  !important;
    border-radius:10px;
}
.thb-full-menu .mega-menu-columns__heading {
    text-transform: capitalize!important;
}
/* Product page */
.variations .product-form__input--block input[type=radio]:checked+label {
      background-color: #222;
    color: #fff;
}
/*New Mega Menu changes */
.thb-full-menu li:nth-child(2) .mega-menu-promotion {
    width: 17vw;
    margin: 20px 20px;
    border-radius:10px;
}
.thb-full-menu li:nth-child(2) .mega-menu-columns {
    display: flex !important;
    flex-wrap: wrap;
     gap:30px;
      padding: 20px;
    align-items: center;
    height: fit-content;
}
.thb-full-menu li:nth-child(2) .sub-menu li {
    min-width: 46% !important;
    height: 45px  !important;
    background-color: #f2f2f2  !important;
    padding: 10px  !important;
    text-align: center  !important;
    border-radius:10px;
}


.thb-full-menu ul {
display:flex;
}

.thb-full-menu li:last-child .sub-menu{
display:block!important;
margin-top:18px!important;
}

/* .thb-full-menu li.menu-item-has-children:hover>.sub-menu {
    display: block!important;
} */

.thb-full-menu ul li{
    padding:20px;
    text-align: center;
    padding:0px;
}
.level4-image::after{
content:"";
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.level4-image b{
    font-weight: 900;
    font-size: 18px;
}
.level4-image img{
border-radius:10px;
}

.level2-text-inner {
display: flex;
flex-direction: column;
text-align:left;
}
.level2-text-inner p{
font-weight: 900;
    font-size: 16px;
}

/* discount popup css*/
#preview-wrapper {
  border:none;
  padding:15px;
  
}
/* Reviews */
.jdgm-rev-widg.jdgm-rev-widg {
    display: block;
    padding: 2% 7%;
}
.jdgm-star {
    color: #fbbc05 !important;
}
/*header menu*/
.full-menu ul li:nth-child(5) ul li:nth-child(1) {
padding-right:20px;
}
.full-menu ul li:nth-child(5) ul{
display: flex;
    flex-direction: column!important;
}

/*custom-dimensions section*/
/*quantity*/
.shopify-section.product-section .quantity{
display:none;
}
.add-to-cart-container .addToCartCustomButton{
border-radius:0px;
  margin-bottom: 40px;
  min-height: 2rem;
}
.product-custom-option{
border:none;
  padding:0px!important;
}
.option-price-container{
border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
  background:white;
    float: left!important;
  border:none!important;
}
.addition-price-value{
font-size:20px!important;
color:black!important;
}
.button-input-holder .button-label{
border-radius:0px;
}
.opc-quantity-holder .minus1 {
border:none!important;
background-color:transparent !important;
}
.opc-quantity-holder .minus1:hover:not([disabled]){
color:black!important;
}

.opc-quantity-holder #quantity-66214a38c1046db37674b24a{
border:none;
}

.opc-quantity-holder{
border:1px solid #cdcdcd !important;
margin-bottom:20px!important;
      height: 39px!important;
  border-radius:20px!important;
}

.opc-quantity-holder .add1{
border:none!important;
background-color:transparent !important;
}
.opc-quantity-holder input:hover{
color:black !important;
}

.product-custom-option .stepHolder{
display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.optionHolder:nth-child(1){
width:100%!important;
}
.optionHolder:nth-child(2){
width:44%!important;
}
.add-to-cart-container .addToCartCustomButtonText{
  font-size:18px;
  text-transform:capitalize;
}

.addToCartCustomButton:hover {
background-color:black!important;
  color:white!important;
  transition: color .25s cubic-bezier(.104,.204,.492,1), background-color .25s cubic-bezier(.104,.204,.492,1), border-color .25s cubic-bezier(.104,.204,.492,1);
}
.addToCartCustomButton{
box-shadow:none;
  background-color:white!important;
  color:black!important;
  border:1px solid black!important;
}
.addition-price-value-holder{
margin-left:-30px!important;
}

.product-custom-option .stepHolder .button-input-holder .button-label {
    border-color: #ced4da;
    border-radius: 20px;
    padding: 13px 20px;
}
.cstm-instructions {
    font-size: 14px;
    color: #616467;
    width:100%;
}
.cstm-text {
    width: 90%;
}
div#shopify-section-template--23788424560939__video_fPVR9W, div#shopify-section-template--24947543933227__video_wUaeXV {
  display:none;
}





/*cart icon */
.thb-secondary-area-item {
    margin-right: 10px;
}

/*new home page*/
  #shopify-section-template--23372294226219__multicolumn_xXtMB9{
background-image:url("/cdn/shop/files/Untitled_design_8.jpg?v=1727096793")!important;
background-repeat:no-repeat!important;
    background-size:cover!important;
padding-bottom:3%!important;
}
#shopify-section-template--22308014096683__multicolumn_bT7Qg8{
background-image:url("/cdn/shop/files/Untitled_design_8.jpg?v=1727096793")!important;
background-repeat:no-repeat!important;
    background-size:cover!important;
padding-bottom:3%!important;
}
#shopify-section-template--23372294226219__multicolumn_aEGkqQ {
background-image:url("/cdn/shop/files/Untitled_design_8.jpg?v=1727096793")!important;
background-repeat:no-repeat!important;
    background-size:cover!important;
padding-bottom:3%!important;
}
#shopify-section-template--22308014096683__multicolumn_xP7QGV{
background-image:url("/cdn/shop/files/Untitled_design_8.jpg?v=1727096793")!important;
background-repeat:no-repeat!important;
    background-size:cover!important;
padding-bottom:3%!important;
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
#shopify-section-template--22308014096683__multicolumn_bT7Qg8 .multicolumn__column{
margin-bottom:0px!important;
}
  
#shopify-section-template--22308014096683__multicolumn_bT7Qg8 .text-button {
    font-size: 20px!important;
    font-weight: 700;
    line-height: 25px!important;
}
#shopify-section-template--22308014096683__multicolumn_xP7QGV .text-button {
  font-size: 20px!important;
    font-weight: 700;
    line-height: 25px!important;
}
div#shopify-section-template--23788424560939__video_MkJthr, div#shopify-section-template--24947543933227__video_UCBBHX {
    display: none;
} 
  div#shopify-section-template--23788424560939__video_fPVR9W, div#shopify-section-template--24947543933227__video_wUaeXV {
      display:block !important;
  }
  div#shopify-section-template--23788424560939__video_fPVR9W {
    padding-top:40px;
  }

 div#shopify-section-template--23788424560939__video_fPVR9W   .video-section__container.video-aspect--16-9, div#shopify-section-template--24947543933227__video_wUaeXV .video-section__container.video-aspect--16-9{
    aspect-ratio: 3 / 4;
}
  .baDropdownStyle.mobile_bottom_left:not(.hideOnMobile) {
    left: unset !important;
        right: 20px !important;
  }
  .whatsapp-text {
      bottom: 56px !important;
   right: 15px !important;
  }
  .whatsApp {
    bottom: 25px !important;
    right: 126px !important;
}
.whatsApp {
  display:none;
}
  .baDropdownStyle.bottom_right {
    bottom: 30px !important;
    left: 20px !important;
    right: unset !important;
}
/*new home page*/
.Video-explore-btn .rich-text{
    margin-top: -50px;
}
 
  #shopify-section-template--23372294226219__multicolumn_xXtMB9{
background-image:url("/cdn/shop/files/shared_image_20.jpg?v=1726220720")!important;
background-repeat:no-repeat!important;
    background-size:cover!important;
padding-bottom:20%!important;
}
#shopify-section-template--22308014096683__multicolumn_bT7Qg8{
background-image:url("/cdn/shop/files/shared_image_20.jpg?v=1726220720")!important;
background-repeat:no-repeat!important;
    background-size:cover!important;
padding-bottom:20%!important;
}
  #hopify-section-template--23372294226219__multicolumn_xXtMB9 . .rich-text__inner{
margin-bottom:30px;
}

#shopify-section-template--23372294226219__multicolumn_c46jVw{
background-image:url("/cdn/shop/files/shared_image_20.jpg?v=1726220720")!important;
background-repeat:no-repeat!important;
    background-size:contain!important;
}
#shopify-section-template--23372294226219__multicolumn_aEGkqQ{
background-image:url("/cdn/shop/files/Indian_Heritage.jpg?v=1726732612")!important;
background-repeat:no-repeat!important;
    background-size:cover!important;
padding-bottom:10%!important;
}
#shopify-section-template--22308014096683__multicolumn_xP7QGV{
background-image:url("/cdn/shop/files/Indian_Heritage.jpg?v=1726732612")!important;
background-repeat:no-repeat!important;
    background-size:cover!important;
padding-bottom:10%!important;
}

.shop-by-room-btn{
position: absolute;
    margin-top: -20%;
    margin-left: 30%;
}


#shopify-section-template--23372294226219__video_bizie7  .video-section.section-spacing{
    /* display: none!important; */
    margin: 20px;
  }
/*end new home page/

/*homepage icon section*/
/* .text-with-icons.icon-top.text-center .text-with-icons__block {
    align-items: start!important;
      text-align: left!important;
} */

/*compare iamge section*/
.compare-image-section .rich-text__inner h3{
margin-top: 30px;
    margin-bottom: -20px;
}
  
/*end */
  
 .collection-banner--has-bg {
    min-height: 120px;
} 
.collection-banner--image img{
  object-fit: contain !important;
}
.collection-banner--content h1 {
    font-size: 28px;
}
  
/*blogs single page*/
.blog-post-detail .entry-title{
    font-size: 2rem !important;
}

  #shopify-section-template--22308014096683__rich_text_b4y8Th .button span:hover {
    color: black!important;
}
  /* .production-information--sticky .style_body {
    margin-top: -50px!important;
} */
 .columns {
    margin-left: 0px!important;
}
#shopify-section-template--22308013998379__promotional_banner_bmrded{
display:none;
}
  .product-card--add-to-cart-text{
font-size:15px!important;
}
  
/*home page our collections */
.products.carousel .product-card {
    height: 300px!important;
}
  
  /*footer text*/
  .footer .thb-widget-title.collapsible {
    font-size: 1rem;
}  

/*single product page*/
#ProductInfo-template--22308014588203__main-product .product-title{
    font-size: 22px!important;
    line-height: 26px!important;
}
      .collection-banner--content h1 {
font-size:2rem!important;
}
  .testimonials__testimonial p {
    font-size: 18px!important;
}
  .post-title h1{
font-size:18px!important;
}


  /*tab section with image in home page*/
  .tab-section {
        gap: 15px!important;
        padding: 0px!important;
        align-items: center!important;
        list-style-type: none;
  margin-left:5px!important;
}
.tab-section li {
        min-width: 47% !important;
    height: 60px !important;
    padding: 5px !important;
    text-align: center !important;
    border-radius: 10px;
    padding-top: 15px !important;
}
  .tab-section-with-img .rich-text__inner {
  display: block!important;
}
  /*end*/

}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
#shopify-section-template--23372294226219__video_bizie7{
    display: none!important;
  }
#shopify-section-template--23372294226219__single_image_hHC9JW{
    display: none!important;
  }
/*single producct page product feature section*/
/*    .medium-3 {
        flex: 0 0 50%!important;
        max-width: 50%!important;
    } */

.collection-banner--has-bg {
    min-height: 230px;
}
.collection-banner--title {
    font-size: 3rem!important;
}

  /*tab section with image in home page*/
  .tab-section {
        gap: 15px;
        padding: 0px;
        align-items: center;
        list-style-type: none;
  margin-left:5px;
}
.tab-section li {
        min-width: 29% !important;
        height: 50px !important;
        padding: 12px !important;
        text-align: center !important;
        border-radius: 10px;
        font-size: 16px;
}
  .tab-section-with-img .rich-text__inner {
  display: block!important;
}
  /*end*/
  
}

@media only screen and (min-width: 768px) and (max-width: 1920px) {
 #shopify-section-template--22308013998379__promotional_banner_geranr{
display:none!important;
}
   .footer {
  padding-bottom: 30px!important;
}
.five-column .text-with-icons__inner {
        grid-template-columns: repeat(5, minmax(200px, 300px)) !important;
    }
  
}

.product-custom-option{
border:none!important;
}
.stepHolder {
display:flex !important;
}
.option-price-container{
background-color:#ffffff!important;
}

/*wishlist icon */
.h-wishlist-icon{
    position: absolute;
    margin: 93.7%;
    width: 3%;
}

.h-wishlist-icon svg {
    width: 20px;
    margin-top: 7px;
}

@media only screen and (min-width:1200px) {
/* Footer css */
.footer {
    margin-bottom: -100px;
    z-index: 9;
    position: relative;
    background: transparent;
} 
  
/*collection banner */

.collection-banner--has-bg {
    min-height: 400px!important;
}
}


@media (min-width: 1600px) and (max-width: 1700px) {

/*collection banner */

 .collection-banner--has-bg {
    min-height: 480px!important;
} 
}


@media (min-width: 1700px) and (max-width: 1920px) {

/*collection banner */

.collection-banner--has-bg {
    min-height: 570px!important;
} 
  
   .h-wishlist-icon{
    margin: 95%;
}
  .h-wishlist-icon{
    width: 2%;
}
}

/*home page our collections */
.products.carousel .product-card {
    height: 380px;
}

/*blogs single page heading*/
.entry-title{
font-size:30px!important;
  font-weight:600!important;
line-height:40px!important; 
}

.wp-block-heading{
font-size:29px!important;
  font-weight:600!important;
line-height:30px!important; 
}
h3.wp-block-heading{
font-size:40px!important;
  font-weight:500!important;
line-height:30px!important; 
}

h2.wp-block-heading{
font-size:20px!important;
  font-weight:600!important;
line-height:30px!important; 
}

h4.wp-block-heading{
font-size:20px!important;
  font-weight:600!important;
line-height:30px!important; 
}

p.heading-font{
font-size:1.3rem!important;
}

.font-bold{
font-weight:800!important;
}

.promotional-banner--content-inner a.button.outline:hover {
    color: black !important;
  font-weight:700!important;
}

/* Whatsapp css */
/* .whatsApp{
    position: fixed;
    width: 60px;
    height: 90px;
    bottom: 40px;
    right: 40px;
    z-index: 100;
    right: 20px;
} */
.whatsapp-img {
  width:100%;
}
/* .whatsapp-text {
      position: fixed;
    width: 120px;
    bottom: 10px;
    z-index: 100;
    right: 4px;
    background-color: #fff;
    border: 1px solid #2222221a;
    border-radius: 50px;
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 5px 0;
} */

/* Optional whatsapp css */
.whatsApp {
    position: fixed;
    width: 36px;
    height: 90px;
    bottom: 33px;
    z-index: 100;
    right: 138px;
}
.whatsapp-text {
    position: fixed;
    width: 156px;
    bottom: 64px;
    z-index: 99;
    right: 34px;
    background-color: #fff;
    border: 1px solid #2222221a;
    border-radius: 20px;
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 5px 0;
    padding-left: 30px;
}
.baDropdownStyle.bottom_right {
    bottom: 140px;
}

.baDropdownStyle .bacurr-choiceDesign {
      border-radius:20px;
    padding-left:17px;
}

product-options-section .opc_paper_type_input {
  display: none;
}


.custom-loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9990;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}


.shopify-section.product-section.variant-changed .custom-loader {
  opacity: 1;
  visibility: visible;
}

.custom-loader:before {
  content: "";
  position: fixed;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #161616;
  border-top: none;
  left: none;
  z-index: 9991;
  border-radius: 50%;
  animation: rotate 1s linear infinite;
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/*shop by collection menu view all button*/
.view-all-btn {
border:1px solid #151515!important;
  color:#151515!important;
  background:#0000000!important;
  padding:10px 15px 10px 15px!important;
}

.view-all-btn:hover {
  color:#ffffff!important;
  background:#000000!important;
}

.thb-full-menu li:nth-child(3) ul{
    display: flex!important;
    flex-wrap: wrap!important;
    list-style: none!important;
}

.thb-full-menu li:nth-child(3) ul li{
 flex: 1 0 14% !important; /* Assuming you want 6 items in a row */
  box-sizing: border-box!important;
}

.thb-full-menu li:nth-child(3) ul li a:after{
    content: none!important;
}

/*mega menu hover*/
#wrapper .click-capture, .side-panel, .back-to-top, .back-to-top path, .header:after, .header.transparent--true:before, .header .logolink .logoimg, .thb-secondary-area-item.thb-secondary-myaccount span:after, .thb-secondary-area-item svg path, .thb-secondary-area .thb-item-count, .mobile-toggle span, .thb-full-menu a:after, .thb-full-menu li.menu-item-has-children>a svg path, .thb-full-menu .sub-menu, .thb-localization-forms.inside-header .select-arrow svg path, .shopify-payment-button__more-options:after, .spr-summary-actions-newreview:after, .text-button:after, .button:before, input[type=submit]:before, .button span, input[type=submit] span, input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], textarea, select, input[type=checkbox], input[type=radio], .field label, .custom-checkbox[type=checkbox], .custom-checkbox[type=checkbox]:after, .quantity .minus svg, .quantity .plus svg, .cart-drawer .free-shipping--percentage, .cart-drawer .order-note-toggle__content, .cart-drawer .order-note-toggle__content-overlay, .flickity-page-dots .dot, .flickity-nav, .flickity-nav svg{
transition: all .1s cubic-bezier(.104,.204,.492,1)!important;
} 


.text-with-icons.icon-small .text-with-icons__icon {
    width: 11%!important;
}
.product-custom-option .option-name-display div.priceholder {
  display: none;
}

/*vendor name hide*/
.product-card-vendor{
  display:none;
}
/*gallery item*/
.gallery__item-content h4 {
font-size:28px!important;
}

.product-card-title {
font-weight:700;
}

/* .add_to_cart_holder{
display:none;
} */

.thb-full-menu>li>a {
    font-size: 1.2rem;
}

.mega-menu-promotion .heading-font{
font-size: 1.7rem !important;
    text-shadow: 0px 0px 10px #222222;
text-transform:capitalize!important;
}
.mega-menu-promotion--cover {
    padding: 0 20px 20px!important;
}

.content-bottom-left .h2{
    font-size: 1.7rem !important;
    text-shadow: 0px 0px 10px #222222;
}
.before-after-image--content-top .h3{
font-size: 1rem!important;
    color: #646464!important;
  background-color: #f2f2f2  !important;
border-radius:20px!important;
}
.thb-secondary-myaccount span{
font-size:1.2rem !important;
}

.post-author{
display:none!important;
}

.level4-image b{
font-size: 1rem!important;
    color: #646464!important;
  font-weight:600!important;
}
.sub-menu a{
font-size: 1rem!important;
    color: #646464!important;
  font-weight:600!important;
}

.view-all-btn{
border-radius:20px;
}

.thb-product-detail .product-title.uppercase--true {
    text-transform: capitalize!important;
}

.product-card .product-card-quickview--button {
border-radius:20px;
}

.collection-banner--title {
 font-size: 4rem !important;
    text-shadow: 0px 0px 10px #222222;
text-transform:capitalize!important;
}

.product-form__input--block label {
border-radius:20px!important;
  box-shadow: 0px 0px 0px 1px #cdcdcd!important;
          margin-right: 10px!important;
}

.option-type-text input{
    border-radius: 20px!important;
    border: 1px solid #ced4da!important;
}

.add-to-cart-container .addToCartCustomButton {
    border-radius: 20px;
  box-shadow:none;
  /* border:1px solid  #cdcdcd!important; */
}

.side-panel-header h4{
text-transform:capitalize;
}

.product--text {
font-weight:600!important;
}

 /* #ProductInfo-template--22308014588203__main-product .style_body{
margin-top:-40px;
}  */

.collapsible-content.heading-uppercase-true .accordion summary {
    text-transform: capitalize;
}

.product-cart-item .cart-product-link {
font-weight:700!important;
}

.product-cart-item .cart-product-link strong{
font-weight:700!important;
}

/*contact form*/
input#ContactFormName,
input#ContactFormEmail,
input#ContactFormPhone,
textarea#ContactFormMessage{
    border-radius: 20px!important;
}
.thb-predictive-search--label,
.side-panel-content--tabs button{
text-transform:capitalize!important;
}

.breadcrumbs {
   text-shadow: 0px 0px 1px #222222!important;
}
.product-card-info .product-card-title{
text-transform:capitalize!important;
}

.price {
    font-weight: 500!important;
    font-size: .8375rem!important;
    margin-top: 5px!important;
}

/*hiding collection title heading */


/*side panel calculator*/
.shopify-block.shopify-app-block:has(.stepHolder.step0 ) ~ div form quantity-selector {
   display: none !important;
}

.featured-collection-list--button .h1{
text-shadow:0px 0px 10px #222222!important; 
}
.social-links span{
    display: none!important;
}
.social-links {
display:flex;
}  
.social-links li a{
    margin-right: 20px!important;
}

/*login page*/
#customer_login > .field > input{
border-radius:20px!important;
}

.collection-card__image img, .collection-card__image .thb-placeholder {
  object-position:13%;
}

input[type=text], input[type=password], input[type=email]{
border-radius:20px!important;
}

@media (max-width: 545px) {
  .text-with-icons__inner {
    grid-template-columns:repeat(2,1fr) !important;
  }
}

#shopify-section-template--22308013998379__main-collection-banner > .collection-banner--title {
display:block!important:
}

.hide_heading {
  display: none;
}

#shopify-section-template--22308014096683__rich_text_XfXij8 .h3{
margin-top:50px!important;
margin-bottom:-20px!important;
}

/*tab section with image in home page*/
.tab-section {
  display: flex !important;
  flex-wrap: wrap;
  gap: 30px;
  padding: 20px;
  align-items: center;
  height: fit-content;
  list-style-type: none;
}
.tab-section li {
  min-width: 30%;
  height: 60px;
  background-color: #f2f2f2 ;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
}
.tab-section li a {
  text-decoration: none;
}
.tab-section-with-img .rich-text__inner {
  max-width: 100%;
  display: flex;
}

.tab-section li a:hover {
    text-decoration: underline!important;
}
.highlighted-view-all{
background: #ffffff!important;
    border: 1px solid #646464!important;
}
.tab-section-with-img .rich-text__inner img{
    border-radius: 20px;
}
/*end */


/*compare iamge section*/
.compare-image-section .rich-text__inner h3{
margin-top: 30px;
    margin-bottom: -20px;
}
  
/*end */

#FacetFiltersFormMobile collapsible-row:nth-child(2){
display:none!important;
};

/*new home page*/
#shopify-section-template--23372294226219__single_image_hHC9JW{
    display: none!important;
  }

#shopify-section-template--23372294226219__single_image_hHC9JW .thb-placeholder{
    display: none!important;
  }
}
.post-title h1{
font-size:60px!important;
}

.product-information .product-title{
font-family:"Nunito Sans", sans-seri!important;
}

.text-button:before {
  content: none;
}

#Product-Drawer-Content .product-title{
  font-family: "Nunito Sans", sans-serif !important;
}
#shopify-section-template--23825353343275__collection_list_yi4WjG{
margin-top:-30px;
}
/*adding border radius in products listing image*/
.product-featured-image a {
  border-radius: 20px !important;
}
.wishlist-icon {
  display: none !important;
}
.wishlist-engine {
  display: none !important;
}
/*end*/
  /* Produt page sample section */
 .sample-box {
    background-color: #f1f1f1;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 20px;
}
  .sample-box h4 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .sample-box p {
    opacity: 0.6;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .sample-box h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 12px;
  }
 .sample-box a {
background-color: #222;
    padding: 10px 15px;
    color: #fff;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
 }