﻿/*!
 * woocommerce.css
 * Version - 1.0
 * Website: hoangdatceramics.com
 * Author: and
 * Copyright (c) 2020 bicweb.com
 */


/*#region PRODUCT WOO */
.fav-love {
  position: relative;
  display: inline-block;
  background-color: #EE4D2D;
  color: #fff;
  padding: 0 20px;
  border-radius: 3px;
  white-space: nowrap;
  margin-right: 10px;
}

.fav-love::before {
  content: "Yêu thích";
}

.igi__p_item .fav-love {
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 10px;
}

.vote_bar {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.vote_bar .stars {
  margin: 0;
}

.vote_bar p.stars a {
  line-height: 1;
}

.vote_bar .count_vote {
  border-bottom: 1px solid;
  color: #EE4D2D;
  margin-right: 15px;
}

.vote_bar .sale-total {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #222;
}

.igi_paging {
  margin: 20px 0;
}

.igi_paging ul.page-numbers {
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: center;
  width: 100%;
}

.igi_paging ul li .page-numbers {
  width: 35px;
  height: 35px;
  display: block;
  line-height: 35px;
  border: 1px solid #cba74d;
  border-radius: 50%;
  text-align: center;
  margin: 0 5px;
  color: #333;
}

.igi_paging ul li .page-numbers.current {
  border-color: #cba74d;
  background-color: #cba74d;
  border-radius: 50%;
  color: #fff;
}

.igi_product_list {
  padding-bottom: 10px;
}

.page-product .igi_breadcrumb {
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12);
}

.igi_products_header {}

.igi_header__title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Roboto Condensed', sans-serif;
  color: #222;
  margin-bottom: 0;
}

.igi_page__desc:empty {
  display: none;
}

.igi_products_header .term-description {
  margin-top: 15px;
  position: relative;
}

.igi_products_header .term-description p {
  margin-bottom: 0.5em;
}

.igi_toolbox {
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-end;
  flex-flow: row wrap;
  align-items: flex-end;
  margin-top: 15px;
}

.igi_result_count {
  display: none;
}

.igi_toolbox .woocommerce-notices-wrapper {
  flex: 0 0 100%;
}

.igi_ordering {
  position: relative;
  background: #fff;
}

.igi_ordering::before {
  content: "\f107";
  position: absolute;
  top: 5px;
  right: 8px;
  font-family: 'Font Awesome 5 Pro';
}

.igi_orderby {
  height: 30px;
  padding: 0 20px;
  border: 1px solid #d5d5d5;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: inset 0 -1.4em 1em 0 rgba(0, 0, 0, 0.02);
  background: transparent;
  position: relative;
  z-index: 1;
}

.igi__p_item {
  margin-bottom: 30px;
}

.igi__p_inner {
  position: relative;
  transition: all 200ms ease-in 0ms;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border: 1px solid transparent;
}

.igi__p_inner:hover {
  border: 1px solid #EE4D2D;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.16);
}

.igi__p_image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  height: calc((var(--content-size) / 6 - 10px));
  padding: 1px;
}

.igi__p_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease-in 0ms;
}

.igi__p_image a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}


.igi__p_image>a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 100% 100%;
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  transition: all 300ms ease-in 0ms;
  display: none;
}

.igi__p_image:hover a::before {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.igi__p_inner:hover img {}

.igi__p_content>a {
  display: block;
  padding: 0 10px;
  margin-top: 10px;
}

.igi__p_content .igi_text {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  line-height: 1.5;
  display: -webkit-box !important;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  margin: 0;
}

.igi_control {
  text-align: center;
  visibility: hidden;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
}

.igi_control .button,
.igi_control .wc-forward {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  padding: 6px 25px 7px;
  border-radius: 15px;
  background-color: #EE4D2D;
  margin: 2px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  transition: all 300ms ease-in 0ms;
}

.igi__p_inner:hover .igi_control {
  visibility: visible;
  display: block;
}

.igi__p_content a:hover .igi_text {
  color: #EE4D2D;
}

.igi__p_price {
  display: flex;
  font-size: 15px;
  color: #333;
  white-space: nowrap;
  line-height: 1;
  padding: 8px 10px;
  justify-content: space-between;
  min-height: 47px;
}

.igi__p_price .ships-free {
  display: inline-block;
  width: 25px;
  height: 15px;
  background: url(../images/icon/freeship.png) no-repeat center center;
}

.igi__p_price .price {
  display: flex;
  justify-content: space-between;
  flex-flow: column-reverse;
  align-items: baseline;
}

.igi__p_price ins {
  text-decoration: none;
}

.igi__p_price .woocommerce-Price-currencySymbol {
  font-size: 12px;
}

.woocommerce-Price-amount.amount {
  display: inline-flex;
  /*flex-flow: row-reverse;*/
  font-size: 15px;
  font-weight: 600;
  color: #EE4D2D;
}

.igi__p_price del .woocommerce-Price-amount.amount {
  color: #abacad;
  font-weight: 500;
  font-size: 12px;
  text-decoration: line-through;
}

.igi__p_items.row {
  padding: 0 15px;
}

.igi__p_items.row .igi__p_item {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.igi_voting {
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #f5f5f5;
  padding: 10px;
  font-size: 12px;
}

.igi_voting p.stars a {
  width: 12px;
  margin-right: 2px;
  line-height: 1;
}

.igi_voting p.stars {
  margin: 0;
}

.igi_voting p.stars a::before {
  font-size: 12px;
}

/*Single Product*/
.igi_product_detail>.container {}

.igi_product_detail .igi_breadcrumb {
  margin-bottom: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 12px;
  box-shadow: none;
}

.igi_product_detail .igi_breadcrumb .woocommerce-breadcrumb {
  margin-left: -15px;
  margin-right: -15px;
}

.igi_p_single__images {
  margin-bottom: 20px;
  position: relative;
}

.onsale {
  position: absolute;
  right: 20px;
  top: 18px;
  z-index: 100;
  text-transform: uppercase;
  color: #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  letter-spacing: 2px;
}

.igi_onsale.onsale {
  color: #333;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fee029;
  bottom: 0;
  left: 0;
  font-size: 10px;
  text-transform: none;
  width: 40px;
  height: 40px;
  text-align: center;
  top: auto;
  right: auto;
  text-transform: uppercase;
  padding-top: 5px;
}

.igi_onsale.onsale>span {
  font-size: 14px;
  display: block;
  width: auto;
  height: auto;
  color: red;
  line-height: 1;
}

.igi__p_item .igi_onsale.onsale {
  bottom: 1px;
}

.igi_p_single__images .igi_onsale.onsale {
  top: 10px;
  left: 25px;
}

.igi_featured.onsale {
  background: yellow;
  right: auto;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  font-size: 10px;
  top: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  color: #222;
}

.igi_p_single__summary {
  margin-bottom: 20px;
}

.igi_p_single__summary .igi_inner {
  display: flex;
  flex-flow: column;
  border-radius: 15px;
}

.igi_p_single__title {
  display: flex;
  align-items: flex-start;
}

.igi_p_single__title .product_title {
  order: 0;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 500;
  margin-top: -5px;
}

.igi_p_single__summary .product_sku {
  margin-bottom: 5px;
  order: 1;
  color: #abacad;
  text-transform: uppercase;
  font-weight: 600;
  display: none;
}

.igi_p_single__summary .product_sku .sku {
  font-weight: 600;
}

.igi_p_single__summary .stock {
  margin-bottom: 5px;
  order: 2;
  font-weight: 600;
  font-size: 16px;
  display: none;
}

.igi_p_single__summary .stock strong {
  color: #333;
  display: none;
}

.igi_p_single__summary .shop_attributes {
  order: 3;
  display: none;
}

.igi_p_single__summary .shop_attributes th {
  font-weight: 500;
  white-space: nowrap;
}

.igi_p_single__short_desc {
  order: 4;
  line-height: 1.4;
  padding: 10px 0;
}

.igi_p_single__short_desc ul {
  padding-left: 15px;
}

.igi_p_single__summary .igi__p_price {
  text-align: left;
  font-size: 35px;
  color: #c4161c;
  order: 1;
  clear: both;
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #f5f5f5;
}

.igi_p_single__summary .igi__p_price del {
  display: inline-flex;
  order: 1;
  margin-left: 15px;
  text-decoration: none;
}

.igi_p_single__summary .igi__p_price ins {
  display: inline-flex;
  margin-left: 0;
  order: 0;
}

.igi_p_single__summary .igi__p_price .woocommerce-Price-currencySymbol {
  font-size: 18px;
}

.igi_p_single__summary .igi__p_price .woocommerce-Price-amount.amount {
  font-size: 28px;
  padding: 0;
}

.igi_p_single__summary .igi__p_price del .woocommerce-Price-amount.amount {
  font-size: 16px;
  padding: 0;
}

.igi_p_single__summary table.variations label {
  margin: 0;
}

.igi_p_single__summary .cart {
  order: 6;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 15px;
}

form.variations_form.cart .quantity {
  margin-right: 10px;
}

.igi_p_single__summary .cart-single-wrap {
  order: 6;
}

.igi_p_single__summary .cart .order-qty {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  align-items: center;
}

.igi_p_single__summary .cart .qty {
  width: 90px;
  padding: 5px 8px;
  border: 1px solid #e5e5e5;
  margin-left: 10px;
  background: #fff;
  height: 40px;
}

.single_add_to_cart_button {
  background-color: #ffeced;
  border: 1px solid #EE4D2D;
  text-transform: uppercase;
  color: #EE4D2D;
  padding-left: 35px;
  padding-right: 45px;
  font-size: 13px;
  height: 40px;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 10px;
}

.single_add_to_cart_button .fa-shopping-cart {
  margin-right: 10px;
  font-size: 20px;
}

.igi_p_single__summary .quick-order {
  display: inline-block;
  height: 40px;
  color: #fff;
  border: 1px solid #EE4D2D;
  background-color: #EE4D2D;
  padding: 10px 30px;
  text-transform: uppercase;
}

.igi_p_single__summary .cart .order-action {
  align-items: center;
}

.single_add_to_cart_fast_button {
  background-color: #d41414;
  border: 1px solid #d41414;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  height: 40px;
  border-radius: 2px;
  cursor: pointer;
}

.single_add_to_cart_button:hover {
  background-color: #EE4D2D;
  color: #fff;
}

.igi_p_single__summary .product_meta {
  order: 7;
  margin-bottom: 10px;
}

.igi_p_single__summary .product_meta>span {
  display: block;
  margin-bottom: 10px;
}

.igi_p_single__summary .product_meta a {
  color: #EE4D2D;
  font-weight: 400;
}

.igi_p_single__summary .product_meta a:hover {
  color: #007bff;
}

.igi_p_single__summary .product-share {
  order: 8;
  margin-bottom: 15px;
}

.igi_p_single__summary .product-contact {
  order: 9;
  display: flex;
  flex-wrap: wrap;
}

.igi_p_single__summary .product-contact span {
  display: block;
  margin-bottom: 5px;
  white-space: nowrap;
}

.igi_p_single__summary .product-contact span.hotline a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background-color: #e66311;
  padding: 10px 30px;
  border-radius: 3px;
  margin-right: 15px;
  display: block;
}

.igi_p_single__summary .product-contact span.email a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background-color: #EE4D2D;
  padding: 10px 30px;
  border-radius: 3px;
  margin-right: 15px;
  display: block;
}

