
/** product-details **/

.product-details{
  position: relative;
  padding: 120px 0px 85px 0px;
}

.product-details-content .product-image{
  position: relative;
  display: block;
}

.product-details-content .product-image img{
  width: 100%;
}

.product-details-content .product-image a{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  z-index: 1;
}

.product-details-content .product-image a:hover{
  color: #fff;
}

.product-details-content .product-details .othre-options .item-quantity{
  position: relative;
  display: inline-block;
  max-width: 130px;
  width: 100%;
  float: left;
  padding: 0px 40px;
  margin-right: 15px;
}

.item-quantity .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  max-width: 50px;
  width: 100%;
  height: 53px;
}

.item-quantity input.quantity-spinner {
  line-height: 53px;
  height: 53px;
  width: 50px !important;
  padding: 0px !important;
  box-shadow: none !important;
  font-family: 'Poppins', sans-serif;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  border: none;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down{
  position: absolute;
  height: 53px;
  width: 40px;
  background: transparent;
  padding: 0px 0px;
  left: -39px;
  top: -53px;
  border-right: none;
  border-radius: 0px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up{
  position: absolute;
  height: 53px;
  width: 40px;
  background: transparent;
  padding: 0px 0px;
  right: -35px;
  top: -53px;
  border-left: none;
  margin-top: 0px;
  border-radius: 0px;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
  content: "\f067";
  font-size: 12px;
  font-style: normal;
  color: #848484;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
  content: "\f068";
  font-size: 12px;
  font-style: normal;
  color: #848484;
  font-weight: 700;
  font-family: 'Font Awesome 5 Free';
}

.bootstrap-touchspin .input-group-btn-vertical{
  position: absolute;
  width: 100%;
}

.bootstrap-touchspin .input-group-btn-vertical i{
  top: 15px;
  left: 15px;
  font-size: inherit !important; 
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{
  margin-top: 0px;
}

.color-box [type="radio"]:checked,
.color-box [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
  display: none;
}

.color-box [type="radio"]:checked + label,
.color-box [type="radio"]:not(:checked) + label{
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.color-box [type="radio"]:checked + label:before,
.color-box [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.color-box [type="radio"]:checked + label:before{
  width: 22px;
  height: 22px;
  top: -3px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}

.color-box .color-block.black [type="radio"]:checked + label:before,
.color-box .color-block.black [type="radio"]:not(:checked) + label:before{
  background: #222;
}

.color-box .color-block.gray [type="radio"]:checked + label:before,
.color-box .color-block.gray [type="radio"]:not(:checked) + label:before{
  background: #e3e4e6;
}


.product-details-content .product-info h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #222;
  margin-bottom: 12px;
}

.product-details-content .product-info .customer-review{
  position: relative;
  margin-bottom: 15px;
}

.product-details-content .product-info .rating-box{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 12px;
}

.product-details-content .product-info .rating-box li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 15px;
  margin-right: 2px;
}

.product-details-content .product-info .rating-box li:last-child{
  margin-right: 0px;
}

.product-details-content .product-info .reviews{
  position: relative;
  display: inline-block;
  float: left;
}

.product-details-content .product-info .reviews a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #848484;
}
.product-details-content .product-info .item-price{
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #222;
  margin-bottom: 23px;
}

.product-details-content .product-info .text p{
  margin-bottom: 20px;
}

.product-details-content .product-info .text .list li{
  position: relative;
  display: block;
  padding-left: 20px;
  margin-bottom: 4px;
}

.product-details-content .product-info .text .list li:last-child{
  margin-bottom: 0px;
}

.product-details-content .product-info .text .list li:before{
  position: absolute;
  content: '';
  border: 2px solid #d5d5d5;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0px;
  top: 9px;
}

.product-details-content .product-info .text{
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.product-details-content .product-info .othre-options .item-quantity{
  position: relative;
  display: inline-block;
  max-width: 130px;
  width: 100%;
  float: left;
  padding: 0px 40px;
  margin-right: 10px;
  border: 1px solid #e6e6e6;
  z-index: 1;
}

.product-details-content .product-info .othre-options .btn-box{
  position: relative;
  float: left;
  margin-right: 10px;
}

.product-details-content .product-info .othre-options .btn-box .theme-btn-two{
  padding: 14.5px 38px;
}

.product-details-content .product-info .othre-options .info li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.product-details-content .product-info .othre-options .info li:last-child{
  margin-right: 0px;
}

.product-details-content .product-info .othre-options .info li a{
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 20px;
  color: #222;
  font-weight: 700;
  text-align: center;
  border: 1px solid #e6e6e6;
}

.product-details-content .product-info .othre-options .info li a:hover{
  color: #fff;
}

.product-details-content .product-info .othre-options{
  position: relative;
  margin-bottom: 27px;
}

.product-details-content .product-info .other-links li{
  position: relative;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.product-details-content .product-info .other-links li:last-child{
  margin-bottom: 0px;
}

.product-details-content .product-info .other-links li a{
  color: #848484;
}

.product-details-content .product-info .other-links{
  position: relative;
  margin-bottom: 20px;
}

.product-details-content .product-info .share-option li{
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.product-details-content .product-info .share-option li:last-child{
  margin: 0px !important;
}

.product-details-content .product-info .share-option li h5{
  position: relative;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #222;
}

.product-details-content .product-info .share-option li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #848484;
}


.product-details-content .product-info{
  position: relative;
  margin-left: 40px;
}

.product-details-content{
  margin-bottom: 100px;
}

.product-details .product-discription .tab-btns{
  position: relative;
  margin-bottom: 32px;
}

.product-details .product-discription .tab-btns li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #888;
  margin-right: 30px;
  cursor: pointer;
  transition: all 500ms ease;
}

.product-details .product-discription .tab-btns li:last-child{
  margin: 0px !important;
}

.product-details .product-discription .tab-btns li.active-btn,
.product-details .product-discription .tab-btns li:hover,
.product-details .product-discription .tab-btns li.active a,
.product-details .product-discription .tab-btns li a:hover{
  color: #222;
}

.product-details .product-discription .tab-btns li:before{
  position: absolute;
  content: '';
  background: #222;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.product-details .product-discription .tab-btns li.active-btn:before,
.product-details .product-discription .tab-btns li:hover:before,
.product-details .product-discription .tab-btns li.active:before{
  transform: scale(1,1);
}

.product-details .product-discription .tabs-content .text p{
  margin-bottom: 26px;
}

.product-details .product-discription .tabs-content .text p:last-child{
  margin-bottom: 0px;
}

.custom-control.material-checkbox {
  --color: #ebebeb;
  padding: 0px;
  margin: 0px;
  margin-bottom: 0px !important;
}

.custom-control.material-checkbox .material-control-input {
  display: none;
}

.custom-control.material-checkbox .material-control-indicator {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0px;
  width: 15px;
  height: 15px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}

.custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
  -webkit-transform: rotateZ(45deg) translate(1px, -5px);
  transform: rotateZ(45deg) translate(1px, -5px);
  width: 8px;
  border: 2px solid #e6e6e6;
  border-top: 0px;
  border-left: 0px;
  background: transparent;
  border-radius: 0px;
}

.custom-controls-stacked .description {
  position: relative;
  display: inline-block;
  padding: 0px;
  margin-left: 25px;
  font-size: 15px;
  color: #848484;
  cursor: pointer;
}

.product-details .product-discription .tabs-content .review-inner{
  position: relative;
  padding-left: 100px;
  padding-bottom: 43px;
  margin-bottom: 45px;
  border-bottom: 1px solid #e6e6e6;
}

.product-details .product-discription .tabs-content .review-inner .image-box{
  position: absolute;
  left: 0px;
  top: 5px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.product-details .product-discription .tabs-content .review-inner .image-box img{
  width: 100%;
  border-radius: 50%;
}

.product-details .product-discription .tabs-content h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #222;
  margin-bottom: 38px;
}

.product-details .product-discription .tabs-content .rating li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 14px;
  margin-right: 3px;
}

.product-details .product-discription .tabs-content .rating li:last-child{
  margin-right: 0px;
}

.product-details .product-discription .tabs-content .review-inner .rating{
  position: relative;
  margin-bottom: 2px;
}

.product-details .product-discription .tabs-content .review-inner h6{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #222;
  margin-bottom: 14px;
}

.product-details .product-discription .tabs-content .review-inner h6 span{
  font-size: 15px;
  font-weight: 400;
  color: #848484;
}

.product-details .product-discription .tabs-content .replay-inner .rating-box h6{
  position: relative;
  display: inline-block;
  font-size: 16px;
  float: left;
  font-family: 'Poppins', sans-serif;
  color: #222;
  line-height: 26px;
  font-weight: 500;
  margin-right: 20px;
}

.product-details .product-discription .tabs-content .replay-inner .rating{
  position: relative;
  float: left;
}

.product-details .product-discription .tabs-content .replay-inner .rating-box{
  position: relative;
  margin-bottom: 16px;
}

.product-details .product-discription .tabs-content .replay-inner .review-form .form-group{
  position: relative;
  margin-bottom: 24px;
}

.product-details .product-discription .tabs-content .replay-inner .review-form .form-group:last-child{
  margin-bottom: 0px;
}

.product-details .product-discription .tabs-content .replay-inner .review-form .form-group input[type='text'],
.product-details .product-discription .tabs-content .replay-inner .review-form .form-group input[type='email'],
.product-details .product-discription .tabs-content .replay-inner .review-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e6e6e6;
  padding: 10px 20px;
  font-size: 15px;
  color: #848484;
}

.product-details .product-discription .tabs-content .replay-inner .review-form .form-group textarea{
  height: 220px;
  resize: none;
}

.product-details .product-discription .tabs-content .replay-inner .review-form .form-group label{
  position: relative;
  display: block;
  font-size: 15px;
  color: #848484;
  margin-bottom: 4px;
}

.product-details .product-discription{
  position: relative;
  margin-bottom: 105px;
}

.product-details-content .product-info .size-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #222;
  margin-bottom: 8px;
}

