.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-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-row-title-divider {
  display: none !important;
}

.sh-mini-banner-collection-card > a > div > div > div > svg {
  display: none !important;
}
.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-two-col-product-card {
  border: none;
  background: #f6f6f6;
  padding: 12px;
}
@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 {
  text-align: center;
}
.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 {
  justify-content: center;
}
.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;
}

.custom-html-logo-carousel-item img {
  width: 160px;
  animation: scroll 30s linear infinite;
  max-width: none;
}

.custom-html-logo-carousel-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
  align-items: center;
}

.custom-html-logo-carousel {
  padding: 60px 0px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-1000%);
  }
}

@media (max-width: 600px) {
  .custom-html-logo-carousel-item img {
    width: 100px;
  }
  .custom-html-logo-carousel {
    padding: 30px 0px;
  }
}
.menu-bar .links {
  font-size: 20px;
}
.sub-menu-links {
  font-size: 20px !important;
}
.product-component-highlights-list {
  font-size: 20px !important;
}
@media (min-width: 768px) {
  /* Adjust the condition as needed */
  .product-component-highlights-list {
    font-size: 17px !important;
  }
}

@media (max-width: 768px) {
  /* Adjust the condition as needed */
  .sh-product-highlights-list p {
    font-size: 16px !important;
  }
}
.sh-product-plus-minus-button {
  background-color: #3f753f;
  color: #fff;
  border: 1px solid #3f753f;

  fill: #fff;
}
.sh-product-plus-minus-button:hover {
  background-color: #3f753f;
  color: #fff;
  border: 1px solid #3f753f;

  fill: #fff;
}
.sh-product-plus-minus-button-div {
  color: #fff;
}
.sh-solid-button {
  border: 1px solid #3f753f !important;
  background-color: #3f753f;
  color: #ffffff;
}
.sh-solid-button:hover {
  background-color: #3f753f !important;
  color: #ffffff !important;
}
.sh-bottom-nav-main {
  background-color: #3f753f;
}
.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-cart-badge {
  background-color: #000;
  color: #ffffff;
}
.sh-header-main {
  background-color: #fff;
  color: #000;
}
.sh-footer-main {
  background-color: #327e32;
  color: #fff;
}
.sh-footer-icon {
  color: #fff;
}
.sh-header-mob-menu-icon {
  color: #000000 !important;
}
.swiper-button-next {
  display: none;
}
.swiper-button-prev {
  display: none;
}
.collection-image {
  width: 100%;
  border: 1px solid #ececec;
}
.order-items-divider-main:first-of-type + div,
.order-items-divider-main:first-of-type + div + hr {
  display: none;
}
