.underline {
  text-decoration: underline;
}

.underline :hover {
  text-decoration: underline !important;
}

.marketplace-categories .img-fluid {
  max-height: 140px !important;
}

.marketplace-categories .product-price {
  font-size: 15px !important;
}

.marketplace-categories .btn-add-cart {
  width: 25px !important;
  height: 25px !important;
}

.marketplace-categories .btn-add-cart i {
  font-size: 18px;
}

/* .special-categories .img-fluid {
  max-height: 100px !important;
} */

.products-offer .img-fluid {
  max-height: 200px !important;
}

.related-pdt-img {
  height: 180px !important;
}

.related-pdt-img .img-fluid {
  max-height: 175px !important;
}

@media (min-width: 1200px) {
  .home1 {
    margin-top: -40px;
  }
  .main-container {
    margin-top: 160px !important;
  }

  .product-content {
    margin-top: 115px;
  }

  .product-content .u-slick--slider-syncing-size .slick-slide {
    width: 12rem !important;
  }
}

@media (max-width: 600px) {
  .product-content {
    margin-top: 60px;
  }

  .special-categories .nav-item:nth-child(n+4) {
    display: none;
  }
}

.bg-img-banner {
  padding: 20px 10px;
}

.title-pdt {
  height: 20px;
}

.img-container {
  height: 150px;
}

.img-container .img-fluid {
  max-height: 140px !important;
}

.price-pdt {
  margin-top: 5px;
}

.marketplace-categories .cat-img-container {
  height: 100px !important;
}

.cat-img-container .img-fluid {
  max-height: 95px !important;
}

.checkout-page table {
  color: var(--theme-color5) !important;
}

.cart-page table {
  color: var(--theme-color5) !important;
}

.table-product .product-name {
  color: var(--theme-color5) !important;
}

.section-categories {
  margin-top: 100px;
}

.section-categories .img-container {
  height: 150px;
}

.section-categories .img-container .img-fluid {
  max-height: 150px;
}

.section-categories .img-wrapper {
  position: relative;
  width: 100%;
  padding-top: 75%;
  /* Adjust this to get the desired aspect ratio (75% for 4:3) */
  overflow: hidden;
}

.section-categories .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* This will crop the image to fit the container */
}

.section-categories .img-holder {
  height: 100%;
  width: 100%;
}

.section-categories .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* This will crop the image to fit the container */
}

.cart-icons i {
  transition: transform 0.3s ease;
}

.cart-icons:hover i {
  transform: scale(1.5);
}

.products-group-grid {
  margin-left: -10px !important;
  /* Negative margin to compensate for column margins */
  margin-right: -10px !important;
}

@media (max-width: 576px) {
  .product-cart {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

.section-categories .row-custom {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.section-categories .col-custom {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-bottom: 20px !important;
}
.round-border{
  border-radius: 1.3rem !important;
}
.section-categories .products-group-grid  .product-item .img-wrapper {
  border-radius: 1.5rem 1.5rem 0 0;
}
.section-categories .products-recommended  .product-item .img-wrapper {
  border-radius: 1.5rem 1.5rem 0 0;
}
.section-categories .products-group-grid .product-item:hover .product-item__inner,
.section-categories .products-recommended .product-item:hover .product-item__inner {
  border-radius: 1.5rem;
}
.prodcut-list-view .product-item:hover .product-item__inner{
  box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, 0.3);
  background-color: #fff;
  border-radius: 1.5rem;
}
.prodcut-list-view .product-item .product-item__inner{
  transition: box-shadow 0.3s ease;
  border-radius: 1.5rem;
}

.section-categories .product-item__title a {
  min-height: 0px !important;
}
.section-categories .shadow-custom {
  box-shadow: 0 10px 40px 15px rgba(140, 152, 164, 0.175) !important;
}
.section-categories .products-group-grid .product-item__title a{
  width: 98%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}


/* Start Latest common product grid  */
.products-grid-layout  .product-item .img-fluid {
  border-radius: 1.5rem 1.5rem 0 0;
}
.products-grid-layout .product-item__title a,.products-grid-layout .product-item__seller a{
  width: 98%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  min-height: 0px !important;
}
.products-grid-layout  .shadow-custom {
  box-shadow: 0 10px 40px 15px rgba(140, 152, 164, 0.175) !important;
}
.products-grid-layout .img-wrapper {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
}
.products-grid-layout  .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products-grid-layout .product-item:hover .product-item__inner {
  border-radius: 1.5rem;
}
/* END Latest common product grid  */
/* END Footer Cards */
.footer-item{
  /* transition: box-shadow 0.1s ease; */
}
.product-item__list:hover .footer-item{
  box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, 0.3) !important;
  background-color: #fff;
  border-radius: 1.5rem !important;
}
.footer-item-img{
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  border-radius: 1.5rem 0 0 1.5rem !important;
}
.rounded-corner{
  border-radius: 1.5rem 0 0 1.5rem !important;
}
/* END Footer Cards  */
.product-item:hover .product-card{
  box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, 0.3) !important;
  background-color: #fff;
  border-radius: 1.5rem !important;
}
#loginModal .modal-dialog{
  max-width:320px;
}

