

.shop-details{
  position: relative;
}

.shop-details-content{
  position: relative;
  display: block;
}

.shop-details-content .image-box{
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.shop-details-content .image-box img{
  width: 100%;
}

.shop-details-content .content-box{
  position: relative;
  margin-top: -6px;
}

.shop-details-content .content-box h2{
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 7px;
}

.shop-details-content .content-box .price{
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-family: var(--title-font);
  margin-bottom: 25px;
  font-weight: 500;
  color: var(--theme-color);
}

.shop-details-content .content-box .customer-rating .rating li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 16px;
  color: #FAB421;
  margin-right: 5px;
}

.shop-details-content .content-box .customer-rating .rating li:last-child{
  margin: 0px !important;
}

.shop-details-content .content-box .customer-rating .rating{
  margin-right: 8px;
}

.shop-details-content .content-box .customer-rating .review a{
  position: relative;
  display: inline-block;
  color: #1C1B1F;
}

.shop-details-content .content-box .customer-rating .review a:hover{
  text-decoration: underline;
}

.shop-details-content .content-box .customer-rating{
  margin-bottom: 15px;
}

.shop-details-content .content-box .text-box p{
  margin-bottom: 26px;
}

.shop-details-content .content-box .text-box p:last-child{
  margin-bottom: 0px;
}

.shop-details-content .addto-cart-box .item-quantity {
  position: relative;
  display: inline-block;
  max-width: 150px;
  height: 60px;
  width: 100%;
  float: left;
  margin-right: 20px;
  background: #fff;
  z-index: 1;
  border: 1px solid #E5E5E5;
}

.shop-details-content .addto-cart-box .like-box button{
  border: 1px solid #E5E5E5;
  font-size: 20px;
  color: #222;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.shop-details-content .addto-cart-box .like-box button:hover{
  color: #fff;
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.shop-details-content .addto-cart-box input.quantity-spinner {
  line-height: 58px;
  height: 58px;
  width: 50px !important;
  padding: 0px !important;
  box-shadow: none !important;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  background: transparent;
}

.shop-details-content .other-option li{
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
  color: rgba(103, 103, 103, 1);
}

.shop-details-content .other-option li:last-child{
  margin-bottom: 0px;
}

.shop-details-content .other-option li span{
  font-weight: 500;
  color: #222;
}

.shop-details-content .other-option li a{
  display: inline-block;
  color: rgba(103, 103, 103, 1)
}

.shop-details-content .other-option li a:hover{
  text-decoration: underline;
}

.shop-details .product-discription .tab-btn-box .tab-btns li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #222;
  cursor: pointer;
  float: left;
  margin-right: 5px;
  padding: 10px 27px 8px 27px;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  transition: all 500ms ease;
}

.shop-details .product-discription .tab-btn-box .tab-btns li:last-child{
  margin: 0px !important;
}

.shop-details .product-discription .tab-btn-box .tab-btns li.active-btn,
.shop-details .product-discription .tab-btn-box .tab-btns li:hover{
  color: var(--theme-color);
}

.shop-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;
}

.shop-details .product-discription .tab-btn-box .tab-btns li.active-btn:before{
  opacity: 1;
}

.shop-details .product-discription .tabs-content{
  position: relative;
  display: block;
  border: 1px solid #e5e5e5;
  padding: 27px 30px 50px 30px;
}

.shop-details .product-discription .tabs-content .content-box h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
}

.shop-details .product-discription .customer-inner .rating li{
  color: #ffc92e;
}

.shop-details .product-discription .customer-inner .customer-review{
  border-bottom: 1px solid #e5e5e5;
}

.shop-details .product-discription .comment-form input,
.shop-details .product-discription .comment-form textarea{
  border: 1px solid #e6e6e6;
}

.shop-details .product-discription .comment-form textarea{
  height: 170px;
  resize: none;
}

.shop-details .product-discription .check-box label{
  color: #808080;
}

.shop-details .product-discription .theme-btn{
  padding: 16px 30px;
}

.shop-details .default-form label{
  font-weight: 500;
  color: #000;
}

.shop-details .product-discription .comment-form textarea {
  height: 170px;
  resize: none;
}

.shop-details .product-discription .tab-btn-box{
  position: relative;
}

.shop-details .related-product .title-box{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.shop-details .related-product .title-box h2{
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}
































