/** 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: #000;
  width: 100%;
}
.head_taxonomy .order {
  display: flex;
  align-items: center;
  font-family: var(--second-Font);
}
@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: 15px;
  font-weight: 400;
  margin-right: 10px;
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  text-transform: none;
}
@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: 26px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--second-Color);
  position: relative;
}
@media (max-width: 767px) {
  .head_product .title {
    font-size: 22px;
  }
}

.head_box {
  position: relative;
  font-family: var(--primary-Font);
}
.head_box .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--second-Color);
  position: relative;
  text-transform: uppercase;
}
@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 .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;
  overflow: hidden;
}
/** 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;
  height: 100vh;
}
@media (max-width: 767px) {
  .product-sumary {
    height: auto;
  }
}
.product-sumary .sum-bg-- {
  background: #f7f9f9;
  height: 76%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 1;
}
.product-sumary .sum-heading {
  margin: 0px auto 0;
  position: relative;
  padding-top: 12px;
  text-align: center;
  width: 86%;
  z-index: 2;
}
.product-sumary .sum-heading .-sh-sub {
  left: 0;
  margin-bottom: 0;
  position: absolute;
  top: 12px;
  width: 100%;
  color: #3c3c3c;
  font-family: Mulish;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.3em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}
.product-sumary .sum-heading .-sh-title {
  font-family: Mulish;
  font-size: 13.0208333333vw;
  font-weight: 900;
  color: #7a99ac;
  letter-spacing: 0.23em;
  line-height: 1.256;
  text-transform: uppercase;
}
.product-sumary .sum-gallery {
  overflow: hidden;
  z-index: 6;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}
@media (max-width: 767px) {
  .product-sumary .sum-gallery {
    position: relative;
    left: 0;
    transform: translateX(0);
    width: 100%;
  }
}
.product-sumary .sum-gallery .slick-slider {
  padding-bottom: 0;
}
.product-sumary .sum-gallery .slick-slider .galx-item picture {
  display: block;
}
.product-sumary .sum-gallery .slick-slider .galx-item picture img {
  width: 100%;
  height: auto;
}
.product-sumary .sum-picture {
  overflow: hidden;
  z-index: 6;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}
@media (max-width: 767px) {
  .product-sumary .sum-picture {
    position: relative;
    left: 0;
    transform: translateX(0);
    width: 100%;
  }
}
.product-sumary .sum-picture picture {
  display: block;
}
.product-sumary .sum-picture picture img {
  width: 100%;
  display: block;
  height: auto;
}
.product-sumary .sum-control {
  position: absolute;
  right: 6%;
  width: 264px;
  top: 23vw;
  padding-top: 80px;
  z-index: 9;
}
@media (max-width: 767px) {
  .product-sumary .sum-control {
    position: relative;
    width: 100%;
    top: 0;
    padding-top: 16px;
    right: 0;
  }
}
.product-sumary .sum-control .-sc-arrow {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  gap: 40px;
}
@media (max-width: 767px) {
  .product-sumary .sum-control .-sc-arrow {
    gap: 20px;
  }
}
.product-sumary .sum-control .-sc-arrow > button {
  height: 40px;
  width: 40px;
  display: flex;
  outline: none;
  border: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 100%;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.product-sumary .sum-control .-sc-arrow > button::before {
  content: "";
  height: 20px;
  width: 12px;
  display: block;
  background: #2e6d98;
}
.product-sumary .sum-control .-sc-arrow > button.ctv-prev::before {
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  margin-right: 2px;
}
.product-sumary .sum-control .-sc-arrow > button.ctv-prev:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}
.product-sumary .sum-control .-sc-arrow > button.ctv-prev:hover::before {
  background: var(--third-Color);
}
.product-sumary .sum-control .-sc-arrow > button.ctv-next::before {
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  margin-left: 2px;
}
.product-sumary .sum-control .-sc-arrow > button.ctv-next:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.product-sumary .sum-control .-sc-arrow > button.ctv-next:hover::before {
  background: var(--third-Color);
}
.product-sumary .sum-control .-sc-arrow:hover > button {
  background: #fff;
}
.product-sumary .sum-control .-sc-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .product-sumary .sum-control .-sc-panel {
    justify-content: flex-end;
  }
}
.product-sumary .sum-control .-sc-panel .color-item {
  border: 1px solid transparent;
  padding: 3px;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .product-sumary .sum-control .-sc-panel .color-item {
    border-color: #ccc;
  }
}
.product-sumary .sum-control .-sc-panel .color-item > span {
  height: 40px;
  width: 40px;
  cursor: pointer;
  border-radius: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-sumary .sum-control .-sc-panel .color-item > span {
    height: 24px;
    width: 24px;
  }
}
.product-sumary .sum-control .-sc-panel .color-item > span::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(120deg, rgba(220, 220, 220, 0.3) 0%, rgba(240, 240, 240, 0.2) 50%, rgba(202, 202, 202, 0.5) 50%, rgba(220, 220, 220, 0.3) 100%);
}
.product-sumary .sum-control .-sc-panel .color-item.active {
  border-color: var(--primary-Color);
}
.product-sumary .sum-price {
  display: block;
  text-align: right;
  position: absolute;
  right: 6%;
  z-index: 10;
  top: 16vw;
}
@media (max-width: 767px) {
  .product-sumary .sum-price {
    text-align: left;
    position: relative;
    padding-top: 20px;
    right: 0;
    top: 0;
    width: 100%;
  }
}
.product-sumary .sum-price .-sp-price {
  font-family: "Mulish", sans-serif;
  margin-bottom: 16px;
}
.product-sumary .sum-price .-sp-price .p-old {
  font-size: 15px;
  font-weight: 600;
  color: #888;
  text-decoration: line-through;
  margin-bottom: 0;
  line-height: 1.5;
}
.product-sumary .sum-price .-sp-price .p-normal {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.5;
}
.product-sumary .sum-price .-sp-price .p-hotline {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.5;
}
.product-sumary .sum-price .-sp-price .p-note {
  font-size: 12px;
  font-family: "Mulish", sans-serif;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}
.product-sumary .sum-price .-sp-buynow a {
  display: inline-block;
  background: var(--third-Color);
  color: #fff;
  padding: 12px 24px;
  line-height: 20px;
  letter-spacing: 1px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.product-sumary .sum-info {
  font-family: "Mulish", sans-serif;
  position: absolute;
  left: 6%;
  top: 25.8vw;
  width: 30%;
  z-index: 6;
}
@media (max-width: 767px) {
  .product-sumary .sum-info {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 24px;
  }
}
.product-sumary .sum-info .-si-name {
  color: #3c3c3c;
  line-height: 1.25;
  margin-bottom: 20px;
  z-index: 9;
  font-weight: 600;
  font-size: 16px;
}
.product-sumary .sum-info .-si-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-sumary .sum-info .-si-list > li {
  display: block;
  margin-bottom: 24px;
}
.product-sumary .sum-info .-si-list > li:last-child {
  margin-bottom: 0;
}
.product-sumary .sum-info .-si-list > li .pr-name {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
}
.product-sumary .sum-info .-si-list > li .pr-value {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

/** Product Info */
.product-info {
  position: relative;
  padding-top: 80px;
  overflow: hidden;
  display: flex;
  padding: 100px 5% 0;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .product-info {
    padding: 50px 0 0;
    margin: 0 -12px;
  }
}
.product-info > [class*=ifx-] {
  flex: 0 0 30%;
  max-width: 30%;
}
@media (max-width: 991px) {
  .product-info > [class*=ifx-] {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 12px;
  }
}
@media (max-width: 575px) {
  .product-info > [class*=ifx-] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.product-info > .ifx-center {
  position: relative;
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .product-info > .ifx-center {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 12px 24px;
  }
}
@media (max-width: 991px) {
  .product-info > .ifx-left {
    order: 2;
  }
}
@media (max-width: 575px) {
  .product-info > .ifx-left {
    padding-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .product-info > .ifx-right {
    order: 3;
  }
}
.product-info .inf-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-info .inf-list > li {
  display: block;
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .product-info .inf-list > li {
    margin-bottom: 24px;
  }
}
.product-info .inf-list > li .-ls-name {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  padding-left: 36px;
  text-transform: uppercase;
  margin-bottom: 0.8em;
  color: #666;
}
.product-info .inf-list > li .-ls-name img {
  position: absolute;
  height: 100%;
  left: 0;
  max-height: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}
.product-info .inf-list > li p.-ls-text {
  font-size: 13px;
  margin-bottom: 0;
}
.product-info .inf-image img {
  width: 100%;
  height: auto;
}

/** Product Connect */
.product-connect {
  position: relative;
  padding-top: 80px;
  overflow: hidden;
  padding: 100px 5% 0;
  flex-wrap: wrap;
  display: flex;
}
@media (max-width: 991px) {
  .product-connect {
    padding: 50px 0 0;
  }
}
.product-connect .cnx-left {
  flex: 0 0 40%;
  max-width: 40%;
  padding-right: 48px;
}
@media (max-width: 991px) {
  .product-connect .cnx-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 24px;
    padding-right: 0px;
  }
}
.product-connect .cnx-right {
  flex: 0 0 60%;
  max-width: 60%;
}
@media (max-width: 991px) {
  .product-connect .cnx-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.product-connect .cnx-large {
  flex: 0 0 100%;
  max-width: 100%;
}
.product-connect .-cx-name {
  position: relative;
}
.product-connect .-cx-name .--cx-sub {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 10px;
}
.product-connect .-cx-name .--cx-name {
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 0px;
}
.product-connect .-cx-desc {
  font-size: 16px;
  font-weight: 400;
  margin-top: 42px;
  margin-bottom: 24px;
}
.product-connect .-cx-desc ul {
  list-style: none;
  padding: 0;
}
.product-connect .-cx-desc ul > li {
  margin-bottom: 24px;
}
.product-connect .-cx-desc ul > li h1, .product-connect .-cx-desc ul > li h2, .product-connect .-cx-desc ul > li h3, .product-connect .-cx-desc ul > li h4 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.product-connect .-cx-desc ul > li p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}
.product-connect .-cx-desc ul > li:last-child {
  margin-bottom: 0;
}
.product-connect .-cx-action {
  display: block;
}
.product-connect .-cx-action > a {
  display: inline-block;
  min-width: 200px;
  background: #0072bc;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 12px 12px;
  line-height: 20px;
  border-radius: 4px;
  text-align: center;
}
.product-connect .-cx-image {
  position: relative;
}
.product-connect .-cx-image img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .product-connect .-cx-image .-c-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .product-connect .-cx-image .-c-mobile {
    display: none;
  }
}

