.sh-header-main {
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3) !important; 
}
.sh-two-col-product-card >a>div>img {
  object-fit: cover;
}
.sh-two-col-product-card >a>div>div>img {
  object-fit: cover;
}
.pr-long-col-media
{
object-fit: contain;
}
.sh-categories-container > div >h2 {
    display:none !important;
}
.sh-categories-container > div > hr {
   display:none !important;
}
.sh-banner-collection-card > a > div > div > p {
  display:none;
}
.sh-banner-collection-card > a > div > div > p > svg {
  display:none;
}
.sh-product-card {
    background-color:#fff;
    border: 1px solid #d7d7d7;
    }
.sh-product-card:hover {
    border: 1px solid #012369;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.sh-product-card-discount-tag {
    font-weight: 400 !important;
    border-radius: 0px !important;
}
.sh-product-discount-tag {
    font-weight: 400 !important;
    border-radius: 0px !important;
}
.sh-product-plus-minus-button {
    background-color: #fbae22;
    color: #fff;
    border: 1px solid #fbae22;
    border-radius: 0px !important;
    fill: #fff;
}
.sh-product-plus-minus-button:hover {
    background-color: #fbae22;
    color: #fff;
    border: 1px solid #fbae22;
    border-radius: 0px !important;
    fill: #fff;
}
.sh-product-plus-minus-button-div
{
color:#fff;
}
.sh-product-buy-now-button {
    color: #FFFFFF;
    border: 1px solid #fbae22;
    outline: none !important;
    padding: 12px;
    background-color: #fbae22;
    white-space: nowrap;
}
.sh-solid-button {
    border-radius: 1px;
    border:1px solid #fbae22 !important;
    background-color: #fbae22;
    color: #FFFFFF;
}
.sh-solid-button:hover {
    background-color: #2a8286!important;
    color: #FFFFFF !important;
}
.sh-footer-main
{
background-color:#222020;
color:#fff;
}