.igi_p_single__summary .cart .screen-reader-text {
  display: none;
}

/*variation*/
table.variations {
  width: 100%;
}

table.variations select {
  height: 30px;
  width: 180px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.woocommerce-variation-description {
  margin-top: 10px;
}

.reset_variations {
  margin-left: 15px;
  font-size: 14px;
  color: #c4123f;
}

.single_variation_wrap {
  width: 100%;
}

.woocommerce-variation-add-to-cart {
  display: flex;
  width: 100%;
  margin-top: 15px;
}

.woocommerce-variation-add-to-cart-disabled .quantity .qty {
  background: none;
  pointer-events: none;
}

.woocommerce-variation-price .woocommerce-Price-amount.amount {
  padding: 0;
}

/*end variation*/
.kh_box_buy {
  background-color: #f5f5f5;
  padding-bottom: 40px;
}

.product-top-content {
  /*background-color: #fff;*/
  padding: 30px 15px;
}

.single_product_summary {
  margin-top: 30px;
}

.igi_tabs {
  padding: 15px;
  top: -80px;
  position: relative;
}

.igi_tabs *:not(table) {
  max-width: 100%;
  height: auto;
}

.tabs.igi_tabs_control {
  display: flex;
  list-style: none;
  /*flex-flow: row wrap;*/
  border-bottom: 2px solid #abacad;
  padding-left: 0px;
  background-size: auto 100%;
  border-radius: 3px 3px 0 0;
}

.tabs.igi_tabs_control li {
  padding: 10px 0;
  font-size: 20px;
  font-weight: 600;
  background: none;
  margin-bottom: -2px;
}

.igi_tabs_control li a {
  display: block;
  padding: 0 15px;
  line-height: 1;
  white-space: nowrap;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: 700;
  color: #abacad;
  text-transform: uppercase;
  font-size: 16px;
  border-right: 1px solid #333;
}

/*.igi_tabs_control li:first-child a {
    padding-left: 0;
}*/
.igi_tabs_control li:last-child a {
  border: none;
}

.tabs.igi_tabs_control li.active {
  background: none;
  border-bottom: 2px solid #222;
}

.tabs.igi_tabs_control li a:hover,
.tabs.igi_tabs_control li.active a {
  color: #333;
}

.igi_tabs_panel {
  text-align: justify;
  padding: 20px 0;
  border-top: none;
  margin-bottom: 30px;
}

.igi_tabs_panel>h2:first-child {
  display: none;
}

table.shop_attributes p {
  margin: 0;
}

table.shop_attributes td {
  padding: 0 5px;
}

.woocommerce-noreviews {
  background: none;
  color: #222;
}

.comment-form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.comment-form .comment-notes {
  width: 100%;
}

.comment-form .comment-form-rating {
  width: 100%;
}

.comment-form .comment-form-comment {
  width: 100%;
  order: 2;
}

.comment-form .comment-form-author {
  width: 48%;
  order: 1;
}

.comment-form .comment-form-email {
  order: 1;
  width: 48%;
}

.comment-form .form-submit {
  order: 3;
  width: 100%;
}

.comment-form .comment-form-comment label {
  display: block;
}

.comment-form .comment-form-comment textarea {
  height: 85px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 35px;
  padding: 5px 10px;
}

.comment-form .form-submit .submit {
  color: #fff;
  padding: 5px 30px;
  text-transform: uppercase;
  background: #EE4D2D;
  border: 1px solid #EE4D2D;
}

.comment-form .comment-form-cookies-consent {
  order: 4;
}

.igi_p_related {
  clear: both;
  padding-bottom: 10px;
  /*border-bottom: 1px solid #ccc;*/
}

.igi_p_related .igi_related_title {
  margin-bottom: 20px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 10px;
  margin-top: 25px;
  text-align: center;
  color: #cc9900;
}

.igi_p_related .owl-nav [class^="owl-"] {
  display: inline-block;
  zoom: 1;
  cursor: pointer;
  position: absolute;
  margin-top: -15px;
  border-radius: 5px;
  width: 32px;
  height: 50px;
  text-align: center;
  font-size: 102px;
  color: #393939;
  font-family: -webkit-body;
  line-height: 28px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently*/
}

.igi_p_related .owl-nav.disabled [class^="owl-"] {
  opacity: 0.5;
  cursor: default;
}

.igi_p_related .owl-nav .owl-next {
  right: 5px;
}

.igi_p_related .owl-nav .owl-prev {
  left: 5px;
}

.igi_related_content {
  clear: both;
}

/*#endregion */
/**
 * Shop tables
 */
.woocommerce {
  vertical-align: middle;
}

.woocommerce .cart-empty {
  text-align: center;
  font-size: 25px;
  margin-top: 30px;
}

.woocommerce .return-to-shop {
  text-align: center;
  font-size: 16px;
}

.woocommerce-cart-form {
  background-color: #fff;
}

.woocommerce-cart-form .product-name {
  min-width: 140px;
}

.shop_table thead {
  text-align: center;
}

.shop_table tbody td {
  vertical-align: middle;
  padding: 0.75rem;
  text-align: center;
}

.page_cart #order_review tbody td {
  text-align: left;
}

