/*.single-product-layout {
	padding: 15rem 0 10rem;
}*/
#product-content::after {
  content: "";
  display: table;
  clear: both;
}

ol.flex-control-nav.flex-control-thumbs {
  margin-top: 24px !important;
}

.sub-label p {
  color: #fff;
  font-weight: 500;
}

.custom-summary h1,
p {
  color: #fff;
}

h1.product_title.entry-title {
  margin-bottom: 20px;
}

.sub-label {
  margin-bottom: -12px;
}

.custom-summary strong {
  font-size: 34px;
  font-weight: 400;
  margin-left: 10px;
}

.custom-summary .product_price span.price {
  color: inherit !important;
  font-size: inherit !important;
}

.custom-summary .quantity {
  display: none;
}

button.single_add_to_cart_button.button.alt {
  width: 80%;
  margin-top: 30px;
  background-color: #edc25a !important;
  color: #000 !important;
  font-weight: 400;
  border-radius: 0;
  padding: 15px;
}

.line-cart {
  border: 1px solid #999999;
  margin-bottom: 30px;
}

.content-sumary-down span {
  font-size: 12px;
  background-color: #bc2b2b;
  padding: 0 7px 2px;
  letter-spacing: 5px;
  margin-right: 10px;
}

.content-sumary-down p {
  margin: 0 0 10px;
}

.content-sumary-down ul li {
  color: #fff;
  font-size: 14px;
  list-style-type: disc;
  margin-left: 35px;
  font-weight: 300;
}

.content-sumary-down ul {
  margin-bottom: 16px;
}

a.btn-detail {
  background-color: #fff;
  color: #000;
  font-size: 15px;
  padding: 8px 30px;
}

.content-sumary-down {
  margin-bottom: 32px;
}

.woocommerce-product-gallery__image img {
  transition: opacity 0.3s ease-in-out;
}

.product-detail .swiper.thumbs-swiper {
  margin-top: 12px;
}

.content-box-one {
  position: relative;
  background-image: url('../images/image-detail.png');
  /* đường dẫn ảnh */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.content-box {
  background-color: rgb(255 255 255 / 47%);
  padding: 40px;
  max-width: 500px;
}

.content-box h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}

.content-box p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #333;
}

.product-content-block {
  margin-top: 40px;
}

.content-box-two {
  align-items: center;
  width: 100%;
  margin: 30px 0;
}

.text-b h4 {
  color: #fff;
  font-size: 20px;
}

.spec-text {
  text-align: right;
}

.content-box-three {
  margin-top: 30px;
}

.text-nomar {
  text-align: center;
  margin-bottom: 25px;
}

.image-nomar {
  background-color: #fff;
}

.car-infomation {
  color: #ffffff;
}

.product-quantity input.qty {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #999999 !important;
  border-radius: 3px;
}



@media screen and (max-width: 768px) {
  .content-box-one {
    justify-content: center;
    height: auto;
    padding: 40px 20px;
  }

  .content-box {
    margin-right: 0;
    padding: 30px 20px;
    max-width: 90%;
  }

  tr.woocommerce-shipping-totals.shipping td {
    word-break: break-word;
    white-space: normal;
  }

  td.product-name {
    word-break: break-word;
    white-space: normal;
  }
}

.step-number {
  display: flex;
  margin: 22px auto;
}

.step-number .step {
  display: block;
  width: 33%;
  text-align: center;
}

.step-number .number {
  background: #333333;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 8px;
  display: inline-block;
  position: relative;
}

.step-number .circle {
  position: relative;
  padding: 8px 0 8px;
  z-index: 1;
}

.step-number .circle span {
  background: #333333;
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 14px auto;
  display: block;
  position: relative;
  z-index: 9;
}

.step-number .step:first-child .circle::after {
  width: 50%;
}

.step-number .circle::after {
  content: '';
  background: #a5a5a5;
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 52%;
  right: 0;
}

.step-number .text {
  font-weight: 500;
  padding: 0 4px;
  color: #fff;
}

.step-number .step.current .number {
  background: #edc25a;
}

.step-number .step.current .number::after {
  content: '';
  width: 0px;
  height: 0;
  border-top: 10px solid #edc25a;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: -8px;
  left: 40%;
}

.step-number .step.current .circle span {
  background: #edc25a;
  border: 1px solid #edc25a;
  /*box-shadow: 0 0 0 2px #edc25a;*/
}

.step-number .step.current .text {
  color: #edc25a;
  font-weight: 700;
}

.step-number .step:last-child .circle::after {
  width: 50%;
  left: 0;
  right: auto;
}

.cart-left {
  flex: 1 1 60%;
  background: #000;
  padding: 0px;
}

.woocommerce-cart-form table {
  width: 100% !important;
  border-collapse: collapse;
  color: #fff;
  min-width: 100%;
}

.woocommerce-cart-form table tbody tr {
  border-bottom: 1px solid #333333;
}

.woocommerce-cart-form table th,
td {
  background-color: #000;
  border-bottom: 1px solid #9b9b9b;
  border-top: none;
  border-left: none;
  border-right: none;
}

.woocommerce-cart-form thead th {
  text-align: left;
  padding-bottom: 10px;
  /*  border-bottom: 1px solid #444;*/
  color: #aaa;
  font-weight: normal;
}

.woocommerce-cart-form__cart-item {
  /*  border-bottom: 1px solid #333;*/
  padding: 20px 0;
}

