
.shop-details{
  position: relative;
}

.shop-details-content{
  position: relative;
  display: block;
}

.shop-details-content .image-box{
  position: relative;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.shop-details-content .image-box img{
  width: 100%;
}

.shop-details-content .image-box a{
  position: absolute;
  display: inline-block;
  top: 50px;
  right: 40px;
  width: 50px;
  height: 50px;
  line-height: 52px;
  font-size: 20px;
  color: #222;
  background: #F5F5F5;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}

.shop-details-content .image-box a:hover{
  color: #fff;
  background: var(--main-color);
}

.shop-details-content .slider-pager .thumb-box li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 17px;
}

.shop-details-content .slider-pager .thumb-box li:last-child{
  margin: 0px;
}

.shop-details-content .slider-pager .thumb-box li a{
  position: relative;
  display: inline-block;
  width: 112px;
  height: 113px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  transition: all 500ms ease;
}

.shop-details-content .slider-pager .thumb-box li a.active{
  border-color: var(--main-color);
}

.colors-list li input {
  display: none;
}

.colors-list li label {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #8A90A2;
  border-radius: 2px;
  cursor: pointer;
  transition: all 500ms ease;
}

.colors-list li label:before{
  position: absolute;
  content: '';
  left: 2px;
  top: 2px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 2px;
}

.colors-list li:nth-child(2) label:before{
  background: #3498DB;
}

.colors-list li:nth-child(3) label:before{
  background: #2ECC71;
}

.colors-list li:last-child label:before{
  background: #CE1717;
}

.colors-list li label:after{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  opacity: 0;
  left: 2px;
  top: 2px;
  transition: all 500ms ease;
}

.colors-list li:first-child label:after{
  color: #222;
}

.colors-list li input:checked + label:after {
  opacity: 1;
}

.shop-details-content .item-quantity{
  position: relative;
  display: inline-block;
  max-width: 160px;
  width: 100%;
  float: left;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  padding: 0px 25px;
}

.shop-details-content .item-quantity .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  max-width: 50px;
  width: 100%;
  height: 40px;
}

.shop-details-content .item-quantity input.quantity-spinner {
  line-height: 40px;
  height: 40px;
  width: 115px !important;
  padding: 0px !important;
  box-shadow: none !important;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #005DB9;
  border-radius: 0px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down{
  position: absolute;
  height: 40px;
  width: 25px;
  background: transparent;
  padding: 0px 0px;
  left: -24px;
  top: -40px;
  border: none;
  border-right: 1px solid #E5E5E5 !important;
  border-radius: 0px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up{
  position: absolute;
  height: 40px;
  width: 25px;
  background: transparent;
  padding: 0px 0px;
  right: -20px;
  top: -40px;
  border: none;
  border-left: 1px solid #E5E5E5 !important;
  border-radius: 0px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down:before {
  content: "-";
  font-size: 16px;
  color: rgba(0, 93, 185, 1);
  font-weight: 500;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up:before {
  content: "+";
  font-size: 16px;
  color: rgba(0, 93, 185, 1);
  font-weight: 500;
}

.bootstrap-touchspin .input-group-btn-vertical{
  position: absolute;
  width: 100%;
}

.bootstrap-touchspin .input-group-btn-vertical i{
  display: none;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{
  margin-top: 0px;
}

.shop-details-content .content-box h2{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  margin-bottom: 10px;
}

.shop-details-content .content-box .rating-box{
  position: relative;
  display: flex;
  align-items: center;
}

.shop-details-content .content-box .rating-box .rating li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 16px;
  color: #FFC107;
  margin-right: 3px;
}

.shop-details-content .content-box .rating-box .rating li:last-child{
  margin-right: 0px;
}

.shop-details-content .content-box .rating-box .rating:before{
  position: absolute;
  content: '';
  background: #E5E5E5;
  width: 1px;
  height: 15px;
  top: 8px;
  right: -20px;
}

.shop-details-content .content-box .rating-box .status{
  position: relative;
  display: block;
  font-size: 16px;
  color: #8A90A2;
}

.shop-details-content .content-box .rating-box .status span{
  color: rgba(44, 171, 44, 1);
}

.shop-details-content .content-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #1D2635;
  font-weight: 700;
  margin-bottom: 14px;
}

.shop-details-content .content-box .product-info li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #8A90A2;
  padding-left: 18px;
  margin-bottom: 10px;
}

.shop-details-content .content-box .product-info li:last-child{
  margin-bottom: 0px;
}

.shop-details-content .content-box .product-info li:before{
  position: absolute;
  content: '';
  background: #8A90A2;
  width: 6px;
  height: 6px;
  left: 0px;
  top: 8px;
  border-radius: 50%;
}

.shop-details-content .content-box .price{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 46px;
  color: #1D2635;
  margin-bottom: 20px;
}

.shop-details-content .content-box .color-text{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #8A90A2;
  margin-bottom: 7px;
}

.shop-details-content .content-box .colors-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  height: 30px;
}

.shop-details-content .content-box .colors-list li:last-child{
  margin: 0px;
}

.shop-details-content .content-box .othre-options{
  position: relative;
  display: flex;
  align-items: center;
}

.shop-details-content .content-box .theme-btn.btn-one{
  padding: 3px 24px;
  background: var(--title-color);
  font-size: 16px;
  margin-right: 15px;
}

.shop-details-content .content-box .theme-btn.btn-two{
  padding: 2px 49px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  color: #8A90A2;
}

.shop-details-content .content-box .theme-btn.btn-two:hover{
  border-color: var(--title-color);
}

.shop-details-content .content-box .list-item li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 15px;
}

