:root {
  --color1: #231f20;
  --color2: #2f5acf;
}

#header .cart-item .nav-dropdown {
  min-width: 25rem;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06666666666666667);
  border: 1px solid #d9d9d9;
  max-height: 28.75rem;
  overflow: auto;
}

#header .cart-item ul.product_list_widget li .cart-mini-product-img img {
  height: auto !important;
  width: 100% !important;
  position: static !important;
  border-radius: 10px;
}

#header .cart-item .cart_list.product_list_widget > li {
  display: flex;
  margin-bottom: var(--16);
  padding: 0;
  border: 0;
}

#header .cart-item .cart_list.product_list_widget > li:last-child {
  margin-bottom: 0;
}

#header .cart-mini-product-info {
  padding: var(--15) var(--25) 0 var(--15);
}

#header .cart-item a.remove {
  border: 0;
  width: var(--18);
  height: var(--18);
  top: var(--15);
  color: #333;
}

#header .cart-mini-product-info .quantity {
  border: none;
  display: flex;
  flex-direction: column;
  font-size: var(--12);
  opacity: 1;
  text-align: left;
  align-items: flex-start;
  width: 100%;
}

#header .cart-mini-product-info .quantity > span:first-child {
  font-size: var(--13);
  margin-bottom: var(--5);
  display: block;
}

#header .cart-mini-product-info .quantity > span:nth-child(2) {
  display: block;
  width: 100%;
}

#header .woocommerce-mini-cart {
  margin: 0;
}

.cart-mini-product-info .quantity .woocommerce-Price-amount {
  margin-top: 15px;
  font-size: var(--17);
  color: #000;
}

.cart-mini-product-info .quantity bdi {
  font-size: var(--17);
  font-weight: normal;
}

#header .cart-item .cart-mini-product-info .variation {
  display: flex;
  color: #2d2d2d;
  opacity: 1;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 100;
}

#header .cart-item .cart-mini-product-img {
  width: 6.25rem;
  flex-shrink: 0;
}

#header .cart-item .cart-mini-product-img * {
  margin: 0;
}

#header .cart-item .cart-mini-product-name a {
  font-weight: 700;
  font-size: var(--14);
  color: #000;
  margin-bottom: var(--12);
}

#header
  .cart-item
  .woocommerce-mini-cart__buttons
  .button.wc-forward:first-child {
  display: block;
  width: max-content;
  padding: 0;
  line-height: 1;
  height: max-content;
  min-height: max-content;
  text-transform: none;
  font-weight: 100;
  background-color: white;
  border: none;
  color: var(--theme-color);
  font-size: var(--15);
  margin-left: auto;
}

#header
  .cart-item
  .woocommerce-mini-cart__buttons
  .button.wc-forward:first-child:hover {
  background-color: white;
  text-decoration: underline;
  box-shadow: none;
}

#header .image-icon img {
  width: var(--30);
  max-width: var(--30);
}

#header .image-icon:after {
  background-color: var(--theme-color);
  border-radius: 99px;
  box-shadow: none;
  font-size: var(--10);
  font-weight: 100;
  height: var(--15);
  line-height: var(--15);
  min-width: var(--15);
  opacity: 1;
  position: absolute;
  right: -7px;
  bottom: -7px;
  top: unset;
}

.t-cart-empty .isures-sdc--label,
#masthead .cart-item .button.checkout,
#masthead .cart-item:before,
#masthead .cart-item:after,
#masthead .cart-item .woocommerce-mini-cart__total,
.cart-mini-product-info .variation dt {
  display: none;
}

.location-wrapper {
  display: flex;
  gap: var(--18);
  margin: 0 auto;
  padding: var(--18) 0;
}

.location-box {
  flex: 1;
  position: relative;
}

.location-selected {
  padding: 0 var(--20);
  border: 1px solid #d9d9d9;
  border-radius: 9rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  height: var(--40);
  color: #231f20;
  font-size: var(--14);
  z-index: 2;
  position: relative;
}

.active .location-selected {
  z-index: 4;
}

.arrow-down {
  border: solid #666;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
}

.location-dropdown {
  position: absolute;
  top: var(--20);
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding-top: var(--20);
  display: none;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 3;
  border-radius: 0 0 var(--16) var(--16);
  overflow: hidden;
}

