/** PRODUCT ============================================*/
/** Heading */
.head_taxonomy {
  position: relative;
  font-family: var(--primary-Font);
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .head_taxonomy {
    flex-wrap: wrap;
  }
}
.head_taxonomy .title {
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  color: var(--primary-Color);
  width: 100%;
}
.head_taxonomy .order {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .head_taxonomy .order {
    padding-top: 12px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .head_taxonomy .order {
    flex-wrap: wrap;
  }
}
.head_taxonomy .order label {
  font-size: 16px;
  font-weight: 400;
  margin-right: 10px;
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .head_taxonomy .order label {
    width: 100%;
    margin-bottom: 8px;
  }
}
.head_taxonomy .order .woocommerce-ordering {
  margin-bottom: 0 !important;
  width: 100%;
}
.head_taxonomy .order select {
  border: 1px solid #eee;
  padding: 6px 16px;
  line-height: 24px;
  font-size: 15px;
  font-weight: 400;
  outline: none;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .head_taxonomy .order select {
    width: 100%;
    padding: 10px 16px;
  }
}

.head_product {
  position: relative;
  font-family: var(--primary-Font);
}
.head_product .title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 0;
  color: var(--second-Color);
}
@media (max-width: 767px) {
  .head_product .title {
    font-size: 22px;
  }
}

.head_box {
  position: relative;
  font-family: var(--primary-Font);
}
.head_box .title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--second-Color);
  position: relative;
}
@media (max-width: 767px) {
  .head_box .title {
    font-size: 20px;
  }
}