.shop-details-content .content-box .list-item li:last-child{
  margin: 0px;
}

.shop-details-content .content-box .list-item li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #8A90A2;
  padding-left: 22px;
}

.shop-details-content .content-box .list-item li a i{
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 14px;
}

.shop-details-content .content-box .list-item li a:hover{
  color: var(--main-color);
}

.shop-details-content .content-box .list-item{
  border-bottom: 1px dashed #8A90A2;
}

.shop-details-content .content-box .product-highlights li{
  position: relative;
  display: block;
  font-size: 16px;
  color: rgba(138, 144, 162, 1);
  line-height: 36px;
}

.shop-details-content .content-box .product-highlights li span{
  position: relative;
  display: inline-block;
  color: rgba(29, 38, 53, 1);
  font-weight: 500;
}

.shop-details-content .content-box .share-links li{
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.shop-details-content .content-box .share-links li:last-child{
  margin: 0px;
}

.shop-details-content .content-box .share-links li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #1D2635;
  font-weight: 500;
  border: 1px solid rgba(138, 139, 142, 0.2);
  border-radius: 3px;
  width: 90px;
  text-align: center;
  padding: 7px 5px;
  text-transform: uppercase;
}

.shop-details-content .content-box .share-links li a i{
  margin-right: 7px;
}

.shop-details-content .content-box .share-links li a:hover{
  color: #fff;
  background: var(--main-color);
  border-color: var(--main-color);
}

.shop-details-content .content-box{
  margin-top: -10px;
}

.shop-details .product-discription{
  position: relative;
  display: block;
}

.shop-details .product-discription .tabs-content .text p{
  margin-bottom: 15px;
}

.shop-details .product-discription .tabs-content .text p:last-child{
  margin-bottom: 0px;
}

.shop-details .product-discription .tab-btn-box .tab-btns{
  border-bottom: 1px solid #8A90A2;
}

.shop-details .product-discription .tab-btn-box .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 18px;
  line-height: 28px;
  color: #005DB9;
  font-weight: 400;
  margin-right: 100px;
  cursor: pointer;
  transition: all 500ms ease;
}

.shop-details .product-discription .tab-btn-box .tab-btns li:last-child{
  margin: 0px;
}

.shop-details .product-discription .tab-btn-box .tab-btns li.active-btn{
  font-weight: 700;
}

.shop-details .product-discription .tab-btn-box .tab-btns li:before{
  position: absolute;
  content: '';
  background: rgba(29, 38, 53, 1);
  width: 0%;
  height: 2px;
  left: 0px;
  bottom: -1px;
  transition: all 500ms ease;
}

.shop-details .product-discription .tab-btn-box .tab-btns li:hover:before,
.shop-details .product-discription .tab-btn-box .tab-btns li.active-btn:before{
  width: 100%;
}

.shop-details .product-discription .single-comment-box .inner-box{
  position: relative;
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 32px 30px 32px 125px;
}

