/*============================================================================================*/
/* PRODUCT PAGE */
/*============================================================================================*/
.product__header h1 {
  font-size: 32px;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .product__header h1 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.product__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.product__labels div {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  padding: 5px 10px;
  border-radius: 2px;
  margin-right: 10px;
}
.product__labels div.latest {
  background-color: #9933cc;
}
.product__labels div.bestseller {
  background-color: #00cc00;
}
.product__labels div.discounted {
  background-color: #ff3333;
}
.product__info {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .product__info {
    border-bottom: none;
    padding-bottom: 15px;
  }
}
.product__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .product__top {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .product__top {
    display: block;
  }
}
.product__availability svg {
  margin-right: 8px;
}
@media (max-width: 575px) {
  .product__sku {
    margin-top: 10px;
  }
}
.product__price {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .product__price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.product__price .price__new {
  font-size: 32px;
  font-size: 2rem;
}
.product__price .price__old {
  font-size: 20px;
  font-size: 1.25rem;
}
.product__price .price__percentage {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .product__add {
    text-align: center;
  }
}
.product__add .btn_1 {
  text-transform: uppercase;
}
.product__description {
  padding-right: 50px;
}
@media (max-width: 991px) {
  .product__description {
    padding-right: 0;
  }
}
.product__description img {
  max-width: 100%;
}
.product__description h1 {
  font-weight: 500;
  font-size: 26px;
  font-size: 1.625rem;
}
.product__description h2 {
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
}
.product__description h3 {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}
.product__options {
  padding-bottom: 20px;
}
.product__options-title {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
.product__actions ul {
  margin: 15px 0 0 2px;
  padding: 0;
  list-style: none;
}
.product__actions ul li {
  float: left;
  margin-right: 25px;
}
.product__actions ul li button {
  color: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product__actions ul li button:hover {
  color: #34a854;
}
.product__actions ul li button i {
  margin-right: 8px;
  font-size: 24px;
  font-size: 1.5rem;
}

.no_comments {
  background-color: #fff;
  border-bottom: 1px solid #dddddd;
  padding: 20px;
}

.comments {
  padding: 20px;
  background-color: #fff;
  overflow: hidden;
  overflow-y: auto;
  max-height: 960px;
}
.comments::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.comments::-webkit-scrollbar-thumb {
  background: #b4b4b4;
}
.comments::-webkit-scrollbar-track {
  background: #e9e9e9;
}
.comments {
  scrollbar-face-color: #b4b4b4;
  scrollbar-track-color: #e9e9e9;
}
@media (max-width: 991px) {
  .comments {
    margin-bottom: 20px;
  }
}

.comment {
  background-color: #fff;
  border-top: 1px solid #dddddd;
  padding: 12px 0;
}
.comment:first-child {
  border-top: none;
  padding-top: 0;
}
.comment_admin {
  padding-left: 15px;
  margin-left: 20px;
  border-left: 2px solid #a9a9a9;
  border-top: none;
}
.comment__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.comment__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.comment__avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  background-color: #34a854;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  margin-right: 10px;
}
.comment__avatar_admin {
  background-color: #ff5533;
}
.comment__author {
  font-weight: 600;
}
.comment__date {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #666;
}
.comment__content {
  padding-top: 10px;
}
.comment__moderate {
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
  font-style: italic;
}
.comment__rating {
  margin-bottom: 20px;
}

.rating {
  display: inline-block;
  vertical-align: middle;
}
.rating__input {
  display: none;
}
.rating__star, .rating:hover .rating__star {
  cursor: pointer;
  float: right;
  display: block;
  margin-right: 5px;
  width: 22px;
  height: 21px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="21" viewBox="0 0 22 21"><g fill="none"><g fill="%23CCC"><path d="M7.5 6.5C7.5 6.5 3.4 7 0.6 7.3 0.3 7.3 0.1 7.5 0 7.7 -0.1 8 0 8.2 0.2 8.4 2.3 10.2 5.4 12.9 5.4 12.9 5.4 12.9 4.5 16.9 4 19.5 3.9 19.8 4 20 4.2 20.2 4.4 20.3 4.7 20.3 4.9 20.2 7.4 18.9 11 16.9 11 16.9 11 16.9 14.6 18.9 17.1 20.2 17.3 20.3 17.6 20.3 17.8 20.2 18 20 18.1 19.8 18 19.5 17.5 16.9 16.6 12.9 16.6 12.9 16.6 12.9 19.7 10.2 21.8 8.4 22 8.2 22.1 8 22 7.7 21.9 7.5 21.7 7.3 21.4 7.3 18.6 7 14.5 6.5 14.5 6.5 14.5 6.5 12.7 2.8 11.6 0.4 11.5 0.2 11.3 0 11 0 10.7 0 10.5 0.2 10.4 0.4 9.2 2.8 7.5 6.5 7.5 6.5Z"/></g></g></svg>') 0 0;
}
.rating:hover .rating__star:hover, .rating:hover .rating__star:hover ~ .rating__star, .rating__input:checked ~ .rating__star {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="21" viewBox="0 0 22 21"><g fill="none"><g fill="%23FEC348"><path d="M7.5 6.5C7.5 6.5 3.4 7 0.6 7.3 0.3 7.3 0.1 7.5 0 7.7 -0.1 8 0 8.2 0.2 8.4 2.3 10.2 5.4 12.9 5.4 12.9 5.4 12.9 4.5 16.9 4 19.5 3.9 19.8 4 20 4.2 20.2 4.4 20.3 4.7 20.3 4.9 20.2 7.4 18.9 11 16.9 11 16.9 11 16.9 14.6 18.9 17.1 20.2 17.3 20.3 17.6 20.3 17.8 20.2 18 20 18.1 19.8 18 19.5 17.5 16.9 16.6 12.9 16.6 12.9 16.6 12.9 19.7 10.2 21.8 8.4 22 8.2 22.1 8 22 7.7 21.9 7.5 21.7 7.3 21.4 7.3 18.6 7 14.5 6.5 14.5 6.5 14.5 6.5 12.7 2.8 11.6 0.4 11.5 0.2 11.3 0 11 0 10.7 0 10.5 0.2 10.4 0.4 9.2 2.8 7.5 6.5 7.5 6.5Z"/></g></g></svg>') 0 0;
}

#rating-error {
  margin-left: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  color: red;
}

.countdown_inner {
  background: #F33;
  color: #fff;
  margin-bottom: 30px;
  padding: 5px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .countdown_inner {
    margin-bottom: 15px;
  }
}
.countdown_inner.version_2 {
  padding: 10px 5px;
  position: relative;
}
.countdown_inner.version_2:before {
  border-style: solid solid solid none;
  border-width: 15px 15px 15px 0;
  bottom: -26px;
  content: "";
  left: 0;
  position: absolute;
  width: 15px;
  border-color: #F33 transparent transparent;
}
@media (max-width: 991px) {
  .countdown_inner.version_2:before {
    display: none;
  }
}
.countdown_inner.version_2 strong {
  display: block;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.2;
}
.countdown_inner .countdown {
  position: static;
  font-size: 16px;
  font-size: 1rem;
  width: auto;
  margin: 0;
  display: inline-block;
}
.countdown_inner .countdown:before {
  display: none;
}

/*-------- Carousel with thumbs --------*/
.all {
  width: 100%;
  height: auto;
  padding-top: 10px;
}
.all .slider,
.all .slider-two {
  width: auto;
  height: auto;
  overflow: hidden;
  position: relative;
}
.all .slider .owl-nav,
.all .slider .owl-dots,
.all .slider-two .owl-nav,
.all .slider-two .owl-dots {
  display: none;
}
.all .slider:hover .left,
.all .slider:hover .right,
.all .slider-two:hover .left,
.all .slider-two:hover .right {
  visibility: visible;
  opacity: 1;
}
.all .slider:hover .left,
.all .slider-two:hover .left {
  left: 20px;
}
.all .slider:hover .right,
.all .slider-two:hover .right {
  right: 20px;
}
.all .slider .item-box,
.all .slider-two .item-box {
  height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 767px) {
  .all .slider .item-box,
  .all .slider-two .item-box {
    height: 350px;
  }
}
@media (max-width: 360px) {
  .all .slider .item-box,
  .all .slider-two .item-box {
    height: 250px;
  }
}
.all .slider .item-box img,
.all .slider-two .item-box img {
  max-height: 480px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .all .slider .item-box img,
  .all .slider-two .item-box img {
    max-height: 350px;
  }
}
@media (max-width: 360px) {
  .all .slider .item-box img,
  .all .slider-two .item-box img {
    max-height: 250px;
  }
}
.all .slider .left,
.all .slider .right,
.all .slider-two .left,
.all .slider-two .right {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
}
.all .slider .left:hover,
.all .slider .right:hover,
.all .slider-two .left:hover,
.all .slider-two .right:hover {
  visibility: visible;
  opacity: 1;
}
.all .slider .left,
.all .slider-two .left {
  left: -20px;
  transition: left ease 0.25s;
}
.all .slider .left:hover,
.all .slider-two .left:hover {
  left: 20px;
}
.all .slider .left.nonl,
.all .slider .right.nonr,
.all .slider-two .left.nonl,
.all .slider-two .right.nonr {
  opacity: 0;
  visibility: hidden;
}
.all .slider .left.nonl,
.all .slider-two .left.nonl {
  left: -20px;
}
.all .slider .right,
.all .slider-two .right {
  right: -20px;
  transition: right ease 0.25s;
}
.all .slider .right:hover,
.all .slider-two .right:hover {
  right: 20px;
}
.all .slider .right.nonr,
.all .slider-two .right.nonr {
  right: -20px;
}
.all .slider-two:hover .left-t {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.all .slider-two:hover .right-t {
  visibility: visible;
  opacity: 1;
  right: 0;
}
.all .slider-two .item {
  transition: all ease 0.25s;
  border: solid 2px #e6ecf2;
  cursor: pointer;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.all .slider-two .item.active {
  border: solid 2px #ccc;
}
.all .slider-two .owl-stage {
  padding: 20px 0;
}
.all .slider-two .left-t,
.all .slider-two .right-t {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.25s;
  width: 40px;
  height: 104px;
  background: no-repeat rgba(52, 168, 84, 0.85) url(../img/arrow_right.svg) center center;
}
.all .slider-two .left-t:hover,
.all .slider-two .right-t:hover {
  visibility: visible;
  opacity: 1;
}
.all .slider-two .left-t {
  transform: rotate(180deg);
  left: -40px;
}
.all .slider-two .left-t:hover {
  left: 0;
}
.all .slider-two .left-t.nonl-t,
.all .slider-two .right-t.nonr-t {
  opacity: 0;
  visibility: hidden;
}
.all .slider-two .left-t.nonl-t {
  left: -40px;
}
.all .slider-two .right-t:hover {
  right: 0;
}
.all .slider-two .right-t.nonr-t {
  right: -40px;
}

.nav-link {
  display: block;
  padding: 0 15px;
  height: 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #444;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border: none;
  border-bottom: 2px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -2px;
}

.nav-tabs .nav-link {
  border: none;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-bottom: 2px solid #34a854;
  color: #34a854;
  background-color: transparent;
}

.tabs_product {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .tabs_product {
    margin-top: -30px;
    padding-top: 0;
  }
}
.tabs_product .nav-tabs {
  border: none;
  border-bottom: 1px solid transparent;
  display: flex;
}
@media (max-width: 767px) {
  .tabs_product .nav-tabs {
    display: none;
  }
}
.tabs_product .nav-tabs .nav-item {
  text-transform: uppercase;
  font-weight: 500;
}
.tabs_product.version_2 {
  margin-top: 0;
}
.tabs_product.version_2 .nav-tabs {
  justify-content: center;
  flex-direction: row;
}
.tabs_product.version_3 {
  margin-top: 0;
  position: relative;
}
@media (max-width: 767px) {
  .tabs_product.version_3 .nav-tabs {
    display: flex;
  }
}

.tab_content_wrapper {
  background-color: #f8f8f8;
  padding: 60px 0 35px 0;
}
@media (max-width: 991px) {
  .tab_content_wrapper {
    padding: 30px 0 10px 0;
  }
}
@media (max-width: 767px) {
  .tab_content_wrapper {
    background-color: #fff;
    border-bottom: 1px solid #dddddd;
    padding: 15px 0;
  }
}
.tab_content_wrapper .card {
  border: none;
  background-color: transparent;
}
.tab_content_wrapper .card .card-header {
  margin: 0 -15px;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-top: 1px solid #dddddd;
  background-color: #f8f8f8;
}
.tab_content_wrapper .card .card-header a {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 15px;
  color: #111;
}
.tab_content_wrapper .card .card-body {
  padding: 0;
}
.tab_content_wrapper .card .card-body h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .tabs_product .nav-tabs {
    display: flex;
  }
  .tab_content_wrapper .card {
    border: none;
  }
  .tab_content_wrapper .card .card-header {
    display: none;
  }
  .tab_content_wrapper .card .collapse {
    display: block;
  }
}
@media (max-width: 767px) {
  .tab_content_wrapper .fade:not(.show) {
    opacity: 1;
  }
  .tab_content_wrapper .tab-pane {
    display: block !important;
    opacity: 1;
  }
  .tab_content_wrapper .card .card-header {
    margin-bottom: 15px;
    border: 0;
  }
  .tab_content_wrapper .card .card-header a:after {
    font-family: themify;
    width: 20px;
    display: block;
    float: right;
  }
  .tab_content_wrapper .card .card-header a.collapsed:after {
    content: "\e61a";
  }
  .tab_content_wrapper .card .card-header a:after {
    content: "\e622";
  }
}
.table.sizes td,
.table.sizes tr th {
  white-space: nowrap;
}

/*# sourceMappingURL=product_page.css.map */
