.sh-header-main {
    background-color: #FFFFFF;
    box-shadow: rgb(238 238 238) 0px 1px 0px;
}
.sh-header-location-icon {
    fill: #b87b58 !important;
}
.sh-header-account-icon {
    stroke: #b87b58 !important;
}
.sh-header-cart-icon {
    stroke: #b87b58 !important;
    fill: none !important
}
.sh-header-arrow-icon {
    fill: #b87b58 !important;
}
.sh-header-search-icon {
    stroke: #b87b58 !important;
}
.sh-header-cart-badge {
    background-color: #b87b58;
    color: #FFFFFF;
}
.sh-header-mob-menu-icon {
    color: #b87b58;
}
.sh-footer-main {
    background-color: #b87b58;
    color: #FFFFFF;
}
.sh-footer-icon {
    color: #FFFFFF !important;
}
.sh-product-card {
    border: 1px solid #E5E5E5;
    border-radius: 16px;    
}
.sh-product-card:hover {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.sh-product-card-price {
    color: #b87b58;
}
.sh-product-card-mrp {
    color: #666666;
}
.sh-product-card-name {
    color: #1a1a1a;
}
.sh-product-card-discount-tag {
    background-color: #b87b58;
    color: #FFFFFF;
    font-weight: 400;
    border-radius: 8px 0px 8px 0px;
    right: auto;
    top: 0px;
    left: 0px;
}
.sh-product-discount-tag {
    background-color: #b87b58;
    color: #FFFFFF;
    font-weight: 400;
    border-radius: 4px;
}
.sh-product-plus-minus-button {
    background-color: #f2e7e1;
    color: #b87b58;
    border: 1px solid #f2e7e1;
    border-radius: 4px;
    fill: #b87b58;
}
.sh-product-plus-minus-button:hover {
    background-color: #b87b58 !important;
    color: #FFFFFF !important;
}

.sh-product-card-enquiry {
    border: 1px solid #b87b58 !important;
    color: #b87b58 !important;
    background: #FFFFFF !important;
}

.sh-product-enquiry {
    border: 1px solid #b87b58 !important;
    color: #b87b58 !important;
    background: #FFFFFF !important;
}

.sh-solid-button {
    border-radius: 4px;
    border:1px solid #dbbdab !important;
    background-color: #dbbdab;
    color: #FFFFFF;
}
.sh-solid-button:hover {
    background-color: #b87b58 !important;
    color: #FFFFFF !important;
}

.sh-bottom-nav-main {
    background-color: #b87b58;
}
.sh-bottom-nav-selected {
    stroke:  #FFFFFF !important;
    color:  #FFFFFF !important;
    fill: none !important;
}
.sh-bottom-nav-unselected {
    stroke:  rgb(187, 187, 187) !important;
    color:  rgb(187, 187, 187) !important;
}
.sh-bottom-nav-cart-badge {
    background-color: #FFFFFF !important;
    color: #b87b58 !important;
}
.sh-category-card {
    margin:0px 10px 10px;
    padding-top:8px;
    border-radius: 16px;
}
.sh-category-card:hover {
   transform: scale(1.3,1.1);
   transform-origin: 51% 55%;
   cursor: crosshair;
}
.sh-row-title-divider {
   display: none;
}

.sh-product-wishlist-desktop {
    border-color: #FF0000 !important;
}
.sh-product-share-icon {
    stroke: #b87b58 !important;
}
.sh-product-social-button {
    background-color: #b87b58;
    fill: #b87b58;
}
.sh-product-wishlisted-icon {
    fill: #FF0000 !important;
}
.sh-product-not-wishlisted-icon {
    stroke: #FF0000 !important;
}
.sh-footer-main {
    background-color: #c3e3e6;
    color: #1a1a1a;
}
.sh-footer-icon {
    color: #b87b58 !important;
}
.sh-outlined-button {
    border-radius: 0px;
}

.sh-product-buy-now-button {
    color: #FFFFFF;
    border: 1px solid #dbbdab;
    outline: none !important;
    padding: 12px;
    background: #dbbdab;
    white-space: nowrap;
}

.sh-solid-button:hover {
    background-color: #b87b58 !important;
    color: #FFFFFF !important;
} 
.sh-categories-container {
    background-color: #FFFFFF;
}
.app-bar .punchline {
    font-size: 17px;
    font-weight: bold;
}
@media(max-width:600px){
.app-bar .punchline {
    font-size: 8px;
    font-weight: bold;
    text-align: left;
}

}
.three-column-footer__rightsText {
    font-size: 15px;
    color: #121212;
}
.variant-selector-values {
    margin-top: 12px;
    display: none;
}
.variant-selector-field-text {
    font-size: 14px;
    font-weight: bold;
}

@media (max-width:480px){
    .app-bar .logo{
        height:40px;
    }
    }

.sh-aboutus-location-storeinfo > div:first-child .store-info-value {
    visibility: hidden; 
  position: relative;
}


.sh-aboutus-location-storeinfo > div:first-child .store-info-value::after {
  content: "24 Hours";
    font-size: 14px;
    visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
}

#contact-us-timings .contact-text {
       visibility: hidden; 
  position: relative;
}

#contact-us-timings .contact-text::after {
       content: "24 Hours";
    font-size: 14px;
    visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
}

.product-component-price-soicon-container::after {
  content: "Order 10k and above - free delivery";
  display: block;          /* make it appear on a new line */
  margin-top: 8px;         /* some space above the text */
  font-size: 14px;         /* adjust size */
  color: #333;             /* text color */
  font-weight: 500;  
  margin-top: 32px;  
  font-style: italic;    
  position: absolute;
}


.product-component-price-soicon-container {
 margin-bottom: 45px;
}