/** Product Feature */
.product-feature {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
.product-feature .fet-wrap {
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product-feature .fet-wrap {
    display: none;
  }
}
@media (min-width: 768px) {
  .product-feature .ftw-feature {
    display: none;
  }
}
.product-feature .fet-item {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 12px 12px;
}
@media (max-width: 1023px) {
  .product-feature .fet-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .product-feature .fet-item {
    flex: auto;
    max-width: 100%;
    padding: 0 0;
  }
}
.product-feature .fet-item .-ft-box .--f-media {
  margin-bottom: 20px;
}
.product-feature .fet-item .-ft-box .--f-media img {
  width: 100%;
  height: auto;
}
.product-feature .fet-item .-ft-box .--f-desc {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}

/** Product Engine */
.product-engine {
  position: relative;
  overflow: hidden;
  padding: 100px 5% 0;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .product-engine {
    padding: 50px 0 0;
  }
}
.product-engine .pfe-left {
  flex: 0 0 46%;
  max-width: 46%;
  padding-right: 48px;
}
@media (max-width: 991px) {
  .product-engine .pfe-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 24px;
    padding-right: 0px;
  }
}
.product-engine .pfe-right {
  flex: 0 0 54%;
  max-width: 54%;
}
@media (max-width: 991px) {
  .product-engine .pfe-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.product-engine .enx-name {
  margin-bottom: 32px;
}
.product-engine .enx-name h3 {
  font-size: 29px;
  font-weight: 400;
  margin-bottom: 0;
}
.product-engine .enx-list {
  display: block;
}
.product-engine .enx-list > .en-item {
  margin-bottom: 32px;
}
.product-engine .enx-list > .en-item:last-child {
  margin-bottom: 0;
}
.product-engine .enx-list > .en-item .-en-name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}
.product-engine .enx-list > .en-item .-en-text {
  font-size: 14px;
}
.product-engine .enx-list > .en-item .-en-text ul, .product-engine .enx-list > .en-item .-en-text ol {
  padding-left: 21px;
}
.product-engine .enx-image {
  background: #e8e8e8;
}
.product-engine .enx-image img {
  width: 100%;
  height: auto;
}

