/** PRODUCT ============================================*/
/** Heading */
.head_product {
  position: relative;
  font-family: var(--primary-Font);
}
.head_product .title {
  color: rgb(51, 51, 51);
  font-size: 24px;
  line-height: 28px;
  display: inline;
  text-transform: uppercase;
  font-weight: 600;
}
.head_box {
  position: relative;
  font-family: var(--primary-Font);
}
.head_box .title {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--second-Color);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .head_box .title {
    font-size: 20px;
  }
}

.head_panel {
  position: relative;
  font-family: var(--primary-Font);
}
.head_panel .sub {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 17px;
  margin: 0 0 2px;
}
.head_panel .title {
  line-height: 25px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 14px;
}
.head_panel .title::after {
  content: "";
  width: 117px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  display: block;
}

.head_section {
  position: relative;
  font-family: var(--primary-Font);
}
.head_section .title {
  margin: 0px;
  line-height: 53px;
  font-size: 26px;
  font-weight: 800;
  color: #333;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 0px;
  background-size: 60% 71%;
  background-repeat: no-repeat;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .head_section .title {
    background-size: 322px 37px;
  }
}
@media (max-width: 767px) {
  .head_section .title {
    font-size: 22px !important;
  }
}
.head_section .control {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  flex: 1 0 auto;
  gap: 20px;
}
.head_section .control .control-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .head_section .control .control-nav {
    display: none;
  }
}
.head_section .control .control-nav span {
  padding: 0 2px;
  font-family: var(--primary-Font);
  color: #000;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  height: 36px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 991px) {
  .head_section .control .control-nav span {
    padding: 0 10px;
  }
}
.head_section .control a.v-more {
  height: 26px;
  font-size: 12px;
  display: block;
  padding: 0px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  line-height: 31px;
  transition: all 0.2s ease-in-out;
  text-align: center;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .head_section .control a.v-more {
    line-height: 33px;
    font-size: 9px;
    display: none;
  }
}
.head_section .control a.v-more span.ser-text {
  color: #000;
}
@media (max-width: 991px) {
  .head_section .control a.v-more span.ser-text {
    display: none;
  }
}
.head_section .control a.v-more img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