.search-box {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.search-box input {
  margin: 0;
  height: var(--34);
  border: 1px solid #d9d9d9;
  border-radius: 9rem;
  font-size: var(--14);
  box-shadow: none;
  min-height: unset;
  line-height: 1;
}

.search-input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.option-list {
  max-height: 300px;
  overflow-y: auto;
}

.option-list::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
}

.option-item:hover {
  background: #d9d9d9;
}

.active .location-dropdown {
  display: block;
}

.checkout-wrapper {
  padding: var(--30) var(--section) var(--60);
}

.checkout-wrapper .row-fake {
  display: flex;
}

.checkout-wrapper .row-fake .col-left {
  width: 59.333%;
  flex-shrink: 0;
  padding-right: var(--40);
}

.checkout-wrapper .row-fake .col-price {
  flex: 1;
}

.checkout-wrapper .checkout-title {
  color: #231f20;
  font-weight: bold;
  font-size: var(--30);
  margin-bottom: var(--25);
}

.checkout-wrapper .cart-empty {
  display: flex;
  margin-bottom: var(--20);
  padding-bottom: var(--20);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.checkout-wrapper .input-box label {
  color: rgba(0, 0, 0, 0.7);
  font-size: var(--14);
  font-weight: normal;
  margin-bottom: 0;
  line-height: var(--24);
}

.checkout-wrapper .col-info .col-name {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: var(--20);
  margin-bottom: var(--18);
}

.checkout-wrapper .col-info .col-email {
  margin-bottom: var(--18);
}

.checkout-wrapper .col-info .col-addr {
  margin-bottom: var(--30);
}

.checkout-wrapper .input-box > input {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 9rem;
  box-sizing: border-box;
  height: var(--40);
  padding: 0px var(--20);
  transition: all 0.2s;
  width: 100%;
  font-size: var(--14);
  box-shadow: none;
  color: #231f20;
  margin-bottom: 0;
}

.checkout-wrapper .input-box > input:focus {
  border: 1px solid var(--color2);
}

.checkout-wrapper .input-box > input::placeholder {
  color: #999;
}

.checkout-wrapper .option-item {
  font-size: var(--14);
  padding: 4px 15px;
  cursor: pointer;
  line-height: var(--20);
  box-shadow: none;
}

.checkout-wrapper .col-price .cart-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.4);
  display: flex;
  font-size: var(--12);
  font-weight: 400;
  margin-bottom: var(--20);
  padding-bottom: var(--12);
  text-transform: uppercase;
}

.checkout-wrapper .col-price .cart-title__item:nth-of-type(1) {
  flex: 1;
}

.checkout-wrapper .col-price .cart-title__item:nth-of-type(2) {
  flex: 0 0 20%;
  text-align: center;
}

.checkout-wrapper .col-price .cart-title__item:nth-of-type(3) {
  flex: 0 0 11%;
  text-align: right;
}

