.product-list-view {
  display: grid;
  list-style: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}
.products-content {
  border: 0.03px solid rgba(0, 0, 0, 0.315);
}
.products-content h2 {
  font-family: var(--fontslight);
  font-size: 15px;
  font-weight: 200;
  height: 38px;
}
.product-dt-wrap {
  padding: 10px 20px;
  font-size: 14px;
}
.products-content img {
  width: 100%;
  height: 279px;
  object-fit: cover;
}
.product-price {
  padding: 20px 0 0 0;
  font-weight: 700;
}
.discounted {
  display: flex;
  padding: 20px 0 0 0;
  color: var(--maincolor);
}
.value-discounted {
  text-decoration: line-through;
  color: #796666;
}
.distotal {
  margin-left: 10px;
  color: orangered;
}
.price-prod-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.discount {
  background-color: #5ba515;
  width: 50px;
  text-align: center;
  color: white;
  border-radius: 3px;
  margin: 20px 0 0 0;
}
.category-title {
  padding: 30px 0;
  letter-spacing: 2px;
  color: rgba(37, 46, 53, 0.685);
  text-transform: uppercase;
}
.products-content {
  position: relative;
}
.flash-banner {
  position: absolute;
  background-color: var(--maincolor);
}
.flash-banner p {
  font-size: 14px;
  text-align: center;
  padding: 10px;
  color: white;
}
.product-wrapper {
  display: flex;
  justify-content: center;
}
.product-imge-list {
  list-style: none;
}
.product-imge-list li img {
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
}
.productimage {
  display: flex;
}
.main-image-featured {
  padding: 0 10px;
  list-style: none;
}
.main-image-featured img {
  object-fit: contain;
  width: 670px;
  height: 631px;
}
.discounted {
  display: flex;
  align-items: center;
}
.single-distotal {
  font-size: 24px;
  color: #fa6338;
  font-weight: 700;
}
.producttitle {
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  word-break: break-all;
  position: relative;
}
.prodsku {
  color: #767676;
  font-size: 12px;
}
.single-value-discounted {
  color: #999;
  text-decoration: line-through;
  line-height: 1.2;
  font-size: 14px;
  margin-left: 3px;
}
.single-product-info {
  max-width: 412px;
  width: 100%;
}
.product-prc,
.addedproduct {
  padding: 10px;
}
.not-int {
  color: #666;
  font-size: 12px;
}
.not-int a {
  text-decoration: none;

  color: #2d68a8;
}
.addedproduct form {
  padding: 10px 0;
}
.addedproduct form input {
  width: 100%;
  padding: 0px 30px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  background: #222;
  border: 1px solid transparent;
  border-radius: 0;
  color: #fff;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  text-transform: uppercase;
  outline: 0;
  transition: background 0.2s, border-color, 0.2s, color 0.2s;
  min-width: 144px;
  height: 57px;
  line-height: 34px;
  padding: 0 16px;
  font-size: 15px;
}
.ship-policy {
  list-style: none;
}
.ship-policy li {
  margin-top: 30px;
}
.ship-policy li p {
  display: flex;
  align-items: start;
  font-size: 12px;
}
.ship-policy li p a {
  margin-left: 10px;
}
.ship-policy li p a span {
  color: #666;
}
.jntselected,
.lbcselected {
  border: 1px solid var(--maincolor);
}
.product_image {
  width: 120px;
  height: 120px;
}
.no_stocks::before {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "Out of Stock";
  color: white;
  display: flex;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}
.no_stocks:after {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  display: flex;
  background-color: #22222285;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 16px;
}
.mobile-single-view {
  display: none;
}

/* Mobile */
.mobile-single-view .product-img > img {
  width: 100%;
  object-fit: contain;
}
.mobile-det-wrap {
  padding: 0px 20px;
}
.desktop-prod-title {
  display: block !important;
}
.mobile-prod-title {
  display: none !important;
}
@media (max-width: 1300px) {
  .product-list-view {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 25px;
  }
}

@media (max-width: 888px) {
  .desktop-single-view {
    display: none;
  }

  .mobile-single-view {
    display: block;
  }
}
@media (max-width: 768px) {
  .product-list-view {
    grid-template-columns: 1fr 1fr;
  }
  .mobile-single-view .product-img > img {
    height: 330px;
    object-fit: contain;
  }
}

@media (max-width: 488px) {
  .product-list-view {
    padding: 0 10px;
  }
  .product-list-view {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .products-content img {
    width: 100%;
    height: 179px;
    object-fit: cover;
  }
  .products-content h2 {
    height: 60px;
  }
  .product-dt-wrap {
    padding: 10px 9px;
  }
  .value-discounted {
    display: none;
  }
  .product-grid.row.row-cols-1.row-cols-sm-2.row-cols-md-3.row-cols-lg-4.row-cols-xl-5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  /* .product-item .btn-wishlist {
    display: none !important;
  } */
  .desktop-prod-title {
    display: none !important;
  }
  .mobile-prod-title {
    display: block !important;
  }
  .product-item {
    padding: 6px;
  }
  .mobile_btncart {
    font-size: 12px;
    height: 38px;
  }
  .product-item .price {
    font-size: 18px;
  }
}