.product-thumbnail img {
  width: 100px;
  height: auto;
  object-fit: cover;
  background: #ccc;
}

tr.woocommerce-cart-form__cart-item .product-name {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 15px 0;
  align-items: center;
}

.product-info {
  flex: 1;
}

.product-info strong {
  font-size: 18px;
}

.product-meta p {
  font-size: 12px;
  color: #aaa;
}

.product-meta>p:not(.mangosteen-cart-base-price-primary) {
  display: none;
}

.product-meta>p.mangosteen-cart-base-price-primary {
  display: block;
}

.product-quantity input.qty {
  width: 50px;
  padding: 5px;
  background-color: #fff;
  color: #000;
  border: none;
  text-align: center;
}

.product-subtotal {
  font-size: 16px;
  /*text-align: center;*/
}

.product-subtotal a {
  margin-left: 10px;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

.cart-actions {
  text-align: right;
  margin-top: 20px;
}

.cart-actions .button {
  background-color: #f5c24c !important;
  color: #000 !important;
  padding: 10px 20px !important;
  border: none;
  font-weight: 400 !important;
  cursor: pointer !important;
  opacity: 1 !important;
  border-radius: 0px !important;
}

.cart-actions .button:hover {
  opacity: 0.8;
}

/* ========== Bên phải: Tổng cộng ========== */
.cart-right {
  flex: 1 1 27.5%;
  background: #2b2b2b;
  padding: 20px;
  border-radius: 5px;
}

.cart-right table th {
  background-color: #2b2b2b;
  border: none;
}

.cart-right table td {
  background-color: #2b2b2b;
  border: none;
}

.cart-right h2 {
  font-size: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #444;
  padding-bottom: 10px;
}

p.tetxt-mota-cart {
  margin-top: -30px;
}

.cart-right .totals {
  margin-bottom: 20px;
}

.cart-right .totals p {
  font-size: 12px;
  color: #ccc;
  line-height: 1.5;
}

.cart-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cart-buttons .button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  font-weight: bold;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.cart-buttons .btn-checkout {
  background-color: #f5c24c;
  color: #000;
}

.cart-buttons .btn-continue {
  background-color: #fff;
  color: #000;
}

.cart-left table.cart .product-thumbnail img {
  width: 150px !important;
}

.cart-buttons .wc-proceed-to-checkout {
  padding: 20px 0 0 !important;
}

.cart-buttons .wc-proceed-to-checkout a {
  padding: 10px 0 !important;
  margin-bottom: 0px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  background-color: #edc25a !important;
  color: #000 !important;
}

.cart-right tr.order-total td {
  text-align: right;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 1px;
}

ul#thwmscf-tabs {
  display: none;
}

.thwmscf-tab-panels {
  background-color: #000 !important;
}

.checkout-cart .cart-right {
  display: none;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

p#billing_country_field {
  display: none;
}

.thwmscf-tab-panel input {
  border-radius: 0px !important;
}

.woocommerce form .form-row .required::after {
  display: none !important;
}

/*.woocommerce form .form-row span.required {
    display: none;
}*/
.woocommerce form .form-row span.optional {
  display: none;
}

span.checkout-require-custom {
  font-size: 10px;
  background-color: #c41e1e;
  padding: 0 8px 1px;
  margin-left: 5px;
}

.woocommerce-billing-fields h3 {
  color: #ffffff;
  border-bottom: 1px solid;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.thwscf-shipping {
  margin: 60px 0;
}

.shipping-title-custom h3 {
  color: #ffffff;
  border-bottom: 1px solid;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

h4#ship-to-different-address span {
  color: #000000;
  font-size: 15px;
}

h4#ship-to-different-address {
  background-color: #ffffff;
  padding: 5px 10px;
}

div#delivery_fields {
  margin-top: 60px;
}

#delivery_fields h3 {
  color: #ffffff;
  border-bottom: 1px solid;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.thwmscf-buttons a.button.thwmscf-cart-url {
  background-color: #ffffff;
  border-radius: 0;
  font-weight: 500;
  letter-spacing: 1px;
}

.thwmscf-buttons input.button-prev.action-prev.thwmscf-first-prev {
  background-color: #ffffff;
  border-radius: 0;
  padding: 12px 60px;
  font-weight: 500;
  letter-spacing: 1px;
  border: none;
}

.thwmscf-buttons input.button-prev.action-prev {
  background-color: #ffffff;
  border-radius: 0;
  font-weight: 500;
  letter-spacing: 1px;
  border: none;
}

.thwmscf-buttons input.button-next.action-next {
  background-color: #edc25a;
  border-radius: 0;
  font-weight: 500;
  letter-spacing: 1px;
  border: none;
}

.thwmscf-buttons {
  margin-top: 0 !important;
}

/*.thwmscf-buttons {
    margin-top: 40px!important;
}*/
input.thwmscf-first-prev {
  display: none;
}

input.thwmscf-last-next {
  display: none;
}

table.shop_table.woocommerce-checkout-review-order-table th,
td {
  color: #ffffff;
}

table.shop_table.woocommerce-checkout-review-order-table {
  border-collapse: collapse !important;
}

.custom-table-review-sohin th,
.custom-table-review-sohin td {
  color: #ffffff;
  background-color: #000;
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: 1px solid #818181;
  padding: 25px 0 !important;
}

.checkout-info-cuctom .title-infomation {
  display: block;
  border-bottom: 1px solid #8f8f8f;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 0;
}