.checkout-wrapper .col-price .cart-item {
  display: flex;
  margin-bottom: var(--20);
  padding-bottom: var(--20);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.checkout-wrapper .col-price .price {
  flex-shrink: 0;
  color: #242424;
  font-size: var(--16);
  font-weight: 700;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
}

.checkout-wrapper .col-price .product-image {
  width: 25%;
  flex-shrink: 0;
  margin-right: var(--10);
}

.checkout-wrapper .col-price .product-image .image-cover {
  border-radius: var(--10);
  background: hsl(0deg 0% 94.51%);
}

.checkout-wrapper .col-price .product-details {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.checkout-wrapper .cart-item .product-item__name {
  display: block;
  color: #000;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: var(--10);
}

.checkout-wrapper .cart-item .product-item__update {
  display: flex;
  gap: var(--20);
  justify-content: space-between;
}

.checkout-wrapper .cart-item .variations {
  flex: 1;
}

.checkout-wrapper
  .cart-item
  .remove-item
  .checkout-wrapper
  .col-price
  .product-image
  .image-cover {
  border-radius: var(--10);
  background-color: hsla(0, 0%, 100%, 0.9);
}

.checkout-wrapper .cart-item .remove-item {
  margin: 0;
  padding: 0;
  font-size: var(--14);
  color: #242424;
  font-weight: normal;
  display: flex;
  align-items: center;
  gap: var(--5);
  margin-top: auto;
  min-height: auto;
  line-height: 1.3;
  margin-top: var(--10);
}

.checkout-wrapper .col-price .cart-totals .subtotal,
.checkout-wrapper .col-price .cart-totals .shipping {
  display: flex;
  justify-content: space-between;
  color: #231f20;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.checkout-wrapper .col-price .cart-totals span.amount {
  font-weight: normal;
}

.checkout-wrapper .col-price .cart-totals .total {
  border-top: 1px solid #d9d9d9;
  padding-top: var(--16);
  display: flex;
  justify-content: space-between;
  font-size: var(--16);
  color: #231f20;
}

.checkout-wrapper .col-price .cart-totals .total span.amount {
  color: #000;
  font-size: var(--16);
  font-weight: bold;
}

.cart-contents.loading {
  opacity: 0.5;
  pointer-events: none;
}

.quantity-controls {
  border-radius: 9rem;
  display: flex;
  width: var(--95);
  border: 1px solid #d9d9d9;
  justify-content: space-around;
  align-items: center;
}

.quantity-controls button {
  margin: 0;
  padding: 0;
  min-width: unset;
  min-height: unset;
  width: var(--34);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: var(--34);
}

.checkout-wrapper .col-price .qty-input {
  border: none;
  font-size: var(--13);
  margin: 0;
  padding: 5px 0;
  text-align: center;
  width: var(--25);
  box-shadow: none;
  height: var(--34);
  line-height: 1;
}

.checkout-wrapper input[type="number"]::-webkit-inner-spin-button,
.checkout-wrapper input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.error-inp {
  color: red;
  font-size: 12px;
  padding-left: var(--20);
  display: none;
}

.error-inp.show {
  display: inline;
}

.checkout-wrapper .col-payment {
  border-top: 2px solid #f1f1f1;
  padding-top: var(--30);
}

#payment-fake .t-wc_payment_method {
  height: var(--60);
  border: 1px solid #d9d9d9;
  border-radius: var(--12);
  padding: var(--8) var(--16);
  display: flex;
  margin-bottom: var(--10);
  align-items: center;
}

#payment-fake .custom-radio {
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  display: block;
  height: var(--20);
  position: relative;
  transition: all 0.2s;
  width: var(--20);
  margin-right: var(--10);
}

#payment-fake .custom-radio .checkmark {
  background-color: var(--color2);
  border-radius: 50%;
  display: none;
  height: var(--10);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--10);
}

#payment-fake .t-wc_payment_method.active .custom-radio {
  border: 1px solid var(--color2);
}

#payment-fake .t-wc_payment_method.active .custom-radio .checkmark {
  display: block;
}

#payment-fake .t-wc_payment_method .input-radio {
  display: none;
}

#payment-fake .t-wc_payment_method.active {
  background-color: hsla(0, 0%, 90%, 0.5);
}

#payment-fake .wc_payment_methods {
  list-style: none;
  margin: 0;
}

#payment-fake .t-wc_payment_method label {
  font-size: var(--14);
  color: #231f20;
  font-weight: bold;
  line-height: 1;
}

#payment-fake .t-wc_payment_method img {
  display: none;
}

.t-wc_payment_method input,
.t-wc_payment_method label {
  margin-bottom: 0;
  margin-top: 0;
  cursor: pointer;
}

.t-wc_payment_method > label:before {
  content: "";
  position: absolute;
  width: var(--44);
  height: var(--44);
  top: 0;
  left: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.t-wc_payment_method.payment_method_cod label:before {
  background-image: url(/wp-content/themes/flatsome-child/images/ship-cod-icon.png);
}

.t-wc_payment_method.payment_method_bacs label:before {
  background-image: url(./images/60378.png);
}

.t-wc_payment_method.payment_method_dht_momo_gateway label:before {
  background-image: url(/wp-content/themes/flatsome-child/images/momo-icon.webp);
}

.t-wc_payment_method.payment_method_vnpay label:before {
  background-image: url(/wp-content/themes/flatsome-child/images/vnpay.webp);
}

.t-wc_payment_method.payment_method_alepay label:before {
  background-image: url(/wp-content/themes/flatsome-child/images/alego-Logo.png);
}

.t-wc_payment_method label {
  width: 95%;
  padding-left: var(--55);
  position: relative;
  min-height: var(--44);
  display: inline-flex !important;
  align-items: center;
}

#payment-fake .place-order.disable {
  cursor: not-allowed;
}

