/** HEADING */
.head_product {
  font-family: var(--primary-Font);
  position: relative;
}
.head_product .title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.7;
  color: #000;
  margin-bottom: 0;
}

.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);
  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%;
}

/** 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;
}
.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_section {
  padding-bottom: 16px;
}
@media (max-width: 991px) {
  .gv_product_catalog .head_section {
    display: block !important;
  }
}
/** 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 61%;
  max-width: 61%;
}
@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 39%;
  max-width: 39%;
}
@media (max-width: 991px) {
  .product-sumary > .row .col-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.product-sumary .-pd-gallery {
  position: relative;
}
.product-sumary .-pd-gallery .slx-gallery {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 16px;
}
.product-sumary .-pd-gallery .slx-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  cursor: pointer;
  background: transparent;
}
.product-sumary .-pd-gallery .slx-gallery .slick-arrow svg {
  height: 20px;
  width: 20px;
  fill: #000;
}
.product-sumary .-pd-gallery .slx-gallery .arrow-prev {
  left: 6px;
}
.product-sumary .-pd-gallery .slx-gallery .arrow-prev:hover {
  background: var(--second-Color);
  border-color: var(--second-Color);
}
.product-sumary .-pd-gallery .slx-gallery .arrow-prev:hover svg {
  fill: #fff;
}
.product-sumary .-pd-gallery .slx-gallery .arrow-next {
  right: 6px;
}
.product-sumary .-pd-gallery .slx-gallery .arrow-next:hover {
  background: var(--second-Color);
  border-color: var(--second-Color);
}
.product-sumary .-pd-gallery .slx-gallery .arrow-next:hover svg {
  fill: #fff;
}
.product-sumary .-pd-gallery .slx-gallery .gallery-item .-gx-image > a {
  display: block;
  padding-bottom: 56%;
  position: relative;
  width: 100%;
  background-position: center;
}
.product-sumary .-pd-gallery .slx-gallery .gallery-item .-gx-image > a 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 .-pd-gallery .slc-navigator {
  padding-bottom: 0;
}
.product-sumary .-pd-gallery .slc-navigator .navi-item {
  padding: 0px;
}
.product-sumary .-pd-gallery .slc-navigator .navi-item .-nv-box {
  transition: all 0.3s ease 0s;
  position: relative;
  padding: 0 4px;
}
.product-sumary .-pd-gallery .slc-navigator .navi-item .-nv-box > span {
  display: block;
  padding-bottom: 50%;
  position: relative;
  width: 100%;
  background-position: center;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.22);
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.product-sumary .-pd-gallery .slc-navigator .navi-item .-nv-box > 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 .-pd-gallery .slc-navigator .navi-item.slick-current .-nv-box span {
  box-shadow: inset 0px 0px 0px 2px var(--second-Color);
}
.product-sumary .-pd-gallery .thumb {
  position: relative;
  border: 3px solid #f2f2f2;
  border-radius: 10px;
}
.product-sumary .-pd-gallery .thumb span {
  display: block;
  padding-bottom: 58%;
  position: relative;
  width: 100%;
  background-position: center;
}
.product-sumary .-pd-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 .-pd-info .head_product {
  margin-bottom: 12px;
}
.product-sumary .-pd-info .-p-price {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 20px;
  background: var(--primary-Color);
  padding: 12px 16px;
  border-radius: 8px;
  color: #fff;
}
.product-sumary .-pd-info .-p-price > span {
  position: relative;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0;
}
.product-sumary .-pd-info .-p-price p {
  position: relative;
  margin: 0;
}
.product-sumary .-pd-info .-p-price p span {
  line-height: 1.2;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: inline-block;
}
.product-sumary .-pd-info .-p-model {
  position: relative;
  margin-bottom: 20px;
}
.product-sumary .-pd-info .-p-model h5 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1px;
  border-radius: 4px 4px 0 0;
  padding: 10px 12px;
  line-height: 20px;
  background: #dfdfdf;
}
.product-sumary .-pd-info .-p-model ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 10px;
}
.product-sumary .-pd-info .-p-model ul > li {
  display: block;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}
.product-sumary .-pd-info .-p-model ul > li strong {
  font-weight: 500;
}
.product-sumary .-pd-info .-p-model ul > li span {
  font-weight: 700;
  margin-left: 10px;
  color: var(--primary-Color);
}
.product-sumary .-pd-info .-p-promo {
  background: rgb(255, 241, 241);
  color: #f00;
  padding: 12px 12px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.product-sumary .-pd-info .-p-promo .desc {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0px;
  line-height: 1.5;
}
.product-sumary .-pd-info .-p-promo .desc ul, .product-sumary .-pd-info .-p-promo .desc ol {
  padding-left: 19px;
}
.product-sumary .-pd-info .-p-promo .desc *:last-child {
  margin-bottom: 0;
}
.product-sumary .-pd-info .-p-action {
  display: flex;
  gap: 10px;
}
@media (max-width: 575px) {
  .product-sumary .-pd-info .-p-action {
    flex-wrap: wrap;
    gap: 6px;
  }
}
.product-sumary .-pd-info .-p-action [class*=atx-] {
  flex: 1;
}
@media (max-width: 575px) {
  .product-sumary .-pd-info .-p-action [class*=atx-] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.product-sumary .-pd-info .-p-action a,
.product-sumary .-pd-info .-p-action button {
  border: 2px solid var(--primary-Color);
  display: block;
  text-align: center;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  background: var(--primary-Color);
  cursor: pointer;
  border-radius: 4px;
  color: #fff;
  outline: none;
  width: 100%;
  transition: all 0.3s ease 0s;
}
.product-sumary .-pd-info .-p-action a {
  background: transparent;
  color: var(--primary-Color);
}
.product-sumary .-pd-info .-p-action a:hover {
  background: var(--primary-Color);
  color: #fff;
}

/** Intro */
.product-intro {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}
.product-intro > .row {
  align-items: stretch;
}
.product-intro > .row > [class*=col-] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.product-intro .-it-box > button {
  display: flex;
  align-items: center;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  border-radius: 8px;
  background: #000;
  overflow: hidden;
  position: relative;
}
.product-intro .-it-box > button .-t-icon {
  min-width: 70px;
  max-width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  background: var(--primary-Color);
}
.product-intro .-it-box > button .-t-icon > span {
  height: 52px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 10px;
}
.product-intro .-it-box > button .-t-icon > span i {
  height: 36px;
  width: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  filter: brightness(0) invert(1);
}
.product-intro .-it-box > button .-t-text {
  flex: 1;
  max-width: 100%;
  padding-left: 16px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  color: #fff;
}
.product-intro .-it-box > button::before {
  content: "";
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.22);
  position: absolute;
  right: -22px;
  top: -20px;
  border-radius: 100%;
  z-index: 1;
}
.product-intro .-it-box > button::after {
  content: "";
  height: 60px;
  width: 60px;
  background: rgba(255, 255, 255, 0.22);
  position: absolute;
  right: -27px;
  top: -36px;
  border-radius: 100%;
  z-index: 1;
}