.checkout-info-cuctom .content-info {
  margin: 0px auto;
  padding: 12px 0;
}

.checkout-info-cuctom ul {
  display: table;
  width: 100%;
}

.checkout-info-cuctom ul li {
  display: table-row;
}

.checkout-info-cuctom ul li .data-t {
  width: 42%;
}

.checkout-info-cuctom ul li .data-d {
  padding-left: 50px;
}

.checkout-info-cuctom ul li .data-d {
  width: 58%;
}

.checkout-info-cuctom ul li .data-t,
.checkout-info-cuctom ul li .data-d {
  display: table-cell;
  padding: 8px 4px;
  vertical-align: top;
}

.remark-payment {
  padding: 30px 35px;
  font-size: 13px;
}

.bg-lightgray {
  background: #333333;
}

.billing-info-radio {
  background-color: #ffffff;
  padding: 5px 10px;
  font-weight: 600;
  margin-bottom: 9px;
}

ul.wc_payment_methods.payment_methods.methods {
  padding: 0px !important;
}

.payment-hoho-item {
  padding: 6px 10px;
  background-color: #ffffff;
  margin-bottom: 6px;
}

img.stripe-cards-icon.stripe-icon {
  display: none;
}

.payment_box.payment_method_bacs {
  background-color: #333333 !important;
  margin: 0px !important;
}

.woocommerce-checkout #payment div.payment_box::before {
  display: none !important;
}

.woocommerce-checkout #payment {
  background: none !important;
}

.payment_box.payment_method_bacs {
  margin-bottom: 17px !important;
  margin-top: -7px !important;
  border-radius: 0px !important;
}

.payment_box.payment_method_stripe {
  margin-top: -7px !important;
  border-radius: 0px !important;
  background-color: #333333 !important;
}

.payment_method_stripe fieldset {
  border: none;
}

p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
  display: none !important;
}

/*fieldset#wc-stripe-upe-form {
    display: block;
}*/
.wc-stripe-upe-element {
  margin-bottom: 4px;
  width: 50%;
}

button.button.alt.custom-place-order-btn {
  padding: 10px !important;
  background-color: #edc25a !important;
  color: #000 !important;
  border-radius: 0px;

}

/*#place_order {
    display: none !important;
}*/
a.header-cart-icon {
  display: flex;
}

span.cart-count {
  margin-left: 3px;
}