.page_cart #order_review .product-total {
  text-align: right;
}

.page_cart #order_review .payment_methods {
  padding-left: 0;
}

.shop_table .product-remove {
  text-align: center;
}

.shop_table .product-thumbnail {
  text-align: center;
}

.shop_table .product-thumbnail img {
  width: 55px;
  height: 55px;
}

.shop_table .quantity {
  text-align: center;
}

.shop_table .quantity .screen-reader-text {
  display: none;
}

.shop_table .quantity input {
  height: 30px;
  width: 50px;
  padding: 2px 5px;
  border: 1px solid #e5e5e5;
}

.shop_table .product-price {
  text-align: center;
}

.shop_table .product-price .amount {
  color: #222;
  font-weight: 400;
}

.shop_table .product-subtotal {
  text-align: center;
}

.shop_table .actions {
  text-align: right;
}

.shop_table .coupon {
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.shop_table .coupon #coupon_code {
  border: 1px solid #e5e5e5;
  padding: 2px 10px;
  height: 35px;
  font-size: 18px;
}

.shop_table .coupon .button[type="submit"] {
  height: 35px;
  padding: 5px 10px;
}

.shop_table .button[type="submit"] {
  border: 1px solid #EE4D2D;
  background: #EE4D2D;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 6px 15px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  border-radius: 3px;
  transition: all 100ms ease-in 0ms;
}

.shop_table .button[type="submit"]:active {
  background: #EE4D2D;
  border-color: #EE4D2D;
}

.shop_table .button[type="submit"]:hover {
  background: #ed1c24;
  border-color: #ed1c24;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.1);
}

.shop_table .coupon label {
  margin: 0 15px;
}

.cart-collaterals {
  clear: both;
  margin-top: 50px;
  text-align: right;
}

.cart-collaterals .shop_table {
  margin: 0 auto;
  margin-right: 0;
}

.cart-collaterals h2 {
  margin-bottom: 30px;
  font-size: 24px;
}

.cart-collaterals .cart_totals .amount {
  font-size: 20px;
  padding: 0 15px;
}

.cart-collaterals .cart_totals .order-total {
  color: #b70707;
}

.wc-proceed-to-checkout {
  text-align: right;
  margin: 15px 0;
}

.wc-proceed-to-checkout .wc-forward {
  display: inline-block;
  background: #EE4D2D;
  padding: 6px 15px;
  color: #fff;
  border-radius: 3px;
}

.wc-proceed-to-checkout .wc-forward:hover,
.wc-proceed-to-checkout .wc-backward:hover {
  background: #EE4D2D;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.wc-proceed-to-checkout .wc-backward {
  display: inline-block;
  margin-right: 10px;
  background: #e5e5e5;
  padding: 6px 15px;
  color: #404040;
  border-radius: 3px;
}

/**
 * Products
 */
ul.products {
  content: "";
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}

ul.products li.product .woocommerce-loop-product__title {
  font-size: 1rem;
}

ul.products li.product img {
  display: block;
}

ul.products li.product .button {
  display: block;
}

/*Cart Mini*/
.cart_wrr {
  position: relative;
  z-index: 10;
  float: right;
  padding-top: 7px;
  margin-left: 15px;
}

.cart_wrr .cart-contents {
  color: #fff;
  display: flex;
  white-space: nowrap;
}

.cart_wrr .cart-contents:hover {
  color: #EE4D2D;
}

.cart_wrr .cart-contents .amount {
  font-weight: 600;
}

.cart_wrr .icon-cart {
  font-size: 20px;
  margin-right: 10px;
}

.cart_wrr .cart-contents .count {
  font-size: 13px;
  font-style: italic;
  margin-left: 5px;
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.7966666667%;
    float: left;
    margin-right: 3.8%;
  }

  ul.products li.product.first {
    clear: both;
  }

  ul.products li.product.last {
    margin-right: 0;
  }

  .columns-1 ul.products li.product {
    float: none;
    width: 100%;
  }

  .columns-2 ul.products li.product {
    width: 48.1%;
  }

  .columns-3 ul.products li.product {
    width: 30.7966666667%;
  }

  .columns-4 ul.products li.product {
    width: 22.15%;
  }

  .columns-5 ul.products li.product {
    width: 16.96%;
  }

  .columns-6 ul.products li.product {
    width: 13.4933333333%;
  }
}


/**
 * Single Product
 */

/*.single-product div.product .woocommerce-product-gallery {
    position: relative;
    display: flex;
    flex-flow: column;
    overflow: hidden;
    margin-top: 1px;
    align-items: center;
}*/

.kh_des_prod .kh_list_btn {
  list-style: none;
  padding: 0 150px;
}

.kh_list_btn li {
  padding: 20px;
}

.kh_list_btn li a {
  color: #000;
}

.kh_list_btn li {
  padding: 10px 20px;
  background: #e1e1e1;
  border: 1px solid #ccc;
}

.kh_des_prod ul {
  justify-content: center;
  gap: 30px;
}

.kh_items_content .kh_title_des {
  font-size: 1.5rem;
  font-weight: 600;
}

.kh_content_des h1,
.kh_content_des h2,
.kh_content_des h3,
.kh_content_des h4,
.kh_content_des h5,
.kh_content_des h6 {
  font-size: 1rem;
  font-weight: 600;
}

.kh_items_content ul {
  padding-left: 20px;
}

.kh_items_content iframe {
  max-width: 100%;
}


.kh_list_btn li {
  /* margin: 0 10px; */
  flex: 0 0 32.33%;
  text-align: center;
}

/*.kh_list_btn li:hover, .kh_list_btn li.active{
    background-color: var(--main-color);
    color: #fff;
}*/
.kh_list_btn li a {
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  display: inline-block;
}

.kh_items_content .kh_item_content {
  margin: 35px 0;
}

.single_product_summary {
  position: sticky;
  margin-top: -23px;
}

.single_product_summary .kh_module_prod .kh_prod_items {
  padding-bottom: 0;
}

.woocommerce-product-gallery__wrapper img {
  max-width: 100%;
}

.woocommerce-product-gallery__image>a {
  display: block;
  width: 100%;
}

.woocommerce-product-gallery__wrapper img:not(.zoomImg) {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}