/** Product Catalog */
.gv_product_catalog {
  position: relative;
  overflow: hidden;
  padding: 32px 0;
}
@media (max-width: 767px) {
  .gv_product_catalog {
    padding-top: 24px 0;
  }
}
@media (max-width: 991px) {
  .gv_product_catalog .container > .row > [class*=col-] {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .gv_product_catalog .container > .row .col-left {
    display: none;
  }
}
.gv_product_catalog .product-wrap .row {
  align-items: stretch;
}
@media (max-width: 767px) {
  .gv_product_catalog .product-wrap .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.gv_product_catalog .product-wrap .row > [class*=col-] {
  min-height: 100%;
}
@media (max-width: 767px) {
  .gv_product_catalog .product-wrap .row > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.gv_product_catalog .product-wrap .filter-box {
  align-items: center;
  border: 1px solid #dedede;
  padding: 10px 16px;
  margin-bottom: 12px;
  justify-content: space-between;
  display: none;
  background: #fff;
}
@media (max-width: 991px) {
  .gv_product_catalog .product-wrap .filter-box {
    display: flex;
  }
}
.gv_product_catalog .product-wrap .filter-box span {
  display: block;
  font-size: 15px;
  font-weight: 400;
}
.gv_product_catalog .product-wrap .filter-box button {
  height: 34px;
  width: 34px;
  background: var(--second-Color);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: none;
  cursor: pointer;
  border-radius: 2px;
  padding: 0;
}
.gv_product_catalog .product-wrap .filter-box button i {
  display: block;
  height: 18px;
  width: 18px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.gv_product_catalog .product-wrap .filter-box button.show i {
  background-image: url("../images/svg/icn-close.svg") !important;
  height: 14px;
  width: 14px;
}
.gv_product_catalog .product-wrap .filter-brand > span {
  display: inline-block;
  background: var(--primary-Color);
  position: relative;
  padding: 6px 18px;
  border-radius: 8px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #fff;
}
.gv_product_catalog .product-wrap .filter-brand > span i {
  height: 16px;
  width: 16px;
  background-position: center;
  background-size: 7px auto;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block !important;
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: var(--second-Color);
  border-radius: 100%;
}
.gv_product_catalog .product-wrap .product-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .gv_product_catalog .product-wrap .product-item {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
}
.gv_product_catalog .product-wrap .product-item .product_inner {
  height: 100%;
}

/** Product Detail */
.gv_product_detail {
  position: relative;
  padding: 32px 0 0;
}
@media (max-width: 767px) {
  .gv_product_detail {
    padding-top: 24px 0;
  }
}
.gv_product_detail .detail_box {
  padding-bottom: 20px;
}
.gv_product_detail .detail_box .entry-content h1, .gv_product_detail .detail_box .entry-content h2, .gv_product_detail .detail_box .entry-content h3, .gv_product_detail .detail_box .entry-content h4, .gv_product_detail .detail_box .entry-content h5, .gv_product_detail .detail_box .entry-content h6 {
  font-weight: 700;
  color: #0a5183;
  margin-bottom: 10px;
}
.gv_product_detail .detail_box .entry-content p {
  margin-bottom: 15px;
}
.gv_product_detail .detail_box .entry-content .aligncenter img, .gv_product_detail .detail_box .entry-content .alignleft img, .gv_product_detail .detail_box .entry-content .alignright img {
  margin-bottom: 15px;
}
.gv_product_detail .detail_box .entry-content ul, .gv_product_detail .detail_box .entry-content ol {
  padding-left: 20px;
}
.gv_product_detail .detail_box .row {
  align-items: stretch;
}
.gv_product_detail .detail_box .row [class*=col-] {
  min-height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.gv_product_detail .detail_box .version-item {
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  padding: 40px 60px;
  width: 100%;
}
.gv_product_detail .detail_box .version-item h3.name {
  background: #d9e1e2;
  padding: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.gv_product_detail .detail_box .version-item .vrs-inner p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}
.gv_product_detail .detail_box .version-item .vrs-inner p i {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.gv_product_detail .detail_box .version-item .vrs-inner .price {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 57.6px;
  opacity: 0.8;
}
.gv_product_detail .detail_box .color-item .image span {
  position: relative;
  padding-bottom: 56.25%;
  display: block;
  background-position: center;
  width: 100%;
  overflow: hidden;
}
.gv_product_detail .detail_box .color-item .image span img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.gv_product_detail .detail_box .color-item h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-align: center;
  padding: 10px 0;
}
.gv_product_detail .detail_box .more-x {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.gv_product_detail .detail_box .more-x a {
  background: var(--second-Color);
  color: #FFF;
  border: 1px solid var(--second-Color);
  position: relative;
  z-index: 1;
  overflow: hidden;
  outline: none;
  text-align: center;
  padding: 13px 24px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 3px;
  letter-spacing: 1.6px;
  line-height: 16px;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.gv_product_detail .detail_box .more-x a::before {
  content: "";
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  z-index: -1;
}
.gv_product_detail .detail_box .more-x a:hover {
  cursor: pointer;
  color: var(--second-Color);
}
.gv_product_detail .detail_box .more-x a:hover::before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66);
}
.gv_product_detail .detail_box .more-x a:nth-child(2n) {
  background: #FFF;
  color: var(--second-Color);
}
.gv_product_detail .detail_box .more-x a:nth-child(2n)::before {
  background: var(--second-Color);
}
.gv_product_detail .detail_box .more-x a:nth-child(2n):hover {
  color: #FFF;
}

/** Product Related */
.gv_product_related {
  position: relative;
  overflow: hidden;
  padding: 24px 0 48px;
}
@media (max-width: 767px) {
  .gv_product_related {
    padding-top: 24px 0 32px;
  }
}
.gv_product_related .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.gv_product_related .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
  visibility: hidden;
}
.gv_product_related .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  visibility: visible;
}
.gv_product_related .owl-carousel .owl-nav {
  margin: 0;
}
@media (max-width: 767px) {
  .gv_product_related .owl-carousel .owl-nav {
    display: none;
  }
}
.gv_product_related .owl-carousel .owl-nav [class*=owl-] {
  height: 46px;
  width: 46px;
  background: transparent;
  border: 0;
}
.gv_product_related .owl-carousel .owl-nav [class*=owl-] i {
  line-height: 46px;
  font-size: 25px;
  color: var(--second-Color);
}
.gv_product_related .owl-carousel .owl-nav [class*=owl-]:hover > i {
  color: #2c72c6;
}
.gv_product_related .owl-carousel .owl-nav .owl-prev {
  left: 0px;
}
.gv_product_related .owl-carousel .owl-nav .owl-next {
  right: 0px;
}

/** Woocommerce */
.woocommerce {
  width: 100%;
}
.woocommerce .details__content address {
  padding: 20px;
}
.woocommerce div.product .product_title {
  font-size: 25px;
  color: #000;
  margin-bottom: 13px;
  font-weight: bold;
  line-height: 1.3;
}
.woocommerce div.product p {
  font-size: 14px;
  line-height: 1.45;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  line-height: 1 !important;
  color: #d71a00 !important;
  font-size: 22px !important;
  font-weight: 800 !important;
}
.woocommerce div.product form.cart {
  margin-bottom: 10px;
}
.woocommerce div.product form.cart div.quantity .qty {
  height: 40px;
  width: 80px;
  padding: 0 5px 0 10px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
}
.woocommerce div.product form.cart button.button.alt {
  line-height: 20px;
  padding: 10px 23px;
  border: 0;
  background: #0072bc;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFF;
  outline: none;
  border-radius: 0;
}
.woocommerce div.product .quick-link {
  display: block;
  margin-bottom: 2em;
}
.woocommerce div.product .quick-link a {
  display: inline-block;
  padding: 10px 23px;
  line-height: 20px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  background: #5EAB46;
}
.woocommerce div.product .product_meta {
  padding-bottom: 25px;
  display: block;
}
.woocommerce div.product .product_meta .sku_wrapper {
  margin-bottom: 10px;
  display: block;
}
.woocommerce div.product .product_meta .sku_wrapper span.sku {
  font-weight: bold;
}
.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%;
}
.woocommerce .cart_totals > h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 16px;
}

/** Product Sumary */
.product-sumary {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .product-sumary {
    padding-bottom: 24px;
  }
}
.product-sumary [class*=sfx-] {
  padding-left: 20px;
  padding-right: 20px;
}
.product-sumary .sfx-1 {
  flex: 0 0 60%;
  max-width: 60%;
}
@media (max-width: 991px) {
  .product-sumary .sfx-1 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 24px;
  }
}
.product-sumary .sfx-2 {
  flex: 0 0 40%;
  max-width: 40%;
}
@media (max-width: 991px) {
  .product-sumary .sfx-2 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 24px;
  }
}
.product-sumary .image {
  position: relative;
}
.product-sumary .image .slick-slider {
  padding-bottom: 0;
}
.product-sumary .image .prd-gallery {
  margin-bottom: 24px;
}
.product-sumary .image .prd-gallery .item-gallery a {
  position: relative;
  padding-bottom: 58%;
  display: block;
  background-position: center;
  width: 100%;
  overflow: hidden;
}
.product-sumary .image .prd-gallery .item-gallery a img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.product-sumary .image .prd-navigate {
  position: relative;
}
.product-sumary .image .prd-navigate .item-navigate {
  padding-left: 10px;
  padding-right: 10px;
}
.product-sumary .image .prd-navigate .item-navigate span {
  position: relative;
  padding-bottom: 58%;
  display: block;
  background-position: center;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  border-radius: 3px;
  border: 2px solid #DDD;
}
.product-sumary .image .prd-navigate .item-navigate span::before {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.6);
}
.product-sumary .image .prd-navigate .item-navigate span img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.product-sumary .image .prd-navigate .item-navigate.slick-current span {
  border: 2px solid var(--primary-Color);
}
.product-sumary .image .prd-navigate .item-navigate.slick-current span::before {
  z-index: -2;
}
.product-sumary .image .prd-navigate .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  background: var(--primary-Color);
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 100%;
}
.product-sumary .image .prd-navigate .slick-arrow::before {
  display: none;
}
.product-sumary .image .prd-navigate .slick-arrow i {
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.product-sumary .image .prd-navigate .slick-arrow.slick-prev {
  left: -10px;
}
@media (max-width: 767px) {
  .product-sumary .image .prd-navigate .slick-arrow.slick-prev {
    left: -10px;
  }
}
.product-sumary .image .prd-navigate .slick-arrow.slick-prev i {
  margin-right: 2px;
  background-image: url("../images/icon/ick-prev.png");
}
.product-sumary .image .prd-navigate .slick-arrow.slick-next {
  right: -10px;
}
@media (max-width: 767px) {
  .product-sumary .image .prd-navigate .slick-arrow.slick-next {
    right: -10px;
  }
}
.product-sumary .image .prd-navigate .slick-arrow.slick-next i {
  margin-left: 2px;
  background-image: url("../images/icon/ick-next.png");
}
.product-sumary .info {
  background: #fff;
  padding: 0 24px;
}
@media (max-width: 767px) {
  .product-sumary .info {
    padding: 16px 16px;
  }
}
.product-sumary .info .price {
  position: relative;
  padding-bottom: 12px;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 24px;
  font-weight: 400;
}
.product-sumary .info .price p.old_price {
  font-size: 15px;
  text-decoration: line-through;
  color: #888;
  margin-bottom: 0;
  line-height: 1.1;
}
.product-sumary .info .price p.reg_price {
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  color: #ed1c24;
  opacity: 0.8;
  margin: 0;
}
.product-sumary .info .general-short {
  padding-bottom: 12px;
}
.product-sumary .info .general-short ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-sumary .info .general-short ul li {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding: 10px 10px 10px 22px;
  border-bottom: 1px solid #ececec;
}
.product-sumary .info .general-short ul li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon/ic-check2.png) no-repeat center;
  background-size: cover;
}
.product-sumary .info .general-short ul li:last-child {
  border: 0;
}
.product-sumary .info .color-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
}
.product-sumary .info .color-box p {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0;
  flex: 0 0 20%;
  max-width: 20%;
}
.product-sumary .info .color-box .inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  flex: 0 0 80%;
  max-width: 80%;
}
.product-sumary .info .color-box .inner span {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.product-sumary .info .more-x {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.product-sumary .info .more-x a, .product-sumary .info .more-x button {
  border: 1px solid #ed1c24;
  position: relative;
  z-index: 1;
  overflow: hidden;
  outline: none;
  text-align: center;
  padding: 12px 31.34px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 3px;
  letter-spacing: 1.6px;
  line-height: 16px;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.product-sumary .info .more-x a::before, .product-sumary .info .more-x button::before {
  content: "";
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  z-index: -1;
}
.product-sumary .info .more-x a:hover, .product-sumary .info .more-x button:hover {
  cursor: pointer;
}
.product-sumary .info .more-x a:hover::before, .product-sumary .info .more-x button:hover::before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66);
}
.product-sumary .info .more-x button {
  background: #ed1c24;
  color: #FFF;
}
.product-sumary .info .more-x button::before {
  background: #FFF;
}
.product-sumary .info .more-x button:hover {
  color: #ed1c24;
}
.product-sumary .info .more-x a {
  background: #FFF;
  color: #ed1c24;
}
.product-sumary .info .more-x a::before {
  background: #ed1c24;
}
.product-sumary .info .more-x a:hover {
  color: #FFF;
}
.product-sumary .info .more-x button.btnf-drive {
  background: var(--primary-Color);
  border-color: var(--primary-Color);
  color: #FFF;
}
.product-sumary .info .more-x button.btnf-drive::before {
  background: #FFF;
}
.product-sumary .info .more-x button.btnf-drive:hover {
  color: var(--primary-Color);
}
.product-sumary .support {
  background: #a2eded;
  border-radius: 10px;
  padding: 24px 24px 12px 32px;
  box-shadow: 0px 0px 12px 0px rgba(139, 237, 237, 0.2);
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .product-sumary .support {
    padding: 16px 16px 16px 24px;
  }
}
.product-sumary .support h4 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1px;
  color: #333;
}
.product-sumary .support p {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 8px;
}
.product-sumary .support ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-sumary .support ul > li {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}
.product-sumary .support ul > li a {
  display: flex;
  align-items: center;
}
.product-sumary .support ul > li a .icon {
  max-width: 40px;
  min-width: 40px;
  display: block;
}
.product-sumary .support ul > li a .icon i {
  height: 40px;
  width: 40px;
  border-radius: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block !important;
}
.product-sumary .support ul > li a .name {
  flex: 1;
  padding-left: 16px;
  position: relative;
  max-width: 100%;
}
.product-sumary .support ul > li a .name span {
  display: block;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
  color: #000;
}
.product-sumary .support ul > li a .name span.nb {
  font-size: 16px;
  font-weight: 500;
  color: var(--second-Color);
}
.product-sumary .policy {
  position: relative;
}
.product-sumary .policy ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-sumary .policy ul > li {
  display: flex;
  align-items: center;
  background: #f0f0f0;
  padding: 8px;
  border-radius: 6px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
}
.product-sumary .policy ul > li .icon {
  min-width: 30px;
  max-width: 30px;
}
.product-sumary .policy ul > li .icon i {
  display: block !important;
  height: 30px;
  width: 30px;
  border-radius: 6px;
  overflow: hidden;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.product-sumary .policy ul > li .name {
  flex: 1;
  max-width: 100%;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  padding-left: 16px;
}
.product-sumary .policy ul > li:last-child {
  margin-bottom: 0;
}

/** Product Detail */
.product-detail {
  position: relative;
}
.product-detail .tab_product {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 20px 0 0 0;
  margin-bottom: 24px;
  border-bottom: 2px solid #ddd;
}
.product-detail .tab_product > li {
  display: inline-block;
  padding: 0 15px;
}
.product-detail .tab_product > li > a,
.product-detail .tab_product > li span {
  display: block;
  padding: 8px 0;
  position: relative;
  cursor: pointer;
  font-weight: 700;
  background: transparent;
  line-height: 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--second-Color);
}
.product-detail .tab_product > li > a::before,
.product-detail .tab_product > li span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #221f20;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
.product-detail .tab_product > li:first-child {
  padding-left: 0;
}
.product-detail .tab_product > li.active span {
  color: var(--primary-Color);
}
.product-detail .tab_product > li.active span::before {
  opacity: 1;
  visibility: visible;
}
.product-detail .tab_content .tab_pane .review {
  padding: 0px;
  position: relative;
}
.product-detail .tab_content .tab_pane .review > .desc {
  font-size: 15px;
  margin-bottom: 10px;
}
.product-detail .tab_content .tab_pane .review .review_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-detail .tab_content .tab_pane .review .review_list > li > .comment_item .avatar {
  float: left;
}
.product-detail .tab_content .tab_pane .review .review_list > li > .comment_item .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.product-detail .tab_content .tab_pane .review .review_list > li > .comment_item .info {
  margin-left: 60px;
}
.product-detail .tab_content .tab_pane .review .review_list > li > .comment_item .info h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
}
.product-detail .tab_content .tab_pane .review .review_list > li > .comment_item .info .date {
  font-style: italic;
  font-size: 13px;
  margin-bottom: 8px;
}
.product-detail .tab_content .tab_pane .review .review_list > li > .comment_item .info .desc {
  border: 1px solid #ccc;
  padding: 9px 12px;
  border-radius: 4px;
}
.product-detail .tab_content .tab_pane .review .review_list > li > .comment_item .info .desc > span i {
  color: yellow;
}
.product-detail .tab_content .tab_pane .review .review_list > li > .comment_item .info .desc > p {
  margin-bottom: 0px;
}
.product-detail .tab_content .tab_pane .review .review_list > li > .comment_item::after {
  clear: both;
  display: table;
  content: "";
}
.product-detail .tab_content .tab_pane .review .review_list > li > ol.sub {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 30px;
}
.product-detail .tab_content .tab_pane .review .review_list > li > ol.sub > li > .comment_item .avatar {
  float: left;
}
.product-detail .tab_content .tab_pane .review .review_list > li > ol.sub > li > .comment_item .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.product-detail .tab_content .tab_pane .review .review_list > li > ol.sub > li > .comment_item .info {
  margin-left: 60px;
}
.product-detail .tab_content .tab_pane .review .review_list > li > ol.sub > li > .comment_item .info h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
}
.product-detail .tab_content .tab_pane .review .review_list > li > ol.sub > li > .comment_item .info .date {
  font-style: italic;
  font-size: 13px;
  margin-bottom: 8px;
}
.product-detail .tab_content .tab_pane .review .review_list > li > ol.sub > li > .comment_item .info .desc {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 4px;
}
.product-detail .tab_content .tab_pane .review .review_list > li > ol.sub > li > .comment_item .info .desc > span i {
  color: yellow;
}
.product-detail .tab_content .tab_pane .review .review_list > li > ol.sub > li > .comment_item .info .desc > p {
  margin-bottom: 10px;
}
.product-detail .tab_content .tab_pane .review .review_list > li > ol.sub > li > .comment_item::after {
  clear: both;
  display: table;
  content: "";
}
.product-detail .tab_content .tab_pane .review .review-form .comment-respond .comment-reply-title {
  font-size: 16px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .comment-notes {
  font-style: italic;
  margin-bottom: 10px;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .comment-form-rating label {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 6px;
  display: block;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .comment-form-rating p {
  margin-bottom: 10px;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .row-form p {
  margin-bottom: 10px;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .row-form p label {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 6px;
  display: block;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .row-form p input[type=text] {
  border: 1px solid var(--primary-Color);
  border-radius: 6px;
  padding: 10px 15px;
  color: #000;
  width: 100%;
  line-height: 20px;
  outline: none;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .row-form p input[type=email] {
  border: 1px solid var(--primary-Color);
  border-radius: 6px;
  padding: 10px 15px;
  color: #000;
  width: 100%;
  line-height: 20px;
  outline: none;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .row-form p textarea {
  border: 1px solid var(--primary-Color);
  border-radius: 6px;
  padding: 10px 15px;
  color: #000;
  width: 100%;
  line-height: 20px;
  height: 140px;
  outline: none;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .comment-form-cookies-consent {
  margin-bottom: 10px;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .comment-form-cookies-consent label {
  font-style: italic;
}

/** Product Promo */
.product-promo {
  position: relative;
  margin-bottom: 32px;
}
.product-promo article {
  border: 2px dashed #ff0000;
  border-radius: 8px;
  padding: 20px;
}
@media (max-width: 991px) {
  .product-promo article {
    padding: 16px;
  }
}

/**
 * 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;
}

/** Message Box */
.gv_messsage_box {
  position: fixed;
  bottom: 50px;
  z-index: 9999;
  width: 100%;
  max-width: 360px;
  right: 10px;
  background: var(--second-Color);
  color: #fff;
  overflow: hidden;
  border-radius: 6px;
}
.gv_messsage_box .inner {
  position: relative;
  padding: 20px 20px;
  text-align: center;
}
.gv_messsage_box .inner button {
  height: 16px;
  width: 16px;
  border: 0;
  padding: 0;
  outline: none;
  position: absolute;
  right: 5px;
  top: 5px;
  display: block;
  cursor: pointer;
  background: transparent;
  z-index: 4;
}
.gv_messsage_box .inner button i {
  display: block;
  height: 16px;
  width: 16px;
  position: relative;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/svg/icx-close.svg");
}
.gv_messsage_box .inner p {
  margin-bottom: 12px;
  text-align: center;
}
.gv_messsage_box .inner a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 6px 10px;
  background: #fff;
  color: var(--second-Color);
  border-radius: 3px;
  margin: 0 5px;
}
.gv_messsage_box .inner .mx-checkout {
  background: var(--primary-Color);
  color: #fff;
}/*# sourceMappingURL=product.css.map */