/** PRODUCT ============================================*/
/** Heading */
.head_taxonomy {
  position: relative;
  font-family: var(--primary-Font);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .head_taxonomy {
    flex-wrap: wrap;
  }
}
.head_taxonomy .title {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin: 0;
  color: #000;
  width: 100%;
}
@media (max-width: 767px) {
  .head_taxonomy .title {
    font-weight: 23px;
    margin-bottom: 12px;
    flex: 0 0 100%;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .head_taxonomy .title {
    font-weight: 21px;
  }
}
.head_taxonomy .order {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .head_taxonomy .order {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
  }
}
.head_taxonomy .order span {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  display: block;
  white-space: nowrap;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .head_taxonomy .order span {
    display: none;
  }
}
.head_taxonomy .order .woocommerce-ordering {
  margin-bottom: 0 !important;
  float: none !important;
}
.head_taxonomy .order .woocommerce-ordering select {
  padding: 6px 12px;
  border: 1px solid #ccc;
  line-height: 20px;
  font-size: 13px;
  width: 160px;
  border-radius: 4px;
}
@media (max-width: 390px) {
  .head_taxonomy .order .woocommerce-ordering select {
    width: 100%;
  }
}

.head_product {
  position: relative;
  font-family: var(--primary-Font);
}
.head_product .title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  letter-spacing: 0.3px;
  position: relative;
}
@media (max-width: 991px) {
  .head_product .title {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .head_product .title {
    font-size: 20px;
  }
}

.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 .title {
  font-size: 1.4em;
  font-weight: 500;
  color: var(--heading-Color);
  margin-bottom: 0;
  border-bottom: 3px solid #f4f4f4;
  position: relative;
}
@media (max-width: 767px) {
  .head_panel .title {
    font-size: 1.25em;
  }
}
@media (max-width: 575px) {
  .head_panel .title {
    font-size: 1.1em;
  }
}
.head_panel .title > span {
  position: relative;
  display: inline-block;
  padding: 0 0 10px;
}
.head_panel .title > span::before {
  content: "";
  height: 3px;
  position: absolute;
  bottom: -3px;
  width: 100%;
  background: var(--primary-Color);
  display: block;
  left: 0;
}
.head_panel .title > span::after {
  content: "";
  height: 3px;
  position: absolute;
  bottom: -3px;
  width: 5px;
  left: 100%;
  background: #fff;
  display: block;
}

/** Product Catalog */
.gv_product_catalog {
  position: relative;
  overflow: hidden;
  padding: 24px 0 48px;
}
@media (min-width: 1200px) {
  .gv_product_catalog main {
    max-width: 1100px;
  }
}
.gv_product_catalog main > .row {
  align-items: stretch;
}
.gv_product_catalog main > .row > [class*=col-] {
  min-height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}
.gv_product_catalog .head_taxonomy {
  padding-bottom: 12px;
}

/** 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;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .product-sumary {
    margin-bottom: 36px;
  }
}
.product-sumary .pds-left {
  flex: 0 0 40%;
  max-width: 40%;
  position: relative;
}
@media (max-width: 767px) {
  .product-sumary .pds-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 24px;
  }
}
.product-sumary .pds-right {
  flex: 0 0 55%;
  max-width: 55%;
  margin-left: 5%;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product-sumary .pds-right {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.product-sumary .pds-right .sx-info {
  flex: 0 0 55%;
  max-width: 55%;
}
@media (max-width: 1023px) {
  .product-sumary .pds-right .sx-info {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.product-sumary .pds-right .sx-commit {
  flex: 0 0 40%;
  max-width: 40%;
  margin-left: 5%;
}
@media (max-width: 1023px) {
  .product-sumary .pds-right .sx-commit {
    display: none;
  }
}
.product-sumary > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.product-sumary .gx-image {
  position: relative;
}
.product-sumary .gx-image .slick-slider {
  padding-bottom: 0;
}
.product-sumary .gx-image .prv-gallery {
  margin-bottom: 20px;
}
.product-sumary .gx-image .prv-gallery .item-gallery {
  position: relative;
}
.product-sumary .gx-image .prv-gallery .item-gallery a {
  display: block;
  position: relative;
}
.product-sumary .gx-image .prv-gallery .item-gallery a picture {
  position: relative;
  padding-bottom: 100%;
  display: block;
  background-position: center;
  width: 100%;
  overflow: hidden;
}
.product-sumary .gx-image .prv-gallery .item-gallery a 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 .gx-image .prv-gallery .item-gallery a svg {
  position: absolute;
  bottom: 12px;
  right: 12px;
  fill: #000;
  z-index: 3;
}
.product-sumary .gx-image .nav-gallery {
  position: relative;
}
.product-sumary .gx-image .nav-gallery .item-thumb {
  position: relative;
  padding: 1px 1px;
  border: 1px solid #f9f9f9;
  margin: 0 3px;
}
.product-sumary .gx-image .nav-gallery .item-thumb span {
  position: relative;
  padding-bottom: 100%;
  display: block;
  background-position: center;
  width: 100%;
  overflow: hidden;
  border-radius: 0px;
}
.product-sumary .gx-image .nav-gallery .item-thumb span 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 .gx-image .nav-gallery .item-thumb.slick-current {
  border-color: #333;
}
.product-sumary .gx-image .nav-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  background: var(--second-Color);
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 100%;
}
.product-sumary .gx-image .nav-gallery .slick-arrow::before {
  display: none;
}
.product-sumary .gx-image .nav-gallery .slick-arrow i {
  width: 6px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.product-sumary .gx-image .nav-gallery .slick-arrow.slick-prev {
  left: -10px;
}
@media (max-width: 767px) {
  .product-sumary .gx-image .nav-gallery .slick-arrow.slick-prev {
    left: -10px;
  }
}
.product-sumary .gx-image .nav-gallery .slick-arrow.slick-prev i {
  margin-right: 2px;
  background-image: url("../images/svg/ick-prev.svg");
}
.product-sumary .gx-image .nav-gallery .slick-arrow.slick-next {
  right: -10px;
}
@media (max-width: 767px) {
  .product-sumary .gx-image .nav-gallery .slick-arrow.slick-next {
    right: -10px;
  }
}
.product-sumary .gx-image .nav-gallery .slick-arrow.slick-next i {
  margin-left: 2px;
  background-image: url("../images/svg/ick-next.svg");
}
.product-sumary .sx-info {
  position: relative;
}
.product-sumary .sx-info .head_product {
  padding-bottom: 10px;
}
.product-sumary .sx-info .sku {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 9px;
}
.product-sumary .sx-info .sku strong {
  font-weight: 500;
}
.product-sumary .sx-info .meta {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.68;
  margin-bottom: 12px;
}
.product-sumary .sx-info .meta p {
  margin-bottom: 0;
}
.product-sumary .sx-info .meta p a {
  color: #000;
}
.product-sumary .sx-info .meta p a:hover {
  color: var(--primary-Color);
}
.product-sumary .sx-info .price-box {
  padding: 12px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
  margin-bottom: 16px;
}
.product-sumary .sx-info .price-box span {
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: var(--primary-Color);
}
.product-sumary .sx-info .price-box span.od-price {
  font-size: 15px;
  font-weight: 400;
  text-decoration: line-through;
  opacity: 0.5;
}
.product-sumary .sx-info .price-box span.nm-text {
  font-size: 16px;
  font-weight: 600;
}
.product-sumary .sx-info .action {
  position: relative;
}
.product-sumary .sx-info .action .stock {
  display: none;
}
.product-sumary .sx-info .action form.variations_form {
  position: relative;
  display: block;
  align-items: unset;
}
.product-sumary .sx-info .action form.variations_form table.variations {
  width: 100%;
}
.product-sumary .sx-info .action form.variations_form table.variations tbody {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
}
.product-sumary .sx-info .action form.variations_form table.variations tbody tr {
  display: flex;
  flex-direction: column;
}
.product-sumary .sx-info .action form.variations_form table.variations tbody tr td.label {
  width: 100%;
  margin-bottom: 4px;
}
.product-sumary .sx-info .action form.variations_form table.variations tbody tr td.value {
  width: 100%;
}
.product-sumary .sx-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 .sx-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 .sx-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 .sx-info .action form.variations_form table.variations tbody tr td.value .variable-items-wrapper > li {
  font-size: 14px !important;
}
.product-sumary .sx-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 .sx-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 .sx-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 .sx-info .action form.variations_form .single_variation_wrap {
  position: relative;
  padding-top: 16px;
}
.product-sumary .sx-info .action form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price .price {
  display: flex;
  align-items: center;
}
.product-sumary .sx-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 .sx-info .action form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price .price del {
  margin-left: 10px;
  order: 2;
}
.product-sumary .sx-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 .sx-info .action form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price .price ins {
  text-decoration: unset;
}
.product-sumary .sx-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 .sx-info .action form.variations_form .single_variation_wrap .variations_button {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 12px;
}
.product-sumary .sx-info .action .quantity {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.product-sumary .sx-info .action .quantity label {
  display: none;
}
.product-sumary .sx-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 .sx-info .action .quantity span:hover {
  background-color: var(--primary-Color);
  color: #fff;
  border-color: var(--primary-Color);
}
.product-sumary .sx-info .action .quantity input {
  outline: none;
  width: 80px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #dfdfdf;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin: 0 2px;
}
.product-sumary .sx-info .action .quantity input::-webkit-outer-spin-button, .product-sumary .sx-info .action .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-sumary .sx-info .action .quantity input[type=number] {
  -moz-appearance: textfield;
}
.product-sumary .sx-info .action .quantity .wishlist {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}
.product-sumary .sx-info .action .quantity .wishlist i {
  height: 20px;
  width: 20px;
  display: block;
  background-image: url("../images/svg/ico-heart.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0);
}
.product-sumary .sx-info .action .quantity .wishlist.has-wishlist {
  background-image: url("../images/svg/icf-heart.svg");
  filter: brightness(1);
}
.product-sumary .sx-info .action .buy-now {
  gap: 10px;
}
.product-sumary .sx-info .action .buy-now .single_add_to_cart_button {
  width: 100%;
  padding: 8px 10px;
  text-align: center;
  line-height: 20px;
  background-color: var(--second-Color) !important;
  color: #fff;
  outline: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0px;
  display: block;
}
.product-sumary .sx-info .action .buy-now .single_add_to_cart_button.disable {
  cursor: not-allowed;
  opacity: 0.7;
}
.product-sumary .sx-info .action .buy-now a {
  display: block;
  background: var(--primary-Color);
  color: #fff;
  width: 100%;
  padding: 8px 10px;
  text-align: center;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
.product-sumary .sx-info .param {
  display: block;
  margin-top: 24px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.48;
}
.product-sumary .sx-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 .sx-info .param table:not(caption) > * {
  border-width: 1px 0;
}
.product-sumary .sx-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 .sx-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 .sx-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;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .product-detail {
    padding-bottom: 36px;
  }
}
.product-detail .tab_product {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0 0 0px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dee2e6;
}
.product-detail .tab_product > li {
  display: inline-block;
}
.product-detail .tab_product > li > a,
.product-detail .tab_product > li span {
  display: block;
  padding: 11px 24px;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  background: #fff;
  border: 1px solid #dee2e6;
  border-bottom: 0;
  border-radius: 0px;
  line-height: 20px;
  font-size: 16px;
  color: #222;
  margin-right: 8px;
}
.product-detail .tab_product > li > a:hover,
.product-detail .tab_product > li span:hover {
  background: var(--primary-Color);
  color: #fff;
  border-color: var(--primary-Color);
}
.product-detail .tab_product > li.active span {
  background: var(--primary-Color);
  color: #fff;
  border-color: var(--primary-Color);
}
.product-detail .tab_content {
  position: relative;
}
.product-detail .tab_content .tab_pane .review {
  padding: 0px;
  position: relative;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
.product-detail .tab_content .tab_pane .review > .desc {
  font-size: 15px;
  margin-bottom: 10px;
}
.product-detail .tab_content .tab_pane .review .review-box {
  margin-bottom: 16px;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li {
  margin-bottom: 16px;
  display: block;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > .comment_item .avatar {
  float: left;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > .comment_item .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > .comment_item .info {
  margin-left: 60px;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > .comment_item .info h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > .comment_item .info .date {
  font-style: italic;
  font-size: 13px;
  margin-bottom: 8px;
}
.product-detail .tab_content .tab_pane .review .review-box .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-box .review_list > li > .comment_item .info .desc > span i {
  color: yellow;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > .comment_item .info .desc > p {
  margin-bottom: 0px;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > .comment_item::after {
  clear: both;
  display: table;
  content: "";
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > ol.sub {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 30px;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > ol.sub > li {
  margin-bottom: 16px;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > ol.sub > li:last-child {
  margin-bottom: 0;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > ol.sub > li > .comment_item .avatar {
  float: left;
}
.product-detail .tab_content .tab_pane .review .review-box .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-box .review_list > li > ol.sub > li > .comment_item .info {
  margin-left: 60px;
}
.product-detail .tab_content .tab_pane .review .review-box .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-box .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-box .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-box .review_list > li > ol.sub > li > .comment_item .info .desc > span i {
  color: yellow;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > ol.sub > li > .comment_item .info .desc > p {
  margin-bottom: 10px;
}
.product-detail .tab_content .tab_pane .review .review-box .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(--second-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(--second-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(--second-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 .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 .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;
}
.product-related .head_panel {
  padding-bottom: 24px;
}
.product-related .owl-carousel .owl-nav > [class*=owl-] {
  height: auto;
  width: auto;
  position: absolute;
  margin: 0;
  top: 36%;
  opacity: 1;
  visibility: visible;
  background: transparent !important;
}
.product-related .owl-carousel .owl-nav > [class*=owl-] i {
  font-size: 26px;
  line-height: normal;
  color: #000;
}
.product-related .owl-carousel .owl-nav .owl-prev {
  left: -20px;
}
@media (max-width: 575px) {
  .product-related .owl-carousel .owl-nav .owl-prev {
    left: 10px;
  }
}
.product-related .owl-carousel .owl-nav .owl-next {
  right: -20px;
}
@media (max-width: 575px) {
  .product-related .owl-carousel .owl-nav .owl-next {
    right: 10px;
  }
}
.product-related .owl-carousel .owl-nav.disabled {
  display: block !important;
}
@media (max-width: 767px) {
  .product-related .owl-carousel .owl-nav.disabled {
    display: none !important;
  }
}
.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);
}
/** 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;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
  background-position: center;
}
.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 .image > a .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.product_inner .image .view {
  position: absolute;
  transform: translateX(110%);
  top: 0;
  height: 100%;
  transition: all 0.3s ease 0s;
  background: rgba(0, 0, 0, 0.69);
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 5px;
  flex-wrap: wrap;
  z-index: 9;
}
.product_inner .image .view a, .product_inner .image .view button {
  border: 0;
  outline: none;
  color: #5f5f5f;
  background: rgba(255, 255, 255, 0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 5px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 50%;
}
.product_inner .image .view a i, .product_inner .image .view button i {
  width: 18px;
  height: 18px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0);
}
.product_inner .image .view a:hover, .product_inner .image .view button:hover {
  opacity: 0.6;
}
.product_inner .image:hover > a .img-hover {
  opacity: 1;
  visibility: visible;
}
.product_inner .info {
  padding-top: 10px;
  position: relative;
}
.product_inner .info h4 {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 14px;
}
.product_inner .info h4 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 50px;
  color: #000;
}
.product_inner .info .price {
  position: relative;
}
.product_inner .info .price span {
  color: #ff1616;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0;
  display: inline-block;
}
.product_inner .info .price span.px-reg {
  margin-right: 10px;
}
.product_inner .info .price span.px-old {
  color: #5f5f5f;
  text-decoration: line-through;
}
.product_inner:hover .image .view {
  transform: translateX(0);
}/*# sourceMappingURL=product.css.map */