.sh-product-plus-minus-button {
    background-color: #000;
    color:#fff ;
    border: 1px solid #000;
    border-radius: 0px;
    fill: #F82C2B;
}
.sh-product-plus-minus-button:hover {
    background-color: #000;
    color:#fff ;
    border: 1px solid #000;
    border-radius: 0px;
    fill: #F82C2B;
}
.sh-categories-container
{
    
    margin-top: 20px;
    margin-left:40px;
}
.row-heading
{
color:#fff;
text-align: center;
}
.sh-home-product-container
{
background-color:#000;
color:#fff;
}
.sh-header-main {
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3) !important; 
}
.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 {
    border-radius: 0px;
}
.sh-product-card:hover {
    border-radius: 0px;
    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-card-enquiry {
    border: 1px solid #29A56C !important;
    color: #29A56C !important;
    background: #FFFFFF !important;
}
.sh-product-enquiry {
    border: 1px solid #29A56C !important;
    color: #29A56C !important;
    background: #FFFFFF !important;
}
.sh-footer-main
{
background-color:#000;
color:#fff;
}
.sh-solid-button {
background-color:#fff;
border: 1px solid #000 !important;
color:#000;
}

.sh-solid-button:hover {
border: 1px solid #F82C2B !important;
}

.checkout-buttons-button-container button {
background-color:#F82C2B;
border: 1px solid #F82C2B !important;
color:#FFF;
}

.checkout-buttons-button-container button:hover {
background-color:#fff;
border: 1px solid #000 !important;
color:#000;
}

form .sh-solid-button {
    background-color:#F82C2B !important;;
border: 1px solid #F82C2B  !important;
color:#FFF !important; 
}

form .sh-solid-button:hover {
    background-color:#fff !important;
  border: 1px solid #000 !important;
  color:#000 !important;
}