.woocommerce-message {
  padding: 0.5em 2em 0.5em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #edc25a !important;
  color: #000000 !important;
  border-top: 3px solid #edc25a !important;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}

.return-to-shop a.button.wc-forward {
  background-color: #fff !important;
  border-radius: 0px;
}

.cart-empty.woocommerce-info {
  background: none !important;
  border: none !important;
  color: #fff !important;
  text-align: center;
}

.cart-empty.woocommerce-info:before {
  display: none;
}

.page-content-cart-cus p.return-to-shop {
  text-align: center;
}

.page-content-cart-cus a.button.wc-backward {
  background-color: #fff;
  border-radius: 0px;
  padding: 12px 40px;
}

td.product-dele-icon img {
  width: 17px !important;
}

.remark-payment.bg-lightgray ul li {
  list-style-type: disc;
  color: #fff;
  margin: 6px 0px 0 30px;
}

.remark-payment.bg-lightgray ul li a {
  color: #fff;
}

section.woocommerce-order-details {
  display: none;
}

section.woocommerce-customer-details {
  display: none;
}

.woocommerce-order {
  text-align: center;
  margin-top: 40px;
}

.woocommerce ul.order_details li {
  color: #fff
}

.thank-content-top {
  text-align: center;
  color: #fff;
  margin: 60px 0;
}

.content-thank-down {
  margin: 0 auto;
  background-color: #222222;
}

.content-thank-down ul.order_details li {
  float: none !important;
  border: none !important;
  display: flex;
  align-items: center;
  line-height: 24px !important;
}

.or-list-big-tt {
  text-align: left;
  padding: 10px 20px;
  background-color: #444444;
  color: #fff;
  letter-spacing: 1px;
}

p.list-or-tt {
  font-weight: 600;
  margin-right: 10px;
}

.content-thank-down ul.order_details li {
  font-size: 13px !important;
}

.payment-info-bank {
  text-align: left;
  background-color: #444444;
  padding: 16px;
}

.in-fo-bank-ctn h5 {
  color: #fff;
  margin-bottom: 12px;
}

.bank-in-danger p {
  font-size: 11px;
  margin-top: 22px;
}

.content-brow-not {
  background-color: #edc25a;
  margin: 60px auto 0;
  padding: 26px 0;
}

.content-brow-not h4 {

  display: inline-flex;
  align-items: center;
}

.content-brow-not h4 span {
  font-size: 14px;
  background-color: #bc2b2b;
  color: #fff;
  padding: 4px 15px;
  letter-spacing: 6px;
  margin-right: 13px;
}

.brow-shita p {
  color: #333333;
  margin-bottom: 30px;
}

.brow-shita a {
  font-weight: 600;
  color: #333333;
}

table.variations td {
  padding: 0 10px 10px 0 !important;

}

table.variations {
  margin: 20px 0 0 0 !important;
  padding-bottom: 0px;
  min-width: 100%;
}

.woocommerce div.product form.cart .variations select {
  color: #000000;
  background-color: #d4d3d3;
  padding: 0 10px;
}

table.variations th {
  padding: 0 !important;
  background: none;
  color: #fff;
}

.woocommerce-variation-price {
  display: none;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled .quantity input {
  background: #000 !important;
  height: 0px;
  border: none;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled .quantity {
  height: 0px !important;
}

.single-product .quantity {
  display: none !important;
}

span.variation-label-custom {
  font-size: 14px;
}

/* Fix */
.single-product p.sp-none {
  color: #000;
}

.single-product .sp-block {
  color: #000;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  z-index: 1 !important;
}

.swiper-thumb-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.swiper-button-prev,
.swiper-button-next {
  position: static;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  margin-top: 5px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 24px;
  color: #fff;
  font-weight: 800;
}

a.reset_variations {
  display: none;
}

.woocommerce div.product form.cart .variations select {
  min-width: 77% !important;
}


/* ========== Responsive ========== */
@media (max-width: 768px) {
  .custom-cart-wrapper {
    flex-direction: column;
  }

  .cart-left,
  .cart-right {
    flex: 1 1 100%;
    margin-top: 60px;
  }

  .product-name {
    flex-direction: column;
  }

  .product-thumbnail img {
    width: 100%;
  }

  .all-distance {
    padding: 10rem 0 10rem;
  }

  button.single_add_to_cart_button.button.alt {
    width: 100%;
  }

  .content-box-two {
    display: block;
  }

  .step-number {
    width: 100%;
  }

  .step-number .text {
    font-size: 12px;
    color: #fff;
  }

  td.product-name:before {
    display: none;
  }

  .woocommerce-cart-form thead th {
    width: 100%;
  }

  .woocommerce table.shop_table_responsive thead,
  .woocommerce-page table.shop_table_responsive thead {
    display: block !important;
  }

  th.product-quantity {
    display: none;
  }

  .pc-content {
    display: none !important;
  }

  .pduct-info-sp {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #b5b5b5;
  }

  .product-left-sp img {
    width: 30%;
  }

  .product-left-sp {
    display: flex;
  }

  .pr-sp-small {
    margin-left: 10px;
  }

  .pr-sp-small strong {
    color: #fff;
  }

  .quantyti-sp-cus {
    margin-top: 14px;
  }

  p.pr-sp-price {
    margin-bottom: 10px;
  }

  .title-cart-spp {
    display: flex;
    color: #fff;
    justify-content: space-between;
    border-bottom: 1px solid #a8a8a8;
    margin-bottom: 20px;
  }

  /*table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    display: none;
  }*/
  .cart-content-custom.sp-content {
    margin: 30px 0;
  }

  .cart-actions button {
    width: 100%;
  }

  .cart-right h2 {
    color: #fff;
  }

  .thwmscf-tab-panels {
    padding: 10px 0 !important;
  }

  .thwscf-billing {
    margin-top: 60px;
  }

  .thwmscf-buttons a.button.thwmscf-cart-url {
    width: 48%;
    height: 36px;
    text-align: center;
  }

  .thwmscf-buttons input.button-next.action-next {
    width: 48%;
    height: 36px;
    text-align: center;
  }

  table.shop_table.woocommerce-checkout-review-order-table {
    width: 100%;
    min-width: 100%;
  }

  .checkout-info-cuctom {
    margin-top: 60px;
  }

  button.button.alt.custom-place-order-btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .thwmscf-buttons input.button-prev.action-prev {
    width: 48%;
    height: 36px;
    text-align: center;
  }

  .shipping_address {
    padding: 30px 10px;
    background-color: #333333;
  }

  .thank-content-top h2 {
    font-size: 18px;
  }

  .content-thank-down {
    max-width: 100%;

  }

  .content-dddddd {
    padding: 26px 10px 30px 10px;
  }

  .content-brow-not {
    max-width: 100%;
  }

  .content-brow-not h3 {
    font-size: 20px;
    color: #333333;
    padding: 10px 0;
  }

  p.list-or-tt {
    font-size: 12px;
  }

  .in-fo-bank-ctn {
    background-color: #666666;
    padding: 14px;
  }

  .number-bank-cus p {
    font-size: 14px;
  }

  .payment-info-bank h4 {
    color: #fff;
    font-size: 16px;
  }

  p.text-bank-su {
    font-size: 14px;
    padding: 20px 0;
  }

  .content-thank-down ul.order_details li {
    margin: 0 !important;
  }

  .in-fo-bank-ctn h5 {
    font-size: 12px;
  }

  .brow-shita {
    color: #333333;
    font-size: 12px;
  }

  .content-brow-not h5 {
    font-size: 12px;
    color: #bc2b2b;
  }

  .content-brow-not h4 {
    font-size: 18px;
  }

  .wp-block-woocommerce-checkout-order-summary-block {
    display: none;
  }
}



@media screen and (min-width: 768px) {
  .content-box-small {
    max-width: 800px;
    margin: 40px auto 0;
  }

  .woocommerce-billing-fields__field-wrapper {
    max-width: 640px;
  }

  .woocommerce-shipping-fields__field-wrapper {
    max-width: 640px;
    background-color: #323232;
    padding: 10px 20px;
  }

  .delivery-body-cus {
    max-width: 640px;
  }

  h4#ship-to-different-address {
    max-width: 640px;
  }

  .billing-info-radio {
    max-width: 640px;
  }

  .checkout-info-cuctom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 65px auto 55px;
  }

  .checkout-info-cuctom .car-infomation {
    width: 48%;
  }

  .remark-payment.bg-lightgray {
    margin-top: 100px;
  }

  .wc-stripe-upe-element {
    margin-bottom: 4px;
    width: 50%;
  }

  .button-checkout-custom-new {
    display: flex;
    width: 100%;
  }

  button.button.alt.custom-place-order-btn {
    width: 47%;
    margin-right: 24px;
  }

  .button-checkout-custom-new .thwmscf-buttons {
    width: 50%;
  }

  .button-checkout-custom-new input.button-prev.action-prev {
    width: 48%;
  }

  .button-checkout-custom-new a.button.thwmscf-cart-url {
    width: 48%;
  }

  .all-distance {
    padding: 15rem 0 10rem;
  }

  .content-box-two {
    display: inline-flex;
  }

  .step-number {
    width: 80%;
  }

  .step-number .text {
    font-size: 15px;
  }

  .page-content-cart-cus .custom-cart-wrapper {
    display: flex;
    gap: 30px;
    flex-wrap: nowrap;
    padding: 40px 10px;
    color: #fff;
  }

  .sp-content {
    display: none !important;
  }

  .thwmscf-buttons a.button.thwmscf-cart-url {
    padding: 16px 60px;
  }

  .thwmscf-buttons input.button-next.action-next {
    padding: 12px 90px;
  }

  .thwmscf-buttons input.button-prev.action-prev {
    padding: 12px 60px;
  }

  .content-thank-down {
    max-width: 800px;
  }

  .content-dddddd {
    padding: 0px 20px 20px 20px;
    margin-top: 20px;
  }

  .content-brow-not {
    max-width: 800px;
  }

  .content-brow-not h3 {
    font-size: 28px;
    color: #333333;
    padding: 14px 0;
  }

  .in-fo-bank-ctn {
    background-color: #666666;
    padding: 16px;
  }

  .number-bank-cus p {
    font-size: 15px;
  }

  .payment-info-bank h4 {
    color: #fff;
    font-size: 20px;
  }

  p.text-bank-su {
    font-size: 15px;
    padding: 20px 0;
  }

  .in-fo-bank-ctn h5 {
    font-size: 17px;
  }

  .brow-shita {
    color: #333333;
    font-size: 14px;
  }

  .content-brow-not h5 {
    font-size: 16px;
    color: #bc2b2b;
  }

  .content-brow-not h4 {
    font-size: 22px;
  }

  .review-columns {
    display: flex;
    gap: 20px;
  }

  table.shop_table.woocommerce-checkout-review-order-table {
    margin-bottom: 80px;
  }
}

@media (min-width: 468px) {
  .text-b {
    width: 60%;
  }

  .image-b {
    width: 40%;
  }

  tr.wc-block-cart-items__row td {
    width: 33%;
    vertical-align: middle !important;
  }

  a.button-modoru-cart {
    width: 200px;
  }

  button.button.primary.next-step {
    width: 200px;
  }
}

@media (max-width: 468px) {
  .product-info {
    text-align: left;
  }

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


.variations select {
  display: none !important;
}

.cfvsw-swatch-inner {
  color: #fff;
  font-weight: 600;
}

.cfvsw-swatches-option.cfvsw-label-option.cfvsw-swatches-blur-disable.cfvsw-swatches-disabled.cfvsw-swatches-blur.cfvsw-swatches-out-of-stock {
  /* text-decoration: line-through; */
  /* color: #070707; */
  opacity: 0.375;
}

.cfvsw-swatches-option {
  border: 2px solid #fff;
  background: #000;
}

.cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch {
  border: 2px solid #e8c463 !important;
}

.cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch .cfvsw-swatch-inner {
  color: #e8c463 !important;
}

.cfvsw-swatches-option:not(.cfvsw-swatches-disabled, .cfvsw-swatches-out-of-stock):hover {
  border-color: #eec05c;
  box-sizing: border-box;
}

.single_variation_wrap button.single_add_to_cart_button.button.alt {
  width: 100%;
}

button.single_add_to_cart_button.button:hover {
  background-color: #ffd66e !important;
}





h2.wc-block-components-title {
  color: #fff;
}

span.wc-block-components-checkbox__label {
  color: #fff;
}

.wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block.is-sticky.is-large {
  display: none;
}

.wc-block-checkout__shipping-option {
  display: none;
}

/* Ẩn các section không cần thiết ban đầu */
.custom-multi-step-container .step-2-section,
.custom-multi-step-container .order-review-summary {
  display: none;
}

/* Navigation buttons */
.checkout-navigation-buttons {
  margin: 25px 0;
  display: flex;
  gap: 15px;
  clear: both;
  justify-content: space-between;
}


/* Responsive */
@media (max-width: 768px) {
  .checkout-navigation-buttons {
    flex-direction: column;
  }

  .checkout-navigation-buttons .button {
    width: 100%;
    text-align: center;
  }

  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block !important;
  }
}


/* Quan trọng: Hiển thị review section */
.order-review-summary {
  display: block;
  /* Ưu tiên hiển thị */
  opacity: 1 !important;
  animation: fadeIn 0.5s ease;
}

.review-content {
  background: #1f1d1d;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.review-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.review-content li {
  padding: 14px 0;
  border-bottom: 1px solid #2f2f2f;
  display: flex;
  width: 100%;
  color: #fff;
}

.review-content .data-t {
  width: 35%;
}

.review-content .data-d {
  width: 65%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

button.button.secondary.edit-step {
  background-color: #edc25a;
  border: none;
  padding: 10px;
  font-weight: 600;
  color: #363535;
}

a.modoru-cart-check {
  background-color: #fff;
  border: none;
  padding: 10px;
  font-weight: 600;
  color: #363535;
}



/* Order review section */
.order-review-summary {
  background: #1f1d1d;
  padding: 20px;
  margin-bottom: 20px;
  /*    border: 1px solid #e5e5e5;*/
  border-radius: 3px;
  position: relative;
}

.review-footer-buttons {
  margin-top: 25px;
  display: flex;
  gap: 15px;
  justify-content: space-between;

}

.review-footer-buttons .button {
  width: 48%;
  text-align: center;
}

/* Ẩn nút navigation cũ */
.checkout-navigation-buttons .prev-step {
  display: none !important;
}

p#wc-guest-checkout-notice {
  display: none;
}

p.wc-block-components-checkout-step__description {
  display: none;
}

.wc-block-components-address-form__country.wc-block-components-country-input {
  display: none;
}

h2.wc-block-components-title.wc-block-components-checkout-step__title {
  color: #ffffff;
  border-bottom: 1px solid;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

a.button-modoru-cart {
  background-color: #ffffff;
  border-radius: 0;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000;
  padding: 10px 0;
  text-align: center;
}

button.button.primary.next-step {
  background-color: #edc25a;
  border-radius: 0;
  font-weight: 500;
  letter-spacing: 1px;
  border: none;
  padding: 10px 0;
  text-align: center;
}

span.wc-block-components-address-form__address_2-toggle {
  color: #fff;
}

.shipping {
  font-size: .75rem;
  color: #edc25a;
}


/* cart new */

table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
  min-width: 100% !important;
}

.wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns {
  display: none;
}

tr.wc-block-cart-items__header th {
  color: #aaa;
  font-weight: 700;
  font-size: 16px;
}

a.wc-block-components-product-name {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

td.wc-block-cart-item__product {
  padding: 20px !important;
}

.is-large.wc-block-cart .wc-block-cart-items td {
  border-top: 1px solid hsl(0deg 0% 95.74% / 50%) !important;
  border-bottom: 1px solid hsl(0deg 0% 95.74% / 50%) !important;
}

.wc-block-components-quantity-selector {
  border: 1px solid #8e8e8e;
  border-radius: 0px;
}

.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
  background-color: #2b2b2b;
}

h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
  color: #fff !important;
  font-size: 20px !important;
  border-bottom: 1px solid #5f5f5f !important;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
  display: none;
}