#payment-fake .place-order.disable .button.thanh-toan {
  pointer-events: none;
  background-color: #231f20;
}

#payment-fake .button.thanh-toan {
  display: block;
  margin-right: 0;
  width: 100%;
  border-radius: 8px;
  background-color: var(--color2);
  font-size: 15px;
  text-transform: none !important;
  height: var(--40);
  margin-top: var(--25);
}

/* thanks-wrapper */
.thanks-wrapper {
  padding: var(--60) var(--section);
}

.thanks-wrapper .success-order {
  max-width: 75rem;
  margin: 0 auto;
}

.thanks-wrapper .title-page {
  font-size: var(--28);
  color: #231f20;
  margin-bottom: var(--30);
}

.thanks-wrapper .thanks-des {
  max-width: 40rem;
  margin: 0 auto var(--35);
  font-size: var(--14);
  color: #231f20;
}

.thanks-wrapper .button-shop {
  box-shadow: none;
  height: var(--65);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--60);
  width: fit-content;
  border-radius: 99rem;
  padding: 0 var(--48);
  background-color: #000;
  font-weight: normal;
  border: 1px solid #000;
  font-size: var(--16);
  line-height: 1.5;
}

.thanks-wrapper .button-shop:hover {
  background-color: #fff;
  color: #000;
}

.thanks-wrapper .thank-box-order {
  max-width: 75rem;
  margin: 0 auto;
}

.thanks-wrapper .order-title {
  text-align: center;
  font-size: var(--30);
  color: #231f20;
  margin-bottom: var(--16);
}

.order-item {
  border-radius: 16px;
  border-spacing: 0;
  width: 100%;
  border: 0;
  background: #fff;
  position: relative;
}

.order-item thead {
  position: relative;
}

.order-item td,
.order-item th {
  padding: var(--10) var(--20);
  border: 0;
}

.order-item td td:first-child {
  padding: var(--10);
}

.order-item thead > tr th {
  background-color: var(--color2);
  color: #fff;
  font-weight: 500;
  font-size: var(--15);
  text-transform: none;
  padding: var(--10) var(--20);
  border: 0;
  position: relative;
  z-index: 2;
}

.order-item span.amount {
  font-weight: normal;
}

.order-item thead > tr th:first-child {
  border-radius: 16px 0 0 16px;
}

.order-item thead > tr th:last-child {
  border-radius: 0 16px 16px 0;
  text-align: right;
}

.order-item tbody {
  position: relative;
}

.order-item tbody tr:nth-child(2n) td {
  background-color: #eee;
}

.order-item tbody tr:not(:nth-child(2n)) td {
  background-color: #d9d9d9;
}

.order-item tbody tr:last-child td:first-child {
  border-radius: 0 0 0 16px;
  overflow: hidden;
}

.order-item tbody:after,
.order-item tbody:before {
  background-color: #d9d9d9;
  bottom: 100%;
  content: "";
  height: var(--20);
  left: 0;
  position: absolute;
  width: var(--20);
}

.order-item tbody:after {
  left: auto;
  right: 0;
}

.order-item tbody tr:last-child td:last-child {
  border-radius: 0 0 16px 0;
}

.order-item tbody td {
  font-size: var(--14);
  color: #231f20;
  font-weight: normal;
}

.order-item tbody .pro-total {
  text-align: right;
}

.order-item tbody .screen-reader-text {
  display: none;
}

.order-item tbody .pro-price .box {
  display: flex;
  flex-direction: column-reverse;
}

.order-item tbody .name {
  margin-top: 0;
}

.order-item tbody .qty-mb {
  display: none;
}

.order-item tbody .product-attributes {
  color: #231f20;
  font-size: var(--14);
  margin: 0;
}

.order-item tbody .product-attributes li:last-child {
  margin: 0;
}

.order-item tbody .pro-price del .amount {
  font-size: var(--12);
  color: #333;
}

.order-item tbody td:first-child {
  padding-left: var(--10);
}

.order-item tbody .img {
  width: var(--70);
  margin-right: var(--12);
  flex-shrink: 0;
}

.order-item tbody .img .image-cover {
  border-radius: var(--5);
  border: 1px solid #9fb1e1;
  padding-top: 150%;
}

.order-item tbody .pro-info {
  display: flex;
  align-items: center;
}