/** Product Catalog */
.gv_product_catalog {
  position: relative;
  padding: 0 0 40px;
}
.gv_product_catalog main > .row {
  align-items: stretch;
}
.gv_product_catalog main > .row > [class*=col-] {
  min-height: 100%;
}
@media (max-width: 767px) {
  .gv_product_catalog main > .row .col-left {
    display: none;
  }
}
.gv_product_catalog .filter-box {
  position: relative;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .gv_product_catalog .filter-box {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .gv_product_catalog .filter-box .fx-left {
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
  }
}
.gv_product_catalog .filter-box .fx-left a {
  background: #2dbeb3;
  color: #fff;
  font-weight: 600;
  padding: 11px 10px 9px;
  height: 33px;
  margin-right: 9px;
  line-height: 13px;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 12px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .gv_product_catalog .filter-box .fx-left .ft-group {
    width: 100%;
    gap: 10px;
  }
}
.gv_product_catalog .filter-box .fx-left select {
  outline: none;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 8px;
  line-height: 20px;
  vertical-align: top;
  font-size: 13px;
  margin-right: 9px;
  border-color: #ccc;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  background: #ffdb4a;
  font-weight: 600;
}
@media (max-width: 767px) {
  .gv_product_catalog .filter-box .fx-left select {
    margin-right: 0px;
    flex: 1 0 auto;
    max-width: 50%;
  }
}
.gv_product_catalog .filter-box .fx-left span.btw-wishlist {
  cursor: pointer;
  background: #ee3d77;
  margin-right: 10px;
  color: #fff;
  font-weight: 600;
  padding: 10px 14px 9px;
  font-size: 12px;
  height: 33px;
  line-height: 8px;
  text-transform: uppercase;
  border-radius: 3px;
  opacity: 1;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .gv_product_catalog .filter-box .fx-left span.btw-wishlist {
    flex: 1 0 auto;
    max-width: 50%;
    margin-right: 0;
  }
}
.gv_product_catalog .filter-box .fx-left span.btw-wishlist svg {
  fill: #fff;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .gv_product_catalog .filter-box .fx-right {
    width: 100%;
  }
}
.gv_product_catalog .filter-box .fx-right .pc-label {
  display: inline-block;
  vertical-align: top;
  padding: 4px 8px;
  line-height: 16px;
  font-size: 12px;
  font-weight: 500;
  color: #777;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .gv_product_catalog .filter-box .fx-right .pc-label {
    margin-right: 12px;
  }
}
.gv_product_catalog .filter-box .fx-right .pc-label span {
  color: #fd5b4e;
  font-weight: bold;
}
.gv_product_catalog .filter-box .fx-right [class*=ct-] {
  margin-right: 5px;
  display: inline-block;
  position: relative;
}
.gv_product_catalog .filter-box .fx-right [class*=ct-] i {
  width: 31px;
  height: 29px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.gv_product_catalog .product-box > .row {
  margin: 0 -7px;
  align-items: center;
}
.gv_product_catalog .product-box > .row > [class*=col-] {
  padding-left: 7px;
  padding-right: 7px;
  min-height: 100%;
}
.gv_product_catalog .product-box .product-item {
  margin-bottom: 18px;
}
.gv_product_catalog .content-blog {
  position: relative;
  background: #f2f4f6;
  border-radius: 10px;
  margin-top: 20px;
  padding: 24px 24px 36px;
  border-bottom: 6px solid var(--second-Color);
}
@media (max-width: 575px) {
  .gv_product_catalog .content-blog {
    padding: 16px 16px 24px;
  }
}
.gv_product_catalog .content-blog .ext-detail {
  position: relative;
}
.gv_product_catalog .content-blog .ext-detail article {
  height: 433px;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  padding-top: 12px;
}
.gv_product_catalog .content-blog .ext-detail article::after {
  content: "";
  height: 120px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(rgba(242, 244, 246, 0) 0%, rgba(242, 244, 246, 0.45) 40%, rgb(242, 244, 246) 80%);
  z-index: 2;
  transition: all 0.3s ease 0s;
}
.gv_product_catalog .content-blog .ext-detail article.show::after {
  opacity: 0;
  visibility: hidden;
}
.gv_product_catalog .content-blog .ext-detail span.btm-more {
  position: absolute;
  transform: translateX(-50%) translateY(100%);
  bottom: -15px;
  left: 50%;
  display: flex;
  cursor: pointer;
  gap: 10px;
  align-items: center;
  padding: 8px 24px 8px;
  background: #fff;
  border: 2px solid var(--second-Color);
  color: var(--second-Color);
  z-index: 5;
  line-height: 17px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
}
.gv_product_catalog .content-blog .ext-detail span.btm-more::after {
  content: "";
  background-image: url("../images/svg/icd-down.svg");
  height: 13px;
  width: 13px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  transition: all 0.3s ease 0s;
}
.gv_product_catalog .content-blog .ext-detail span.on-show::after {
  transform: rotate(180deg);
}
.gv_product_catalog .sidebar-box {
  position: relative;
  height: 100%;
}
.gv_product_catalog .sidebar-box .widget-category {
  position: sticky;
  top: 80px;
}

/** Product Detail */
.gv_product_detail {
  position: relative;
  overflow: hidden;
  padding: 10px 0 48px;
}
/** 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;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 8px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .product-sumary {
    margin-bottom: 30px;
  }
}
.product-sumary > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.product-sumary .pds-right {
  padding-left: 30px;
  padding-bottom: 16px;
  padding-right: 0px;
}
@media (max-width: 991px) {
  .product-sumary .pds-right {
    padding-top: 24px;
    padding-left: 0px;
  }
}
.product-sumary .gallery {
  position: relative;
}
.product-sumary .gallery .carousel ul.carousel-indicators {
  position: absolute;
  top: 46px;
  left: 0;
  padding: 54px 1px;
  z-index: 1;
  margin: 0;
  width: 105px;
  margin-left: 30px;
  overflow: auto;
  height: 344px;
  display: block;
}
.product-sumary .gallery .carousel ul.carousel-indicators::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
  display: none;
}
.product-sumary .gallery .carousel ul.carousel-indicators::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.product-sumary .gallery .carousel ul.carousel-indicators::-webkit-scrollbar-thumb {
  background: #5BBFB3;
}
.product-sumary .gallery .carousel ul.carousel-indicators::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.product-sumary .gallery .carousel ul.carousel-indicators::-webkit-scrollbar-track {
  background: #5BBFB3;
}
@media screen and (min-width: 768px) {
  .product-sumary .gallery .carousel ul.carousel-indicators {
    bottom: 20px;
  }
}
.product-sumary .gallery .carousel ul.carousel-indicators li {
  box-sizing: border-box;
  display: block;
  width: 68px;
  height: 68px;
  margin: 0;
  margin-bottom: 8px;
  background-color: #fafafa;
  border: 4px solid #fff;
  border-radius: 0;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}
@media (min-width: 1200px) {
  .product-sumary .gallery .carousel ul.carousel-indicators li {
    width: 83px;
    height: 67px;
    margin-bottom: 9px;
  }
}
.product-sumary .gallery .carousel ul.carousel-indicators li.active {
  background-color: #eeeeee;
  border: 4px solid #ffdb4a;
}
.product-sumary .gallery .carousel-item picture {
  padding-bottom: 0;
  position: relative;
  display: block;
  width: 100%;
  background-position: center;
  height: 475px;
}
.product-sumary .gallery .carousel-item picture img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.product-sumary .gallery .view {
  background: #fff;
  border-radius: 32px;
  padding: 2px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  z-index: 3;
  bottom: 12px;
  left: 12px;
}
.product-sumary .gallery .view > span {
  display: flex;
  align-items: center;
}
.product-sumary .gallery .view > span svg {
  fill: #333;
  margin-right: 5px;
}
.product-sumary .gallery .view > span i {
  font-style: normal;
}
.product-sumary .gallery .view .vx-wish svg {
  fill: var(--second-Color);
}
.product-sumary .info {
  position: relative;
}
.product-sumary .info .price-box {
  width: 100%;
  background-color: #EFEFEF;
  margin-top: 10px;
  padding: 8px 24px;
}
@media (max-width: 575px) {
  .product-sumary .info .price-box {
    padding: 8px 16px;
  }
}
.product-sumary .info .price-box .price-group span.nm-price {
  color: red;
  font-weight: 600;
  font-size: 27px;
}
@media (max-width: 575px) {
  .product-sumary .info .price-box .price-group span.nm-price {
    font-size: 23px;
  }
}
.product-sumary .info .price-box .price-group span.nm-text {
  color: red;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 575px) {
  .product-sumary .info .price-box .price-group span.nm-text {
    font-size: 18px;
  }
}
.product-sumary .info .price-box .price-group span.od-price {
  font-size: 14px;
  margin-left: 15px;
  text-decoration: line-through;
}
@media (max-width: 575px) {
  .product-sumary .info .price-box .price-group span.od-price {
    margin-left: 10px;
  }
}
.product-sumary .info .price-box span.pc-percent {
  margin-left: 40px;
  padding: 5px 10px;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  border-radius: 15px;
  background-color: red;
}
@media (max-width: 575px) {
  .product-sumary .info .price-box span.pc-percent {
    margin-left: 24px;
    font-size: 12px;
    padding: 4px 8px;
  }
}
.product-sumary .info .meta-box {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.product-sumary .info .meta-box p {
  margin-bottom: 0;
}
.product-sumary .info .meta-box p span {
  display: inline-block;
  font-weight: 600;
  width: 140px;
}
.product-sumary .info .param-box > h2 {
  font-weight: 600;
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 25px;
  line-height: 0;
}
@media (max-width: 575px) {
  .product-sumary .info .param-box > h2 {
    font-size: 21px;
  }
}
.product-sumary .info .param-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-sumary .info .param-box ul > li {
  margin-bottom: 8px;
  font-size: 13px;
}
.product-sumary .info .param-box ul > li span.pn-left {
  display: inline-block;
  min-width: 140px;
  color: rgb(98, 98, 98);
  font-weight: 700;
}
.product-sumary .info .param-box ul > li p.pn-right {
  margin-bottom: 0;
}
.product-sumary .info .color-box {
  margin-top: 20px;
  margin-bottom: 24px;
}
.product-sumary .info .color-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-sumary .info .color-box ul > li {
  margin-bottom: 8px;
  font-size: 13px;
}
.product-sumary .info .color-box ul > li span.cl-left {
  display: inline-block;
  width: 140px;
  color: rgb(98, 98, 98);
  font-weight: 700;
}
.product-sumary .info .color-box ul > li p.cl-right {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.product-sumary .info .color-box ul > li p.cl-right span {
  text-indent: -9999px;
  height: 22px;
  width: 22px;
  border-radius: 100%;
  position: relative;
  box-shadow: 0px 0px 0px 1px rgba(109, 109, 109, 0.2);
}
.product-sumary .info .color-box ul > li p.cl-right span.active {
  box-shadow: 0px 0px 0px 1px rgba(201, 30, 30, 0.55);
}
.product-sumary .info .color-box ul > li p.cl-right span.active::after {
  content: "";
  background-image: url(../images/svg/icc-check.svg);
  height: 16px;
  width: 16px;
  position: absolute;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-sumary .info .color-box ul > li p.cl-right span.active.is-dark {
  box-shadow: 0px 0px 0px 1px rgba(90, 90, 90, 0.55);
}
.product-sumary .info .color-box ul > li p.cl-right span.active.is-dark::after {
  filter: brightness(0) invert(1);
}
.product-sumary .info .group-box {
  margin-bottom: 20px;
  overflow: auto hidden;
  padding-bottom: 2px;
  width: 100%;
}
.product-sumary .info .group-box table tbody tr td {
  border: 1px solid #ccc;
  padding: 5px 10px;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
}
.product-sumary .info .group-box table tbody tr td.active {
  color: red;
}
.product-sumary .info .action {
  position: relative;
}
.product-sumary .info .action .stock {
  display: none;
}
.product-sumary .info .action form.variations_form {
  position: relative;
  display: block;
  align-items: unset;
}
.product-sumary .info .action form.variations_form table.variations {
  width: 100%;
}
.product-sumary .info .action form.variations_form table.variations tbody {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
}
.product-sumary .info .action form.variations_form table.variations tbody tr {
  display: flex;
  flex-direction: column;
}
.product-sumary .info .action form.variations_form table.variations tbody tr td.label {
  width: 100%;
  margin-bottom: 4px;
}
.product-sumary .info .action form.variations_form table.variations tbody tr td.value {
  width: 100%;
}
.product-sumary .info .action form.variations_form table.variations tbody tr td.value select {
  display: block;
  width: 100%;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #ddd;
  outline: none;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.product-sumary .info .action form.variations_form table.variations tbody tr td.value a.reset_variations {
  display: inline-block;
  margin-top: 10px;
  background: var(--second-Color);
  font-size: 12px;
  padding: 3px 12px;
  border-radius: 3px;
  line-height: 20px;
  color: #fff;
}
.product-sumary .info .action form.variations_form table.variations tbody tr td.value .variable-items-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}
.product-sumary .info .action form.variations_form table.variations tbody tr td.value .variable-items-wrapper > li {
  font-size: 14px !important;
}
.product-sumary .info .action form.variations_form table.variations tbody tr td.value .variable-items-wrapper > li.selected {
  box-shadow: none;
  background-color: var(--primary-Color);
  color: #fff;
}
.product-sumary .info .action form.variations_form table.variations tbody tr td.value .variable-items-wrapper [data-wvstooltip]::before {
  background: rgba(70, 173, 82, 0.87) !important;
  font-size: 13px !important;
}
.product-sumary .info .action form.variations_form table.variations tbody tr td.value .variable-items-wrapper [data-wvstooltip]::after {
  border-top-color: rgba(70, 173, 82, 0.87) !important;
}
.product-sumary .info .action form.variations_form .single_variation_wrap {
  position: relative;
  padding-top: 16px;
}
.product-sumary .info .action form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price .price {
  display: flex;
  align-items: center;
}
.product-sumary .info .action form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price .price span.amount {
  font-size: 18px;
  font-weight: 600;
  color: var(--second-Color);
}
.product-sumary .info .action form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price .price del {
  margin-left: 10px;
  order: 2;
}
.product-sumary .info .action form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price .price del span.amount {
  font-size: 14px;
  font-weight: 400;
  color: #888;
}
.product-sumary .info .action form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price .price ins {
  text-decoration: unset;
}
.product-sumary .info .action form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price .price ins span.amount {
  font-size: 18px;
  font-weight: 600;
  color: var(--second-Color);
}
.product-sumary .info .action form.variations_form .single_variation_wrap .variations_button {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 12px;
}
.product-sumary .info .action .quantity {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.product-sumary .info .action .quantity label {
  display: none;
}
.product-sumary .info .action .quantity span {
  height: 40px;
  width: 36px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  border: 1px solid #dfdfdf;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.product-sumary .info .action .quantity span:hover {
  background-color: var(--primary-Color);
  color: #fff;
  border-color: var(--primary-Color);
}
.product-sumary .info .action .quantity input {
  outline: none;
  width: 114px;
  height: 38px;
  /* line-height: 40px; */
  border: 1px solid #dfdfdf;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  border-radius: 6px;
  padding: 0 10px;
}
.product-sumary .info .action .quantity input::-webkit-outer-spin-button, .product-sumary .info .action .quantity input::-webkit-inner-spin-button {
  /*
  -webkit-appearance: none;
  margin: 0;
  */
}
.product-sumary .info .action .quantity input[type=number] {
  /*-moz-appearance: textfield;*/
}
.product-sumary .info .action .buy-now {
  gap: 30px;
}
@media (max-width: 767px) {
  .product-sumary .info .action .buy-now {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.product-sumary .info .action .buy-now .single_add_to_cart_button {
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  text-align: center;
  line-height: 20px;
  background-color: transparent !important;
  color: var(--primary-Color);
  outline: none;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  border: 2px solid var(--primary-Color);
}
.product-sumary .info .action .buy-now .single_add_to_cart_button svg {
  height: 16px;
  width: 16px;
  margin-right: 10px;
  fill: var(--primary-Color);
}
.product-sumary .info .action .buy-now .single_add_to_cart_button.disable {
  cursor: not-allowed;
  opacity: 0.7;
}
.product-sumary .info .action .buy-now .gvx-buy-now {
  background: var(--primary-Color) !important;
  color: #fff;
  font-weight: 400;
}
.product-sumary .info .action .buy-now .gvx-buy-now svg {
  fill: #fff;
}
.product-sumary .info .order {
  position: relative;
  display: flex;
  justify-content: center;
}
.product-sumary .info .order > button {
  width: auto;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  text-align: center;
  line-height: 20px;
  background-color: var(--primary-Color);
  color: #fff;
  outline: none;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  border: 2px solid var(--primary-Color);
}
.product-sumary .info .order > button svg {
  height: 16px;
  width: 16px;
  margin-right: 10px;
  fill: #fff;
}
.product-sumary .info .param {
  display: block;
  margin-top: 24px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.48;
}
.product-sumary .info .param table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.product-sumary .info .param table:not(caption) > * {
  border-width: 1px 0;
}
.product-sumary .info .param table:not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  border-width: 0 1px;
}
.product-sumary .info .param table tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.product-sumary .info .param *:last-child {
  margin-bottom: 0;
}
.product-sumary .sx-commit .commit {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 10px;
  background: #f4f4f4;
}
.product-sumary .sx-commit .commit > li {
  margin: 10px 0px;
  display: block;
  border-bottom: 1px dashed #ccc;
  padding: 10px 10px;
  position: relative;
  padding-left: 50px;
}
.product-sumary .sx-commit .commit > li:last-child {
  border-bottom: 0;
}
.product-sumary .sx-commit .commit > li img {
  width: 34px;
  left: 20px;
  top: 10px;
  position: absolute;
}
.product-sumary .sx-commit .commit > li .ct-info {
  width: 75%;
  margin-left: 10%;
}
.product-sumary .sx-commit .commit > li .ct-info h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.product-sumary .sx-commit .commit > li .ct-info p {
  font-size: 13px;
  line-height: 1.2;
}

/** Product Detail */
.product-detail {
  position: relative;
  flex-wrap: wrap;
  margin: 0 -12px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .product-detail {
    margin-bottom: 30px;
  }
}
.product-detail .pdx-left {
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 991px) {
  .product-detail .pdx-left {
    margin-bottom: 24px;
  }
}
.product-detail .pdx-right {
  padding-left: 12px;
  padding-right: 12px;
}
.product-detail .detail-box {
  margin-bottom: 40px;
}
.product-detail .detail-box .head_panel {
  padding-bottom: 24px;
}
.product-detail .detail-box .comment-note {
  margin-bottom: 24px;
  font-size: 15px;
  font-style: italic;
}
.product-detail .detail-box .comment-note a {
  color: var(--second-Color);
}
.product-detail .detail-box article {
  margin-bottom: 24px;
}
.product-detail .review-box {
  padding: 24px;
  position: relative;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  border-radius: 0px;
  border: 1px solid #f0f0f0;
}
@media (max-width: 575px) {
  .product-detail .review-box {
    padding: 16px;
  }
}
.product-detail .review-box .head_panel {
  padding-bottom: 20px;
}
.product-detail .review-box > .desc {
  font-size: 15px;
  margin-bottom: 10px;
}
.product-detail .review-box .review-list {
  margin-bottom: 16px;
}
.product-detail .review-box .review-list .review_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-detail .review-box .review-list .review_list > li {
  margin-bottom: 16px;
  display: block;
}
.product-detail .review-box .review-list .review_list > li > .comment_item .avatar {
  float: left;
}
.product-detail .review-box .review-list .review_list > li > .comment_item .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.product-detail .review-box .review-list .review_list > li > .comment_item .info {
  margin-left: 60px;
}
.product-detail .review-box .review-list .review_list > li > .comment_item .info h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
}
.product-detail .review-box .review-list .review_list > li > .comment_item .info .date {
  font-style: italic;
  font-size: 13px;
  margin-bottom: 8px;
}
.product-detail .review-box .review-list .review_list > li > .comment_item .info .desc {
  border: 1px solid #ccc;
  padding: 9px 12px;
  border-radius: 4px;
}
.product-detail .review-box .review-list .review_list > li > .comment_item .info .desc > span i {
  color: yellow;
}
.product-detail .review-box .review-list .review_list > li > .comment_item .info .desc > p {
  margin-bottom: 0px;
}
.product-detail .review-box .review-list .review_list > li > .comment_item::after {
  clear: both;
  display: table;
  content: "";
}
.product-detail .review-box .review-list .review_list > li > ol.sub {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 30px;
}
.product-detail .review-box .review-list .review_list > li > ol.sub > li {
  margin-bottom: 16px;
}
.product-detail .review-box .review-list .review_list > li > ol.sub > li:last-child {
  margin-bottom: 0;
}
.product-detail .review-box .review-list .review_list > li > ol.sub > li > .comment_item .avatar {
  float: left;
}
.product-detail .review-box .review-list .review_list > li > ol.sub > li > .comment_item .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.product-detail .review-box .review-list .review_list > li > ol.sub > li > .comment_item .info {
  margin-left: 60px;
}
.product-detail .review-box .review-list .review_list > li > ol.sub > li > .comment_item .info h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
}
.product-detail .review-box .review-list .review_list > li > ol.sub > li > .comment_item .info .date {
  font-style: italic;
  font-size: 13px;
  margin-bottom: 8px;
}
.product-detail .review-box .review-list .review_list > li > ol.sub > li > .comment_item .info .desc {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 4px;
}
.product-detail .review-box .review-list .review_list > li > ol.sub > li > .comment_item .info .desc > span i {
  color: yellow;
}
.product-detail .review-box .review-list .review_list > li > ol.sub > li > .comment_item .info .desc > p {
  margin-bottom: 10px;
}
.product-detail .review-box .review-list .review_list > li > ol.sub > li > .comment_item::after {
  clear: both;
  display: table;
  content: "";
}
.product-detail .review-box .review-form .comment-respond .comment-reply-title {
  font-size: 16px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.product-detail .review-box .review-form .comment-form .comment-notes {
  font-style: italic;
  margin-bottom: 10px;
}
.product-detail .review-box .review-form .comment-form .comment-form-rating label {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 6px;
  display: block;
}
.product-detail .review-box .review-form .comment-form .comment-form-rating p {
  margin-bottom: 10px;
}
.product-detail .review-box .review-form .comment-form .comment-form-rating p.stars a {
  position: relative;
  height: 1.25em !important;
  width: 1.25em !important;
}
.product-detail .review-box .review-form .comment-form .comment-form-rating p.stars a::before {
  width: 1.25em !important;
  height: 1.25em !important;
}
.product-detail .review-box .review-form .comment-form .row-form p {
  margin-bottom: 10px;
}
.product-detail .review-box .review-form .comment-form .row-form p label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
}
.product-detail .review-box .review-form .comment-form .row-form p input[type=text] {
  border: 1px solid var(--second-Color);
  border-radius: 0px;
  padding: 10px 15px;
  color: #000;
  width: 100%;
  line-height: 20px;
  outline: none;
}
.product-detail .review-box .review-form .comment-form .row-form p input[type=email] {
  border: 1px solid var(--second-Color);
  border-radius: 0px;
  padding: 10px 15px;
  color: #000;
  width: 100%;
  line-height: 20px;
  outline: none;
}
.product-detail .review-box .review-form .comment-form .row-form p textarea {
  border: 1px solid var(--second-Color);
  border-radius: 0px;
  padding: 10px 15px;
  color: #000;
  width: 100%;
  line-height: 20px;
  height: 140px;
  outline: none;
}
.product-detail .review-box .review-form .comment-form .form-submit input[type=submit] {
  background: var(--primary-Color) !important;
  border-radius: 0px !important;
  padding: 12px 24px !important;
  line-height: 20px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  border: 0 !important;
  outline: none !important;
  text-transform: uppercase !important;
  color: #fff !important;
}
.product-detail .review-box .review-form .comment-form .comment-form-cookies-consent {
  margin-bottom: 10px;
}
.product-detail .review-box .review-form .comment-form .comment-form-cookies-consent label {
  font-style: italic;
}

