#sh-social-icon-whatsapp>svg {
	display: none;
}


#sh-social-icon-whatsapp {
	background: none;
	border-radius: 0px;
	background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/6/6b/WhatsApp.svg/767px-WhatsApp.svg.png);
	background-repeat: no-repeat;
	background-size: contain;
}


#sh-social-icon-facebook>svg {
	display: none;
}

#sh-social-icon-facebook {
	background: none;
	border-radius: 0px;
	background-image: url(https://cdn0.iconfinder.com/data/icons/social-messaging-ui-color-shapes-2-free/128/social-facebook-2019-circle-512.png);
	background-repeat: no-repeat;
	background-size: contain;
}

#sh-social-icon-instagram>svg {
	display: none
}

#sh-social-icon-instagram {
	background: none;
	border-radius: 50%;
	background-image: url(https://toppng.com/uploads/preview/instagram-logo-circle-11549679754rhbcorxntv.png);
	background-repeat: no-repeat;
	background-size: contain;
}

#sh-social-icon-twitter>svg {
	display: none;
}


#sh-social-icon-twitter {
	background-color: #1da1f2;
}
.sh-footer-main
{
background-color:#000;
color:#fff;
}
.sh-product-card:hover {
    border-radius: 8px !important;
    
  }
.sh-product-card {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
#cat-scroll-scroller
{
justify-content: center;
}
.pr-long-col-media {
    object-fit: contain;
}
.sh-bottom-nav-main {
    background-color: #000;
}
.sh-header-location-icon {
    fill: #000000 !important;
}
.sh-header-account-icon {
    stroke: #000000 !important;
}
.sh-header-cart-icon {
    stroke: #000000 !important;
    fill: none !important
}
.sh-header-arrow-icon {
    fill: #000000 !important;
}
.sh-header-search-icon {
    stroke: #000000 !important;
}
.sh-header-main
{
background-color:#fff;
font-size: 20px;
}
.sh-product-card-discount-tag {
background-color:#2372A9;
    font-weight: 400 !important;
    border-radius: 8px 0px 8px 0px !important;
    right: auto !important;
    top: 0px !important;
    left: 0px !important;
}
.sh-product-discount-tag {
background-color:#2372A9;
    font-weight: 400 !important;
    border-radius: 4px !important;
}
.sh-product-plus-minus-button {
    border-radius: 4px !important;
}
.sh-solid-button {
    border-radius: 4px;
}
.sh-row-title-divider {
   display: none !important
}
.sh-product-card-discount-tag{
font-size: 16px;
    line-height: 26px;
}
.sh-product-plus-minus-button {
    background-color: #fff;
    border: 1px solid #000 !important;
}
.sh-footer-icon {
    color: #FFFFFF !important;
}
.sh-product-card-discount-tag {
    background-color: #2372A9;
    color: #000;
    font-weight: 400 !important;
    border-radius: 60% !important;
    right: 80% !important;
    white-space: pre-wrap;
    /* word-wrap: break-word; */
    top: 0px !important;
    left: 0px !important;
    width: 60px;
    height: 60px;
    display: :;
    display: flex;
    justify-content: flex-start;
    text-align: center;
    align-content: flex-start;
    align-items: stretch;
}

.cat-card-img {
  border: none;
  object-fit: cover;
  border-radius: 20px;
}

@media screen and (max-width: 600px) {
  .cat-card-img {
    border: none;
    object-fit: cover;
    border-radius: 15px;
  }
  .cat-card-letter-container {
    border: 7px solid rgb(255, 255, 255);
    border-radius: 15px;
  }
}