.woocommerce-product-gallery__wrapper {
  margin: 0;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  bottom: 1em;
  right: 1em;
  display: block;
  z-index: 99;
  font-size: 0;
  display: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::after {
  content: "\f00e";
  font-family: 'Font Awesome 5 Pro';
  font-size: 24px;
  position: absolute;
  right: 10px;
  bottom: 118px;
  color: #222;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover::after {
  color: #EE4D2D;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
  content: "";
  font-size: 30px;
  border-bottom: 86px solid rgba(255, 255, 255, 0.25);
  border-left: 86px solid transparent;
  position: absolute;
  right: 0;
  bottom: 109px;
  text-indent: inherit;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
  margin-top: 1px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  padding: 0;
  margin: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: .5;
  width: 75px;
  height: 75px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 75px;
  max-width: 75px;
  margin-bottom: 5px;
  margin-right: 10px;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .bx-wrapper .flex-control-thumbs li:not(.bx-clone) {
  margin-right: 0px;
  width: 75px;
  float: left;
  max-width: none;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:not(.bx-clone) img {
  width: 75px;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:last-child {
  padding-right: 0;
}


.stock:empty:before {
  display: none;
}

.stock.in-stock {
  color: #0f834d;
}

.stock.out-of-stock {
  color: #e2401c;
}

.woocommerce-product-gallery .bx-wrapper {
  padding: 0;
  box-shadow: 0 0 0;
  margin: 0;
  border: none;
  background: transparent;
  position: relative;
  width: 100%;
}

.woocommerce-product-gallery .bx-viewport {}

.woocommerce-product-gallery .bx-wrapper .bx-controls-direction a {
  text-indent: inherit;
  font-family: icomoon;
  font-size: 25px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 32px;
  opacity: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-product-gallery .bx-wrapper .bx-controls-direction a.bx-prev {}

.woocommerce-product-gallery .bx-wrapper .bx-controls-direction a.bx-next {
  left: auto;
  right: 0;
}

.woocommerce-product-gallery .bx-wrapper:hover .bx-controls-direction a {
  opacity: 1;
}

.gd_social a {
  margin-right: 10px;
}

.social {
  justify-content: space-between;
}

.social li {
  margin-left: 10px;
}

.kh_prod_contact {
  justify-content: space-between;
}

.kh_prod_contact .social li a {
  margin-right: 0;
}

/**
 * Checkout
 */
/**
 * Checkout
 */
#customer_details {
  padding: 30px 0;
}

#customer_details h3 {
  margin-bottom: 1rem;
}

#order_review_heading {
  margin-bottom: 15px;
}

.woocommerce-form-coupon-toggle {
  margin-top: 40px;
}

.woocommerce .form-row {
  margin: 0;
  justify-content: space-between;
  margin-bottom: 15px;
}

#order_review {
  clear: both;
  margin-bottom: 30px;
}

#order_review .table_wrap {
  width: 50%;
  padding: 15px;
  background: #f6f6f7;
}

#order_review .shop_table tbody td {
  padding: 0.5rem 0;
}

#order_review .shop_table tbody td .amount {
  font-weight: normal;
}

.woocommerce-billing-fields {}

.woocommerce form .form-row .required {
  text-decoration: none;
}

.woocommerce .form-row .woocommerce-input-wrapper {
  min-width: 200px;
  width: 60%;
}

.woocommerce .form-row input[type="text"],
.woocommerce .form-row input[type="tel"],
.woocommerce .form-row input[type="email"],
.woocommerce .form-row input[type="password"] {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.woocommerce .form-row .input-text:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.woocommerce .form-row .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
  height: 34px;
  line-height: 34px;
}

.woocommerce .form-row .select2-selection--single .select2-selection__arrow {
  height: 34px;
}

.woocommerce .form-row.notes label {
  width: 100%;
}

.woocommerce .form-row.notes .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce .form-row.notes textarea {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ced4da;
  min-height: 103px;
}

#billing_address_2_field {
  justify-content: flex-end;
}

.woocommerce-checkout-payment {
  margin-top: 15px;
}

.payment_methods {
  list-style: none !important;
}

.payment_methods .payment_box {
  padding: 0;
  font-size: 16px;
  opacity: 0.5;
}

.woocommerce-checkout-review-order-table,
table.order_details {
  width: 100%;
}

.woocommerce-checkout-review-order-table thead,
table.order_details thead {
  text-align: left;
}

.woocommerce-checkout-review-order-table tfoot,
table.order_details tfoot {
  border-top: 1px solid #e5e5e5;
}

.woocommerce-checkout-review-order-table tfoot td,
table.order_details tfoot td {
  text-align: right;
}

.woocommerce-checkout-review-order-table .product-total,
table.order_details .product-total {
  text-align: right;
}

.woocommerce-terms-and-conditions-wrapper {
  clear: both;
  margin-top: 15px;
  width: 100%;
}

.woocommerce-terms-and-conditions-wrapper a {
  color: #EE4D2D;
  font-weight: 600;
  text-decoration: underline;
}

#place_order,
.gd_accout_content button[type="submit"] {
  display: inline-block;
  border: none;
  margin: auto;
  padding: 8px 30px;
  text-transform: uppercase;
  background: #b70707;
  color: #fff;
  cursor: pointer;
  transition: all 100ms ease-in 0ms;
  border-radius: 3px;
}

#place_order:hover,
#place_order:active {
  background: #EE4D2D;
}

#place_order:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.1);
}

/*received order*/
.woocommerce-order {
  padding: 30px 0;
}

.woocommerce-thankyou-order-details {
  list-style: none;
  margin-bottom: 30px;
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
  content: "";
  display: table;
  table-layout: fixed;
  list-style: none;
  margin-left: 1px;
}

.site-header-cart li span.kh_cart_span {
  display: none;
}

ul.site-header-cart li:last-child {
  /*display: none;*/
}

.site-header-cart .cart-contents {
  text-decoration: none;
}

.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
* Review Tab
*/
.woocommerce-Reviews-title {
  font-size: 16px;
  font-weight: 600;
}

.woocommerce-Reviews-title span {
  color: #EE4D2D;
}

.commentlist {
  list-style: none;
}

.commentlist .thread-even {
  border-bottom: 1px solid #e5e5e5;
}

.comment_container {
  display: flex;
  flex-flow: row nowrap;
}

.comment_container .avatar {
  margin-right: 15px;
}

.comment_container .comment-text .meta {
  margin: 0;
}

.comment_container .description {
  font-size: 14px;
  font-style: italic;
  width: 100%;
  position: relative;
}

.comment_container .description::before {
  position: absolute;
  top: 0px;
  right: 0px;
  content: "\e978";
  font-family: icomoon;
  opacity: 0.2;
  font-size: 15px;
}

#reply-title {
  font-size: 16px;
  font-weight: 600;
}

/**
 * Star rating
 */
.woocommerce-product-rating {
  display: flex;
  margin-bottom: 10px;
}

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 5.5em;
  font-family: icomoon;
  font-weight: 400;
}

.star-rating::before {
  content: "\f005\f005\f005\f005\f005";
  opacity: .25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: #fade05;
  font-family: 'Font Awesome 5 Pro';
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 5px;
  font-weight: 400;
  font-family: 'Font Awesome 5 Pro';
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  content: "\f005";
  color: #fee029;
  text-indent: 0;
  font-size: 14px;
  font-weight: 600;
}

p.stars a:hover~a:before,
p.stars a.active~a:before {
  color: #ccc;
}

p.stars:hover a:before {
  content: "\f005";
  color: #E7711B;
  opacity: 1;
}

p.stars.selected a.active:before {
  content: "\f005";
  color: #E7711B;
  opacity: 1;
}

p.stars.selected a.active~a:before {
  content: "\f005";
  color: #404040;
  opacity: .25;
}

p.stars.selected a:not(.active):before {
  content: "\f005";
  color: #E7711B;
  opacity: 1;
}

.igi_voting p.stars a::before {
  opacity: 1;
  font-weight: 600;
  color: #fee029;
}

