/** HEADING */
.head_box {
  position: relative;
}
.head_box .title {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  margin: 0;
  border-bottom: 2px solid var(--primary-Color);
}
.head_box .title span {
  display: inline-block;
  padding: 11px 24px 9px;
  background: var(--primary-Color);
  color: #fff;
  position: relative;
  line-height: 20px;
  height: 40px;
}
.head_box .title span::after {
  content: "";
  height: 41px;
  width: 20px;
  position: absolute;
  z-index: 1;
  background: var(--primary-Color);
  -webkit-clip-path: polygon(0 0, 21% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 21% 0, 100% 100%, 0% 100%);
  right: -19px;
  top: 0;
}

.head_block {
  position: relative;
  font-family: var(--primary-Font);
}
.head_block .title {
  margin: 0;
  position: relative;
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-Color);
  padding: 0px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .head_block .title {
    font-size: 24px;
  }
}
.head_block .divide {
  margin-top: 10px;
  display: flex;
  position: relative;
  justify-content: center;
}
.head_block .divide::before {
  content: "";
  height: 2px;
  width: 100%;
  max-width: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #ddd;
}
.head_block .divide span {
  display: flex;
  position: relative;
  z-index: 5;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff;
  padding: 0px 8px;
}
.head_block .divide span::before, .head_block .divide span::after {
  content: "";
  height: 8px;
  width: 24px;
  background: #000;
  display: block;
  transform: skewX(-10deg);
}
.head_block .divide span::before {
  background: var(--primary-Color);
}

.head_section {
  position: relative;
  font-family: var(--primary-Font);
}
.head_section .title {
  margin: 0;
  position: relative;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--primary-Color);
  padding: 0px;
  padding-bottom: 12px;
  text-transform: uppercase;
}
.head_section .title::after {
  content: "";
  height: 2px;
  width: 60px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: var(--primary-Color);
  transform: translateX(-50%);
}
@media (max-width: 575px) {
  .head_section .title {
    font-size: 22px;
  }
}

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