.wp-block-woocommerce-cart-order-summary-subtotal-block.wc-block-components-totals-wrapper {
  display: none;
}

.wp-block-woocommerce-cart-order-summary-totals-block {
  display: none;
}

.wc-block-components-totals-item.wc-block-components-totals-footer-item {
  margin-top: 30px;
  color: #fff;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  padding: 10px 0 !important;
  margin-bottom: 0px !important;
  font-weight: 500 !important;
  background-color: #edc25a !important;
  color: #000 !important;
}

.wc-block-components-button__text {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
  padding: 10px 30px !important;
}

.page-content-checkout-cus .wc-block-components-sidebar-layout .wc-block-components-main {
  width: 100% !important;
}

h4.title-check-info {
  color: #fff;
  font-size: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

label.wc-block-components-radio-control__option {
  background-color: #fff;
}

div#radio-control-wc-payment-method-options-bacs__content {
  background-color: #333333;
  color: #fff;
  padding: 20px;
  font-size: 14px;
}

div#radio-control-wc-payment-method-options-stripe__content {
  background-color: #333333;
  color: #fff;
  padding: 20px;
  font-size: 14px;
}

.p-Grid.p-CardForm {
  padding: 20px 0 0;
}

p.u-lh.u-fs-sm.u-color-textSecondary {
  display: none !important;
}