.igi_voting p.stars a:hover~a::before {
  content: "\f005";
  color: #fee029;
  opacity: 1;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}

.woocommerce-password-strength.strong {
  color: #0f834d;
}

.woocommerce-password-strength.short {
  color: #e2401c;
}

.woocommerce-password-strength.bad {
  color: #e2401c;
}

.woocommerce-password-strength.good {
  color: #3D9CD2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: red;
}

/**
 * Notices
 */
.woocommerce-noreviews,
p.no-comments {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
  width: 100%;
  padding: 15px;
  background: #e5e5e5;
  margin-bottom: 15px;
  border-radius: 2px;
  color: #E7711B;
}

.woocommerce-info {
  color: #222222;
  font-size: 13px;
}

.woocommerce-info a {
  color: #EE4D2D;
}

.woocommerce-error li {
  list-style: disc inside;
  font-style: italic;
  font-size: 13px;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3D9CD2;
  z-index: 9999;
}

/**
 * Header cart
 */
.site-header-cart .cart-contents .fal {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  padding: 9px 8px;
}

.site-header-cart .cart-contents .count {
  width: 14px;
  height: 15px;
  position: absolute;
  top: 3px;
  right: 3px;
  background: #b70707;
  font-size: 10px;
  padding-right: 3px;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  color: #fff;
}

.site-header-cart .widget_shopping_cart {
  position: fixed;
  right: 0;
  z-index: 99;
  text-align: right;
  min-width: 340px;
  background: #fff;
  height: 100%;
  transition: all .5s ease;
  top: 0;
  bottom: 0;
  transform: translate3d(340px, 0, 0);
}

.widget.woocommerce.widget_shopping_cart.cart-active {
  transform: unset;
}

ul.site-header-cart li.active {
  transform: translateX(61px);
}

.widget_shopping_cart_content {
  bottom: 0;
  padding: 0 10px;
}

.site-header-cart .widget_shopping_cart .hb_title_shop {
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 20px 10px;
}

.site-header-cart .widget_shopping_cart .hb_title_shop span {
  font-size: 20px;
  font-weight: 600;
}

.site-header-cart .widget_shopping_cart .hb_title_shop a.close {
  line-height: 2.3;
  position: relative;
  font-size: 12px;
  padding-right: 15px;
}

.site-header-cart .widget_shopping_cart .hb_title_shop a.close:before {
  background-color: #000;
  content: " ";
  height: 3px;
  position: absolute;
  right: 0;
  top: 12px;
  transition: background-color .2s ease-in-out, transform .2s ease-in-out;
  width: 10px;
  transform: rotate(45deg);
}

.site-header-cart .widget_shopping_cart .hb_title_shop a.close:after {
  background-color: #000;
  content: " ";
  height: 3px;
  position: absolute;
  right: 0;
  top: 12px;
  transition: background-color .2s ease-in-out, transform .2s ease-in-out;
  width: 10px;
  transform: rotate(-45deg);
}

.site-header-cart .widget_shopping_cart .hb_title_shop a.close:hover::before {
  transform: rotate(0deg);
}

.site-header-cart .widget_shopping_cart .hb_title_shop a.close:hover::after {
  transform: rotate(0deg);
}

.woocommerce-mini-cart__empty-message {
  text-align: center;
  padding: 40px 0;
}

/*.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    display: block;
    right: 0;
    visibility: visible;
}*/

.mini-cart .woocommerce-mini-cart-item {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.mini-cart .woocommerce-mini-cart-item a.remove_from_cart_button {
  margin-right: 5px;
  display: block;
  color: red;
}

.mini-cart .woocommerce-mini-cart-item .igi_pro__image img {
  width: 55px;
  height: 55px;
  margin-right: 5px;
}

.mini-cart .woocommerce-mini-cart-item .igi_pro_link {
  font-size: 12px;
}

.mini-cart .woocommerce-mini-cart__total strong {
  color: #333;
}

.site-header-cart .igi_pro_link>span {
  display: block;
  color: #4f4d50;
}

.site-header-cart .igi_pro_link span .amount {
  font-size: 12px;
  font-weight: 400;
}

.site-header-cart .buttons>a {
  font-size: 12px;
  text-transform: uppercase;
  background: #f6f6f7;
  color: #222;
  padding: 5px 10px;
  white-space: nowrap;
  margin-left: 5px;
  font-style: inherit;
}

.site-header-cart .buttons>a.checkout,
.site-header-cart .buttons>a:hover {
  background: #b70707;
  color: #fff;
}

.site-header-cart .buttons>a.checkout:hover {
  color: #222;
}

/**
 * WooCommerce widgets
 */
.wc-bacs-bank-details {
  list-style: inside;
}

/**
 * WooCommerce Price Filter
 */
.price_slider_wrapper {
  float: left;
  width: 100%;
}

.widget_price_filter .price_slider {
  margin: 15px 0;
}

.widget_price_filter .price_slider_amount {
  text-align: center;
  line-height: 2.4em;
  display: flex;
  flex-flow: column-reverse;
  justify-content: center;
  padding: 15px 0;
}

.widget_price_filter .price_slider_amount .button {
  border: none;
  background: #EE4D2D;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: royalblue;
  box-sizing: border-box;
  margin-top: -.25em;
  opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: royalblue;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
  height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}


/*Account*/
.gd_page_content .woocommerce {
  margin: 30px 0;
}

.gd_account_navigation {
  height: 100%;
  border-right: 1px solid #e5e5e5;
}

.gd_account_navigation ul {
  list-style: none;
}

.gd_account_navigation .gd_menu_item {}

.gd_account_navigation .gd_menu_item a {
  display: block;
  padding: 8px 15px;
  border-bottom: 1px solid #877846;
  background: #EE4D2D;
  color: #fff;
}

.gd_account_navigation .gd_menu_item.is-active a,
.gd_account_navigation .gd_menu_item a:hover {
  background: #EE4D2D;
}

.gd_accout_content .addresses .edit {
  text-decoration: underline;
}

.account-orders-table {
  border: 1px solid #e5e5e5;
}

.account-orders-table thead {
  text-align: left;
}

.gd_accout_content .woocommerce-order-details {
  margin-bottom: 30px;
}

/*Thankyou - Bank Info /checkout/order-received */

.woocommerce-bacs-bank-details {
  margin-top: 30px;
}

.woocommerce-order h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.wc-bacs-bank-details-account-name {
  font-size: 18px;
  font-weight: 600;
}

.woocommerce-customer-details {
  margin-top: 20px;
}

.gd_c_review__info {
  border: 1px solid #e5e5e5;
  padding: 15px 30px;
  background: #f7f7f7;
}

.sidebar-product .filter-group {
  clear: both;
}

.sidebar-product .filter-group .checkbox .color-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}

.sidebar-product .filter-group .checkbox .title {
  display: none;
}

.sidebar-product .filter-group .checkbox {
  display: inline-block;
}

.sidebar-product .filter-group .filter-group-heading {
  margin-bottom: 15px;
  display: block;
}

.sidebar-product .filter-group .checkbox.active {
  position: relative;
}

.sidebar-product .filter-group .checkbox.active::before {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-weight: 600;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
}

.admin-bar .pswp {
  height: calc(100% - 32px);
  top: 32px;
}

.pswp .pswp__bg {
  background: #222;
}

