/* HEADER */
.sh-header-main {
background-color: #000000 !important;
color: #FFFFFF !important;
}

.sh-header-location-icon,
.sh-header-account-icon,
.sh-header-cart-icon,
.sh-header-arrow-icon,
.sh-header-search-icon {
stroke: #FFD700 !important;
fill: #FFD700 !important;
}

.sh-header-cart-badge {
background-color: #FFD700 !important;
color: #000000 !important;
}

.sh-header-menu {
background-color: #000000 !important;
color: #FFFFFF !important;
}

/* BOTTOM NAV */
.sh-bottom-nav-main {
background-color: #FFFFFF !important;
}

.sh-bottom-nav-selected {
stroke: #FFD700 !important;
color: #FFD700 !important;
}

.sh-bottom-nav-unselected {
stroke: #888888 !important;
color: #888888 !important;
}

.sh-bottom-nav-cart-badge {
background-color: #FFD700 !important;
color: #000000 !important;
}

/* PRODUCT CARD */
.sh-product-card-price {
color: #000000 !important;
font-weight: 600 !important;
}

.sh-product-card-mrp {
color: #888888 !important;
}

.sh-product-card-name {
color: #1a1a1a !important;
font-weight: 500 !important;
}

.sh-product-card-discount-tag {
background-color: #FFD700 !important;
color: #000000 !important;
font-weight: 600 !important;
border-radius: 6px !important;
}

/* PRODUCT PAGE */
.sh-product-discount-tag {
background-color: #FFD700 !important;
color: #000000 !important;
border-radius: 20px !important;
}

/* BUTTONS */
.sh-solid-button {
background-color: #FFD700 !important;
color: #000000 !important;
border-radius: 8px !important;
border: none !important;
}

.sh-product-buy-now-button {
background-color: #FFD700 !important;
color: #000000 !important;
font-weight: 600 !important;
}

/* QUANTITY BUTTON */
.sh-product-plus-minus-button {
background-color: #000000 !important;
color: #FFFFFF !important;
border: 1px solid #000000 !important;
}

/* ICONS */
.sh-product-social-button,
.sh-product-wishlisted-icon {
background-color: #FFD700 !important;
fill: #FFD700 !important;
}

.sh-product-not-wishlisted-icon {
stroke: #FFD700 !important;
}

/* FOOTER */
.sh-footer-main {
background-color: #000000 !important;
color: #FFFFFF !important;
}

.sh-footer-icon {
color: #FFD700 !important;
}

/* CATEGORY */
.sh-categories-container {
background-color: #FFFFFF !important;
}

/* GENERAL BUTTON STYLE */
.sh-outlined-button {
border-radius: 8px !important;
border: 1px solid #FFD700 !important;
color: #FFD700 !important;
}