.wc-block-components-address-card {
  color: #fff;
}

.wc-block-components-address-card address .wc-block-components-address-card__address-section span {
  display: block !important;
}

.wc-block-components-address-card address .wc-block-components-address-card__address-section span:after {
  content: none !important;
}

.order-review-summary {
  margin: 30px 0;
}

fieldset#payment-method {
  margin-top: 60px !important;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  background-color: #edc25a;
  border: none;
}

p.sdsfsdf {
  margin: 10px 0 20px;
  font-size: 13px;
  color: #edc25a;
}

.step-1-section .remark-payment.bg-lightgray {
  display: none;
}

.remark-payment.bg-lightgray.step-2-section {
  margin-bottom: 40px;
}

.wc-block-components-checkbox.wc-block-checkout__use-address-for-billing span.wc-block-components-checkbox__label {
  color: #fff;
  font-weight: 600;
}

.wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large {
  margin-top: 60px;
}

#stripe-card-element {
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

/*fieldset#wc-stripe-upe-form {
    display: none !important;
    height: 0 !important;
    overflow: hidden;
}*/

.InputContainer .InputElement {
  color: #fff;
}

h4.tt-ll {
  border-bottom: 1px solid #8f8f8f;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 0;
  color: #fff;
  margin-bottom: 20px;
}

.thwmscf-wrapper #payment .place-order {
  text-align: center;
  width: 100%;
  display: flex;
}

