/**
 * HEAD
 */
.head_block {
  position: relative;
  font-family: var(--primary-Font);
}
.head_block .title {
  margin: 0;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-Color);
  padding: 0px;
  text-transform: uppercase;
}

.head_box {
  position: relative;
}
.head_box .title {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  border-bottom: 2px solid var(--primary-Color);
}
.head_box .title span {
  display: inline-block;
  padding: 10px 20px;
  background: var(--primary-Color);
  color: #fff;
}

/** WOOCOMMERCE */
.woocommerce {
  widows: 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%;
}

/** PRODUCT CATALOG */
.gv_product_catalog {
  position: relative;
  padding: 24px 0 40px;
}
.gv_product_catalog main > .row {
  align-items: stretch;
}
@media (max-width: 767px) {
  .gv_product_catalog main > .row {
    margin: 0 -8px;
  }
}
.gv_product_catalog main > .row > [class*=col-] {
  min-height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .gv_product_catalog main > .row > [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.gv_product_catalog .head_block {
  padding-bottom: 20px;
}
.gv_product_catalog .product-title .product_inner {
  height: 100%;
}

/** PRODUCT DETAIL */
.gv_product_detail {
  position: relative;
  padding: 24px 0 40px;
}
/** Product Sumary */
.product-sumary {
  position: relative;
  margin-bottom: 24px;
}
.product-sumary > .row {
  align-items: stretch;
}
.product-sumary > .row > [class*=col-] {
  min-height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}
.product-sumary .image {
  position: relative;
}
.product-sumary .image .srx-gallery {
  border: 2px solid #ececec;
  margin-bottom: 20px;
  border-radius: 6px;
}
.product-sumary .image .srx-gallery .item-gallery a {
  display: block;
}
.product-sumary .image .srx-gallery .item-gallery a picture {
  position: relative;
  padding-bottom: 60.8%;
  display: block;
  width: 100%;
  height: auto;
}
.product-sumary .image .srx-gallery .item-gallery a picture img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.product-sumary .image .srx-navigate .item-thumb {
  border: 3px solid transparent;
  transition: all 0.3s ease 0s;
  border-radius: 4px;
  overflow: hidden;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .product-sumary .image .srx-navigate .item-thumb {
    padding: 4px 8px;
  }
}
.product-sumary .image .srx-navigate .item-thumb span {
  position: relative;
  padding-bottom: 56.8%;
  display: block;
  width: 100%;
  height: auto;
}
.product-sumary .image .srx-navigate .item-thumb span img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.product-sumary .image .srx-navigate .item-thumb.slick-current {
  border-color: #d3d3d3;
}
.product-sumary .image .srx-navigate .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
  background: #000;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 100%;
}
.product-sumary .image .srx-navigate .slick-arrow::before {
  display: none;
}
.product-sumary .image .srx-navigate .slick-arrow i {
  width: 6px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  filter: brightness(0) invert(1);
}
.product-sumary .image .srx-navigate .slick-arrow.slick-prev {
  left: -10px;
}
@media (max-width: 767px) {
  .product-sumary .image .srx-navigate .slick-arrow.slick-prev {
    left: -10px;
  }
}
.product-sumary .image .srx-navigate .slick-arrow.slick-prev i {
  margin-right: 2px;
  background-image: url("../images/svg/ick-prev.svg");
}
.product-sumary .image .srx-navigate .slick-arrow.slick-next {
  right: -10px;
}
@media (max-width: 767px) {
  .product-sumary .image .srx-navigate .slick-arrow.slick-next {
    right: -10px;
  }
}
.product-sumary .image .srx-navigate .slick-arrow.slick-next i {
  margin-left: 2px;
  background-image: url("../images/svg/ick-next.svg");
}
.product-sumary .info {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .product-sumary .info {
    padding-left: 0;
  }
}
.product-sumary .info .title {
  font-size: 28px;
  font-weight: 800;
  color: #000;
  margin-bottom: 10px;
}
.product-sumary .info .star {
  margin-bottom: 0px;
}
.product-sumary .info .star span {
  display: inline-block;
}
.product-sumary .info .star span::before {
  content: "\f005\f005\f005\f005\f005";
  display: block;
  color: rgb(226, 235, 23);
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  font-size: 16px;
}
.product-sumary .info .price {
  margin-bottom: 16px;
}
.product-sumary .info .price span {
  font-size: 24px;
  font-weight: 800;
  color: red;
  display: inline-block;
}
.product-sumary .info .promo {
  border: 2px dashed #b83a3a;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 16px;
  background: #ffecec;
}
.product-sumary .info .promo .desc {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 20px;
}
.product-sumary .info .promo .desc ul, .product-sumary .info .promo .desc ol {
  padding-left: 18px;
}
.product-sumary .info .promo .desc *:last-child {
  margin-bottom: 0;
}
.product-sumary .info .action {
  display: flex;
  gap: 10px;
  text-align: center;
}
.product-sumary .info .action button, .product-sumary .info .action a {
  flex: 1 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  background: var(--primary-Color);
  cursor: pointer;
  border: 0;
  color: #fff;
  outline: none;
  text-transform: uppercase;
  text-align: center;
  border-radius: 6px;
}
.product-sumary .info .action a {
  border: 2px solid #f80000;
  color: #f80000;
  background: transparent;
}
.product-sumary .info .action a svg {
  fill: #f80000;
  margin-right: 8px;
}
.product-sumary .info .action a:hover {
  background: #f80000;
  color: #fff;
}
.product-sumary .info .action a:hover svg {
  fill: #fff;
}

/** Product Detail */
.product-detail {
  position: relative;
  margin-bottom: 24px;
}
.product-detail > .row > [class*=col-] {
  min-height: 100%;
}
.product-detail .purchase_box {
  margin-bottom: 20px;
}
.product-detail .purchase_box .list-model {
  margin-bottom: 20px;
  width: 100%;
}
.product-detail .purchase_box .list-model tbody tr:nth-child(1) {
  background: var(--primary-Color);
}
.product-detail .purchase_box .list-model tbody tr th {
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #ddd;
  width: 50%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 575px) {
  .product-detail .purchase_box .list-model tbody tr th {
    width: auto;
  }
}
.product-detail .purchase_box .list-model tbody tr td {
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #ddd;
  width: 50%;
}
@media (max-width: 575px) {
  .product-detail .purchase_box .list-model tbody tr td {
    width: auto;
  }
}
.product-detail .purchase_box .list-model tbody tr td span.mdx-price {
  font-weight: 700;
  color: red;
}
.product-detail .purchase_box .list-model tbody tr td:nth-child(2) {
  text-align: right;
}
.product-detail .detail_box {
  margin-bottom: 20px;
}
.product-detail .detail_box .entry-content h2.dtx-title {
  position: relative;
  margin-top: 12px;
  margin-bottom: 16px;
  text-align: left;
}
.product-detail .detail_box .entry-content h2.dtx-title span {
  font-size: 22px;
  font-weight: 800;
  color: #b83a3a;
  display: inline-block;
  position: relative;
  padding-left: 13px;
  text-transform: uppercase;
}
.product-detail .detail_box .entry-content h2.dtx-title span::after {
  content: "";
  height: 22px;
  width: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  background: #b83a3a;
}
.product-detail .detail_box .owl-carousel .owl-nav [class*=owl-] {
  border-radius: 0;
  margin: 0;
  height: 40px;
  width: 40px;
  background: var(--primary-Color);
  border: 0;
}
@media (max-width: 575px) {
  .product-detail .detail_box .owl-carousel .owl-nav [class*=owl-] {
    height: 34px;
    width: 34px;
  }
}
.product-detail .detail_box .owl-carousel .owl-nav [class*=owl-] i {
  color: #FFF;
}
.product-detail .detail_box .owl-carousel .owl-nav .owl-prev {
  left: 15px;
}
@media (max-width: 575px) {
  .product-detail .detail_box .owl-carousel .owl-nav .owl-prev {
    left: -10px;
  }
}
.product-detail .detail_box .owl-carousel .owl-nav .owl-next {
  right: 15px;
}
@media (max-width: 575px) {
  .product-detail .detail_box .owl-carousel .owl-nav .owl-next {
    right: -10px;
  }
}
.product-detail .detail_box .gallery-item {
  border: 3px solid #dedede;
}
.product-detail .detail_box .gallery-item a {
  display: block;
  padding-bottom: 54%;
  position: relative;
  width: 100%;
}
.product-detail .detail_box .gallery-item 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-detail .sidebar-box {
  height: 100%;
}
.product-detail .sidebar-box .widget-banner-sticky {
  position: sticky;
  top: 70px;
}

/** Product Related */
.product-related .head_block {
  padding-bottom: 24px;
}
.product-related .owl-carousel .owl-nav [class*=owl-] {
  border-radius: 0;
  margin: 0;
  height: 40px;
  width: 40px;
  background: var(--primary-Color);
  border: 0;
}
.product-related .owl-carousel .owl-nav [class*=owl-] i {
  color: #FFF;
}
.product-related .owl-carousel .owl-nav .owl-prev {
  left: 0px;
}
.product-related .owl-carousel .owl-nav .owl-next {
  right: 0px;
}

/** Loop Product */
.product_inner {
  position: relative;
  font-family: var(--primary-Font);
  transition: all 0.4s ease 0.1s;
  padding: 0;
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
  border: 2px solid #f5f5f5;
}
.product_inner .image {
  display: block;
  position: relative;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.product_inner .image > a {
  display: block;
}
.product_inner .image > a picture {
  padding-bottom: 56%;
  transition: all 0.4s ease-in-out;
  display: block;
  width: 100%;
  background-position: center;
  position: relative;
}
.product_inner .image > a picture > img {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.product_inner .image:hover > a {
  transition: scale(1.06);
}
.product_inner .info {
  text-align: center;
  padding: 16px;
}
@media (max-width: 575px) {
  .product_inner .info {
    padding: 10px;
  }
}
.product_inner .info h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2px;
}
@media (max-width: 575px) {
  .product_inner .info h3 {
    font-size: 17px;
  }
}
.product_inner .info h3 > a {
  color: var(--primary-Color);
}
.product_inner .info .price {
  display: block;
  margin-bottom: 12px;
}
.product_inner .info .price > span {
  font-size: 16px;
  color: red;
  font-weight: 600;
  display: inline-block;
}
@media (max-width: 575px) {
  .product_inner .info .price > span {
    font-size: 14px;
  }
}
.product_inner .info .action {
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .product_inner .info .action {
    flex-wrap: wrap;
    gap: 4px;
  }
}
.product_inner .info .action a {
  display: flex;
  background: #f80000;
  color: #fff;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  flex: 1 0 auto;
  height: 30px;
}
@media (max-width: 767px) {
  .product_inner .info .action a {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.product_inner .info .action a i {
  height: 15px;
  width: 15px;
  background-position: center;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  position: relative;
  filter: brightness(0) invert(1);
}
.product_inner .info .action a:first-child {
  background: var(--primary-Color);
}/*# sourceMappingURL=product.css.map */