.pswp__caption .pswp__caption__center {
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .woocommerce-product-gallery__image>a {
    overflow: hidden;
  }

  .woocommerce-product-gallery__wrapper img:not(.zoomImg) {
    object-fit: contain;
  }

  .igi_p_single__summary .cart-single-wrap {
    position: relative;
  }

  .igi_p_single__summary .cart-single-wrap .quick-order {
    position: absolute;
    bottom: 15px;
    left: 200px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .igi__p_price del {
    font-size: 12px;
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .igi_p_single__title {
    flex-wrap: ;
  }

  .igi_p_single__title .fav-love {
    margin-bottom: 5px;
  }

  .igi_p_single__summary .cart .quick-order {
    margin-top: 15px;
    width: 187px;
    text-align: center;
  }

  .igi__p_items.row,
  .igi_related_content.row {
    margin-left: -15px;
    margin-right: -15px;
  }

  #customer_details {
    padding: 0;
  }

  #order_review .table_wrap {
    width: 100%;
  }

  .wc-proceed-to-checkout {
    text-align: center;
    margin: 15px 0;
    display: flex;
  }

  .row .igi__p_item {
    margin-bottom: 20px;
    padding: 0 5px;
  }

  .igi__p_item del .woocommerce-Price-amount.amount {}

  .igi__p_image {
    height: 200px;
  }

  .igi_p_single__summary .product-contact span a {
    padding: 5px 15px !important;
    margin: 0;
  }

  .igi_p_single__summary .product-contact {
    justify-content: space-between;
  }
}

.woocommerce-variation-price .price del,
.woocommerce-variation-price .price del span {
  color: #abacad;
  font-size: 16px;
}

.woocommerce-variation-price .price ins span {
  font-size: 28px;
  display: inline-block;
}

.woocommerce-variation-price .price ins {
  margin-left: 15px;
}

.single_variation_wrap .woocommerce-variation-price {
  background: #f5f5f5;
  padding: 5px 0;
  padding-left: 10px;
  margin-top: 15px;
}

/*
BỘ LỌC 

*/
.search-box {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.search-box #searchform,
.select-group,
.select-type,
.select-price,
.search-box button {
  flex: 0 0 19%;
  margin-right: 1.4%;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.search-box button {
  color: #fff;
  background-color: var(--main-color);
  font-weight: 600;
}

.select-group select,
.select-type select,
.select-price select {
  height: 100%;
  width: 100%;
  padding: 10px 15px;
  border: none;
  -webkit-appearance: none;
  background: url('../images/canvasy.png') no-repeat right 5px top 50%;
  /*background-size: auto;*/
  background-size: 25px 20px;

}

.search-box #searchform {
  /* width: 19%;
    margin-right: 0.5%;*/
  position: relative;
  padding: 1px;
}

.search-box #s {
  width: 100%;
  height: 100%;
  border: none;
  height: 40px;
  padding: 10px 15px;
}

.search-box #searchsubmit {
  position: absolute;
  right: 0;
  background: #fff;
  border: 1px solid #fff;
  top: 9px;
  right: 6px;
  color: #b70707;
  cursor: pointer;
}

.search-box .fas.fa-filter {
  margin-right: 5px;
}

/*
PRODUCT LIST
*/
.gd_product_list.kh_module_prod {
  padding: 1.875rem 0;
}

.kh_guide .kh_text {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.85rem;
}

.kh_guide {
  padding: 30px 0;
  background-color: #f5f5f5;
}

/*
PRODUCT ////////////////////////////////////////////////////////
*/

.kh_box_buy .kh_id_prod .hb_strong_prod {
  min-width: 150px;
  display: inline-block;
  font-weight: 600;
}

.kh_figure_prod {
  padding-left: 0;
}

.kh_figure_prod .gd_onsale {
  display: none;
}

.kh_figure_prod img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.kh_figure_prod .slick-track {
  margin: 0 !important;
  display: flex;
  justify-content: space-between;
}

.kh_figure_prod .wpgs-for.slick-initialized.slick-slider {
  height: 350px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
}

.kh_figure_prod .wpgs-for.slick-initialized.slick-slider .slick-list.draggable {
  height: 100%;
}

.kh_figure_prod .wpgs-for.slick-initialized.slick-slider .slick-track {
  height: 100%;
}

.kh_figure_prod .wpgs-for.slick-initialized.slick-slider .slick-slide {
  display: flex;
  align-items: center;
}

div.slick-list:nth-child(1)>div:nth-child(1) {
  width: unset !important;
}

.kh_figure_prod .wpgs-nav .slick-slide {
  margin-left: unset !important;
  margin-right: 10px !important;
}

.kh_figure_prod .wpgs-nav .slick-slide:nth-child(4n + 4) {
  margin-right: 0 !important;
}

.kh_figure_prod .flaticon-back,
.kh_figure_prod .flaticon-right-arrow {
  display: none !important;
}

.kh_buy_cont .cart {
  display: flex;
  justify-content: space-between;
}

.kh_buy_cont .order-qty {
  flex: 0 0 15%;
}

.kh_buy_cont .order-action {
  flex: 0 0 40%;
}

.kh_buy_cont .contact_cart {
  flex: 0 0 40%;
}

.kh_buy_cont .kh_only_cont {
  width: 40%;
  margin: 0 auto;
}

.kh_buy_cont .screen-reader-text {
  display: none;
}

.kh_buy_cont .text-uppercase.contact_p {
  background-color: #f5f5f5;
  text-transform: uppercase;
  padding-left: 35px;
  padding-right: 45px;
  font-size: 13px;
  height: 50px;
  cursor: pointer;
  margin-right: 10px;
  display: inline-block;
  line-height: 50px;
  border: 1px solid var(--main-color);
  color: #222;
  width: 100%;
  text-align: center;
  font-weight: 600;
  position: relative;
}

.kh_buy_cont .text-uppercase.contact_p:hover {
  background-color: var(--main-color);
  color: #fff;
}

.kh_buy_cont .text-uppercase.contact_p:hover>i {
  color: #fff;
}

.kh_buy_cont .fas.fa-phone-alt {
  color: var(--main-color);
}

.text-uppercase.contact_p {
  position: relative;
}

.single_add_to_cart_button {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
  height: 50px;
  /*line-height: 50px;*/
  width: 100%;
  font-weight: 600;
  padding: 10px;
}

.single_add_to_cart_button:hover {
  background-color: #f5f5f5;
  color: var(--main-color);
}

.kh_buy_cont input {
  text-align: center;
  border: none;
  width: 30px;
  height: 40px;
}

.kh_buy_cont input::-webkit-outer-spin-button,
.kh_buy_cont input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.kh_buy_cont input::-webkit-outer-spin-button,
.kh_buy_cont input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/*why choose*/

.kh_why_item {
  display: flex;
}

.kh_why_icon {
  flex: 0 0 20%;
}

.kh_why_item {
  padding: 20px 20px 10px 20px;
}

.title_why {
  font-size: 15px;
  font-weight: 600;
}

.kh_why_title {
  font-weight: 600;
}

.kh_border_title {
  position: relative;
}

.kh_border_title::before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: var(--main-color);
  bottom: 0;
  left: 0;
  width: 100%;
}

.kh_why_box {
  border: 1px solid #ccc;
  padding-bottom: 20px;
}

.kh_why {
  border-bottom: 1px solid #ccc;
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
  padding-right: 10px;
}

.kh_box_border {
  margin-bottom: 0;
  height: 50px;
  width: 50px;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 14px 9px;
  background-color: #fff;
}

.kh_why_item:nth-child(1) .kh_box_border {
  padding-top: 9px;
}

.kh_why_item:nth-child(2) .kh_box_border {
  padding-top: 10px;
}

.kh_why_item:nth-child(3) .kh_box_border {
  padding-top: 10px;
}

.kh_why_content {
  padding: 5px;
}

/* Firefox */
.kh_buy_cont input[type=number] {
  -moz-appearance: textfield;
}

#btn-down,
#btn-up {
  border: none;
  background-color: #fff;
  color: var(--main-color);
  height: 40px;
  line-height: 40px;
  outline: none;
  cursor: pointer;
}