#place_order {
  /* display: none !important; */
  padding: 20px 0 !important;
  background-color: #edc25a !important;
  color: #000 !important;
  border-radius: 0px;
  margin: 0 auto;
  width: 40%;
}

a.woocommerce-product-gallery__trigger {
  display: none;
}

.test-cart-empty {
  text-align: center;
  color: #fff;
}

.test-cart-empty h4 {
  font-size: 22px;
  letter-spacing: 1px;
}

.payment_box.payment_method_stripe_deferred {
  background-color: #333333 !important;
  color: #fff !important;
}

button#confirm-stripe-card {
  background-color: #f5c24c;
  color: #2b2b2b;
  font-size: 14px;
}

.alert.alert-danger {
  color: #f5c24c;
}

.test-bton {
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-top: -18px;
}

.woocommerce ul.order_details li {
  text-transform: inherit !important;
}

/*p#shipping_country_field {
    display: none;
}*/


td.product-quantity:before {
  display: none;
}

td.product-subtotal:before {
  display: none;
}

td.product-dele-icon:before {
  display: none;
}

.product-dele-icon a,
.product-dele-icon img {
  display: inline-block;
  text-align: right;
}

.product-info a {
  color: #fff;
}

.product-info a:hover {
  color: #edc25a;
}


.rudr-variation-buttons {
  display: flex;
  flex-flow: wrap;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  grid-gap: 8px;
  width: fit-content;
}

label.variation-button span {
  font-size: 12px;
  display: block;
  width: 100%;
}

label.variation-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  height: 40px;
  border: 2px solid #ccc;
  border-radius: 4px;
  padding: 0 10px;
  cursor: pointer;
  text-align: center !important;
  user-select: none;
}

select#pa_steering {
  display: none;
}

select#pa_kara {
  display: none;
}

.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
  display: flex;
}

.swatch-attribute-label {
  display: none;
}

table.variations th.label {
  font-size: 14px;
}

label.variation-button.active {
  border: 2px solid #edc25a;
  color: #edc25a;
}

.spec-label {
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
}

.table-wrapper {
  color: #fff;
  font-size: .875rem;
}

.table-wrapper td {
  background-color: #777;
  border: 1px solid #444;
}

.wpgs-nav.slick-initialized.slick-slider {
  padding: 0 22px;
}

.slick-prev,
.slick-next {
  color: #fff !important;
}

.wpgs-for .slick-arrow::before,
.wpgs-nav .slick-prev::before,
.wpgs-nav .slick-next::before {
  color: #fff !important;
}

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

.wpgs-nav .slick-prev:before,
.wpgs-nav .slick-next:before {
  font-size: 20px !important;
}

i.flaticon-right-arrow.slick-arrow {
  display: none !important;
}

i.flaticon-back.slick-arrow {
  display: none !important;
}

.slick-prev,
.slick-next {
  top: 58% !important;
}

@media (max-width: 768px) {

  /* 製品ページのCSS調整 */
  .sub-label {
    margin-bottom: 0;
  }

  .woocommerce div.product .product_title {
    line-height: 1;
    margin-bottom: 1rem;
  }

  .product_price {
    line-height: 1;
  }
}


.product-move {
  margin-top: 4rem;
}

.product-move-video {
  width: 800px;
  height: 450px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {

  .product-move {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .product-move-video {
    width: 100%;
    height: unset;
  }
}

.shop-archive {
  min-height: 100vh;
  padding: 170px 0 96px;
  background: #000;
  color: #fff;
}

.shop-archive__inner {
  max-width: 1200px;
}

.shop-archive .breadcrumb {
  max-width: none;
  margin-bottom: 32px;
  padding: 0;
}

.shop-archive__header {
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(237, 194, 90, 0.35);
  padding-bottom: 24px;
}

.shop-archive__label {
  margin: 0 0 8px;
  color: var(--color-gold);
  font-size: 13px;
  letter-spacing: 0.08em;
}

.shop-archive__title {
  margin: 0;
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 500;
}

.shop-archive__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  color: #fff;
}

.shop-archive__toolbar .woocommerce-result-count,
.shop-archive__toolbar .woocommerce-ordering {
  float: none;
  margin: 0;
}

.shop-archive__toolbar select {
  min-width: 180px;
  border: 1px solid rgba(237, 194, 90, 0.45);
  background: #111;
  color: #fff;
  padding: 8px 12px;
}

.woocommerce .shop-archive ul.products,
.woocommerce-page .shop-archive ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 0;
  padding: 0;
}

.woocommerce .shop-archive ul.products::before,
.woocommerce .shop-archive ul.products::after,
.woocommerce-page .shop-archive ul.products::before,
.woocommerce-page .shop-archive ul.products::after {
  display: none;
}

.woocommerce .shop-archive ul.products li.product,
.woocommerce-page .shop-archive ul.products li.product {
  float: none;
  width: auto;
  margin: 0;
}

.shop-product-card {
  border: 1px solid rgba(237, 194, 90, 0.25);
  background: #080808;
}

.shop-product-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.shop-product-card__image {
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
  background: #111;
}

.woocommerce .shop-product-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.shop-product-card__link:hover .shop-product-card__image img {
  transform: scale(1.04);
}

.shop-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.woocommerce ul.products li.product .shop-product-card__title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 500;
}

.woocommerce ul.products li.product .shop-product-card__price {
  margin: 0 0 18px;
  color: var(--color-gold);
  font-size: 18px;
  line-height: 1.4;
}

