/** PRODUCT ============================================*/
/** Heading */
.head_taxonomy {
  position: relative;
  font-family: var(--primary-Font);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .head_taxonomy {
    flex-wrap: wrap;
  }
}
.head_taxonomy .title {
  flex: 1 0 auto;
  max-width: 100%;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  color: var(--primary-Color);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .head_taxonomy .title {
    margin-bottom: 10px;
    text-align: center;
  }
}
.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;
  outline: none;
  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: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
}

/** Product Catalog */
.gv_product_catalog {
  position: relative;
  overflow: hidden;
  padding: 32px 0 48px;
}
@media (max-width: 991px) {
  .gv_product_catalog main > .row .col-right {
    order: 1;
    padding-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .gv_product_catalog main > .row .col-left {
    order: 2;
  }
}
.gv_product_catalog .head_taxonomy {
  padding-bottom: 16px;
}
.gv_product_catalog .catalog-wrap {
  position: relative;
}
.gv_product_catalog .catalog-wrap > .row {
  align-items: stretch;
  margin: 0 -10px;
}
@media (max-width: 575px) {
  .gv_product_catalog .catalog-wrap > .row {
    margin: 0 -6px;
  }
}
.gv_product_catalog .catalog-wrap > .row > [class*=col-] {
  min-height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
@media (max-width: 575px) {
  .gv_product_catalog .catalog-wrap > .row > [class*=col-] {
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 16px;
  }
}
/** Product Detail */
.gv_product_detail {
  position: relative;
  overflow: hidden;
  padding: 40px 0 48px;
  background: #f2f2f2;
}
/** 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: 0 -12px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .product-sumary {
    margin-bottom: 36px;
  }
}
.product-sumary .pdx-1 {
  flex: 0 0 34%;
  max-width: 34%;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}
@media (max-width: 1023px) {
  .product-sumary .pdx-1 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .product-sumary .pdx-1 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 24px;
  }
}
.product-sumary .pdx-2 {
  flex: 0 0 41%;
  max-width: 41%;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 1023px) {
  .product-sumary .pdx-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .product-sumary .pdx-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.product-sumary .pdx-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 1023px) {
  .product-sumary .pdx-3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-sumary .pdx-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.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: 16px;
}
.product-sumary .gx-image .prv-gallery .item-gallery {
  position: relative;
}
.product-sumary .gx-image .prv-gallery .item-gallery a {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #dfdfdf;
}
.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: 0px 4px;
}
.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;
  background-color: #fff;
  cursor: pointer;
}
.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;
  filter: brightness(0);
}
.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 .gx-info {
  position: relative;
}
.product-sumary .gx-info .head_product {
  padding-bottom: 10px;
}
.product-sumary .gx-info .rating {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
.product-sumary .gx-info .rating .rx-star {
  position: relative;
  display: inline-block;
}
.product-sumary .gx-info .rating .rx-star::before {
  content: "\e66a\e66a\e66a\e66a\e66a";
  font-family: "Rivolicons-Free";
  font-size: 15px;
  display: block;
  color: rgba(153, 153, 153, 0.6);
  line-height: 1;
}
.product-sumary .gx-info .rating .rx-star .rt-star {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  height: 100%;
}
.product-sumary .gx-info .rating .rx-star .rt-star::before {
  content: "\e66a\e66a\e66a\e66a\e66a";
  font-family: "Rivolicons-Free";
  font-size: 15px;
  display: block;
  color: #fbb635;
  line-height: 1;
}
.product-sumary .gx-info .price {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.product-sumary .gx-info .price > span {
  font-weight: bold;
  font-size: 18px;
  display: block;
}
.product-sumary .gx-info .price .price-inner {
  flex: 1;
  padding-left: 12px;
}
.product-sumary .gx-info .price .price-inner p {
  font-size: 14px;
  color: #878787;
  margin-bottom: 0;
}
.product-sumary .gx-info .price .price-inner p.odx-price {
  text-decoration: line-through;
}
.product-sumary .gx-info .price .price-inner p.rgx-price {
  font-size: 19px;
  color: #EE1C25;
  font-weight: bold;
}
.product-sumary .gx-info .action {
  position: relative;
}
.product-sumary .gx-info .action .stock {
  display: none;
}
.product-sumary .gx-info .action form.variations_form {
  position: relative;
  display: block;
  align-items: unset;
}
.product-sumary .gx-info .action form.variations_form table.variations {
  width: 100%;
}
.product-sumary .gx-info .action form.variations_form table.variations tbody {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
}
.product-sumary .gx-info .action form.variations_form table.variations tbody tr {
  display: flex;
  flex-direction: column;
}
.product-sumary .gx-info .action form.variations_form table.variations tbody tr td.label {
  width: 100%;
  margin-bottom: 10px;
}
.product-sumary .gx-info .action form.variations_form table.variations tbody tr td.label > label {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}
.product-sumary .gx-info .action form.variations_form table.variations tbody tr td.value {
  width: 100%;
}
.product-sumary .gx-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 .gx-info .action form.variations_form table.variations tbody tr td.value a.reset_variations {
  display: inline-block;
  margin-top: 10px;
  background: #EE1C25;
  font-size: 12px;
  padding: 3px 12px;
  border-radius: 3px;
  line-height: 20px;
  color: #fff;
}
.product-sumary .gx-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 .gx-info .action form.variations_form table.variations tbody tr td.value .variable-items-wrapper > li {
  font-family: var(--primary-Font) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  padding: 0 16px;
  text-align: center;
  margin: 0 !important;
  min-width: 130px !important;
  box-shadow: none !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 4px;
}
.product-sumary .gx-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 .gx-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 .gx-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 .gx-info .action form.variations_form .single_variation_wrap {
  position: relative;
  padding-top: 16px;
}
.product-sumary .gx-info .action form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price .price {
  display: flex;
  align-items: center;
}
.product-sumary .gx-info .action form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price .price span.amount {
  font-size: 18px;
  font-weight: 600;
  color: #EE1C25;
}
.product-sumary .gx-info .action form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price .price del {
  margin-left: 10px;
  order: 2;
}
.product-sumary .gx-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 .gx-info .action form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price .price ins {
  text-decoration: unset;
}
.product-sumary .gx-info .action form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price .price ins span.amount {
  font-size: 18px;
  font-weight: 600;
  color: #EE1C25;
}
.product-sumary .gx-info .action form.variations_form .single_variation_wrap .variations_button {
  position: relative;
  padding-top: 12px;
}
.product-sumary .gx-info .action .quantity {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  gap: 12px;
}
.product-sumary .gx-info .action .quantity label {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
}
.product-sumary .gx-info .action .quantity .quantity-box {
  display: flex;
  background: #d9d9d9;
  border-radius: 4px;
  padding: 0 2px;
  position: relative;
}
.product-sumary .gx-info .action .quantity .quantity-box span {
  height: 40px;
  width: 36px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.product-sumary .gx-info .action .quantity .quantity-box span:hover {
  color: var(--primary-Color);
}
.product-sumary .gx-info .action .quantity .quantity-box input {
  outline: none;
  width: 60px;
  height: 40px;
  line-height: 40px;
  border: 0;
  background: transparent;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin: 0 2px;
}
.product-sumary .gx-info .action .quantity .quantity-box input::-webkit-outer-spin-button, .product-sumary .gx-info .action .quantity .quantity-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-sumary .gx-info .action .quantity .quantity-box input[type=number] {
  -moz-appearance: textfield;
}
.product-sumary .gx-info .action .single_add_to_cart_button {
  width: 100%;
  max-width: 305px;
  padding: 8px 20px;
  text-align: center;
  line-height: 30px;
  background-color: #EE1C25 !important;
  color: #fff;
  outline: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 6px;
  display: block;
}
.product-sumary .gx-info .action .single_add_to_cart_button.disable {
  cursor: not-allowed;
  opacity: 0.7;
}
.product-sumary .gx-info .meta {
  margin-top: 16px;
  margin-bottom: 12px;
}
.product-sumary .gx-info .meta p {
  margin-bottom: 0;
}
.product-sumary .gx-info .share {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-sumary .gx-info .share span {
  font-weight: 600;
}
.product-sumary .gx-info .share a {
  display: block;
  overflow: hidden;
  position: relative;
}
.product-sumary .gx-info .share a img {
  width: 28px;
  height: 28px;
}

/** 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;
  gap: 1px;
  margin-bottom: 0px;
}
@media (max-width: 575px) {
  .product-detail .tab_product {
    overflow-x: scroll;
  }
}
.product-detail .tab_product > li {
  display: inline-block;
}
.product-detail .tab_product > li > a,
.product-detail .tab_product > li span {
  width: 100%;
  max-width: 210px;
  display: block;
  padding: 11px 24px;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  background: #606060;
  border: 0;
  border-radius: 0;
  line-height: 20px;
  font-size: 15px;
  color: #fff;
}
@media (max-width: 767px) {
  .product-detail .tab_product > li > a,
  .product-detail .tab_product > li span {
    font-size: 14px;
    padding: 11px 20px;
    max-width: 200px;
  }
}
@media (max-width: 575px) {
  .product-detail .tab_product > li > a,
  .product-detail .tab_product > li span {
    white-space: nowrap;
  }
}
.product-detail .tab_product > li > a:hover,
.product-detail .tab_product > li span:hover {
  background: 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 {
  padding: 24px 24px;
  border-radius: 0;
  background: #fff;
  border: 1px solid #c9c9c9;
}
@media (max-width: 767px) {
  .product-detail .tab_content .tab_pane {
    padding: 16px;
  }
}
.product-detail .tab_content .tab_pane article .entry-content *:last-child {
  margin-bottom: 0;
}
.product-detail .tab_content .tab_pane table.document {
  width: 100%;
}
.product-detail .tab_content .tab_pane table.document thead tr {
  background: #626262;
  color: #fff;
}
.product-detail .tab_content .tab_pane table.document thead tr td {
  padding: 7px 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
.product-detail .tab_content .tab_pane table.document tbody tr {
  border-bottom: 1px solid #dcdcdc;
}
.product-detail .tab_content .tab_pane table.document tbody tr td {
  padding: 8px 10px;
  font-size: 15px;
}
.product-detail .tab_content .tab_pane table.document tbody tr td:nth-child(2), .product-detail .tab_content .tab_pane table.document tbody tr td:nth-child(3), .product-detail .tab_content .tab_pane table.document tbody tr td:nth-child(4) {
  text-align: center;
}
.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;
  margin-bottom: 32px;
}
.product-related .head_panel {
  padding-bottom: 24px;
}
.product-related .owl-carousel .owl-nav > [class*=owl-] {
  height: 34px;
  width: 34px;
  position: absolute;
  margin: 0;
  top: 50%;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  background: var(--primary-Color) !important;
}
.product-related .owl-carousel .owl-nav > [class*=owl-] i {
  font-size: 14px;
  line-height: normal;
  color: #fff;
}
.product-related .owl-carousel .owl-nav .owl-prev {
  left: -17px;
}
@media (max-width: 575px) {
  .product-related .owl-carousel .owl-nav .owl-prev {
    left: -10px;
  }
}
.product-related .owl-carousel .owl-nav .owl-next {
  right: -17px;
}
@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);
}
.product-related .product-item {
  padding-bottom: 5px;
}
.product-related .product-item .product_inner {
  box-shadow: 0px 0px 3px 0px rgba(1, 96, 159, 0.3);
}

/** Product Rating */
.product-rating .head_panel {
  margin-bottom: 12px;
}
.product-rating .review {
  position: relative;
}
@media (max-width: 991px) {
  .product-rating .review .col-left {
    padding-bottom: 24px;
  }
}
.product-rating .review .review-box > .desc {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.product-rating .review .review-box > .desc span {
  color: var(--second-Color);
  font-style: italic;
}
.product-rating .review .review-box .review_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-rating .review .review-box .review_list > li {
  margin-bottom: 20px;
  display: block;
}
.product-rating .review .review-box .review_list > li > .comment_item {
  display: flex;
}
.product-rating .review .review-box .review_list > li > .comment_item .avatar {
  min-width: 60px;
  max-width: 60px;
}
.product-rating .review .review-box .review_list > li > .comment_item .avatar img {
  width: 60px;
  height: 60px;
  border-radius: 6px;
}
.product-rating .review .review-box .review_list > li > .comment_item .info {
  flex: 1;
  max-width: 100%;
  padding-left: 15px;
}
.product-rating .review .review-box .review_list > li > .comment_item .info h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
}
.product-rating .review .review-box .review_list > li > .comment_item .info .date {
  font-style: italic;
  font-size: 13px;
  margin-bottom: 8px;
}
.product-rating .review .review-box .review_list > li > .comment_item .info .desc {
  background: #f0f0f0;
  padding: 10px 14px;
  border-radius: 6px;
}
.product-rating .review .review-box .review_list > li > .comment_item .info .desc > span i {
  color: rgb(212, 182, 13);
}
.product-rating .review .review-box .review_list > li > .comment_item .info .desc > p {
  margin-bottom: 0px;
  font-size: 14px;
  font-style: italic;
}
.product-rating .review .review-box .review_list > li > .comment_item::after {
  clear: both;
  display: table;
  content: "";
}
.product-rating .review .review-box .review_list > li > ol.sub {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 30px;
}
.product-rating .review .review-box .review_list > li > ol.sub > li {
  margin-bottom: 16px;
}
.product-rating .review .review-box .review_list > li > ol.sub > li:last-child {
  margin-bottom: 0;
}
.product-rating .review .review-box .review_list > li > ol.sub > li > .comment_item {
  display: flex;
}
.product-rating .review .review-box .review_list > li > ol.sub > li > .comment_item .avatar {
  min-width: 60px;
  max-width: 60px;
}
.product-rating .review .review-box .review_list > li > ol.sub > li > .comment_item .avatar img {
  width: 60px;
  height: 60px;
  border-radius: 6px;
}
.product-rating .review .review-box .review_list > li > ol.sub > li > .comment_item .info {
  flex: 1;
  max-width: 100%;
  padding-left: 15px;
}
.product-rating .review .review-box .review_list > li > ol.sub > li > .comment_item .info h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
}
.product-rating .review .review-box .review_list > li > ol.sub > li > .comment_item .info .date {
  font-style: italic;
  font-size: 13px;
  margin-bottom: 8px;
}
.product-rating .review .review-box .review_list > li > ol.sub > li > .comment_item .info .desc {
  background: #f0f0f0;
  padding: 10px 14px;
  border-radius: 6px;
}
.product-rating .review .review-box .review_list > li > ol.sub > li > .comment_item .info .desc > span i {
  color: rgb(212, 182, 13);
}
.product-rating .review .review-box .review_list > li > ol.sub > li > .comment_item .info .desc > p {
  margin-bottom: 0px;
  font-size: 14px;
  font-style: italic;
}
.product-rating .review .review-box .review_list > li > ol.sub > li > .comment_item::after {
  clear: both;
  display: table;
  content: "";
}
.product-rating .review .review-form .comment-respond .comment-reply-title {
  font-size: 16px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.product-rating .review .review-form .comment-form .comment-notes {
  font-style: italic;
  margin-bottom: 10px;
}
.product-rating .review .review-form .comment-form .comment-form-rating label {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 6px;
  display: block;
}
.product-rating .review .review-form .comment-form .comment-form-rating p {
  margin-bottom: 10px;
}
.product-rating .review .review-form .comment-form .row > [class*=col-] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.product-rating .review .review-form .comment-form .row-form {
  padding-top: 8px;
  padding-bottom: 8px;
}
.product-rating .review .review-form .comment-form .row-form p {
  margin: 0 !important;
  margin-bottom: 0px;
}
.product-rating .review .review-form .comment-form .row-form p label {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 6px;
  display: block;
}
.product-rating .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-rating .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-rating .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-rating .review .review-form .comment-form .form-submit input[type=submit] {
  background: var(--primary-Color) !important;
  border-radius: 6px !important;
  padding: 11px 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-rating .review .review-form .comment-form .comment-form-cookies-consent {
  margin-bottom: 10px;
}
.product-rating .review .review-form .comment-form .comment-form-cookies-consent label {
  font-style: italic;
}

/** LOOP ============================================*/
.product_inner {
  position: relative;
  height: 100%;
  background: #fff;
  overflow: hidden;
  transition: all 0.6s ease 0s;
  z-index: 2;
  border: 1px solid #eee;
}
.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: 70%;
  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 .info {
  padding: 10px;
  position: relative;
}
.product_inner .info h4 {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 15px;
  letter-spacing: 0;
  text-align: center;
}
.product_inner .info h4 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 38px;
  color: #000;
}
.product_inner .info h4 a:hover {
  color: var(--primary-Color);
}
.product_inner .info .price {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.product_inner .info .price i {
  font-style: normal;
  font-size: 14px;
}
.product_inner .info .price .olx-price, .product_inner .info .price .prx-old {
  font-size: 13px;
  font-weight: 400;
  color: #878787;
  text-decoration: line-through;
}
@media (max-width: 575px) {
  .product_inner .info .price .olx-price, .product_inner .info .price .prx-old {
    font-size: 13px;
  }
}
.product_inner .info .price .rgx-price, .product_inner .info .price .prx-reg {
  font-size: 14px;
  font-weight: 500;
  color: #EE1C25;
  margin-bottom: 4px;
}
@media (max-width: 575px) {
  .product_inner .info .price .rgx-price, .product_inner .info .price .prx-reg {
    font-size: 14px;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=product.css.map */