/* Custom css for shop pages */


/* product image lists on shop page  */
.product-img {            
    width: 306px !important;
    height: 394.13px !important;
    object-fit: cover !important;
}

/* active product image on Modal  */
.product-modal-img {
    width: 445px !important;
    height: 572px !important;
    object-fit: cover !important;

}

.product-show-img {
  width: 449px !important;
  height: 577.41px !important;
  object-fit: cover !important;

}

/* inactive product image on Modal  */
.product-modal-thumbnail-img {
    width: 73px !important;
    height: 93px !important;
    object-fit: cover !important;

}


.product-inavailable {
  padding: 4px 12px !important;
  background: #e81b0c77 !important;
  border-radius: 4px !important;
  font-weight: 400 !important;
  font-size: 13px !important;
  line-height: 17px !important;
  letter-spacing: 0.03em !important;
  color: #FEFEFE !important;
  display: inline-block !important;

}



.product-description-img {
  width: 451px !important;
  height: 367px !important;
  object-fit: cover !important;

}