/* 15. product details css here */
.page-product-details{
    padding: 124px 0px 0px 0px;
}

.product_bread .breadcrumb_content ul li a {
  line-height: 35px;
}

#img-1 {
  border: 1px solid #ebebeb;
}

.product_details {
  
}

.header_product {
  border-bottom: 1px solid #ebebeb;
}

.product_d_right h1, .product_d_right .slider_content h2, .slider_content .product_d_right h2, .product_d_right .slider_c_two h2, .slider_c_two .product_d_right h2 {
  /*color: #1a68b8;*/
    text-transform: capitalize;
    line-height: 36px;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .product_d_right h1, .product_d_right .slider_content h2, .slider_content .product_d_right h2, .product_d_right .slider_c_two h2, .slider_c_two .product_d_right h2 {
    font-size: 20px;
  }
}
.product_d_right .product_ratting {
  margin-bottom: 12px;color:#000;
}
.product_d_right .product_ratting ul{
 list-style:none;padding-left:0;font-weight:700;
}
.product_d_right .product_price {
  margin-bottom: 29px;
}
@media only screen and (max-width: 767px) {
  .product_d_right .product_price {
    margin-bottom: 16px;
  }
}
.product_d_right .product_price span.current_price {
  font-size: 18px;
  color: #2e3192;
  font-weight: 700;
}
.product_d_right .product_price span.old_price {
  color: #555;
  font-size: 14px;
  text-decoration: line-through;
  margin-right: 10px;
}
.product_d_right .product_desc {
  margin-bottom: 35px;
  padding-bottom: 28px;
  border-bottom: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .product_d_right .product_desc {
    margin-bottom: 30px;
    padding-bottom: 22px;
  }
}
.product_d_right .product_desc::before {
  display: none;
}
.product_d_right .product_desc p {
  font-size: 14px;
  line-height: 26px;color:#000;
}
.product_d_right .priduct_social ul li {
  display: inline-block;
  margin-right: 7px;
}
.product_d_right .priduct_social ul li:last-child {
  margin-right: 0;
}
.product_d_right .priduct_social ul li a {
  color: #242424;
  display: block;
  line-height: 45px;
  text-align: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 1px solid #ebebeb;
}
.product_d_right .priduct_social ul li a:hover {
  background: #2e3192;
  color: #ffffff;
  border-color: #2e3192;
}

