.sh-category-card > a > div {
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  box-shadow: none;
}
@media only screen and (max-width: 600px) {
  .sh-category-card > a > div {
    padding: 5px;
  }
}
.sh-header-search-icon {
  stroke: #fff !important;
}
.pr-two-col-media {
  object-fit: contain;
}

.sh-category-card > a > div > div > img {
  border: none;
}
.sh-category-card > a > div > div > div {
  border: none;
}
.sh-category-card > a > div:hover {
  border: 1px solid #e5e5e5 !important;
}
.sh-category-card:nth-child(3n-2) > a > div {
  background-color: #9e767b;
}
.sh-category-card:nth-child(3n-1) > a > div {
  background-color: #898ca0;
}
.sh-category-card:nth-child(3n) > a > div {
  background-color: #6aa46c;
}

.sh-row-title-divider {
  display: none !important;
}

.sh-mini-banner-collection-card > a > div > div > div > svg {
  display: none;
}
.sh-mini-banner-collection-card > a > div > div > div > p {
  display: none;
}
.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: 0.0625rem solid #000;
  background-color: #fff;
  box-shadow: 0 0.25rem 0.25rem 0 #ececec;
}
.sh-two-col-product-card {
  border: 0px solid #000;
  background-color: #fff;
  color: #000;
}
.sh-two-col-product-card > a > div > img {
  border: none;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.pr-two-col-media {
  object-fit: contain;
}
.pr-two-col-card {
  padding: 0px;
  padding-bottom: 10px;
}
/* @media only screen and (max-width: 600px) {
.sh-two-col-product-card {
padding:8px
} */

.sh-two-col-product-card:hover {
  box-shadow: 1 0.25rem 0.25rem 0 #ececec;
}

.sh-two-col-product-card > a > div > div > img {
  border: none;
}
.sh-two-col-product-card > a > div > img {
  border: none;
}
.sh-product-card-name {
  padding-left: 28px;
  color: #000;
}
.product-card-action-enquiry {
  border: none;
  background: #cc182c;
  color: #fff;
}
.sh-product-card-price {
  padding-left: 28px;
  color: #000;
}
/* .sh-product-card-name {
 background-color: #CC182C;
} */

/* .sh-two-col-product-card >div {
justify-content:center;
} */
.sh-product-card-discount-tag {
  background-color: #9d0000;
  top: 8px;
  left: 8px;
  right: auto;
  border-radius: 6px;
}

.sh-two-col-product-card > div > div {
  justify-content: center;
  padding: 12px 28px 10px 28px;
}

.sh-prod-grid-collection-card > div > header {
  justify-content: flex-start;
}
.sh-prod-grid-collection-card > div > header {
  justify-content: flex-start;
}
.sh-prod-grid-collection-card > div > header > div > div > h5 {
  margin-left: 0px;
  margin-top: 0px;
}
.sh-footer-main {
  background-color: #000;
  color: #fff;
}
#sh-footer-copyright {
  font-size: 16px;
}
.sh-header-main {
  background-color: #cc182c !important;
  color: #fff;
  box-shadow: 0 0 0 7 #000;
}
.sh-header-cart-icon {
  stroke: #fff !important;
}
.sh-header-account-icon {
  stroke: #fff !important;
}
.sh-header-menu {
  box-shadow: 0px 2px 5px #00000096 inset;
}
.sh-header-submenu {
  margin-right: 15px !important;
}

.sh-header-submenu > a {
  font-size: 12px;
}

.sh-header-menu > div {
  padding: 0px 0px;
}

.sh-product-card-name {
  font-weight: 600;
}

.logo-carousal {
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
}

.logo-carousal-track {
  display: flex;
  animation: scroll 300s linear infinite;
}

.logo-carousal-item {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  box-sizing: border-box;
}

.logo-carousal-item img {
  max-width: 100%;
  max-height: 50px;
  object-fit: contain;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% * 25));
  }
}

.three-column-footer-gstin {
  display: block !important;
}

@media (max-width: 959px) {
  #cb12_window_wrapper.active {
    bottom: calc(var(--cb-size) + 86px) !important;
  }
  .cb12_wrapper {
    bottom: 68px !important;
  }
}