/** Detail */
.product-detail {
  position: relative;
  margin-bottom: 30px;
  font-family: var(--primary-Font);
}
.product-detail .detail_box {
  margin-bottom: 20px;
  background: transparent;
  padding: 0px;
}
.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;
}

/** 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 {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  transition: all 0.4s ease-in-out;
}
.product_inner:hover {
  box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.2);
}
.product_inner .-lp-image {
  display: block;
  position: relative;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.product_inner .-lp-image > a {
  display: block;
}
.product_inner .-lp-image > a picture {
  padding-bottom: 50%;
  transition: all 0.4s ease-in-out;
  display: block;
  width: 100%;
  background-position: center;
  position: relative;
}
.product_inner .-lp-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 .-lp-info {
  padding-top: 12px;
  position: relative;
}
.product_inner .-lp-info h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2px;
}
@media (max-width: 575px) {
  .product_inner .-lp-info h3 {
    font-size: 16px;
  }
}
.product_inner .-lp-info h3 > a {
  color: #000;
}
.product_inner .-lp-info .-l-price {
  display: flex;
  gap: 6px 10px;
  margin-bottom: 14px;
}
.product_inner .-lp-info .-l-price > span {
  font-size: 16px;
  color: var(--primary-Color);
  font-weight: 700;
  display: inline-block;
}
.product_inner .-lp-info .-l-price > span.-p-old {
  color: #888;
  font-weight: 400;
}
.product_inner .-lp-info .-l-action {
  display: flex;
  gap: 5px 10px;
}
.product_inner .-lp-info .-l-action button, .product_inner .-lp-info .-l-action a {
  flex: 1;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 0 6px;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 8px;
  justify-content: center;
  line-height: 20px;
  color: #fff;
  border-radius: 4px;
}
.product_inner .-lp-info .-l-action button i, .product_inner .-lp-info .-l-action a i {
  height: 14px;
  width: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  filter: brightness(0) invert(1);
}
.product_inner .-lp-info .-l-action button {
  border: 0;
  outline: none;
  cursor: pointer;
  background: var(--primary-Color);
}
.product_inner .-lp-info .-l-action a {
  background: #333;
}/*# sourceMappingURL=product.css.map */