.product_nav {
  float: right;
  position: relative;
  top: -39px;
}
@media only screen and (max-width: 767px) {
  .product_nav {
    display: none;
  }
}
.product_nav ul li {
  display: inline-block;
  margin-left: 3px;
}
.product_nav ul li:first-child {
  margin-left: 0;
}
.product_nav ul li a {
  background: #2e3192;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font-size: 15px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
.product_nav ul li a:hover {
  background: #242424;
}

.product_variant.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}
@media only screen and (max-width: 767px) {
  .product_variant.quantity {
    margin-bottom: 16px;
  }
}
.product_variant.quantity label {
  color: #242424;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
  margin-bottom: 0;
}
.product_variant.quantity input {
  width: 130px;
  border: 1px solid #ebebeb;
  background: none;
  height: 42px;
  padding: 0 12px;
  border-radius: 5px;
  margin-left: 15px;
}
.product_options{margin-bottom:15px;}
.product_options select {
  width: 90%;
  border: 1px solid #ebebeb;
  background: none;
  height: 42px;
  padding: 0 12px;
  border-radius: 5px;
  /*margin-left: 15px;*/
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_variant.quantity input {
    width: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_variant.quantity input {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .product_variant.quantity input {
    width: 65px;
    margin-left: 10px;
  }
}
.product_variant.quantity button {
  /*border: 0;
  font-size: 16px;
  margin-left: 0px;
  background: #2e3192;
  height: 42px;
  line-height: 42px;
  text-transform: capitalize;
  min-width: 175px;*/
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_variant.quantity button {
    min-width: 240px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_variant.quantity button {
    min-width: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .product_variant.quantity button {
    min-width: inherit;
    margin-left: 10px;
  }
}
.product_variant.quantity button:hover {
  background: #242424;
}
.product_variant.color {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .product_variant.color {
    margin-bottom: 18px;
  }
}
.product_variant.color h3 {
  color: #242424;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 40px;
  min-width: 50px;
}
.product_variant.color .niceselect_option {
  width: 300px;
  height: 42px;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .product_variant.color .niceselect_option {
    width: 160px;
  }
}

.product_d_action {
  margin-bottom: 22px;
}
.product_d_action ul{
 list-style:none;padding-left:0;
}
.product_d_action ul li a {
  font-size: 14px;
  color: #242424;
  line-height: 30px;
}
.product_d_action ul li a:hover {
  color: #2e3192;
}

.product_meta {
  margin-bottom: 26px;
}
.product_meta span {
  font-weight: 500;
  color: #242424;
}
.product_meta span a {
  color: #5a5a5a;
  margin-left: 10px;
  font-weight: 400;
}

.product_info_button {
  border-top: 1px solid var(--tg-color-gray-5);;
  border-bottom: 1px solid var(--tg-color-gray-5);;
  padding: 15px 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .product_info_button {
    margin-bottom: 20px;
  }
}
.product_info_button ul li a {
  display: block;
  float: left;
  text-transform: capitalize;
  font-size: 20px;
    color: #a9a9a9;
  font-weight: 500;
  margin-right: 35px;
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
  .product_info_button ul li a {
    margin-right: 25px;
    font-size: 18px;
  }
}
.product_info_button ul li.active a,.product_info_button ul li:hover a{
    color: #000;font-weight:600;
}

.product_info_button ul li:last-child a {
  margin-right: 0;
}

.product_review_form button {
  border: none;
  background: #242424;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 15px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 5px;
}
.product_review_form button:hover {
  background: #2e3192;
  color: #ffffff;
}

.product_info_content p {
  color: #5a5a5a;
  line-height: 28px;
}

.product_d_table {
  padding: 10px 0 22px;
  color:#565969;
}
.product_d_table table {
  border-top: 1px solid #ddd;
  width: 100%;
}
.product_d_table table tbody tr {
  border-bottom: 1px solid #ddd;
}
.product_d_table table tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.product_d_table table tbody tr td {
  padding: 7px 17px;
  height:36px;
}
.product_d_table table tbody tr td:first-child {
  border-right: 1px solid #ddd;
  width: 30%;
  font-weight: 500;
  color: #242424;
}

.product_d_inner {
  /*border: 1px solid #ebebeb;*/
  padding: 15px 0px 50px;
}
@media only screen and (max-width: 767px) {
  .product_d_inner {
    padding: 15px 30px 24px;
  }
}

.product_info_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.product_info_inner .product_ratting {
  margin-bottom: 10px;
}
.product_info_inner .product_ratting p {
  margin-bottom: 5px;
}
.product_info_inner .product_ratting strong {
  margin-top: 10px;
  display: block;
  margin-bottom: 8px;
}

.reviews_wrapper h2 {
  font-size: 18px;
  color: #242424;
  font-weight: 500;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .reviews_wrapper h2 {
    font-size: 15px;
  }
}
.reviews_wrapper .product_ratting {
  margin-bottom: 20px;
}
.reviews_wrapper .product_ratting h3 {
  font-size: 14px;
  color: #242424;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Rubik", sans-serif;
}

.comment_title {
  margin-bottom: 20px;
}

.product_review_form input {
  border: 1px solid #ddd;
  background: none;
  width: 100%;
  height: 40px;
  padding: 0 20px;
}
.product_review_form textarea {
  border: 1px solid #ddd;
  background: none;
  height: 120px;
  resize: none;
  width: 100%;
  margin-bottom: 14px;
  padding: 0 20px;
}
.product_review_form p {
  margin-bottom: 7px;
}

.star_rating {
  float: right;
}
.star_rating ul li {
  display: inline-block;
}
.star_rating ul li a {
  color: #2e3192;
}

.product_d_info {
  margin-bottom: 60px;
  width:100%;
}

.reviews_comment_box {
  display: flex;
  margin-bottom: 22px;
}
.reviews_comment_box .comment_text {
  width: 100%;
  border: 1px solid #ebebeb;
  position: relative;
  margin-left: 21px;
  padding: 12px;
  border-radius: 3px;
}
.reviews_comment_box .comment_text::before {
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  content: '';
  display: block;
  height: 10px;
  left: -6px;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

.reviews_meta p {
  color: #777;
  font-size: 15px;
  margin-bottom: 15px;
}
.reviews_meta p strong {
  text-transform: uppercase;
  font-weight: 500;
  color: #242424;
}

.s-tab-zoom.owl-carousel .owl-nav {
  display: block;
}
.s-tab-zoom.owl-carousel .owl-nav div {
  position: absolute;
  background: #f2f2f2;
  border-radius: 3px;
  color: #333;
  height: 32px;
  top: 50%;
  transform: translatey(-50%);
  width: 32px;
  text-align: center;
  line-height: 32px;
  left: -7px;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.s-tab-zoom.owl-carousel .owl-nav div:hover {
  background: #2e3192;
  color: #ffffff;
}
.s-tab-zoom.owl-carousel .owl-nav div.owl-next {
  right: -7px;
  left: auto;
}

@media only screen and (max-width: 767px) {
  .product-details-tab {
    margin-bottom: 57px;
  }
}
.product-details-tab:hover .s-tab-zoom.owl-carousel .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.single-zoom-thumb {
  margin-top: 20px !important;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-zoom-thumb {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .single-zoom-thumb {
    width: 101%;
  }
}
.single-zoom-thumb ul li {
  border: 1px solid #ddd;
}
.single-zoom-thumb ul li a {
  width: 100%;
}

.related_products {
  border: 1px solid #ebebeb;
  padding: 25px 30px 28px;
}
.related_products .product_column4 {
  padding: 0;
}
.related_products .carousel_column3 {
  padding: 0;
}
.related_products .section_title {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 12px;
}
.related_products .section_title h2 {
  line-height: 18px;
  padding-left: 0;
}
.related_products .owl-nav > div {
  left: -15px;
}
.related_products .owl-nav > div.owl-next {
  right: -15px;
}

.product_area.related {
  margin-bottom: 60px;
}