/** Product Related */
.product-related {
  position: relative;
  margin-bottom: 30px;
}
.product-related .head_section {
  padding-bottom: 12px;
}
.product-related .head_section .title span {
  color: var(--primary-Color);
}
.product-related .owl-carousel .owl-nav > [class*=owl-] {
  height: 44px;
  width: 20px;
  position: absolute;
  margin: 0;
  top: 43%;
  opacity: 1;
  visibility: visible;
  background: var(--second-Color);
  border-radius: 0;
}
.product-related .owl-carousel .owl-nav > [class*=owl-] i {
  font-size: 18px;
  line-height: normal;
  color: #fff;
}
.product-related .owl-carousel .owl-nav .owl-prev {
  left: 0px;
}
@media (max-width: 575px) {
  .product-related .owl-carousel .owl-nav .owl-prev {
    left: 0px;
  }
}
.product-related .owl-carousel .owl-nav .owl-next {
  right: 0px;
}
@media (max-width: 575px) {
  .product-related .owl-carousel .owl-nav .owl-next {
    right: 0px;
  }
}
.product-related .owl-carousel .owl-dots {
  position: relative;
  bottom: initial;
  left: initial;
  width: 100%;
  margin-top: 24px;
  transform: translateX(0);
}
.product-related .owl-carousel .owl-dots .owl-dot span {
  background: #ddd;
  border-color: #ddd;
  opacity: 1;
  height: 10px;
  width: 10px;
}
.product-related .owl-carousel .owl-dots .owl-dot.active span {
  border-color: var(--second-Color);
  background: var(--second-Color);
}
/** Product Feature */
.product-feature {
  position: relative;
}
.product-feature .head_section {
  margin-bottom: 12px;
}
.product-feature .owl-carousel .owl-nav > [class*=owl-] {
  height: 50px;
  width: 24px;
  position: absolute;
  margin: 0;
  top: 43%;
  opacity: 1;
  visibility: visible;
  background: var(--second-Color);
  border-radius: 0;
}
@media (max-width: 991px) {
  .product-feature .owl-carousel .owl-nav > [class*=owl-] {
    height: 44px;
    width: 20px;
  }
}
.product-feature .owl-carousel .owl-nav > [class*=owl-] i {
  font-size: 18px;
  line-height: normal;
  color: #fff;
}
.product-feature .owl-carousel .owl-nav .owl-prev {
  left: 0px;
}
@media (max-width: 575px) {
  .product-feature .owl-carousel .owl-nav .owl-prev {
    left: 0px;
  }
}
.product-feature .owl-carousel .owl-nav .owl-next {
  right: 0px;
}
@media (max-width: 575px) {
  .product-feature .owl-carousel .owl-nav .owl-next {
    right: 0px;
  }
}
.product-feature .owl-carousel .owl-dots {
  position: relative;
  bottom: initial;
  left: initial;
  width: 100%;
  margin-top: 24px;
  transform: translateX(0);
}
.product-feature .owl-carousel .owl-dots .owl-dot span {
  background: #ddd;
  border-color: #ddd;
  opacity: 1;
  height: 10px;
  width: 10px;
}
.product-feature .owl-carousel .owl-dots .owl-dot.active span {
  border-color: var(--second-Color);
  background: var(--second-Color);
}
/** Contact Box */
.contact-box {
  border: 2px dashed var(--second-Color);
  background: #f0fdfc;
  padding: 30px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .contact-box {
    padding: 20px 16px;
  }
}
.contact-box .desc {
  font-size: 14px;
  line-height: 1.56;
}
@media (max-width: 575px) {
  .contact-box .desc {
    font-size: 13px;
    line-height: 1.35;
  }
}
.contact-box .desc *:last-child {
  margin-bottom: 0;
}

