
.kw-prdt-brd-imag-resp{
  
    width:100%;
  }
  .img-prdt-kw-show{
    border: 2px solid #8d7511;
    position: relative;
   }
   .save-to-goood-later{
     position: absolute;
     top:0%;
     outline: none;
     background: transparent;
     border: none;
     color:#8d7511;
     font-size: large;
     right: 0%;
     cursor: pointer;
   }
   .checked{
     color:#000;
   }
  .col-shw-res-img{
    display: flex;
  }
  .cut-divide-show-img-kw{
    width: calc(100% / 4 - 8px);
    margin:4px;
    border: 2px solid #8d7511;
    cursor: pointer;
  }
  .cut-divide-show-img-kw img{
    object-fit: contain;
  }
  .prdt-gd-name,.color-variation{
    color:#8d7511;
    font-weight: 600;
    font-size: small;
    margin:0;
  }
  .input-cart{
    outline:none;
    border:2px solid #8d7511;
    font-weight: 600;
    text-transform: uppercase;

  }
  .value{
    width:30px;
  }
  .submit{
    background:#8d7511;
    color:#fff;
    width: 100%;
  }
  .price-tag,.availa-color-vary{
    color:#8d7511;
    float: right;
    font-weight: 600;
  }
  .color-o{
    color: #000;
  }
  .price-tag{
    font-size: large;
  }
  .color-b{
    color:black;
  }
  .color-g{
    color: gray;
  }
  .font-600{
    font-weight: 600;
  }
  .font-sm{
    font-size: small;
  }
  .font-l{
    font-size: 15px;
  }
  .float-right{
    float:right;
  }
  .col-pdt-seller-more{
    margin:6px;
  }
  .img-good-kw-pdt-seller-more{
    border: 2px solid #000;
  }
  .img-good-kw-pdt-seller-more img{
    object-fit: contain;
  }
  .social-nav{
    outline:none;
    border:none;
    width: 35px;
    height: 35px;
    color: #000;
    padding: 10px;
    text-decoration: none;
    font-size: large;
  }
  .social-nav img{
width:100%;
pointer-events: none;
object-fit: cover;
  }
  .product-detail-spec-key-features{
    display: flex;
    
    flex-direction: column;
  }
  .Specification-tag{
    width:100%;
    margin: 2px;
    border:1px solid #000;
  }
  .features-kw,.specification-kw{
    font-size: small;
    font-weight: 600;
    color: #000;
  }

.discount{
  text-decoration: line-through;
}
.next-prevBtn{
  position: absolute;
  top:50%;
  outline: none;
  border:none;
  background:transparent;
  color:#000;
}
.prev{
  left:0%;
}
.next{
  right:0%;
}
.SlideImg {
  opacity: 0.6;
}
.imageSlide{
  display: none;
}
.active,
.SlideImg:hover {
  opacity: 1;
}
.seeMoreDetails{
  padding:3px;
  color:#fff;
  font-size: small;
  background: #000;
  float: right;
  cursor:pointer;
}