#btn-down,
#btn-up,
.kh_buy_cont input {
  background-color: #f5f5f5;
}

.quantity {
  width: 100%;
  border: 1px solid var(--main-color);
  text-align: center;
}

#btn-down {
  padding-left: 0;
  /* padding-right: 15px;*/
}

#btn-up {
  padding-right: 0;
  /* padding-left: 15px;*/
}

.woocommerce-Price-amount.amount {
  display: unset;
  color: #b70707;
}

.price ins {
  text-decoration: none;
}

.kh_id_prod del bdi {
  color: #222;
  font-size: 15px;
}

.kh_id_prod ins bdi {
  font-size: 16px;
  font-weight: 600;
}

.product-top-content h2.gd_text {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  padding-bottom: 30px;
}

.summary.entry-summary .kh_price_prod {
  border-bottom: 1px solid #d7d7d7;
  padding: 0 0 26px;
  margin-bottom: 20px;
}

.kh_id_prod {
  margin-bottom: 10px;
}

.summary.entry-summary .hb_id_prod_status {
  padding-bottom: 20px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 30px;
}

.summary.entry-summary .kh_price_prod .price del span.woocommerce-Price-amount.amount {
  font-weight: 500;
}

.tabs.igi_tabs_control {
  margin: 0 auto;
  width: 50%;
  justify-content: center;
  border-bottom: none;
}

.tabs.igi_tabs_control li {
  padding: 10px 3px;

}

.igi_tabs_control li a {
  padding: 15px 15px;
  width: 100%;
  background: #e1e1e1;
  border-radius: 25px;
  border-right: none;
  color: #000;
}

.tabs.igi_tabs_control li.active {
  border-bottom: none;
}

.tabs.igi_tabs_control li a:hover,
.tabs.igi_tabs_control li.active a {
  background: #cc9900;
  color: white;
}

.kh_hotline_icon {
  width: 50px;
  height: 50px;
  border: 1px solid #b70707;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  color: #b70707;
}

.kh_hotline_num {
  height: 50px;
}

.kh_num span {
  font-weight: 600;
  font-size: 15px;
}

.kh_num {
  margin-left: 10px;
}

.kh_num p a {
  font-size: 1.4rem;
  font-weight: 600;
  color: #b70707;
}

.kh_num p a:nth-child(2) {
  color: #b70707;
  margin: 0 10px;
}

.kh_num p {
  line-height: 25px;
  display: flex;
}

.kh_prod_contact {
  align-items: center;
  margin-top: 15px;
}

.kh_prod_contact .gd_ft_social {
  padding-top: 3px;
}

.kh_prod_contact .social li a {
  color: #b70707;
  border: 1px solid #b70707;
  margin-left: 0;
}

.kh_prod_contact .social li a i .hb_icon_zalo {
  background-color: #b70707;
}

.kh_prod_contact .social li a i .hb_icon_zalo:hover {
  background-color: unset;
}

.kh_prod_contact .social li a:hover {
  color: #fff !important;
  background: #b70707;
}

.kh_content_prod .excerpt {
  border-top: 1px solid #d7d7d7;
  margin-top: 20px;
  padding-top: 20px;
}

.kh_content_prod .posted_in a {
  color: #222;
}

.kh_content_prod .posted_in a:hover {
  color: #bd8700;
}

/*.igi_tabs_control li:first-child a {
    padding-left: 0;
}*/
/*.kh_figure_prod .slick-track .slick-slide:nth-child(1) {
    margin-left: 0 !important;
}*/


/* custom color btn cart */

.shop_table .button[type="submit"] {
  border: 1px solid #b70707;
  background: #b70707;
}

.wc-proceed-to-checkout .wc-forward:hover,
.wc-proceed-to-checkout .wc-backward:hover {
  background: #fff;
  color: #b70707;
  border: 1px solid #b70707;
}

.wc-proceed-to-checkout .wc-forward {
  background: #b70707;
}

.shop_table .button[type="submit"]:hover {
  background: #fff;
  border-color: #b70707;
  color: #b70707;
}

.woocommerce-cart-form .table-bordered td,
.table-bordered th {
  border: none;
}

/*Giỏ hàng*/
.woocommerce-mini-cart-item.mini_cart_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}

.remove.remove_from_cart_button {
  position: absolute;
  top: 1px;
  right: 0;
  z-index: 2;
  margin-bottom: 0;
  padding-right: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: rgba(0, 0, 0, .8);
  text-align: center;
  font-size: 0;
  line-height: 20px;
}

.igi_pro__image {
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
  margin-right: 15px;
}

.igi_pro_link {
  flex: 1 1 auto;
  padding-right: 35px;
  text-align: left;
}

.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  float: none;
  margin-right: 0;
  transition: opacity .6s ease;

}

.woocommerce-mini-cart-item.mini_cart_item .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  max-width: 65px;
  max-height: 65px;
}

.remove.remove_from_cart_button {
  top: 50%;
  color: #222;
  font-size: 20px;
  transform: translateY(-50%);
  border: 1px solid #b70707;
}

.woocommerce-mini-cart-item.mini_cart_item {
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #6677;
}

.site-header-cart .product_list_widget {
  padding: 10px 10px 0 0px;
  overflow: scroll;
  overflow-x: scroll;
  max-height: 80vh;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: thin;

}

.quantity {
  width: 100%;
  border: 1px solid var(--main-color);
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.play-now .quantity {
  height: 35px;
  line-height: 35px;
  width: 70%;
  margin-top: 4px;
}

.site-header-cart .widget_shopping_cart .hb_title_shop span {
  font-style: normal;
}

.kh_all_screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, .7);
  transition: opacity .25s ease, visibility 0s ease .25s;
}

.kh_all_screen.kh_open {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s ease, visibility 0s ease;
}

/*********************************************
    Page giỏ hàng, thanh toán
    **********************************************/
.woocommerce-page .page_cart {
  height: auto;
  min-height: 50vh;
}

/*********************************************
    Responsive
    **********************************************/
