/*----------------------------------------*/
/*  7.15 product css start
/*----------------------------------------*/
.tp-product-2__mlr {
  margin-left: 245px;
  margin-right: 245px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-product-2__mlr {
    margin-left: 200px;
    margin-right: 200px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-product-2__mlr {
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-product-2__mlr {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.tp-product-2__item {
  border: 1px solid #F0F2F5;
  display: inline-block;
  margin: 0px 0px 0px -1px;
}
.tp-product-2__item:hover .tp-product-2__img img {
  transform: scale(1.1) rotate(-2deg);
}
.tp-product-2__img img {
  transition: 0.9s;
}
.tp-product-2__content {
  padding: 0px 25px;
  padding-bottom: 30px;
}
.tp-product-2__ratting {
  margin-bottom: 8px;
}
.tp-product-2__ratting span:last-child {
  color: #D2D3DA;
}
.tp-product-2__ratting span {
  color: var(--tp-theme-2);
}
.tp-product-2__title-sm {
  font-weight: 600;
  font-size: 16px;
  color: var(--tp-common-black);
  margin-bottom: 20px;
  display: inline-block;
}
.tp-product-2__title-sm:hover {
  color: var(--tp-theme-1);
}
.tp-product-2__price span {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #ED1D24;
}
.tp-product-2__price span del {
  color: #9695A0;
}

.tp-shop-details__wrapper {
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shop-details__wrapper {
    margin-bottom: 60px;
  }
}
.tp-shop-details__tab-big-img img {
  background-color: #F7F7F7;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-shop-details__tab-big-img img {
    width: 100%;
  }
}
.tp-shop-details__tab-btn-box button {
  display: inline-block;
  margin-right: 20px;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .tp-shop-details__tab-btn-box button {
    margin-bottom: 20px;
  }
}
.tp-shop-details__tab-btn-box button img {
  background-color: #F8F8F9;
}
.tp-shop-details__tab-btn-box button.active {
  border: 1px solid var(--tp-theme-1);
}
.tp-shop-details__ratting {
  margin-bottom: 10px;
}
.tp-shop-details__ratting span {
  color: var(--tp-theme-1);
}
.tp-shop-details__ratting span svg {
  color: var(--tp-theme-2);
}
.tp-shop-details__price span {
  color: var(--tp-common-black);
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .tp-shop-details__quantity-wrap {
    flex-wrap: wrap;
  }
}
.tp-shop-details__quantity {
  background-color: #F7F7F7;
  width: 205px;
  height: 67px;
  position: relative;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .tp-shop-details__quantity {
    margin-bottom: 20px;
  }
}
.tp-shop-details__quantity input {
  border: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  text-align: center;
  color: var(--tp-common-black);
}
.tp-shop-details__quantity .tp-cart-minus {
  position: absolute;
  top: 0;
  left: 0;
  height: 64px;
  width: 64px;
  line-height: 64px;
  text-align: center;
  color: var(--tp-common-black);
}
.tp-shop-details__quantity .tp-cart-plus {
  position: absolute;
  top: 0;
  right: 0;
  height: 64px;
  width: 64px;
  line-height: 64px;
  text-align: center;
  color: var(--tp-common-black);
}
.tp-shop-details__btn {
  line-height: 0;
}
.tp-shop-details__right-warp {
  margin-top: 25px;
}
.tp-shop-details__title-sm {
  font-weight: 700;
  font-size: 40px;
  color: #060728;
  padding-bottom: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-shop-details__title-sm {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-shop-details__title-sm {
    font-size: 29px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-shop-details__title-sm {
    font-size: 29px;
  }
  .tp-shop-details__title-sm br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-shop-details__title-sm {
    font-size: 30px;
  }
  .tp-shop-details__title-sm br {
    display: none;
  }
}
.tp-shop-details__text {
  margin-bottom: 50px;
}
.tp-shop-details__price {
  margin-bottom: 15px;
}
.tp-shop-details__price span {
  font-weight: 600;
  font-size: 27px;
  color: #060728;
  font-family: var(--tp-ff-clash-semibold);
}
.tp-shop-details__product-info {
  margin-bottom: 30px;
}
.tp-shop-details__product-info ul li {
  font-weight: 500;
  font-size: 17px;
  line-height: 150%;
  color: #696A7E;
  margin-bottom: 7px;
  list-style-type: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-shop-details__product-info ul li {
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-shop-details__product-info ul li {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .tp-shop-details__product-info ul li {
    font-size: 16px;
  }
}
.tp-shop-details__product-info ul li:last-child {
  margin-bottom: 0;
}
.tp-shop-details__product-info ul li span {
  color: var(--tp-common-black);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shop-details__quantity-wrap {
    margin-bottom: 30px;
  }
}