.order-item tbody th:last-child {
  padding-right: var(--10);
}

.order-item tfoot td {
  background-color: #fff !important;
  border-bottom: 1px solid #d9d9d9;
  padding: var(--20) 0;
  text-align: left;
  font-size: var(--14);
  color: #231f20;
  flex-shrink: 0;
}

.order-item tfoot tr:last-child td {
  border-bottom: 1px solid #d9d9d9 !important;
}

.order-item tfoot tr:last-child td:first-child {
  border-radius: 0 0 0 16px;
}

.order-item tfoot tr:last-child td:last-child {
  border-radius: 0 0 16px 0;
}

.order-item tfoot tr.total_payment td {
  background-color: #000 !important;
  color: #fff;
  padding: 0.875rem 1.5rem;
}

.order-item tfoot tr.total_payment td {
  background-color: #000 !important;
  color: #fff;
  padding: 0.875rem 1.5rem;
  font-size: var(--18);
  font-weight: bold;
}

.thanks-wrapper .order-heading {
  text-align: center;
  font-size: var(--30);
  color: #231f20;
  margin-bottom: var(--16);
}

.thanks-wrapper .box-order-info {
  padding: var(--16) var(--32);
  background-color: #f1f1f1;
  border-radius: 16px;
}

.thanks-wrapper #addresses {
  margin: 0 !important;

  border: 0;
}

.thanks-wrapper #addresses p {
  font-size: var(--14);
  color: #231f20;
  display: flex;
  align-items: center;
}

.thanks-wrapper #addresses p span {
  width: 12.5rem;
}

/* End thanks-wrapper */
@media screen and (max-width: 767.98px) {
  .checkout-wrapper .row-fake {
    flex-wrap: wrap;
  }

  .checkout-wrapper .row-fake .col-left {
    width: 100%;
    flex-shrink: 0;
    padding-right: 0;
  }

  .checkout-wrapper .row-fake .col-price {
    order: -1;
    margin-bottom: var(--30);
  }

  .checkout-wrapper .checkout-title {
    font-size: var(--24);
  }

  .checkout-wrapper .col-price .product-image {
    width: 30%;
  }

  .checkout-wrapper .col-info .col-name {
    display: flex;
    flex-direction: column;
    grid-gap: var(--10);
    margin-bottom: var(--10);
  }

  .checkout-wrapper .col-info .col-email {
    margin-bottom: var(--10);
  }

  .location-wrapper {
    flex-direction: column;
    padding: var(--10) 0;
    gap: var(--10);
  }

  .thanks-wrapper .title-page {
    font-size: var(--24);
    margin-bottom: var(--25);
  }

  .thanks-wrapper .thanks-des {
    margin-bottom: var(--24);
  }

  .thanks-wrapper .order-title,
  .thanks-wrapper .order-heading {
    font-size: var(--22);
    margin-bottom: var(--10);
  }

  .order-item thead > tr th {
    padding: var(--10);
    font-size: var(--14);
    white-space: nowrap;
  }

  .thank-box-order table.order-item thead th:first-child {
    flex: 1;
  }

  .thank-box-order .order-item thead .tit-qty,
  .thank-box-order .order-item thead .tit-price,
  .thank-box-order .order-item .pro-quantity,
  .thank-box-order .order-item .pro-price {
    overflow: hidden;
    width: 0;
    padding: 0;
    margin: 0;
    display: none;
  }

  .thank-box-order .order-item thead tr {
    display: flex;
    width: 100%;
    min-width: 100%;
    border-collapse: unset;
  }

  .order-item tfoot tr.total_payment td {
    padding: 0.875rem 1rem;
    font-size: var(--16);
  }

  .thanks-wrapper #addresses p {
    flex-direction: column;
    align-items: flex-start;
    font-size: var(--16);
  }

  .thanks-wrapper .box-order-info {
    padding: var(--16);
  }

  .thanks-wrapper #addresses p span {
    opacity: 0.8;
    width: 100%;
    font-size: var(--14);
  }

  .thanks-wrapper #addresses p {
    margin-bottom: var(--12);
  }

  .order-item {
    display: block;
  }

  .order-item tfoot {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .order-item tfoot tr {
    display: flex;
    justify-content: space-between;
  }

  .order-item tfoot td[colspan] {
    width: 100%;
    flex: 1;
  }

  .order-item tfoot td {
    padding: var(--15) 0;
  }

  .order-item thead {
    display: flex;
  }

  .order-item tbody .name {
    font-size: var(--14);
    line-height: 1.4;
    font-weight: bold;
  }

  .order-item tbody .product-attributes {
    margin-bottom: var(--6);
  }

  .order-item tbody .qty-mb {
    display: block;
  }

  .order-item td,
  .order-item th {
    padding: var(--10);
  }
}

