/** HEADING */
.head_taxonomy {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.head_taxonomy .title {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  color: #333;
  font-weight: 600;
  flex: 1;
}

@media (max-width: 575px) {
  .head_taxonomy {
    flex-direction: column;
  }
  .head_taxonomy .title {
    padding-bottom: 10px;
  }
  .head_taxonomy .orderby {
    padding-bottom: 10px;
  }
}
.head_box {
  position: relative;
}
.head_box .title {
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  background: #ececec;
  letter-spacing: 1px;
}
.head_box .title span {
  display: inline-block;
  position: relative;
  padding: 13px 18px 11px;
  background: #e71e24;
  color: #fff;
}

/** Filter Box */
.filter-box .orderby {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.filter-box .orderby span {
  margin-right: 10px;
}
.filter-box .orderby .woocommerce-ordering {
  float: none;
  margin: 0;
}
.filter-box .orderby .woocommerce-ordering select {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

/**
 * WOOCOMMERCE
 */
.woocommerce {
  width: 100%;
}
.woocommerce .details__content address {
  padding: 20px;
}
.woocommerce form .form-row-first {
  float: none;
  width: 100%;
}
.woocommerce form .form-row {
  padding: 0;
  flex-wrap: wrap;
}
.woocommerce form .form-row label {
  display: block;
  width: 100%;
}
.woocommerce form .form-row textarea {
  line-height: 20px;
  padding: 9px 15px;
  border: 1px solid #dfdfdf;
  width: 100%;
  height: 150px !important;
}
.woocommerce form .form-row input[type=text],
.woocommerce form .form-row input[type=email],
.woocommerce form .form-row input[type=tel],
.woocommerce form .form-row input[type=password] {
  line-height: 20px;
  padding: 9px 15px;
  border: 1px solid #dfdfdf;
  width: 100%;
}
.woocommerce form .form-row span.password-input {
  width: 100%;
}
.woocommerce form .form-row span.password-input input[type=password] {
  line-height: 20px;
  padding: 9px 15px;
  border: 1px solid #dfdfdf;
  width: 100%;
}
.woocommerce form .form-row button.button {
  background: #0b6bbf;
  font-weight: 400;
  padding: 10px 19px;
  color: #FFF;
}
.woocommerce form .form-row span.woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce form .form-row span.selection span.select2-selection--single {
  height: 40px;
  margin: 0;
  border-radius: 0;
}
.woocommerce form .form-row span.selection span.select2-selection--single .select2-selection__arrow {
  height: 40px;
  position: absolute;
  top: 1px;
  right: 8px;
  width: 20px;
}
.woocommerce form .form-row span.selection span.select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  padding-left: 15px;
}
.woocommerce form p {
  margin-top: 20px;
}
.woocommerce form p button.button {
  background: black;
  font-weight: 400;
  padding: 10px 19px;
  color: #FFF;
}
.woocommerce form p button.button:hover {
  background: darkorange;
}
.woocommerce form.checkout .form-row-first {
  float: none;
  width: 100%;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  margin: 0.5em 0;
  padding: 20px 30px;
}
.woocommerce form.login .form-row-first,
.woocommerce form.checkout_coupon .form-row-first {
  float: left;
  width: 47%;
}
.woocommerce form.login .form-row-last,
.woocommerce form.checkout_coupon .form-row-last {
  float: right;
  width: 47%;
}

/**
 * SUMARY
 */
.product_sumary {
  padding-bottom: 10px;
  position: relative;
}
.product_sumary > .row [class*=col-] {
  padding-bottom: 20px;
}
.product_sumary .image {
  position: relative;
}
.product_sumary .image .gallery {
  padding: 0px;
  background: #f5f5f5;
  border-radius: 4px;
}
.product_sumary .image .gallery .bx-wrapper .bx-controls .bx-controls-direction a {
  height: 40px;
  width: 30px;
  text-indent: 0;
  background: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
}
.product_sumary .image .gallery .bx-wrapper .bx-controls .bx-controls-direction a i {
  font-size: 23px;
  color: #fff;
}
.product_sumary .image .gallery .item > a {
  display: block;
  position: relative;
  padding-bottom: 70%;
  width: 100%;
  background-position: center;
  cursor: zoom-in;
}
.product_sumary .image .gallery .item > a > img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product_sumary .image .pager {
  padding: 10px 0;
  margin-top: 10px;
}
.product_sumary .image .pager .bx-page {
  display: flex;
  align-items: center;
  flex-wrap: flex-wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.product_sumary .image .pager .bx-page a {
  display: inline-block;
  max-width: 20%;
  flex: 0 0 20%;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
.product_sumary .image .pager .bx-page a span {
  position: relative;
  padding-bottom: 100%;
  background: #f0f0f0;
  display: block;
  background-position: center;
  width: 100%;
  box-shadow: 0px 0px 0px 1px #ccc;
}
.product_sumary .image .pager .bx-page a span > img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_sumary .info {
  padding: 10px 0 0 10px;
  position: relative;
  font-size: 15px;
}
.product_sumary .info .box_info .title {
  font-size: 22px;
  color: #000;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.5px;
}
.product_sumary .info .box_info .price {
  position: relative;
  padding-bottom: 10px;
}
.product_sumary .info .box_info .price del {
  font-size: 1em;
  line-height: 1;
  margin-right: 5px;
}
.product_sumary .info .box_info .price span {
  color: #d71a00;
  font-size: 20px;
  font-weight: 600;
}
.product_sumary .info .box_info .sku {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.product_sumary .info .box_info .sku b {
  margin-left: 5px;
}
.product_sumary .info .box_info .sku .stock {
  margin-left: 10px;
  font-size: 12px;
  padding: 4px 5px;
  border-radius: 4px;
  color: #fff;
  background: red;
  display: inline-block;
  line-height: 1;
}
.product_sumary .info .box_info .param {
  padding-left: 15px;
  margin-bottom: 10px;
}
.product_sumary .info .box_info .param > li {
  line-height: 1.45;
  font-size: 15px;
  padding: 3px 0;
}
.product_sumary .info .box_info .cate {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
}
.product_sumary .info .box_info .cate a {
  color: #000;
}
.product_sumary .info .box_support a {
  display: inline-block;
  padding: 12px 15px 10px;
  background: #e71e24;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 0px;
  letter-spacing: 0.5px;
  line-height: 20px;
  border-radius: 3px;
}
.product_sumary .info .box_support a:hover {
  background: #0a0a0a;
}

@media (max-width: 991px) {
  .product_sumary .info {
    padding: 10px 0 0px;
  }
}
/**
 * DETAIL
 */
.product_detail {
  position: relative;
  margin-bottom: 10px;
}
.product_detail .box_content {
  padding: 10px 0px;
}
.product_detail .box_content .entry-content {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 1.67;
  text-align: justify;
}
.product_detail .box_content .entry-content img {
  max-width: 100%;
  height: auto;
}
.product_detail .box_content .entry-content h1 {
  font-weight: 700;
  font-size: 1.9em;
}
.product_detail .box_content .entry-content h2 {
  font-weight: 700;
  font-size: 1.65em;
}
.product_detail .box_content .entry-content h3 {
  font-weight: 700;
  font-size: 1.45em;
}
.product_detail .box_content .entry-content h4 {
  font-weight: 700;
  font-size: 1.2em;
}
.product_detail .box_content .entry-content h5 {
  font-weight: 700;
  font-size: 1.05em;
}
.product_detail .box_content .entry-content h6 {
  font-weight: 700;
  font-size: 1em;
}
.product_detail .box_content .entry-content iframe {
  max-width: 100%;
}
.product_detail .box_content .entry-content object {
  max-width: 100%;
}
.product_detail .box_content .entry-content .aligncenter {
  max-width: 100%;
  float: none;
  margin: auto;
  display: block;
}
.product_detail .box_content .entry-content .aligncenter img {
  max-width: 100%;
  height: auto;
}
.product_detail .box_content .entry-content .alignleft {
  max-width: 100%;
  float: left;
  display: inline-block;
  margin-right: 15px;
}
.product_detail .box_content .entry-content .alignleft img {
  max-width: 100%;
  height: auto;
}
.product_detail .box_content .entry-content .alignright {
  max-width: 100%;
  float: right;
  display: inline-block;
  margin-left: 15px;
}
.product_detail .box_content .entry-content .alignright img {
  max-width: 100%;
  height: auto;
}
.product_detail .box_content .entry-content .wp-caption-text {
  background: #fdfdfd;
  text-align: center;
  margin-bottom: 13px;
  font-style: italic;
  padding: 6px;
  font-size: 13px;
}

/**
 * PRODUCT VIEWED
 */
.product__viewed {
  background: #FFF;
  margin-bottom: 15px;
}
.product__viewed .title_viewed {
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
}
.product__viewed .Product-viewed .owl-item + .owl-item {
  border-left: 1px solid #ebebeb;
}
.product__viewed .Product-viewed .item__product {
  padding: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.15s ease-in-out;
}
.product__viewed .Product-viewed .item__product .image {
  padding: 25px;
  text-align: center;
  margin-top: 10px;
  position: relative;
}
.product__viewed .Product-viewed .item__product .image > a {
  position: relative;
  background-position: center;
  padding-bottom: 143.3333%;
  width: 100%;
  display: block;
}
.product__viewed .Product-viewed .item__product .image > a img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product__viewed .Product-viewed .item__product .image > span {
  position: absolute;
  left: 7px;
  top: 7px;
  background: red;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  padding: 3px 5px;
  line-height: 1;
  display: block;
  z-index: 2;
}
.product__viewed .Product-viewed .item__product .title {
  min-height: 40px;
}
.product__viewed .Product-viewed .item__product .title > a {
  color: #505050;
  font-weight: 300;
  font-size: 13px;
}
.product__viewed .Product-viewed .item__product .title > a h3 {
  font-weight: 100;
  line-height: 1.4;
  font-size: 13px;
}
.product__viewed .Product-viewed .item__product .star {
  display: flex;
  align-items: center;
}
.product__viewed .Product-viewed .item__product .star .star_rating {
  display: inline-block;
  position: relative;
}
.product__viewed .Product-viewed .item__product .star .star_rating:before {
  content: "\e66a\e66a\e66a\e66a\e66a";
  display: inline-block;
  font-family: "Rivolicons-Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 13px;
  color: #d0d0d0;
}
.product__viewed .Product-viewed .item__product .star .star_rating > span.rt {
  width: 95%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
}
.product__viewed .Product-viewed .item__product .star .star_rating > span.rt i {
  color: yellow;
  font-size: 13px;
}
.product__viewed .Product-viewed .item__product .star .star_prop {
  margin-left: 7px;
  font-size: 11px;
}
.product__viewed .Product-viewed .item__product .price-group .old-price {
  font-size: 0.8em;
  color: #505050;
}
.product__viewed .Product-viewed .item__product .price-group .price {
  font-weight: bold;
  color: #d71a00;
}
.product__viewed .Product-viewed .item__product .price-group .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #d71a00;
  border-radius: 10px;
}
.product__viewed .Product-viewed .item__product .price-group .price_min,
.product__viewed .Product-viewed .item__product .price-group .price_max {
  font-weight: bold;
  color: #d71a00;
}
.product__viewed .Product-viewed .item__product .overlay {
  margin-top: 10px;
  opacity: 0;
  display: block;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.product__viewed .Product-viewed .item__product .overlay .button-buy-now {
  display: block;
  text-align: center;
  background: #d71a00;
  border: 1px solid #d71a00;
  color: #fff;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  transition: all 0.25s ease-in-out;
}
.product__viewed .Product-viewed .item__product .overlay.disable {
  cursor: not-allowed;
}
.product__viewed .Product-viewed .item__product:hover .overlay {
  opacity: 1;
}

/**
 * REVIEWS
 */
.product__reviews {
  background: #fff;
  margin-bottom: 20px;
}
.product__reviews .title_reviews {
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
}
.product__reviews .review {
  padding: 15px;
  position: relative;
}
.product__reviews .review .desc {
  font-size: 15px;
  margin-bottom: 10px;
}
.product__reviews .review .reviews__comment {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product__reviews .review .reviews__comment > li > .comment__item .avatar {
  float: left;
}
.product__reviews .review .reviews__comment > li > .comment__item .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.product__reviews .review .reviews__comment > li > .comment__item .info {
  margin-left: 60px;
}
.product__reviews .review .reviews__comment > li > .comment__item .info h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
}
.product__reviews .review .reviews__comment > li > .comment__item .info .date {
  font-style: italic;
  font-size: 13px;
  margin-bottom: 8px;
}
.product__reviews .review .reviews__comment > li > .comment__item .info .desc {
  border: 1px solid #ccc;
  padding: 9px 12px;
  border-radius: 4px;
}
.product__reviews .review .reviews__comment > li > .comment__item .info .desc > span i {
  color: yellow;
}
.product__reviews .review .reviews__comment > li > .comment__item .info .desc > p {
  margin-bottom: 0px;
}
.product__reviews .review .reviews__comment > li > .comment__item::after {
  clear: both;
  display: table;
  content: "";
}
.product__reviews .review .reviews__comment > li > ol.sub {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 30px;
}
.product__reviews .review .reviews__comment > li > ol.sub > li > .comment__item .avatar {
  float: left;
}
.product__reviews .review .reviews__comment > li > ol.sub > li > .comment__item .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.product__reviews .review .reviews__comment > li > ol.sub > li > .comment__item .info {
  margin-left: 60px;
}
.product__reviews .review .reviews__comment > li > ol.sub > li > .comment__item .info h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
}
.product__reviews .review .reviews__comment > li > ol.sub > li > .comment__item .info .date {
  font-style: italic;
  font-size: 13px;
  margin-bottom: 8px;
}
.product__reviews .review .reviews__comment > li > ol.sub > li > .comment__item .info .desc {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 4px;
}
.product__reviews .review .reviews__comment > li > ol.sub > li > .comment__item .info .desc > span i {
  color: yellow;
}
.product__reviews .review .reviews__comment > li > ol.sub > li > .comment__item .info .desc > p {
  margin-bottom: 10px;
}
.product__reviews .review .reviews__comment > li > ol.sub > li > .comment__item::after {
  clear: both;
  display: table;
  content: "";
}
.product__reviews .review .reviews__form .comment-respond .comment-reply-title {
  font-size: 20px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.product__reviews .review .reviews__form .comment-form .comment-notes {
  font-style: italic;
  margin-bottom: 10px;
}
.product__reviews .review .reviews__form .comment-form .comment-form-rating label {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 6px;
  display: block;
}
.product__reviews .review .reviews__form .comment-form .comment-form-rating p {
  margin-bottom: 10px;
}
.product__reviews .review .reviews__form .comment-form .row-form p {
  margin-bottom: 10px;
}
.product__reviews .review .reviews__form .comment-form .row-form p label {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 6px;
  display: block;
}
.product__reviews .review .reviews__form .comment-form .row-form p input[type=text] {
  border: 1px solid #5996d7;
  border-radius: 4px;
  padding: 5px 11px;
  color: #000;
  width: 100%;
  line-height: 20px;
}
.product__reviews .review .reviews__form .comment-form .row-form p input[type=email] {
  border: 1px solid #5996d7;
  border-radius: 4px;
  padding: 5px 11px;
  color: #000;
  width: 100%;
  line-height: 20px;
}
.product__reviews .review .reviews__form .comment-form .row-form p textarea {
  border: 1px solid #5996d7;
  border-radius: 4px;
  padding: 5px 11px;
  color: #000;
  width: 100%;
  line-height: 20px;
  height: 77px;
}
.product__reviews .review .reviews__form .comment-form .comment-form-cookies-consent {
  margin-bottom: 10px;
}
.product__reviews .review .reviews__form .comment-form .comment-form-cookies-consent label {
  font-style: italic;
}

/**
 * RELATED
 */
.product_related {
  position: relative;
  padding-bottom: 10px;
}
.product_related .row {
  align-items: stretch;
  margin-right: -10px;
  margin-left: -10px;
}
.product_related .row [class*=col-] {
  min-height: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.product_related .product_item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.product_related .product_item .product_inner {
  height: 100%;
}

/**
 * CART
 */
.product__cart {
  margin-bottom: 10px;
  padding: 5px 0;
}
.product__cart form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.product__cart form .submit button {
  height: 36px;
  border: 0;
  padding: 8px 10px 8px;
  padding-left: 48px;
  line-height: 20px;
  background: red;
  cursor: pointer;
  position: relative;
  border: 0;
  color: #FFF;
  text-transform: uppercase;
}
.product__cart form .submit button i {
  height: 36px;
  width: 36px;
  background: rgba(0, 0, 0, 0.23);
  line-height: 36px;
  position: absolute;
  top: 0;
  left: 0;
}

/**
 * PAGE NAV
 */
.product__pagenav {
  padding-top: 20px;
}/*# sourceMappingURL=product.css.map */