@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-details-section .shop-details-wrapper .shop-img-area {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .shop-details-section .shop-details-wrapper .shop-img-area {
    margin-bottom: 40px;
  }
}
.shop-details-section .shop-details-wrapper .shop-img-area .shop-thumb-slider .single-img {
  cursor: pointer;
  margin-bottom: 10px;
      margin-top: 1px;
}
.shop-details-section .shop-details-wrapper .shop-img-area .shop-thumb-slider .single-img img {
  width: 100%;
  border: 1px solid #eee;
}
.shop-details-section .shop-details-wrapper .shop-img-area .shop-big-slider {
  margin-bottom: 20px;
  overflow: hidden;
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-details-section .shop-details-wrapper .shop-img-area .shop-big-slider {
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  .shop-details-section .shop-details-wrapper .shop-img-area .shop-big-slider {
    margin-right: 0px;
  }
}
.shop-details-section .shop-details-wrapper .shop-img-area .shop-big-slider .single-img .img-popup {
  display: block;
}
.shop-details-section .shop-details-wrapper .shop-img-area .shop-big-slider .single-img .img-popup img {
  width: 100%;
      border: 1px solid #eee;
}
.shop-details-section .shop-details-wrapper .shop-img-area .shop-big-slider:hover .slick-arrow.prev {
  left: 20px;
}
.shop-details-section .shop-details-wrapper .shop-img-area .shop-big-slider:hover .slick-arrow.next {
  right: 20px;
}
.shop-details-section .shop-details-wrapper .shop-img-area .shop-big-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  background-color: #d00b2b;
  color: #fff;
  transition: all 0.3s ease-out 0s;
}
.shop-details-section .shop-details-wrapper .shop-img-area .shop-big-slider .slick-arrow.prev {
  left: -45px;
}
.shop-details-section .shop-details-wrapper .shop-img-area .shop-big-slider .slick-arrow.next {
  right: -45px;
}
.shop-details-section .shop-details-wrapper .shop-info {
  margin-bottom: 20px;
}
.shop-details-section .shop-details-wrapper .shop-info h3.title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
      text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-details-section .shop-details-wrapper .shop-info h3.title {
    font-size: 20px;
    margin-bottom: 0px;
  }
}
.shop-details-section .shop-details-wrapper .shop-info .rating {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-details-section .shop-details-wrapper .shop-info .rating {
    margin-bottom: 0px;
  }
}
.shop-details-section .shop-details-wrapper .shop-info .rating li i {
  color: #ff4a17;
}
.shop-details-section .shop-details-wrapper .shop-info p {
  margin-bottom: 15px;
}
.shop-details-section .shop-details-wrapper .shop-info p.price {
    font-size: 16px;
    font-weight: 500;
    color: #e60013;
    margin-bottom: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-details-section .shop-details-wrapper .shop-info p.price {
    margin-bottom: 5px;
  }
}
.shop-details-section .shop-details-wrapper .shop-info .single_variation_wrap {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-details-section .shop-details-wrapper .shop-info .single_variation_wrap {
    margin: 10px 0;
  }
}
.shop-details-section .shop-details-wrapper .shop-info .single_variation_wrap .nice-number button {
  width: 45px;
  height: 45px;
  border: 1px solid #dddddd;
  background-color: transparent;
}
.shop-details-section .shop-details-wrapper .shop-info .single_variation_wrap .nice-number input[type=number] {
  width: 45px !important;
  height: 43px;
  border: none;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.shop-details-section .shop-details-wrapper .shop-info .single_variation_wrap .add_to_cart .main-btn {
  line-height: 25px;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 600;
  margin-left: 30px;
}
.shop-details-section .shop-details-wrapper .shop-info .single_variation_wrap .add_to_cart .main-btn:after {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-details-section .shop-details-wrapper .shop-info .single_variation_wrap .add_to_cart .main-btn {
    padding: 10px 20px;
    margin-left: 10px;
  }
}
.shop-details-section .shop-details-wrapper .shop-info .social-link li {
  margin-right: 10px;
}
.shop-details-section .shop-details-wrapper .shop-info .social-link li span {
  margin-right: 5px;
  font-weight: 600;
  color: #000000;
}
.shop-details-section .shop-details-wrapper .shop-info .social-link li:hover i {
  color: #d00b2b;
}
.shop-details-section .discription-wrapper .discription-tabs {
  margin-bottom: 33px;
}
/* .shop-details-section .discription-wrapper .discription-tabs .nav-tabs li:first-child .nav-link {
  padding-left: 0px;
} */
.shop-details-section .discription-wrapper .discription-tabs .nav-tabs .nav-link {
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0px;
      text-transform: capitalize;
}
.shop-details-section .discription-wrapper .discription-tabs .nav-tabs .nav-link.active {
  color: #d00b2b;
}
@media (max-width: 767px) {
  .shop-details-section .discription-wrapper .discription-tabs .nav-tabs .nav-link {
    padding: 0px 10px 13px;
    font-size: 14px;
  }
}
.shop-details-section .discription-wrapper .content-box p {
  margin-bottom: 15px;
}
.shop-details-section .discription-wrapper .shop-review-area h4.title {
  margin-bottom: 25px;
}
.shop-details-section .discription-wrapper .shop-review-area .review_user {
  position: relative;
  padding-left: 110px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .shop-details-section .discription-wrapper .shop-review-area .review_user {
    padding-left: 0px;
  }
}
.shop-details-section .discription-wrapper .shop-review-area .review_user .admin-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
}
@media (max-width: 991px) {
  .shop-details-section .discription-wrapper .shop-review-area .review_user .admin-img {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 20px;
  }
}
.shop-details-section .discription-wrapper .shop-review-area .review_user .rating {
  margin-top: 0px;
  line-height: 15px;
  margin-bottom: 5px;
}
.shop-details-section .discription-wrapper .shop-review-area .review_user .rating li i {
  font-size: 14px;
}
.shop-details-section .discription-wrapper .shop-review-area .review_user span {
  text-transform: capitalize;
  font-size: 15px;
}
.shop-details-section .discription-wrapper .shop-review-area .review_form .form_group label {
  font-weight: 600;
  color: #000000;
  margin-bottom: 5px;
}
.shop-details-section .discription-wrapper .shop-review-area .review_form .form_group .form_control {
  margin-bottom: 22px;
  border: 1px solid #dddddd;
}
.shop-details-section .discription-wrapper .shop-review-area .review_form .form_group textarea.form_control {
  height: 120px;
}
.shop-details-section .discription-wrapper .shop-review-area .review_form .form_group .rating {
  margin-bottom: 20px;
}
.shop-details-section .discription-wrapper .shop-review-area .review_form .single_checkbox {
  margin-bottom: 30px;
}
.shop-details-section .discription-wrapper .shop-review-area .review_form .single_checkbox .single_input {
  width: 15px;
  height: 15px;
  border-radius: 0px;
  display: inline-block;
}
.shop-details-section .discription-wrapper .shop-review-area .review_form .single_checkbox label {
  display: inline-block;
  margin-top: -3px;
  margin-left: 5px;
}