.bg-shop .row {
  max-width: 100% !important;
}
.bg-shop .products.row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.88rem;
}
.bg-shop .products.row .col {
  padding: 0;
  max-width: 100%;
}
.bg-shop {
  padding: 3.25rem var(--section);
}
.product-small {
  padding: 0;
}
.product-small.box {
  display: flex;
  padding: 2.5rem 2.5rem 0;
  align-items: center;
  column-gap: 3rem;
  background: #f7f9f9;
}
.product-small.box .box-image {
  width: 58%;
}
.product-small.box .box-image img {
  height: 15.9375rem;
  object-fit: cover;
  background: #f7f9f9;
}
.product-small.box .box-text {
  padding: 0;
}
.product-small.box .box-text .product-title {
  margin: 0 0 0.68rem;
}
.product-small.box .box-text .product-title a {
  color: var(--black);
  font-size: 1.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
	margin: 0;
}
.product-small.box .box-text .price{
	margin-bottom: 1rem;
}
.product-small.box .box-text .price span.amount{
	font-weight: 600;
    color: #e70000;
    font-size: 1rem;
}
.product-small.box .box-text .description {
  color: #6d6d6d;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 767.98px) {
  .bg-shop {
    padding: 1rem var(--section);
  }
  .bg-shop .products.row {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1rem;
  }
  .product-small.box .box-image img {
    height: 15rem;
  }
  .product-small.box .box-text .description {
    -webkit-line-clamp: 2;
    font-size: 0.875rem;
  }
  .product-small.box .box-text .product-title a {
    margin: 0;
    font-size: 1rem;
  }
  .product-small.box {
    padding: 1rem;
    flex-direction: column;
    row-gap: 1rem;
  }
  .product-small.box .box-text .product-title {
    margin-bottom: 0.5rem;
  }
  .product-small.box .box-text .button.btn__primary {
    font-size: 0.875rem;
    height: 2rem;
  }
  .product-small.box .box-image {
    width: 60%;
  }
  .product-small.box .box-text {
    text-align: center;
  }
}

/**single product */
.product-main {
  padding: 0;
}
.woocommerce-breadcrumb {
  display: none;
}
.product-main-inner {
  display: grid;
  grid-template-columns: 1fr 34.6875rem;
  column-gap: 1.5rem;
  padding: 1.25rem calc(var(--section) * 1.5) 3rem;
  background: #f7f9f9;
}
.product-main-inner h1 {
  font-size: 1.5rem;
  color: var(--theme-color);
  margin-bottom: 0.75rem;
}
.product-main-inner .product-info .content {
  font-size: 0.9375rem;
  color: var(--black);
}
.product-main-inner .product-info .description p:first-child {
  margin-bottom: 0.56rem;
  font-weight: 600;
}
.product-main-inner .product-info .description {
  font-size: 0.9375rem;
}
.product-main-inner .product-info .group-btn {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.3rem;
}
.product-main-inner .product-info .group-btn .button {
  padding: 0 1.25rem;
  margin: 0;
}
.product-main-inner .product-info .group-btn .button:hover {
  background: var(--theme-color);
  color: #fff;
}
.product-gallery .row {
  margin: 0;
  max-width: 100%;
  column-gap: 0.25rem;
  display: grid;
  grid-template-columns: 4.76494rem 1fr;
}
@media screen and (min-width: 768px) {
    .product-gallery .row{
        display: flex;
        column-gap: 1rem;
    }
    .product-gallery .row .large-2{
        width: 4.76494rem;
    }
    .product-gallery .row .large-10{
       flex: 1;
    }
}
.product-gallery .row .col {
  padding: 0;
  max-width: 100%;
}
.vertical-thumbnails img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
}
.product-thumbnails .is-nav-selected a img,
.product-thumbnails a:hover img {
  transform: none;
  margin: 0;
}
.product-thumbnails a {
  border: 0;
  aspect-ratio: 1;
  padding: 0.5rem;
}