.product-details-content .product-info .size-box{
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.product-details-content .product-info .size-box .custom-control{
  position: relative;
  display: inline-block;
  margin-right: 25px;
  padding-left: 0px;
}

.product-details-content .product-info .size-box .custom-control:last-child{
  margin: 0px !important;
}

.product-details-content .product-info .size-box .custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.product-details-content .product-info .size-box .custom-radio .custom-control-input:checked~.custom-control-label::before {
  box-shadow: none;
}

.product-details-content .product-info .size-box .custom-control-label::before{
  background: transparent;
  border: 2px solid #d5d5d5;
  width: 8px;
  height: 8px;
  top: 9px;
  left: 0px;
}

.product-details-content .product-info .size-box .custom-control .custom-control-label{
  font-size: 15px;
  font-weight: 500;
  color: #848484;
  text-transform: uppercase;
  padding-left: 18px;
  cursor: pointer;
}

.product-details-content .product-info .size-box .custom-control .custom-control-label::after{
  display: none !important;
}

.product-details-content .product-info .color-box{
  position: relative;
  display: block;
  margin-bottom: 35px;
}

.product-details-content .product-info .color-box .color-block{
  position: relative;
  display: inline-block;
}

.product-details-content .product-info .color-box h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #222;
  margin-bottom: 6px;
}

