.product-details-content {
  position: relative;
}

.product-details-content .image-box {
  position: relative;
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 7px 50px rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  margin-right: -27px;
}

.product-details-content .image-box img {
  width: 100%;
  border-radius: 30px;
}

.product-details-content .content-box {
  position: relative;
  display: block;
  margin-left: 47px;
}

.product-details-content .content-box h2 {
  display: block;
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 7px;
}

.product-details-content .content-box h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}

.product-details-content .content-box .customer-rating .rating li {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 16px;
  color: #FAB421;
  margin-right: 5px;
}

.product-details-content .content-box .customer-rating .rating li.light {
  color: rgba(250, 180, 33, 0.5);
}

.product-details-content .content-box .customer-rating .rating li:last-child {
  margin: 0px !important;
}

.product-details-content .content-box .customer-rating .rating {
  margin-right: 12px;
}

.product-details-content .content-box .customer-rating .review a {
  position: relative;
  display: inline-block;
  color: #6E6E6E;
}

.product-details-content .content-box .customer-rating .review a:hover {}

.product-details-content .content-box .customer-rating {
  margin-bottom: 25px;
}

.product-details-content .content-box .text {
  position: relative;
  display: block;
  margin-bottom: 43px;
}

.product-details-content .content-box .text p {
  margin-bottom: 26px;
}

.product-details-content .content-box .text p:last-child {
  margin-bottom: 0px;
}

.item-quantity {
  position: relative;
  display: inline-block;
  max-width: 100px;
  height: 50px;
  width: 100%;
  float: left;
  padding: 0px 40px 0px 0px;
  background: #fff;
  z-index: 1;
  border-radius: 30px;
  border: 1px solid #E5E5E5;
}

.product-details-content .addto-cart-box .theme-btn-one {
  padding: 14px 34px 13px 33px;
}

.product-details-content .addto-cart-box .like-box a {
  border: 1px solid #E5E5E5;
  color: #000;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
}

.product-details-content .addto-cart-box .like-box a:hover {
  color: #fff;
}

input.quantity-spinner {
  line-height: 48px;
  height: 48px;
  width: 80px;
  padding: 0px;
  box-shadow: none;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #101010;
  background: transparent;
}

.product-details-content .other-option li {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
}

.product-details-content .other-option li:last-child {
  margin-bottom: 0px;
}

.product-details-content .other-option li span {
  font-weight: 500;
  color: #000;
}

.product-details-content .other-option li a {
  display: inline-block;
  color: #676767;
}

.product-details-content .other-option li a:hover {}

.product-details .product-discription .tab-btn-box .tab-btns li {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  float: left;
  margin-right: 5px;
  padding: 10px 27px 8px 27px;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  border-radius: 10px 10px 0px 0px;
  transition: all 500ms ease;
}

.product-details .product-discription .tab-btn-box .tab-btns li:last-child {
  margin: 0px !important;
}

.product-details .product-discription .tab-btn-box .tab-btns li.active-btn,
.product-details .product-discription .tab-btn-box .tab-btns li:hover {}

.product-details .product-discription .tab-btn-box .tab-btns li:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0px;
  bottom: -2px;
  opacity: 0;
  z-index: 1;
  transition: all 500ms ease;
}

.product-details .product-discription .tab-btn-box .tab-btns li.active-btn:before {
  opacity: 1;
}

.product-details .product-discription .tabs-content {
  position: relative;
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 0px 30px 30px 30px;
  padding: 27px 30px 50px 30px;
}

.product-details .product-discription .tabs-content .content-box h3 {
  display: block;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}

.product-details .product-discription .customer-inner .rating li {
  color: #ffc92e;
}

.product-details .product-discription .customer-inner .customer-review {
  border-bottom: 1px solid #e5e5e5;
}

.product-details .product-discription .comment-form input,
.product-details .product-discription .comment-form textarea {
  border: 1px solid #e6e6e6;
}

.product-details .product-discription .comment-form textarea {
  height: 170px;
  resize: none;
}

.product-details .product-discription .check-box label {
  color: #808080;
}

.product-details .product-discription .theme-btn {
  padding: 16px 30px;
}

.default-form label {
  font-weight: 500;
  color: #000;
}

.default-form input[type='text'],
.default-form input[type='email'],
.default-form input[type='tel'],
.default-form input[type='password'],
.default-form textarea {
  position: relative;
  width: 100%;
  height: 50px;
  background: #fff;
  font-size: 15px;
  color: #6E6E6E;
  padding: 15px 20px;
  border-radius: 0px;
  background: transparent;
  border: 1px solid #e5e5e5;
  transition: all 500ms ease;
  border-radius: 30px;
}

.default-form input:focus,
.default-form textarea:focus {}

.product-details .product-discription .comment-form textarea {
  height: 170px;
  resize: none;
}

.product-details .product-discription .tab-btn-box {
  position: relative;
}

.product-details .related-product .title-text h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
}

.page-title.blog-title h1 {
  font-size: 40px;
  line-height: 45px;
}

.product-details .product-discription .comment-form input {
  border: 1px solid #e6e6e6;
  width: 100%;
  border-radius: 30px;
  padding: 10px 20px;
}