/** 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: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  letter-spacing: 0.3px;
  position: relative;
}
@media (max-width: 991px) {
  .head_product .title {
    font-size: 22px;
  }
}

.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;
  margin: 24px 0 48px;
}
.gv_product_catalog .product-wrap > .row {
  align-items: stretch;
}
.gv_product_catalog .product-wrap > .row > [class*=col-] {
  min-height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}
.gv_product_catalog .content-wrap {
  position: relative;
  padding: 30px 20px;
  border: 2px solid #ededed;
  margin-bottom: 40px;
}
.gv_product_catalog .content-wrap .content {
  height: 400px;
  transition: all 0.3s ease 0s;
  position: relative;
  overflow: hidden;
}
.gv_product_catalog .content-wrap .content::after {
  content: "";
  height: 180px;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.56) 50%, rgb(255, 255, 255));
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.gv_product_catalog .content-wrap .more {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0 40px;
}
.gv_product_catalog .content-wrap .more button {
  display: inline-flex;
  align-items: center;
  border: 0;
  background: red;
  padding: 8px 20px;
  color: #fff;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}
.gv_product_catalog .content-wrap .more button::before {
  content: "";
  height: 15px;
  width: 15px;
  display: block;
  background-image: url("../images/svg/ick-prev.svg");
  position: relative;
  transform: rotate(-90deg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  margin-right: 10px;
  transition: all 0.3s ease 0s;
}
.gv_product_catalog .content-wrap .more button.show::before {
  transform: rotate(90deg);
}
.gv_product_catalog .content-wrap.open .content {
  height: 100%;
}
.gv_product_catalog .content-wrap.open .content::after {
  opacity: 0;
  visibility: hidden;
}

/** Product Detail */
.gv_product_detail {
  position: relative;
  overflow: hidden;
  padding: 24px 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-left: -16px;
  padding-right: -16px;
  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;
  padding-left: 16px;
  padding-right: 16px;
}
@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 60%;
  max-width: 60%;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 767px) {
  .product-sumary .pds-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.product-sumary .gx-image {
  position: relative;
}
.product-sumary .gx-image .slick-slider {
  padding-bottom: 0;
}
.product-sumary .gx-image .prv-gallery {
  border: 1px solid #efefef;
  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;
  padding: 0 12px;
}
.product-sumary .gx-image .nav-gallery .item-thumb {
  position: relative;
  padding: 1px 1px;
  border: 1px solid #dcdcdc;
  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: red;
}
.product-sumary .gx-image .nav-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  background: var(--primary-Color);
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 100%;
}
@media (max-width: 575px) {
  .product-sumary .gx-image .nav-gallery .slick-arrow {
    opacity: 1;
    visibility: visible;
  }
}
.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) invert(1);
}
.product-sumary .gx-image .nav-gallery .slick-arrow.slick-prev {
  left: 0px;
}
@media (max-width: 767px) {
  .product-sumary .gx-image .nav-gallery .slick-arrow.slick-prev {
    left: 0px;
  }
}
.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: 0px;
}
@media (max-width: 767px) {
  .product-sumary .gx-image .nav-gallery .slick-arrow.slick-next {
    right: 0px;
  }
}
.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;
  margin-bottom: 32px;
}
.product-sumary .sx-info .head_product {
  padding-bottom: 10px;
}
.product-sumary .sx-info .review {
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}
.product-sumary .sx-info .review .rx-rating {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  gap: 6px;
}
.product-sumary .sx-info .review .rx-rating .rx-star {
  margin-top: -1px;
  position: relative;
  display: inline-block;
}
.product-sumary .sx-info .review .rx-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 .sx-info .review .rx-rating .rx-star .rt-star {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  height: 100%;
}
.product-sumary .sx-info .review .rx-rating .rx-star .rt-star::before {
  content: "\e66a\e66a\e66a\e66a\e66a";
  font-family: "Rivolicons-Free";
  font-size: 15px;
  display: block;
  color: #ffd320;
  line-height: 1;
}
.product-sumary .sx-info .review .rx-review {
  font-size: 15px;
  font-weight: 400;
}
.product-sumary .sx-info .review .rx-review span {
  font-weight: 500;
  color: red;
  margin-right: 5px;
}
.product-sumary .sx-info .review .rx-sold {
  font-size: 15px;
  font-weight: 400;
}
.product-sumary .sx-info .review .rx-sold span {
  font-weight: 500;
  color: red;
  margin-right: 5px;
}
.product-sumary .sx-info .price {
  position: relative;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 210px;
  margin-bottom: 20px;
}
.product-sumary .sx-info .price > span {
  font-size: 25px;
  font-weight: bold;
  color: #ed3237;
  display: block;
  margin-bottom: 0;
  display: block;
  line-height: 1.15;
}
.product-sumary .sx-info .price span.px-old {
  font-size: 22px;
  color: #8a8a8a;
  font-weight: 500;
  text-decoration: line-through;
}
.product-sumary .sx-info .price .px-sale {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  right: 1px;
  top: 0;
  background: #ed3237;
}
.product-sumary .sx-info .price .px-sale span, .product-sumary .sx-info .price .px-sale b {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
}
.product-sumary .sx-info .price .px-sale b {
  font-weight: bold;
}
.product-sumary .sx-info .price a.lx-variable,
.product-sumary .sx-info .price a.lx-addtocart,
.product-sumary .sx-info .price span.lx-disabled {
  position: absolute;
  z-index: -99;
  height: 40px;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--primary-Color);
  color: #fff;
  line-height: 20px;
  padding: 10px 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  display: none;
}
.product-sumary .sx-info .price span.lx-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.product-sumary .sx-info .meta {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.68;
  margin-bottom: 20px;
}
.product-sumary .sx-info .meta p {
  display: flex;
  margin-bottom: 0;
}
.product-sumary .sx-info .meta p span.mt-name {
  font-weight: 400;
  min-width: 160px;
}
.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.screen-reader-text {
  display: none;
}
.product-sumary .sx-info .action .quantity label.qty-label {
  font-size: 15px;
  font-weight: 400;
  margin-right: 20px;
}
.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 .buynow {
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.product-sumary .sx-info .action .buynow .in-buynow {
  gap: 10px;
}
@media (max-width: 575px) {
  .product-sumary .sx-info .action .buynow .in-buynow {
    width: 100%;
  }
}
.product-sumary .sx-info .action .buynow .in-buynow .single_add_to_cart_button {
  border: 0;
  width: 190px;
  padding: 10px 10px;
  text-align: center;
  line-height: 20px;
  background-color: var(--primary-Color) !important;
  color: #fff;
  outline: none;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0px;
  display: block;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .product-sumary .sx-info .action .buynow .in-buynow .single_add_to_cart_button {
    width: 100%;
  }
}
.product-sumary .sx-info .action .buynow .in-buynow .single_add_to_cart_button.disable {
  cursor: not-allowed;
  opacity: 0.7;
}
.product-sumary .sx-info .action .buynow .in-buynow a {
  display: block;
  background: red;
  color: #fff;
  width: 190px;
  padding: 10px 10px;
  text-align: center;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .product-sumary .sx-info .action .buynow .in-buynow a {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .product-sumary .sx-info .action .buynow .in-hotline {
    width: 100%;
    display: none;
  }
}
.product-sumary .sx-info .action .buynow .in-hotline .phone span.icon {
  height: 40px;
  min-width: 40px;
  max-width: 40px;
  background: red;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.product-sumary .sx-info .action .buynow .in-hotline .phone span.icon svg {
  fill: #fff;
}
.product-sumary .sx-info .action .buynow .in-hotline .phone p.text {
  margin-top: 0 !important;
  margin-bottom: 0;
  display: block;
}
.product-sumary .sx-info .action .buynow .in-hotline .phone p.text span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.25;
}
.product-sumary .sx-info .action .buynow .in-hotline .phone p.text a {
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1;
  color: red;
}
.product-sumary .sx-commit .commit {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (max-width: 575px) {
  .product-sumary .sx-commit .commit {
    margin: 0 -2px;
  }
}
.product-sumary .sx-commit .commit > li {
  padding: 10px 10px;
  min-height: 100%;
  flex: 0 0 33.333334%;
  max-width: 33.333334%;
}
@media (max-width: 575px) {
  .product-sumary .sx-commit .commit > li {
    padding: 10px 2px;
  }
}
.product-sumary .sx-commit .commit > li .inner {
  height: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #e1e1e1;
  position: relative;
  padding: 12px 12px;
}
@media (max-width: 575px) {
  .product-sumary .sx-commit .commit > li .inner {
    padding: 5px;
  }
}
.product-sumary .sx-commit .commit > li .inner .ct-image {
  min-width: 60px;
  max-width: 60px;
}
@media (max-width: 575px) {
  .product-sumary .sx-commit .commit > li .inner .ct-image {
    min-width: 40px;
    max-width: 40px;
  }
}
.product-sumary .sx-commit .commit > li .inner .ct-image span {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: var(--primary-Color);
}
@media (max-width: 575px) {
  .product-sumary .sx-commit .commit > li .inner .ct-image span {
    width: 40px;
    height: 40px;
  }
}
.product-sumary .sx-commit .commit > li .inner .ct-image span img {
  height: 26px;
  width: 26px;
  filter: brightness(0) invert(1);
}
.product-sumary .sx-commit .commit > li .inner .ct-info {
  flex: 1;
  padding-left: 12px;
}
@media (max-width: 575px) {
  .product-sumary .sx-commit .commit > li .inner .ct-info {
    padding-left: 6px;
  }
}
.product-sumary .sx-commit .commit > li .inner .ct-info h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .product-sumary .sx-commit .commit > li .inner .ct-info h5 {
    font-size: 12px;
    font-weight: 500;
  }
}

/** 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);
}
/** Category */
.gv_section_category {
  margin: 24px 0 16px;
  position: relative;
  overflow-x: hidden;
}
.gv_section_category .owl-carousel .owl-nav [class*=owl-] {
  height: 32px;
  width: 30px;
  margin: 0;
  border-radius: 0;
}
@media (max-width: 767px) {
  .gv_section_category .owl-carousel .owl-nav [class*=owl-] {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    width: 22px;
  }
}
.gv_section_category .owl-carousel .owl-nav [class*=owl-] i {
  font-size: 14px;
}
.gv_section_category .owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.gv_section_category .owl-carousel .owl-nav .owl-prev i {
  margin-left: 2px;
}
.gv_section_category .owl-carousel .owl-nav .owl-next {
  right: 0;
}
.gv_section_category .owl-carousel .owl-nav .owl-next i {
  margin-right: 2px;
}
.gv_section_category .cate-item a {
  display: block;
  background: rgba(0, 0, 0, 0.05);
  padding: 12px;
  border-radius: 4px;
}
@media (max-width: 575px) {
  .gv_section_category .cate-item a {
    padding: 8px;
  }
}
.gv_section_category .cate-item a .img {
  display: flex;
  margin-bottom: 8px;
  justify-content: center;
}
.gv_section_category .cate-item a .img img {
  height: 64px;
  width: auto;
}
.gv_section_category .cate-item a h2 {
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  color: #000;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/** Event */
.gv_section_event {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  background: var(--primary-Color);
}
.gv_section_event .container .row {
  margin: 0 -15px;
}
.gv_section_event .container .row > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}
.gv_section_event .head_section {
  padding-bottom: 12px;
}
.gv_section_event .head_section .title {
  color: #fff;
}
.gv_section_event .event-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.gv_section_event .event-item a {
  display: block;
  position: relative;
}
.gv_section_event .event-item a .img {
  border: 8px solid #fff;
}
.gv_section_event .event-item a .img picture {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  display: block;
  background-position: center;
  overflow: hidden;
}
.gv_section_event .event-item a .img picture img {
  position: absolute;
  top: 0;
  left: 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%;
}

/** LOOP ============================================*/
.product_inner {
  position: relative;
  height: 100%;
  background: #fff;
  overflow: hidden;
  transition: all 0.6s ease 0s;
  z-index: 2;
  padding: 15px;
  border: 1px solid #e1e1e1;
}
.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 .view {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(140, 162, 139, 0.19);
  opacity: 0;
  visibility: hidden;
  padding: 5px;
  z-index: -999;
}
.product_inner .image .view a, .product_inner .image .view button {
  border: 0;
  outline: none;
  color: var(--primary-Color);
  background: rgba(255, 255, 255, 0.95);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  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.8;
}
.product_inner .info {
  padding-top: 10px;
  position: relative;
}
.product_inner .info h4 {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 16px;
}
.product_inner .info h4 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #000;
}
.product_inner .info .price {
  position: relative;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product_inner .info .price > span {
  font-size: 16px;
  font-weight: bold;
  color: #ed3237;
  display: block;
  margin-bottom: 0;
  display: block;
}
.product_inner .info .price span.px-old {
  font-size: 14px;
  color: #8a8a8a;
  font-weight: 300;
  text-decoration: line-through;
}
.product_inner .info .price .px-sale {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  right: 1px;
  top: 0;
  background: #ed3237;
}
.product_inner .info .price .px-sale span, .product_inner .info .price .px-sale b {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
.product_inner .info .price .px-sale b {
  font-weight: bold;
}
.product_inner .info .price a.lx-variable,
.product_inner .info .price a.lx-addtocart,
.product_inner .info .price span.lx-disabled {
  position: absolute;
  z-index: -99;
  height: 40px;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--primary-Color);
  color: #fff;
  line-height: 20px;
  padding: 10px 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  display: none;
}
.product_inner .info .price span.lx-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.product_inner:hover {
  box-shadow: 0 0 15px #cacaca;
}
.product_inner:hover .image .view {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.product_inner:hover .info h4 a {
  text-decoration: underline;
}
.product_inner:hover .info .price a.lx-variable,
.product_inner:hover .info .price a.lx-addtocart,
.product_inner:hover .info .price span.lx-disabled {
  display: block;
  z-index: 3;
}/*# sourceMappingURL=product.css.map */