.shop-details .product-discription .single-comment-box .inner-box .comment-thumb{
  position: absolute;
  left: 30px;
  top: 40px;
  border-radius: 50%;
}

.shop-details .product-discription .single-comment-box .inner-box .comment-thumb img{
  width: 100%;
  border-radius: 50%;
}

.shop-details .product-discription .single-comment-box .inner-box .rating{
  position: relative;
  display: block;
  margin-bottom: 3px;
}

.shop-details .product-discription .single-comment-box .inner-box .rating li{
  position: relative;
  display: inline-block;
  font-size: 12px;
  float: left;
  margin-right: 4px;
  color: #f59845;
}

.shop-details .product-discription .single-comment-box .inner-box .rating li:last-child{
  margin: 0px !important;
}

.shop-details .product-discription .single-comment-box .inner-box h3{
  display: block;
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 11px;
}

.shop-details .product-discription .single-comment-box .inner-box h3 span{
  font-size: 18px;
  font-weight: 400;
  font-family: 'DM Sans', sans-serif;
}

.shop-details .product-discription .customer-comment{
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.shop-details .product-discription .comment-box{
  position: relative;
  display: block;
  background-color: #fff;
  padding: 52px 60px 60px 60px;
  border: 1px solid #e6ebed;
}

.shop-details .product-discription .comment-box h3{
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  margin-bottom: 9px;
}

.shop-details .product-discription .comment-box p{
  margin-bottom: 24px;
}

.shop-details .product-discription .comment-box .form-group{
  position: relative;
  margin-bottom: 15px;
}

.shop-details .product-discription .comment-box .column:last-child .form-group{
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}

.shop-details .product-discription .comment-box .form-group label{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: var(--title-color);
  font-weight: 600;
  margin-bottom: 6px;
}

.shop-details .product-discription .comment-box .form-group input[type='text'],
.shop-details .product-discription .comment-box .form-group input[type='email'],
.shop-details .product-discription .comment-box .form-group textarea{
  position: relative;
  width: 100%;
  height: 50px;
  border: 1px solid #e6ebed;
  font-size: 16px;
  padding: 10px 20px;
  color: #777;
  transition: all 500ms ease;
}

.shop-details .product-discription .comment-box .form-group textarea{
  height: 120px;
  resize: none;
}

.shop-details .product-discription .comment-box .form-group input:focus,
.shop-details .product-discription .comment-box .form-group textarea:focus{
  border-color: var(--main-color);
}

.shop-details .product-discription .comment-box .review-box h6,
.shop-details .product-discription .comment-box .review-box .rating{
  position: relative;
  float: left;
}

.shop-details .product-discription .comment-box .review-box .rating li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  float: left;
  margin-right: 4px;
  color: #f59845;
}

.shop-details .product-discription .comment-box .review-box .rating li:last-child{
  margin: 0px !important;
}

.shop-details .product-discription .comment-box .review-box h6{
  margin-right: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.shop-details .product-discription .comment-box .review-box{
  position: relative;
  display: block;
  margin-bottom: 33px;
  margin-top: 8px;
}

.shop-details .product-discription .comment-box .message-btn,
.shop-details .product-discription .comment-box .custom-controls-stacked{
  position: relative;
  float: left;
}

.shop-details .product-discription .comment-box .message-btn{
  margin-right: 20px;
}

.shop-details .product-discription .comment-box .message-btn .theme-btn{
  padding: 15px 45px;
}

.shop-details .product-discription .tabs-content .text p{
  font-size: 16px;
  margin-bottom: 22px;
}

.shop-details .product-discription .tabs-content .text p:last-child{
  margin-bottom: 0px;
}

.shop-details .product-discription .tabs-content .text h6{
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #1D2635;
  font-weight: 500;
  margin-bottom: 12px;
}

.shop-details .product-discription .tabs-content .text .list-item li{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #8A90A2;
  margin-bottom: 8px;
  padding-left: 22px;
}

.shop-details .product-discription .tabs-content .text .list-item li:last-child{
  margin-bottom: 0px;
}

.shop-details .product-discription .tabs-content .text .list-item li:before{
  position: absolute;
  content: '';
  background: #8A90A2;
  width: 6px;
  height: 6px;
  left: 0px;
  top: 9px;
  border-radius: 50%;
}



