/** LOOP ============================================*/
.product_inner {
  position: relative;
  height: 100%;
  background: #fff;
  overflow: hidden;
  transition: all 0.6s ease 0s;
  z-index: 2;
}
.product_inner .image {
  position: relative;
  overflow: hidden;
}
.product_inner .image > a {
  position: relative;
  display: block;
  overflow: hidden;
}
.product_inner .image > a picture {
  display: block;
  height: 195px;
  position: relative;
  width: 100%;
  background-position: center;
}
@media (max-width: 767px) {
  .product_inner .image > a picture {
    height: 400px;
  }
}
.product_inner .image > a picture 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_inner .info {
  padding-top: 12px;
  position: relative;
}
.product_inner .info .title {
  margin: 0px 1px;
  padding: 0;
  overflow: hidden;
  line-height: 16px;
  font-size: 12px;
  text-align: center;
  display: block;
}
.product_inner .info .title a {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: bold;
  color: #333;
  min-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
}
.product_inner .info .price {
  position: relative;
  margin-top: 15px;
}
.product_inner .info .price a {
  display: block;
  position: relative;
  padding: 6px 6px;
  font-size: 12px;
  text-align: center;
  width: 100%;
  border-radius: 22px;
  border: 1px solid #959595;
  color: #ddd;
  line-height: 16px;
  height: 29px;
  font-weight: 500;
  color: #000;
  opacity: 0.8;
  white-space: nowrap;
}
.product_inner .info .price a span {
  color: #CE1B22;
}
.product_inner:hover .info .price a {
  background: #d11921;
  border: 0;
  color: #fff;
}
.product_inner:hover .info .price a span {
  color: #fff;
}/*# sourceMappingURL=product.css.map */