.vertical-thumbnails::-webkit-scrollbar {
  width: 5px;
}
.vertical-thumbnails::-webkit-scrollbar-thumb {
  background: #bbbbbb;
}
.vertical-thumbnails .col {
  padding: 0;
}
.vertical-thumbnails .col:nth-child(n + 2) {
  padding-top: 0.5rem;
}
.product-gallery .woocommerce-product-gallery__image a {
  height: 31.5625rem;
  padding: 1.5rem;
  background: #fff;
  display: block;
}
.product-gallery .woocommerce-product-gallery__image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.product-gallery .flickity-button {
  display: none;
}

.product-info {
  background: #fff;
  padding: 2.5rem 2rem;
}
.product-info form.cart{
	display: none;
}
.product-info .price-wrapper span.amount{
	font-weight: 600;
    color: #e70000;
	font-size: 1.25rem;
}
.product-info .price-wrapper span.amount bdi{
	display: flex;
    align-items: center;
	column-gap: 0.25rem;
}
.product-info .price-wrapper span.amount bdi span.woocommerce-Price-currencySymbol{
	font-size: 1.25rem;
	font-weight: 600;
}
.product-footer {
  padding: 3.25rem calc(var(--section) * 1.5) 0;
}
.product-footer .container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.product-footer .container .col {
  padding: 0;
}
.product-footer .woocommerce-tabs {
  border: 0;
}
.product-footer .woocommerce-tabs .nav {
  margin: 0 !important;
  column-gap: 4rem;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.product-footer .woocommerce-tabs .tab-panels {
  padding-top: 2.25rem;
}
.product-footer .woocommerce-tabs .nav li {
  flex-shrink: 0;
}
.product-footer .woocommerce-tabs .nav li a {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--black);
  padding-top: 0;
}
.product-footer .woocommerce-tabs .nav li.active a {
  color: var(--theme-color);
}
.product-footer .woocommerce-tabs .nav li a::before {
  background: var(--theme-color);
  top: auto;
  bottom: 0;
  opacity: 1;
}
.product-footer table,
.product-footer table tr,
.product-footer table td {
  border: 0;
}
.product-footer table tr td:first-child {
  color: var(--black);
  font-weight: 600;
}
.product-footer table td {
  padding: 1rem 3.25rem;
}
.product-footer table tr:nth-child(odd) {
  background: #f7f9f9;
}
.image-tools a.button {
  display: none !important;
}
.product-gallery .custom-slide-counter {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-weight: 600;
  font-size: 0.8rem;
  color: var(--black);
  background-color: rgb(241 248 242);
  padding: 0.2rem 0.5rem;
  border-radius: 0.125rem;
}
.related-products {
  padding: 3.25rem var(--section);
}
@media (min-width: 768px) and (max-width: 850px) {
  .product-gallery .row {
    grid-template-columns: minmax(0, 1fr);
  }
  .vertical-thumbnails {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .product-main-inner h1 {
    font-size: 1.35rem;
  }
  .product-main-inner {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1rem;
    padding: 1rem;
  }
  .product-gallery .row {
    grid-template-columns: minmax(0, 1fr);
  }
  .vertical-thumbnails {
    display: none;
  }
  .product-info {
    padding: 1.5rem 1rem;
  }
  .product-main-inner .product-info .group-btn {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 0.56rem;
  }
  .product-footer .woocommerce-tabs .nav li {
    width: auto;
  }
  .product-footer .woocommerce-tabs .nav {
    column-gap: 1.5rem;
  }
  .product-footer .woocommerce-tabs .nav {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #fff;
    padding: 1rem;
  }
  .product-footer .woocommerce-tabs .nav li a {
    font-size: 1rem;
  }
  .product-footer {
    padding: 2rem 0 0;
  }
  .product-footer .woocommerce-tabs .tab-panels {
    padding: 1.25rem var(--section) 0;
  }
  .product-footer table td {
    padding: 1rem;
    font-size: 0.875rem;
    white-space: nowrap;
  }
  .product-footer .spec {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .product-footer .spec table {
    width: 100%;
    min-width: 38rem;
    border-collapse: collapse;
  }
  .related-products {
    padding: 2rem var(--section);
  }
  .product-gallery .woocommerce-product-gallery__image a {
    height: 24.5625rem;
  }
}