.product-details .bxslider .slider-content{
  position: relative;
}

.product-details-2 .bxslider .slider-content .slider-pager{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.product-details-2 .bxslider .slider-content .slider-pager li{
  position: relative;
  display: block;
  width: 100px;
  height: 130px;
  margin-bottom: 10px;
  background: #fff;
}

.product-details-2 .bxslider .slider-content .slider-pager li:last-child{
  margin-bottom: 0px;
}

.product-details-2 .bxslider .product-image{
  padding-left: 110px;
}

.product-details .bxslider .slider-pager li a.active img {
  opacity: 1;
}

.product-details .bxslider .slider-pager img {
  width: 100%;
  opacity: 0.5;
  transition: all 500ms ease;
}

.product-details .product-image .image{
  position: relative;
}

.product-details .product-image li{
  position: relative;
  float: left;
  margin: 0px 5px;
  margin-bottom: 10px;
}

.product-details ul.product-image{
  margin: 0px -5px;
}

.product-details-content ul.product-image a{
  transform: scale(0,0);
}

.product-details-content ul.product-image .image:hover a{
  transform: scale(1,1);
}

.product-details-4 .bxslider .slider-content .slider-pager li{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 112px;
  margin: 0px 3px;
  background: #fff;
}

.product-details-4 .product-details-content .product-image{
  margin-bottom: 10px;
}

.product-details-content .product-info .othre-options .single-item h5{
  position: relative;
  display: block;
  text-align: right;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  color: #222;
  padding-top: 15px;
}

.product-details-content .product-info .othre-options .single-item h5 span{
  display: inline-block;
  min-width: 90px;
}

.product-details-content .product-info .othre-options .single-item{
  margin-bottom: 15px;
}

.product-details-content .product-info .othre-options .item-box .single-item:last-child{
  margin-bottom: 0px;
}

.product-details-content .product-info .othre-options .item-box{
  position: relative;
  margin-bottom: 35px;
}

.product-details-5 .product-details-content .product-image .image,
.product-details-6 .product-details-content .product-image .image{
  margin-bottom: 10px;
}

.product-details-5 .product-details-content .product-image .image:last-child,
.product-details-6 .product-details-content .product-image .image:last-child{
  margin-bottom: 0px;
}

.product-details-5 .product-details-content .product-image a,
.product-details-6 .product-details-content .product-image a{
  transform: scale(0,0);
}

.product-details-5 .product-details-content .product-image .image:hover a,
.product-details-6 .product-details-content .product-image .image:hover a{
  transform: scale(1,1);
}

.product-details-6 .product-details-content .product-info .othre-options .btn-box{
  margin-top: 10px;
}

.product-details-6 .product-details-content .product-info .othre-options .btn-box .theme-btn-two {
  padding: 14.5px 38px;
  width: 260px
}