/*--------------------------------------------------------------
# product
--------------------------------------------------------------*/
.product #product-flters {
  list-style: none;
  margin-bottom: 20px;
}

.product-title{
  margin-top: 30px;
}

.product #product-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.product #product-flters li:hover, .product #product-flters li.filter-active {
  background: #bc7642;
  color: #fff;
}

.product .product-item {
  margin-bottom: 30px;
}

.product .product-item .product-img {
  overflow: hidden;
}

.product .product-item .product-img img {
  transition: all 0.6s;
}

.product .product-item .product-info {
  opacity: 1;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: #000;
  padding: 10px 15px;
}

.product .product-item .product-info h4 {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.product .product-item .product-info p {
  color: #f9fcfe;
  font-size: 13px;
  margin-bottom: 0;
}

.product .product-item .product-info .preview-link, .product .product-item .product-info .details-link {
  position: absolute;
  right: 10px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.product .product-item .product-info .preview-link:hover, .product .product-item .product-info .details-link:hover {
  color: #bc7642;
}

.product .product-item .product-info .details-link {
  right: 10px;
}

.product .product-item:hover .product-img img {
  transform: scale(1.15);
}

/* .product .product-item:hover .product-info {
  opacity: 1;
} */
.img-div{
  margin: auto!important;
  width: 50%;
  padding: 2px;
}
.modal_img{
  height: 10rem!important;
  width: 10rem!important;
  margin-bottom: 10px!important;
  /*transform: rotateZ(90deg);*/
}
.modal-title{
  font-size: 1.5rem;
  font-weight: 700;

}
.modal-body b{
  font-size: 1.1rem;
}
.btn-model{
  background-color: sandybrown;
}