.product-image .product-full {
  padding: 2px;
  border: 1px solid #ddbc96;
  border-radius: 5px;
  overflow: hidden;
  height: 370px;
}
.product-image .product-full #product-zoom {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.more-views {
  margin-top: 10px;
}
.more-views-items a {
  display: block;
  padding: 2px;
  border: 1px solid #ddbc96;
  border-radius: 5px;
  overflow: hidden;
}
.more-views-items a.zoomGalleryActive {
  border: 1px solid #e1c12a;
}
.slider-items-products .owl-carousel .owl-item .more-views-items img {
  height: 70px;
  object-fit: cover;
}
.more-views-items img {
  border-radius: 2px;
}
.details-pro .reviews {
  margin-top: 45px;
}
.border-hr {
  margin-bottom: 25px;
  margin-top: 25px;
  border-top: 1px dashed #393939;
}
.mota {
  margin-bottom: 30px;
}
#p-giaban {
  font-size: 20px;
  color: #ab9182;
  transition: 3s;
  margin-bottom: 10px;
}
#p-giaban .ins {
  color: #f3b94d;
  font-weight: 700;
}
.wp-soluong .group {
  display: table;
  width: 100%;
}
.wp-soluong .group input {
  width: 145px;
  border: 2px solid #4e4f13;
  border-radius: 12px;
  background: #fff;
  color: #ab9182;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.wp-soluong .group button.btn-mua-ngay {
  float: left;
  margin-left: 20px;
  padding: 0 25px;
  background: var(--shop-color-button);
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--shop-color-button);
  font-size: 16px;
  color: var(--shop-color-button-text);
  border-radius: 12px;
  transition: all 0.6s ease-in-out;
}
.wp-soluong .group button.btn-mua-ngay:hover {
  background: #4e4f13;
}
.wp-soluong .group button.btn-mua-ngay-option {
  float: left;
  margin-left: 20px;
  padding: 0 25px;
  background: linear-gradient(#84613b, #e6c7a1, #927951, #e6c7a1, #84613b);
  height: 40px;
  line-height: 40px;
  border: 1px solid #bdab98;
  font-size: 16px;
  color: #230901;
  border-radius: 12px;
  transition: all 0.6s ease-in-out;
}
.custom.input_number_product {
  position: relative;
  float: left;
}
.btn_num {
  padding: 0;
  line-height: 0;
  width: 15px;
  height: 15px;
  margin: 0;
  border: none;
  background: none;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #4e4f13;
}
.btn_num.num_1 {
  top: calc(100% - 15px);
}
.btn_num.num_2 {
  top: calc(50% - 10px);
}
.share > span {
  margin-right: 10px;
}
.box-tab-ctsp .nav-pills > li.active > a,
.box-tab-ctsp .nav-pills > li.active > a:hover,
.box-tab-ctsp .nav-pills > li.active > a:focus {
  text-align: center;
  margin: 0 !important;
  border-radius: 5px;
  background: var(--shop-color-button);
}
.box-tab-ctsp .nav-pills > li > a {
  border: 1px solid var(--shop-color-button);
  border-radius: 5px;
  padding: 8px 25px;
  font-size: 14px;
  color: #ecd6ad;
  cursor: pointer;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-tab-ctsp .nav-pills > li {
  margin-right: 5px !important;
}
.box-tab-ctsp .nav > li > a:hover,
.box-tab-ctsp .nav > li > a:focus {
  background: none;
}
.wp-sau-tab img {
  height: auto !important;
}
.wp-sau-tab {
  padding-top: 15px;
}
#form-review .form-control,
#form-review .control-label,
#form-review .form-group {
  margin: 0 0 10px;
  float: left;
  width: 100%;
  display: block;
  text-align: left;
  color: #000;
  font-size: 14px;
}
#form-review .rating_review {
  display: flex;
  align-items: center;
}
#form-review .rating_review * {
  width: auto;
  margin: 10px;
  padding: 0;
}
#zozoweb-product-reviews
  #zozoweb-product-reviews-sub
  .zozoweb-product-reviews-summary {
  width: 100%;
}
#slider-spkhac .owl-prev {
  position: absolute;
  background: #4e4f13;
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
#slider-spkhac .owl-next {
  position: absolute;
  background: #4e4f13;
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
@media (max-width: 560px) {
  #form-review .rating_review {
    flex-wrap: wrap;
  }
  #form-review .rating_review * {
    margin: 10px 5px;
  }
  #form-review .rating_review .control-label {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .wp-soluong .group button.btn-mua-ngay-option {
    padding: 0 85px;
  }
  .wp-soluong .group button.btn-mua-ngay {
    padding: 0 85px;
  }
}
@media (max-width: 991px) {
  .slider-items-products .owl-carousel .owl-item .more-views-items img {
    height: 100px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .box-tab-ctsp .nav-pills > li > a {
    padding: 8px 15px;
  }
  .wp-sau-tab {
    text-align: justify;
  }
}
