.product-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.col-md-6 {
  flex: 1 1 48%;
}
.spdetails {
  /* background: #40724b42;
  padding: 1rem; */
  border-radius: 8px;
}

.hedding {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

/* .prize-rate {
  border: 1px solid #ddd;
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
} */

.prize-main .price h1 {
  font-size: 2rem;
  color: #1b5e20;
}

.prize-main span {
  /* font-weight: bold; */
  color: black;
}
.prize{
background: linear-gradient(45deg, #89e530, var(--youtube-color));
    width: 23%;
    padding: 14px 12px;
    text-align: center;
    font-weight: bold;
    border: 2px solid groove;
    color: #fad975;
    border-top-left-radius: 28px;
    border-bottom-right-radius: 28px;
}
.price-section {
  width: 100%;
  /* border: 1px solid #ddd;
  border-radius: 8px; */
  overflow: hidden;
  font-family: sans-serif;
}
#decreaseQty{
  border: 1px solid;
  padding: 0px 7px;
  border-radius: 4px;
  color: rgb(85, 160, 209);
}
#increaseQty{
  border: 1px solid;
  padding: 0px 5px;
  border-radius: 4px;
  color: indianred;
}
#increaseQty:hover{
  background-color: rgb(245, 67, 67);
  color: white;
}
#decreaseQty:hover{
  background-color: rgb(81, 173, 189);
  color: white;
}
.price-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 15px;
  border-bottom: .2px solid #ccc;
}

.price-row:last-child {
  border-bottom: none;
}

.label {
  /* font-weight: bold; */
  color: black;
}

.value {
  color: #111;
}

.strike {
  text-decoration: line-through;
  color: grey;
}

.discount {
  color: green;
  font-weight: bold;
}

.rate-btn a {
  display: inline-block;
  margin-top: 1rem;
  padding: 10px 20px;
  background: #1b5e20;
  color: white;
  text-decoration: none;
  border-radius: 4px;
}

.rate-btn a:hover {
  background: #144a16;
}

.imgdown .share {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px dashed #ccc;
}

.share span.pulse {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.share a {
  margin-right: 10px;
  font-size: 1.2rem;
  color: #1b5e20;
}

.reviews-section {
  margin-top: 2rem;
}

.review-box {
  background: #fff;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.review-box img {
  max-width: 100px;
  height: auto;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 0.5rem;
}

.overlay-img {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.overlay-img.active {
  display: flex;
}

.image-container img.full-img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
}

#remove-icon1 {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  color: white;
  cursor: pointer;
}
.card{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    margin: auto;
}
.product-card {
  width: 100%;
  /* fixed height for uniformity */
  /* height: 364px;  */
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #ddd;
  border: none;
}

.product-image {
    width: 42%;
    margin: auto;
    object-fit: cover;
    display: block;
}



@media (max-width: 767px) {
  .col-md-6 {
    flex: 1 1 100%;
  }

  .rate-btn a {
    width: 100%;
    text-align: center;
  }

  .review-box img {
    max-width: 80px;
  }
  .product-section{
    padding-top: 1rem;
  }
    .row{
    width: 99%;
    margin: auto;
}
}
/* ======================== */
/* Tablets (768px - 991px)
/* ======================== */
@media (min-width: 768px) and (max-width: 991px) {
   .product-section {
        padding-top: 19px;
        width: 90%;
        margin: auto;
  }
}
/* ======================== */
 /* Desktops (≥992px) */
 /* ======================= */
@media (min-width: 992px) {
     .product-section {
        padding-top: 42px;
        width: 93%;
        margin: auto;
  }
}
/* ====================== */
@media (max-width: 991.98px) {

}