@media screen and (max-device-width: 1440px) {

  .kh_buy_cont .text-uppercase.contact_p {
    padding-right: 35px;
  }

  .summary.entry-summary .kh_price_prod {
    padding: 0 0 18px;
    margin-bottom: 20px;
  }

  .kh_prod_contact .gd_ft_social {
    margin-left: 88px;
  }

  .single_add_to_cart_button {
    padding: 5px;
  }

  .single_add_to_cart_button {
    font-size: 10px;
  }

  .kh_buy_cont .text-uppercase.contact_p {
    font-size: 10px;
  }

  .kh_border_title::before {
    width: 90%;
  }

  .kh_why_box {
    padding-bottom: 20px;
  }

  .kh_why_item {
    padding: 10px 10px 10px 14px;
  }

  .kh_why_items {
    padding-bottom: 10px;
  }

  .kh_id_prod del bdi {
    font-size: 14px;
  }

  .kh_id_prod ins bdi {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .kh_prod_contact .gd_ft_social {
    margin-left: unset;
  }

  .kh_prod_contact .gd_ft_social .social {
    padding-left: 0;
  }

  .kh_prod_contact {
    justify-content: space-between;
  }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1440px) {}

@media screen and (max-device-width: 1199px) and (min-device-width: 1025px) {
  .single_add_to_cart_button .fa-shopping-cart {
    margin-right: 5px;
    font-size: 15px;
  }

  .title_why {
    font-size: 15px;
  }

  .kh_why {
    padding-left: 7px;
  }

  .kh_why_item {
    padding: 10px 10px 10px 7px;
  }

  .kh_border_title::before {
    width: 97%;
  }

  .kh_why_box {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 992px) {
  .title_why {
    font-size: 13px;
  }

  .kh_why_title {
    font-size: 13px;
  }

  .kh_why_slogan {
    font-size: 12px;
  }

  .kh_why_box {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 993px) {

  .kh_buy_cont .text-uppercase.contact_p {
    padding-right: 14px;
  }

  .kh_buy_cont .text-uppercase.contact_p {
    padding-left: 20px;
  }


  .single_add_to_cart_button .fa-shopping-cart {
    font-size: 12px;
    margin-right: 4px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .woocommerce-order {
    padding: 0 0 30px;
  }
}

@media only screen and (max-width: 992px) {
  :root {
    --content-size: 1400px !important;
  }

  .igi__p_items.row {
    justify-content: space-between;
  }

  .gd_absolute {
    /*  top: 43%;*/
  }

  .search-box #searchform,
  .select-group,
  .select-type,
  .select-price,
  .search-box button {
    flex: 0 0 48%;
    margin-bottom: 14px;
  }

  .search-box {
    flex-wrap: wrap;
  }

  .search-box #searchsubmit {
    top: unset;
  }

  .kh__p_item {
    max-width: 19%;
  }

  .kh__p_inner {
    padding-bottom: 11px !important;
  }

  .kh__p_item {
    margin: unset !important;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .kh__p_content {
    padding: 8px;
  }

  .kh__p_image {
    height: calc(40/130 * (var(--content-size)/3 - 30px));
  }

  .kh_des_prod .kh_list_btn {
    padding: 0 20px;
  }
}

@media screen and (max-device-width: 767px) {
  .gd_absolute .gd_text {
    text-align: center;
  }

  .woocommerce-page .page_cart {
    height: auto;
  }

  .igi_p_related .kh__p_item:nth-child(4),
  .igi_p_related .kh__p_item:nth-child(5) {
    display: none;
  }

  .igi_p_related {
    /* padding: 0 15px 15px;*/
  }

  .single_product_summary .kh_title_guide {
    margin-bottom: 30px;
  }

  .igi_p_related {
    border-bottom: none;
  }

  .gd_product_list .kh__p_price .kh_id_prod .hb_strong_prod {
    display: none;
  }

  .gd_product_list.kh_module_prod {
    padding: 1.875rem 0 0;
  }

  .woocommerce-order {
    padding: 0 0 20px;
  }

  .kh_buy_cont input {
    width: 20px;
  }
}

@media screen and (max-width: 767px) {
  .kh_des_prod .kh_list_btn {
    padding: 0;
  }

  .product-top-content h2.gd_text {
    padding-bottom: 20px;
  }

  .igi_p_related .igi_related_title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 577px) {

  /*.container {
            max-width: 540px;
        }*/
  .kh_figure_prod {
    padding-left: 15px;
  }

  :root {
    --content-size: 1000px;
  }

  .kh__p_image {
    height: calc(40/120 * (var(--content-size)/3 - 30px));
  }

  .kh__p_item {
    max-width: 32.33%;
    flex: 0 0 32.33%;
  }

  .kh__p_content {
    padding: 10px;
    height: 110px
  }

  .kh__p_content .kh_text {
    font-size: 1.1rem;
  }

  .kh__p_inner {
    padding-bottom: 8px !important;
  }

  .kh_figure_prod .wpgs-nav .slick-slide {
    width: 105px !important;
  }

  .summary.entry-summary .kh_price_prod {
    margin-top: 20px;
  }
}

@media screen and (max-device-width: 576px) {
  .kh__p_image {
    height: calc(40/130 * (var(--content-size)/3 - 30px));
  }

  .kh__p_item {
    flex: 0 0 48% !important;
    max-width: 48% !important;
  }

  .kh__p_item:last-child {
    display: none;
  }

  .gd_product_list .kh__p_item:last-child {
    display: unset;
  }

  .kh__p_image {
    height: calc(40/85 * (var(--content-size)/3 - 30px));
  }

  .kh__p_inner {
    padding-bottom: 20px !important;
  }

  .kh_figure_prod .wpgs-nav .slick-slide {
    width: 84px !important;
  }

  .summary.entry-summary .kh_price_prod {
    margin-top: 20px;
  }

  .kh__p_content {
    padding: 10px;
    height: 105px;
  }

  /*        .tabs.igi_tabs_control {
            flex-wrap: wrap;
        }
*/
  .igi__p_items.row {
    justify-content: space-between;
  }

  .kh__p_item {
    margin-right: unset;
  }

  .kh__p_item:nth-child(5n+1) {
    margin-left: unset;
  }

  .kh__p_item:nth-child(5n+5) {
    margin-right: unset;
  }

  .kh__p_item:nth-child(3n+1) {
    margin-left: unset;
  }

  .kh__p_item:nth-child(3n+3) {
    margin-right: unset;
  }



  .kh_items_content .kh_title_des {
    font-size: 1.2rem;
  }

  .igi_tabs_control li a {
    /* padding: 15px 20px; */
    padding: 15px 15px;
  }

  .tabs.igi_tabs_control {
    /* flex-wrap: wrap; */
  }

  .kh_buy_cont .text-uppercase.contact_p {
    /* padding-right: 35px; */
    padding-right: 30px;
  }

  .kh_buy_cont .text-uppercase.contact_p {
    /* padding-left: 35px; */
    /* padding-right: 45px; */
    padding-left: 16px;
  }

  .kh_hotline_num {
    display: none !important;
  }

  .social {
    justify-content: center;
  }

  .kh_figure_prod {
    padding: 0 15px;
  }

  .gd_ft_social {
    width: 100%;
  }

  .kh_prod_contact .social li a {
    /*  color: #f2f2f2;*/
  }

  .igi_p_related .kh__p_item:nth-child(4) {
    display: unset;
  }

  .kh_figure_prod .slick-track {
    justify-content: flex-start;
  }

  .kh_buy_cont {
    margin-bottom: 20px;
  }

  .product-top-content {
    padding: 30px 0px 10px;
  }

  .gd_product_detail iframe {
    height: 300px;
  }
}

@media screen and (max-device-width: 495px) {
  .kh_buy_cont .text-uppercase.contact_p {}

  .kh_list_btn li {
    padding: 5px;
  }

  .kh_list_btn li a {
    font-size: 14px;
  }

  .kh_buy_cont .kh_only_cont .fas.fa-phone-alt {
    left: 15px !important;
  }
}

@media screen and (max-device-width: 414px) {
  :root {
    --content-size: 2000px;
  }

  .kh_prod_contact {
    justify-content: center;
    flex-wrap: wrap;
  }

  .kh_hotline_num {
    margin-bottom: 20px;
  }

  .kh__p_content {
    padding: 10px;
  }

  .kh__p_item {
    margin-right: unset;
    flex: 0 0 100%;
  }

  .kh__p_item:nth-child(3n+3) {
    margin-right: unset;
  }

  .igi_tabs_control li a {
    font-size: 13px;
  }

  .kh__p_image {
    height: calc(40/130 * (var(--content-size)/3 - 30px));
  }

  .kh__p_inner {
    padding-bottom: 14px !important;
  }

  .kh_buy_cont .order-action {
    flex: 0 0 50%;
  }

  .kh_buy_cont .contact_cart {
    flex: 0 0 25%;
  }

  .kh_buy_cont .text-uppercase.contact_p {
    padding-right: 4px;
  }

  .single_add_to_cart_button .fa-shopping-cart {
    margin-right: 1px;
    font-size: 14px;
  }

  .igi_p_related .igi__p_items.row {
    padding: unset;
  }
}

/* css sale and new */

.sale_new {
  position: absolute;
  z-index: 99;
  display: flex;
  right: 10px;
}

.gd_onsale {
  background-color: #b70707;
  padding: 0 15px;
  margin: 10px 0 10px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
}