/** Taxonomy Hero */
.gv_taxonomy_hero {
  position: relative;
  overflow: hidden;
  height: 600px;
  margin-top: 0;
  background-image: url("../images/background-xe.svg");
  background-position: 0 50%;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 30px 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .gv_taxonomy_hero {
    background: none;
    height: auto;
    padding-bottom: 48px;
  }
}
.gv_taxonomy_hero::before {
  content: "";
  background: #000;
  height: 70%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: visible;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 100%);
}
@media (max-width: 991px) {
  .gv_taxonomy_hero::before {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 991px) {
  .gv_taxonomy_hero .container .row .hs-left {
    padding-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .gv_taxonomy_hero .hero {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.gv_taxonomy_hero .hero .name {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .gv_taxonomy_hero .hero .name {
    font-size: 36px;
  }
}
.gv_taxonomy_hero .hero .name span {
  text-shadow: 2px 2px var(--primary-Color);
}
.gv_taxonomy_hero .hero .sub {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
  letter-spacing: 1px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .gv_taxonomy_hero .hero .sub {
    font-size: 20px;
  }
}
.gv_taxonomy_hero .hero .desc {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  line-height: normal;
  margin-top: 24px;
  line-height: 1.8;
  color: #fff;
}
@media (max-width: 767px) {
  .gv_taxonomy_hero .hero .desc {
    font-size: 15px;
    line-height: 1.66;
  }
}
.gv_taxonomy_hero .hero .desc *:last-child {
  margin-bottom: 0;
}

/** Navigation */
.gvx-navigator-box {
  position: sticky;
  top: 0;
  width: 100%;
  background: #444;
  transition: all 0.3s ease 0s;
  z-index: 10;
}
@media (max-width: 991px) {
  .gvx-navigator-box {
    display: none;
  }
}
.gvx-navigator-box nav {
  display: flex;
  justify-content: center;
}
.gvx-navigator-box nav .nav-item {
  display: block;
  position: relative;
}
.gvx-navigator-box nav .nav-item > a {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  padding-left: 42px;
  position: relative;
  font-size: 15px;
  border-right: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  background: transparent;
}
.gvx-navigator-box nav .nav-item > a i {
  height: 18px;
  width: 18px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
}
.gvx-navigator-box nav .nav-item > a:hover {
  background: var(--primary-Color);
}
.gvx-navigator-box nav .nav-item:last-child > a {
  border-right: 0;
}

/** PRODUCT CATALOG */
.gv_product_catalog {
  position: relative;
  padding: 36px 0 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .gv_product_catalog main > .row > .col-left {
    order: 2;
  }
}
@media (max-width: 991px) {
  .gv_product_catalog main > .row > .col-right {
    order: 1;
    padding-bottom: 24px;
  }
}
.gv_product_catalog .product-box > .row {
  align-items: stretch;
}
@media (max-width: 767px) {
  .gv_product_catalog .product-box > .row {
    margin: 0 -8px;
  }
}
.gv_product_catalog .product-box > .row > [class*=col-] {
  min-height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .gv_product_catalog .product-box > .row > [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.gv_product_catalog .product-box .head_section {
  padding-bottom: 16px;
}
@media (max-width: 991px) {
  .gv_product_catalog .product-box .head_section {
    display: block !important;
  }
}
.gv_product_catalog .product-box .product-item .product-inner {
  padding-bottom: 24px;
}

/** PRODUCT DETAIL */
.gv_product_detail {
  padding: 32px 0 40px;
  position: relative;
  overflow: hidden;
}
/** Sumary */
.product-sumary {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}
.product-sumary > .row {
  margin: 0 -24px;
}
.product-sumary > .row .col-left {
  padding-left: 24px;
  padding-right: 24px;
  flex: 0 0 64%;
  max-width: 64%;
}
@media (max-width: 991px) {
  .product-sumary > .row .col-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 24px;
  }
}
.product-sumary > .row .col-right {
  padding-left: 24px;
  padding-right: 24px;
  flex: 0 0 36%;
  max-width: 36%;
}
@media (max-width: 991px) {
  .product-sumary > .row .col-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.product-sumary .gallery {
  position: relative;
}
.product-sumary .gallery ul.tab-colorize {
  list-style: none;
  padding: 0;
  position: absolute;
  margin: 0;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  width: 65px;
  gap: 5px;
  z-index: 9;
}
@media (max-width: 767px) {
  .product-sumary .gallery ul.tab-colorize {
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0);
    width: 100%;
    margin-top: 12px;
  }
}
.product-sumary .gallery ul.tab-colorize > li > a {
  display: block;
  border: 1px solid #ececec;
  padding: 4px;
  width: 30px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .product-sumary .gallery ul.tab-colorize > li > a {
    width: 40px;
    padding: 2px;
  }
}
.product-sumary .gallery ul.tab-colorize > li > a span {
  display: block;
  width: 100%;
}
.product-sumary .gallery ul.tab-colorize > li > a span i {
  width: 100%;
  padding-bottom: 100%;
  display: block;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.33);
}
.product-sumary .gallery .tab-gallery .tab-item .image {
  position: relative;
  border: 3px solid #f2f2f2;
  border-radius: 10px;
}
.product-sumary .gallery .tab-gallery .tab-item .image span {
  display: block;
  padding-bottom: 58%;
  position: relative;
  width: 100%;
  background-position: center;
}
.product-sumary .gallery .tab-gallery .tab-item .image span img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-sumary .gallery .thumb {
  position: relative;
  border: 3px solid #f2f2f2;
  border-radius: 10px;
}
.product-sumary .gallery .thumb span {
  display: block;
  padding-bottom: 58%;
  position: relative;
  width: 100%;
  background-position: center;
}
.product-sumary .gallery .thumb span img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-sumary .info .name {
  position: relative;
  padding-bottom: 15px;
}
.product-sumary .info .name h1 {
  font-size: 28px;
  text-transform: uppercase;
  margin: 0;
  color: #000;
  font-weight: 700;
}
.product-sumary .info .price {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 20px;
  background: var(--second-Color);
  padding: 16px 16px;
  border-radius: 8px;
  color: #fff;
  padding-left: 56px;
}
.product-sumary .info .price > i {
  font-family: var(--primary-Font);
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 40px;
  font-style: normal;
}
.product-sumary .info .price > span {
  position: relative;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 0;
}
.product-sumary .info .price p {
  position: relative;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.product-sumary .info .price p span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: inline-block;
  margin-left: 5px;
}
.product-sumary .info .desc {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.9;
}
.product-sumary .info .desc ul, .product-sumary .info .desc ol {
  padding-left: 19px;
}
.product-sumary .info .action {
  display: flex;
  gap: 10px;
}
@media (max-width: 575px) {
  .product-sumary .info .action {
    flex-wrap: wrap;
    gap: 6px;
  }
}
.product-sumary .info .action [class*=atx-] {
  flex: 1;
}
@media (max-width: 575px) {
  .product-sumary .info .action [class*=atx-] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.product-sumary .info .action a,
.product-sumary .info .action button {
  display: block;
  text-align: center;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  background: #ec1c24;
  cursor: pointer;
  border: 0;
  color: #fff;
  outline: none;
  width: 100%;
}
.product-sumary .info .action a {
  background: #0b6bbf;
}

/** Detail */
.product-detail {
  position: relative;
  margin-bottom: 30px;
  font-family: var(--primary-Font);
}
.product-detail .promo_box {
  position: relative;
  margin-bottom: 24px;
  border: 2px dashed var(--primary-Color);
  padding: 10px;
  border-radius: 12px;
}
.product-detail .promo_box .box {
  background: #ffeaea;
  border-radius: 12px;
  padding: 24px;
}
.product-detail .promo_box .box .name {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
}
.product-detail .promo_box .box .entry-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.product-detail .promo_box .box .entry-content ul > li {
  display: block;
  padding-left: 32px;
  position: relative;
  margin-bottom: 10px;
}
.product-detail .promo_box .box .entry-content ul > li:last-child {
  margin-bottom: 0;
}
.product-detail .promo_box .box .entry-content ul > li::before {
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  background-image: url("../images/icon/icn-gift.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 4px;
}
.product-detail .detail_box {
  margin-bottom: 20px;
  background: #f0f0f0;
  padding: 16px;
}
.product-detail .detail_box .row {
  margin: 0 -10px;
}
.product-detail .detail_box .row > [class*=col-] {
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.product-detail .detail_box .entry-content {
  margin-bottom: 20px;
}
.product-detail .detail_box .detail-item .inner .image span {
  position: relative;
  padding-bottom: 60%;
  display: block;
  width: 100%;
  background-position: center;
}
.product-detail .detail_box .detail-item .inner .image span img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-detail .detail_box .detail-item .inner .info {
  padding-top: 12px;
}
.product-detail .detail_box .detail-item .inner .info h4 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
}
.product-detail .detail_box .tab-param {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.product-detail .detail_box .tab-param > li a {
  border-radius: 5px;
  background: #dcdcdc;
  padding: 10px 16px;
  line-height: 20px;
  font-size: 15px;
  display: block;
  color: #000;
}
.product-detail .detail_box .tab-param > li.active a {
  background: var(--primary-Color);
  color: #fff;
}
.product-detail .gallery_box {
  margin-bottom: 20px;
  background: #f0f0f0;
  padding: 16px;
}
.product-detail .gallery_box .owl-carousel .owl-nav [class*=owl-] {
  border-radius: 100%;
  margin: 0;
  height: 30px;
  width: 30px;
  background: var(--primary-Color);
  border: 0;
}
.product-detail .gallery_box .owl-carousel .owl-nav [class*=owl-] i {
  color: #FFF;
}
.product-detail .gallery_box .owl-carousel .owl-nav .owl-prev {
  left: -10px;
}
.product-detail .gallery_box .owl-carousel .owl-nav .owl-next {
  right: -10px;
}
.product-detail .gallery_box .gallery-item a {
  position: relative;
  padding-bottom: 60%;
  display: block;
  width: 100%;
  background-position: center;
}
.product-detail .gallery_box .gallery-item a img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

/** Related */
.product-related .head_block {
  margin-bottom: 12px;
}
.product-related > .row {
  align-items: stretch;
}
@media (max-width: 767px) {
  .product-related > .row {
    margin: 0 -8px;
  }
}
.product-related > .row > [class*=col-] {
  min-height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .product-related > .row > [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/** Loop Product */
.product_inner {
  position: relative;
  font-family: var(--primary-Font);
  transition: all 0.4s ease 0.1s;
  padding: 0;
  background: #e9e9e9;
  border-radius: 0px;
  overflow: hidden;
  height: 100%;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product_inner .image {
  display: block;
  position: relative;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  background: #fff;
}
.product_inner .image > span {
  display: block;
}
.product_inner .image > span picture {
  padding-bottom: 56%;
  transition: all 0.4s ease-in-out;
  display: block;
  width: 100%;
  background-position: center;
  position: relative;
}
.product_inner .image > span 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 {
  padding: 16px 16px 0;
  flex: 1;
}
@media (max-width: 575px) {
  .product_inner .info {
    padding: 12px 10px 0;
  }
}
.product_inner .info h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--primary-Color);
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .product_inner .info h3 {
    font-size: 17px;
  }
}
.product_inner .info .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #000;
}
.product_inner .info .desc ul, .product_inner .info .desc ol {
  padding-left: 18px;
}
.product_inner .info .desc *:last-child {
  margin-bottom: 0;
}
.product_inner .extra {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--primary-Color);
}
.product_inner .extra .ext-1 span {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 15px;
  line-height: 20px;
  height: 40px;
}
.product_inner .extra .ext-2 .price {
  padding-left: 10px;
  position: relative;
  z-index: 1;
}
.product_inner .extra .ext-2 .price span {
  padding: 10px;
  display: block;
  text-align: center;
  background: var(--second-Color);
  color: #fff;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  height: 40px;
  width: 100%;
}
.product_inner .extra .ext-2 .price span::before {
  content: "";
  height: 100%;
  width: 20px;
  background: var(--second-Color);
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
  top: 0;
  left: -10px;
  z-index: -1;
  position: absolute;
}/*# sourceMappingURL=product.css.map */