.shop-product-card__price .screen-reader-text {
  display: none;
}

.shop-product-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  margin-top: auto;
  border: 1px solid var(--color-gold);
  color: var(--color-gold);
  font-size: 14px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.shop-product-card__link:hover .shop-product-card__button {
  background-color: var(--color-gold);
  color: #000;
}

.woocommerce .shop-archive nav.woocommerce-pagination {
  margin-top: 48px;
}

.woocommerce .shop-archive nav.woocommerce-pagination ul {
  border: 0;
}

.woocommerce .shop-archive nav.woocommerce-pagination ul li {
  border: 0;
  margin: 0 4px;
}

.woocommerce .shop-archive nav.woocommerce-pagination ul li a,
.woocommerce .shop-archive nav.woocommerce-pagination ul li span {
  min-width: 38px;
  min-height: 38px;
  border: 1px solid rgba(237, 194, 90, 0.45);
  background: #111;
  color: #fff;
}

.woocommerce .shop-archive nav.woocommerce-pagination ul li span.current,
.woocommerce .shop-archive nav.woocommerce-pagination ul li a:hover {
  background: var(--color-gold);
  color: #000;
}

@media (max-width: 1000px) {

  .woocommerce .shop-archive ul.products,
  .woocommerce-page .shop-archive ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .shop-archive {
    padding: 130px 0 64px;
  }

  .shop-archive__title {
    font-size: 30px;
  }

  .shop-archive__toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .woocommerce .shop-archive ul.products,
  .woocommerce-page .shop-archive ul.products {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

.mangosteen-option-entry {
  margin-top: 18px;
}

.mangosteen-option-open {
  width: 80%;
  border: 1px solid #fff;
  background: #000;
  color: #fff;
  padding: 13px 16px;
  font-size: 15px;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.mangosteen-option-open:hover {
  border-color: #edc25a;
  color: #edc25a;
}

.mangosteen-option-summary {
  width: 80%;
  margin-top: 12px;
}

.mangosteen-option-summary:empty {
  display: none;
}

.mangosteen-option-summary__title {
  margin-bottom: 6px;
  color: #edc25a;
  font-size: 13px;
  font-weight: 700;
}

.mangosteen-option-summary ul {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(237, 194, 90, 0.45);
  background: #151515;
}

.mangosteen-option-summary li {
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
}

.mangosteen-option-modal-open {
  overflow: hidden;
}

.mangosteen-option-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.mangosteen-option-modal.is-open {
  display: flex;
}

.mangosteen-option-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
}

.mangosteen-option-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  /* max-height: min(82vh, 820px); */
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.88);
  color: #fff;
  overflow: hidden;
}
.mangosteen-option-modal__dialog>*:not(:last-child) {
  margin-bottom:1.5rem;
}

.mangosteen-option-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  background: #edc25a;
  padding: 8px 16px;
}

.mangosteen-option-modal__header h2 {
  margin: 0;
  color: #000;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.mangosteen-option-modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: #000;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.mangosteen-option-modal__body {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  max-height: calc(82vh - 138px);
  overflow-y: auto;
  padding: 0 16px;
  scrollbar-color: #777 #1e1e1e;
}

.mangosteen-option-card {
  /* grid-column: span 2; */
  grid-column: span 3;
  min-height: 98px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #222;
  padding: 9px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mangosteen-option-card--color {
  /* min-height: 184px; */
}

.mangosteen-option-card__head {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 7px;
}

.mangosteen-option-card__head h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
}

.mangosteen-option-card__head p,
.mangosteen-option-card__colors p {
  margin: 0;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
}

.mangosteen-option-card__colors {
  padding-top: 8px;
  flex: 1;
}

.mangosteen-option-color-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.mangosteen-option-color {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 4.5rem;
  justify-content: center;
  min-height: 24px;
  border: 1px solid #fff;
  border-radius: 2px;
  background: #f7f7f7;
  color: #111;
  padding: 3px 8px;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}

.mangosteen-option-color.is-selected {
  border-color: #edc25a;
  box-shadow: 0 0 0 2px rgba(237, 194, 90, 0.45);
}

.mangosteen-option-card__foot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 10px;
}

.mangosteen-option-card__foot label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
}

.mangosteen-option-card__foot input {
  width: 48px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 3px;
  background: #000;
  color: #fff;
  text-align: center;
}

.mangosteen-option-card__error {
  margin-right: auto;
  color: #edc25a;
  font-size: 12px;
}

.mangosteen-option-modal__footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 16px 18px;
  background: #000;
}

.mangosteen-option-apply {
  width: 100%;
  min-height: 40px;
  border: 0;
  background: #edc25a;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.mangosteen-option-link {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.mangosteen-option-link:hover {
  color: #edc25a;
}

.product-meta .variation {
  margin: 6px 0 0;
  display: flex;
  flex-direction: column;
}

.product-meta .variation dt,
.product-meta .variation dd {
  color: #fff;
  font-size: 13px;
}

@media (max-width: 900px) {
  .mangosteen-option-modal {
    padding: 20px 12px;
  }

  .mangosteen-option-modal__body {
    grid-template-columns: 1fr;
    max-height: calc(86vh - 138px);
  }

  .mangosteen-option-card,
  .mangosteen-option-card--color {
    grid-column: auto;
  }

  .mangosteen-option-open {
    width: 100%;
  }

  .mangosteen-option-summary {
    width: 100%;
  }
}