/** Product Gallery */
.product-gallery {
  position: relative;
  padding: 0px 5% 0;
  flex-wrap: wrap;
  display: flex;
  z-index: 3;
  margin-top: 80px;
  align-items: center;
}
@media (max-width: 991px) {
  .product-gallery {
    margin-top: 50px;
    padding: 0 0;
  }
}
.product-gallery .gal-bg-- {
  height: 100%;
  width: 100vw;
  position: absolute;
  right: 80%;
  top: 0;
  background: #e9e9e9;
  z-index: -2;
}
.product-gallery .gal-left {
  flex: 0 0 42%;
  max-width: 42%;
  padding-right: 48px;
}
@media (max-width: 991px) {
  .product-gallery .gal-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 24px;
    padding-right: 0px;
  }
}
.product-gallery .gal-right {
  flex: 0 0 58%;
  max-width: 58%;
}
@media (max-width: 991px) {
  .product-gallery .gal-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.product-gallery .glx-heading {
  margin-bottom: 32px;
}
.product-gallery .glx-heading .-sj-title {
  font-size: 70px;
  text-transform: uppercase;
  color: #7a99ac;
  font-weight: 800;
  letter-spacing: 20px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .product-gallery .glx-heading .-sj-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .product-gallery .glx-heading .-sj-title {
    font-size: 40px;
  }
}
.product-gallery .glx-price > a {
  display: inline-flex;
  align-items: center;
  background: #0072bc;
  color: #fff;
  border-radius: 6px;
  line-height: 24px;
  font-size: 18px;
  gap: 8px;
  font-weight: 400;
  padding: 18px 24px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .product-gallery .glx-price > a {
    padding: 14px 16px;
    gap: 6px;
    font-size: 16px;
  }
}
.product-gallery .glx-price .p-note {
  font-size: 14px;
  margin-bottom: 0;
  font-style: italic;
}
.product-gallery .glx-image {
  position: relative;
}
.product-gallery .glx-image .owl-carousel .owl-nav > [class*=owl-] {
  background: var(--second-Color);
  height: 38px;
  width: 38px;
  opacity: 1;
  visibility: visible;
  left: initial;
  right: 0;
  border-color: var(--second-Color);
  bottom: 40px;
}
@media (max-width: 767px) {
  .product-gallery .glx-image .owl-carousel .owl-nav > [class*=owl-] {
    height: 30px;
    width: 30px;
  }
}
@media (max-width: 767px) {
  .product-gallery .glx-image .owl-carousel .owl-nav > [class*=owl-] i {
    font-size: 16px;
  }
}
.product-gallery .glx-image .owl-carousel .owl-nav .owl-prev {
  margin-top: 44px;
}
.product-gallery .glx-image .owl-carousel .owl-nav .owl-prev {
  margin-top: -44px;
}
.product-gallery .glx-image .owl-carousel .galx-item picture {
  display: block;
}
.product-gallery .glx-image .owl-carousel .galx-item picture img {
  width: 100%;
  height: auto;
}
.product-gallery .glx-picture picture {
  display: block;
}
.product-gallery .glx-picture picture img {
  width: 100%;
  display: block;
  height: auto;
}

/** Product Param */
.product-param {
  position: relative;
  overflow: hidden;
  padding: 60px 5% 40px;
  flex-wrap: wrap;
  display: flex;
  margin: 0 -16px;
}
@media (max-width: 991px) {
  .product-param {
    padding: 40px 0 40px;
  }
}
.product-param .prm-name {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 16px 16px;
}
.product-param .prm-name h3 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.product-param .prm-column {
  flex: 0 0 33.333334%;
  max-width: 33.333334%;
  padding: 12px 16px;
}
@media (max-width: 767px) {
  .product-param .prm-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.product-param .prm-column .prm-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-param .prm-column .prm-list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 24px;
  gap: 10px;
}
.product-param .prm-column .prm-list > li h4 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.product-param .prm-column .prm-list > li span {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  max-width: 55%;
  text-align: right;
}
.product-param .prm-note {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 16px 16px 16px;
}
.product-param .prm-note .-pr-note {
  font-size: 12px;
}
.product-param .prm-note .-pr-note ol, .product-param .prm-note .-pr-note ul {
  padding-left: 16px;
}

/** Product Detail */
.product-detail {
  position: relative;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.product-detail .agency {
  background: #ffeeee;
  border-radius: 10px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  font-family: var(--second-Font);
  border: 1px solid #dfdfdf;
}
@media (max-width: 575px) {
  .product-detail .agency {
    flex-wrap: wrap;
  }
}
.product-detail .agency > .ax-left {
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 575px) {
  .product-detail .agency > .ax-left {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .product-detail .agency > .ax-left .avatar {
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
    margin-bottom: 12px;
  }
}
.product-detail .agency > .ax-left .avatar span {
  display: block;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 100%;
  position: relative;
}
.product-detail .agency > .ax-left .avatar span img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.product-detail .agency .ax-right {
  flex: 1;
  max-width: 100%;
  padding-left: 20px;
}
@media (max-width: 575px) {
  .product-detail .agency .ax-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .product-detail .agency .ax-right .info {
    text-align: center;
  }
}
.product-detail .agency .ax-right .info h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.product-detail .agency .ax-right .info p {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.product-detail .agency .ax-right .info > ul {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .product-detail .agency .ax-right .info > ul {
    justify-content: center;
  }
}
.product-detail .agency .ax-right .info > ul > li > a {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}
.product-detail .agency .ax-right .info > ul > li > a svg {
  fill: #fff;
}
.product-detail .agency .ax-right .info > ul > li > a img {
  width: 100%;
  height: auto;
}
.product-detail .agency .ax-right .info > ul > li:nth-child(1) > a {
  background: #000;
}
.product-detail .agency .ax-right .info > ul > li:nth-child(2) > a {
  background: green;
}
.product-detail .agency .ax-right .info .phone {
  font-size: 15px;
  font-weight: 400;
}
.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 article .entry-content h3, .product-detail .tab_content .tab_pane article .entry-content h2, .product-detail .tab_content .tab_pane article .entry-content h1 {
  font-size: 20px;
  font-weight: 600;
  padding-left: 12px;
  position: relative;
}
.product-detail .tab_content .tab_pane article .entry-content h3::before, .product-detail .tab_content .tab_pane article .entry-content h2::before, .product-detail .tab_content .tab_pane article .entry-content h1::before {
  content: "";
  height: 19px;
  width: 3px;
  background: var(--primary-Color);
  position: absolute;
  left: 0px;
  top: 3px;
}
.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 Related */
.product-related {
  position: relative;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
.product-related .head_box {
  margin-bottom: 24px;
}
.product-related .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.product-related .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
  visibility: hidden;
}
.product-related .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  visibility: visible;
}
.product-related .owl-carousel .owl-nav {
  margin: 0;
}
@media (max-width: 767px) {
  .product-related .owl-carousel .owl-nav {
    display: none;
  }
}
.product-related .owl-carousel .owl-nav [class*=owl-] {
  height: 46px;
  width: 46px;
  background: transparent;
  border: 0;
}
.product-related .owl-carousel .owl-nav [class*=owl-] i {
  line-height: 46px;
  font-size: 25px;
  color: var(--second-Color);
}
.product-related .owl-carousel .owl-nav [class*=owl-]:hover > i {
  color: #2c72c6;
}
.product-related .owl-carousel .owl-nav .owl-prev {
  left: 0px;
}
.product-related .owl-carousel .owl-nav .owl-next {
  right: 0px;
}

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

/** Cost */
.gvc-calculate-wrap {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 9999;
  transition: all 0.3s ease 0s;
  padding-top: 50px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 575px) {
  .gvc-calculate-wrap {
    padding-top: 100px;
  }
}
.gvc-calculate-wrap .inbox {
  width: 100%;
  max-width: 800px;
  position: relative;
  margin: 0 auto;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .gvc-calculate-wrap .inbox {
    width: 90%;
  }
}
.gvc-calculate-wrap .inbox > button {
  border: 0;
  outline: none;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
}
.gvc-calculate-wrap .inbox > button svg {
  height: 26px;
  width: 26px;
  fill: var(--primary-Color);
}
.gvc-calculate-wrap .inbox .cost-block {
  position: relative;
  padding: 40px;
}
.gvc-calculate-wrap .inbox .cost-block .name {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  color: #000;
}
.gvc-calculate-wrap .inbox .cost-block .form-input {
  margin-bottom: 12px;
}
.gvc-calculate-wrap .inbox .cost-block .form-input > label {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 4px;
}
.gvc-calculate-wrap .inbox .cost-block .form-input select {
  width: 100%;
  border: 1px solid #dedede;
  padding: 9px 16px;
  line-height: 20px;
  color: #000;
  font-size: 15px;
}
.gvc-calculate-wrap .inbox .cost-block .form-result ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.gvc-calculate-wrap .inbox .cost-block .form-result ul > li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
  padding: 9px 0;
  font-size: 15px;
}
.gvc-calculate-wrap .inbox .cost-block .form-result ul > li.total {
  color: var(--primary-Color);
  font-size: 18px;
  font-weight: 600;
  border-bottom: 0;
}
.gvc-calculate-wrap .inbox .cost-block .form-result .note {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

/** REGIST */
.gv_section_regist {
  position: relative;
  background: #e6f6fc;
  padding: 48px 0;
}
.gv_section_regist .form-box {
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.gv_section_regist .form-box .head_section {
  margin-bottom: 10px;
}
.gv_section_regist .form-box .head_section .title {
  text-transform: uppercase;
  font-weight: 800;
  color: var(--third-Color);
}
.gv_section_regist .form-box .desc {
  text-align: center;
  margin-bottom: 24px;
}
.gv_section_regist .form-box .wpcf7-form .row {
  margin: 0 -8px;
}
.gv_section_regist .form-box .wpcf7-form .row > [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.gv_section_regist .form-box .wpcf7-form label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}
.gv_section_regist .form-box .wpcf7-form input[type=text],
.gv_section_regist .form-box .wpcf7-form input[type=email],
.gv_section_regist .form-box .wpcf7-form input[type=tel],
.gv_section_regist .form-box .wpcf7-form input[type=date],
.gv_section_regist .form-box .wpcf7-form select {
  outline: none;
  border: 0;
  width: 100%;
  padding: 13px 16px;
  margin: 0px 0 0px;
}
.gv_section_regist .form-box .wpcf7-form textarea {
  outline: none;
  width: 100%;
  border: 0;
  padding: 13px 16px;
}
.gv_section_regist .form-box .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.gv_section_regist .form-box .wpcf7-form .wpcf7-acceptance .wpcf7-list-item > label {
  font-weight: 400;
  font-size: 15px;
  font-style: italic;
  padding-left: 26px;
  position: relative;
  display: block;
}
.gv_section_regist .form-box .wpcf7-form .wpcf7-acceptance .wpcf7-list-item > label input {
  position: absolute;
  left: 0;
  height: 16px;
  top: 3px;
  width: 16px;
  border: 0;
}
.gv_section_regist .form-box .wpcf7-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a {
  color: var(--third-Color);
}
.gv_section_regist .form-box .wpcf7-form input.wpcf7-submit {
  display: block;
  outline: none;
  width: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0px auto;
  padding: 13px 30px;
  border: 0;
  text-align: center;
  background: var(--primary-Color) !important;
}
.gv_section_regist .form-box .wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 0;
}/*# sourceMappingURL=product.css.map */