/*** Import *****/
@import url("loading-btn.css");
@import url("loading-group.css");

/*** End ****/

.blog-info-tag span:before {
  content: ",";
  position: absolute;
  bottom: 6px;
  right: 0;
  height: 100%;
  font-size: 16px;
  width: auto;
  padding-right: 5px;
}

.blog-info-tag span {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

.blog-info-tag span:last-child:before {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  border: 0;
  margin: 15px 0;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output {
  color: red;
}

span.price-from {
  display: none;
}

#wp-admin-bar-wp-logo a img {
  max-width: 32px;
}

.core-values-sect.deferred-render {
  display: none;
}

/**
 * Breadcrumb
 */
.is-fade-title {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.breadcrumb span.separator {
  display: none;
}

.banner .banner-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  height: 100% !important;
}

.wpcf7-form input[type="submit"].btn-hidden {
  display: none;
}

.wpcf7-form.submitting .btn-pri {
  pointer-events: none;
  opacity: 0.65;
}

.wpcf7-form.submitting .btn-pri > *:not(.wpcf7-spinner) {
  opacity: 0;
}

.mobile .mobile-content .footer-item {
  margin-bottom: 1.2rem;
}

.newsdt-side-bar .ez-toc-page-1:not(:last-child) {
  padding-bottom: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  float: unset;
  width: 100%;
}

.myacc-side
  .woocommerce-MyAccount-navigation
  .myacc-it.is-active:not(.disabled-active) {
  background-color: var(--color-second);
}

.myacc-side
  .woocommerce-MyAccount-navigation
  .myacc-it.is-active:not(.disabled-active)
  .txt {
  color: var(--white);
}

.myacc-side
  .woocommerce-MyAccount-navigation
  .myacc-it.is-active:not(.disabled-active)
  img {
  -webkit-filter: var(--filter);
  filter: var(--filter);
}

.myacc-side .woocommerce-MyAccount-navigation .inner {
  margin-bottom: unset;
  padding-bottom: unset;
  border-bottom: unset;
}

.myacc-side .woocommerce-MyAccount-navigation .myacc-it:last-child {
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  border-top: 0.1rem solid var(--border);
}

.myacc-side .myacc-ava .avt img {
  border-radius: 8px;
}

.widget_shopping_cart_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100% !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: unset;
  width: 100% !important;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: unset;
  width: 100% !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: unset;
  border-radius: unset;
}

/* #add_payment_method #payment .form-row.place-order,
.woocommerce-cart #payment .form-row.place-order,
.woocommerce-checkout #payment .form-row.place-order {
    display: none;
} */

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

.no-orders {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fafafa;
}

.no-orders-btn {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: unset;
  width: 100%;
  clear: none;
  margin-bottom: 0 !important;
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
  clear: both;
  display: none !important;
}

.woocommerce div.product form.cart {
  margin-bottom: 0 !important;
}

.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before {
  display: none !important;
}

/* .woocommerce div.product form.cart .single_add_to_cart_button {
    position: relative !important;
    background: var(--color-pri) !important;
    border: 0.1rem solid var(--color-pri) !important;
    overflow: hidden !important;
    -webkit-transition: all .3s ease !important;
    transition: all .3s ease !important;
    z-index: 1 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    gap: .4rem !important;
    border-radius: .8rem !important;
    padding: 1rem 2rem !important;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    cursor: pointer !important;
    font-family: var(--font-pri) !important;
    font-weight: 600 !important;
    --f-sz: 1.6rem !important;
    font-size: var(--f-sz) !important;
    height: 4.4rem !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

@media screen and (min-width: 1201px) {
    .woocommerce div.product form.cart .single_add_to_cart_button {
        height: 6.4rem !important;
    }
}

.woocommerce div.product form.cart .single_add_to_cart_button .txt {
    color: var(--color-text) !important;
} */

.no-img img {
  object-fit: contain !important;
}

.mona-account-info {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 28px 28px 20px 28px;
  margin-bottom: 32px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  font-family: "Inter", Arial, sans-serif;
}

.mona-account-info__header {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  gap: 12px;
}

.mona-account-info__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin-right: 8px;
}

.mona-account-info__header h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  color: #222;
  flex: 1;
}

.mona-edit-address-link {
  display: inline-block;
  padding: 10px 22px;
  background: #111;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: background 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

.mona-edit-address-link:hover {
  background: #222;
}

.mona-edit-address-link .mob-txt {
  display: none;
}

@media screen and (max-width: 700px) {
  .mona-account-info__icon {
    width: 24px;
    height: 24px;
  }

  .mona-edit-address-link {
    padding: 0;
  }

  .mona-edit-address-link .mob-txt {
    display: block;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
  }

  .mona-edit-address-link .desk-txt {
    display: none;
  }

  .mona-edit-address-link .mob-txt img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.mona-account-info__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mona-account-info__list li {
  margin-bottom: 12px;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
}

.mona-label {
  min-width: 80px;
  font-weight: 500;
  color: #666;
  margin-right: 8px;
  display: inline-block;
}

.woocommerce form .form-row {
  padding: 0 calc(var(--cg) / 2);
  margin-bottom: var(--rg);
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 50%;
  overflow: visible;
}

.woocommerce form .form-row::after,
.woocommerce form .form-row::before,
.woocommerce-page form .form-row::after,
.woocommerce-page form .form-row::before {
  display: none;
}

.woocommerce-address-fields__field-wrapper #personal-info {
  order: 1;
}

.woocommerce-address-fields__field-wrapper #billing_first_name_field {
  order: 2;
}

.woocommerce-address-fields__field-wrapper #billing_last_name_field {
  order: 3;
}

.woocommerce-address-fields__field-wrapper #billing_phone_field {
  order: 4;
}

.woocommerce-address-fields__field-wrapper #billing_email_field {
  order: 5;
}

.woocommerce-address-fields__field-wrapper #address-shipping {
  order: 6;
}

.woocommerce-address-fields__field-wrapper #billing_country_field {
  order: 7;
}

.woocommerce-address-fields__field-wrapper #billing_state_field {
  order: 8;
}

.woocommerce-address-fields__field-wrapper #billing_city_field {
  order: 9;
}

.woocommerce-address-fields__field-wrapper #billing_address_1_field {
  order: 10;
}

.woocommerce-address-fields__field-wrapper #billing_address_2_field {
  order: 11;
}

.woocommerce-address-fields__field-wrapper #billing_postcode_field {
  order: 12;
}

.woocommerce-address-fields__field-wrapper #billing_company_field {
  order: 13;
}

.mona-orders-history {
  width: 100%;
  font-family: Arial, sans-serif;
}

.mona-orders-history h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 18px;
}

.mona-orders-table {
  width: 100%;
  border-collapse: collapse;
}

.mona-orders-header,
.mona-orders-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.mona-orders-header {
  font-weight: 600;
  color: #222;
  background: #fff;
}

.mona-orders-col {
  padding: 12px 8px;
  flex: 1 1 0;
  min-width: 80px;
  font-size: 15px;
}

.mona-orders-col.code {
  flex: 1.2;
}

.mona-orders-col.date {
  flex: 1.5;
}

.mona-orders-col.price {
  flex: 1;
  text-align: right;
}

.mona-orders-col.status {
  flex: 1;
}

.mona-orders-col.expand {
  flex: 0.5;
  text-align: right;
}

.mona-orders-row {
  background: #fff;
  position: relative;
  transition: background 0.2s;
}

.mona-orders-row.open {
  background: #f5f5f5;
}

.mona-orders-toggle {
  background: none;
  border: none;
  color: #888;
  cursor: pointer;
  font-size: 13px;
  padding: 0;
}

.mona-orders-detail {
  display: none;
  width: 100%;
  background: #ededed;
  border-radius: 6px;
  margin-bottom: 8px;
  flex-direction: column;
  border: none;
  box-shadow: none;
}

.mona-orders-row.open + .mona-orders-detail {
  display: flex;
}

.mona-orders-detail-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0 0 0 0;
}

.mona-orders-detail-item {
  display: flex;
  align-items: center;
  background: transparent;
  border-bottom: none;
  padding: 0 0 0 0;
  min-height: 64px;
}

.mona-orders-detail-left {
  display: flex;
  align-items: center;
  flex: 2.7;
  min-width: 0;
  padding: 16px 0 8px 24px;
}

.mona-orders-thumb {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 8px;
  background: #fff;
  border: none;
  margin-right: 16px;
}

.mona-orders-info {
  min-width: 0;
}

.mona-orders-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 6px;
}

.mona-orders-attr {
  display: inline-block;
  background: #fff;
  color: #222;
  border-radius: 16px;
  padding: 3px 16px;
  font-size: 14px;
  margin-top: 2px;
  font-weight: 500;
  border: 1px solid #d1d1d1;
}

.mona-orders-detail-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.mona-orders-detail-price {
  padding: 12px 8px;
  flex: 1 1 0;
  min-width: 80px;
  font-size: 15px;
  text-align: right;
}

.mona-orders-discount-row {
  display: flex;
  background: transparent;
  border-top: 1px solid #d1d1d1;
  align-items: center;
  min-height: 40px;
}

.mona-orders-discount-label {
  flex: 2.7;
}

.mona-orders-discount-value {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 32px 12px 0;
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.mona-orders-discount-value span:first-child {
  font-weight: 500;
  color: #222;
}

.mona-orders-discount-percent {
  font-weight: 700;
  color: #222;
}

.mona-orders-row.open {
  background: #ededed;
  border-radius: 6px 6px 0 0;
}

.mona-orders-row {
  border-radius: 0;
}

.mona-orders-toggle {
  background: none;
  border: none;
  color: #888;
  cursor: pointer;
  font-size: 14px;
  padding: 0 8px 0 0;
  display: flex;
  align-items: center;
  gap: 4px;
  float: right;
}

.mona-orders-toggle::after {
  content: "\25BC";
  font-size: 12px;
  margin-left: 4px;
  transition: transform 0.2s;
  display: inline-block;
}

.mona-orders-row.open .mona-orders-toggle::after {
  content: "\25B2";
  transform: rotate(0deg);
}

.mona-order-detail-empty {
  flex: 1;
}

/* --- Responsive styles --- */
@media (max-width: 600px) {
  .mona-order-detail-empty {
    display: none;
  }

  .mona-orders-detail-right {
    padding: 12px 12px 8px 12px;
    justify-content: flex-start;
  }

  .mona-orders-header,
  .mona-orders-row {
    display: block;
    border-bottom: none;
    background: none;
    padding: 0;
  }

  .mona-orders-header {
    display: none;
  }

  .mona-orders-row {
    margin-bottom: 8px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
    padding: 0 0 8px 0;
  }

  .mona-orders-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px 0 16px;
    font-size: 15px;
    border: none;
    min-width: 0;
  }

  .mona-orders-col.expand {
    padding: 0 16px 8px 16px;
    justify-content: flex-end;
  }

  .mona-orders-col.code:before {
    content: "Code";
    font-size: 12px;
    color: #888;
    font-weight: 400;
  }

  .mona-orders-col.date:before {
    content: "Date";
    font-size: 12px;
    color: #888;
    font-weight: 400;
  }

  .mona-orders-col.price:before {
    content: "Price";
    font-size: 12px;
    color: #888;
    font-weight: 400;
  }

  .mona-orders-col.status:before {
    content: "Status";
    font-size: 12px;
    color: #888;
    font-weight: 400;
  }

  .mona-orders-col.expand:before {
    content: "";
  }

  .mona-orders-col.code,
  .mona-orders-col.date,
  .mona-orders-col.price,
  .mona-orders-col.status {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 0;
  }

  .mona-orders-col.price,
  .mona-orders-detail-price {
    text-align: right;
  }

  .mona-orders-toggle {
    font-size: 15px;
    padding: 0;
    margin-top: 4px;
  }

  .mona-orders-detail {
    border-radius: 0 0 8px 8px;
    margin-bottom: 12px;
    padding: 0;
  }

  .mona-orders-detail-list {
    padding: 0;
  }

  .mona-orders-detail-item {
    flex-direction: row;
    padding: 0 0 0 0;
    min-height: 56px;
  }

  .mona-orders-detail-left {
    padding: 12px 0 8px 12px;
  }

  .mona-orders-thumb {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    margin-right: 10px;
  }

  .mona-orders-title {
    font-size: 15px;
    font-weight: 700;
  }

  .mona-orders-attr {
    font-size: 13px;
    padding: 2px 10px;
  }

  .mona-orders-detail-price {
    font-size: 15px;
    min-width: 60px;
  }

  .mona-orders-discount-row {
    min-height: 32px;
  }

  .mona-orders-discount-value {
    font-size: 14px;
    padding: 6px 12px 10px 0;
  }
}

/* --- WooCommerce Order Detail Basic Style --- */
.woocommerce-order-details {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
  padding: 24px 20px 20px 20px;
  margin-bottom: 24px;
}

.woocommerce-order-details__title,
.woocommerce-column__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #222;
}

.woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 18px;
}

.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
  padding: 10px 8px;
  border-bottom: 1px solid #ececec;
  font-size: 15px;
  color: #222;
}

.woocommerce-table--order-details th {
  background: #f7f7f7;
  font-weight: 500;
  text-align: left;
}

.woocommerce-table--order-details tfoot th,
.woocommerce-table--order-details tfoot td {
  background: #fafafa;
  font-weight: 600;
  border-bottom: none;
}

.woocommerce-table__product-name a {
  color: #0071a1;
  text-decoration: none;
  font-weight: 500;
}

.woocommerce-table__product-name .product-quantity {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  margin-left: 6px;
}

.woocommerce-Price-amount {
  font-weight: 600;
  color: #222;
}

.woocommerce-Price-currencySymbol {
  color: #888;
  font-weight: 400;
  margin-right: 2px;
}

.woocommerce div.product.prd-item .woocommerce-Price-currencySymbol {
  color: var(--color-pri);
}

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

.woocommerce-columns--addresses {
  display: block;
  gap: 0;
}

.woocommerce-column {
  background: #f9f9fb;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 22px 20px 16px 20px;
  margin-bottom: 18px;
  border: 1px solid #ececec;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-column__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #1a1a1a;
  letter-spacing: 0.01em;
}

.woocommerce-column address {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e3e3e3;
  padding: 16px 14px 10px 14px;
  font-size: 16px;
  color: #222;
  line-height: 1.8;
  margin-bottom: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
  font-size: 15px;
  color: #666;
  margin: 4px 0 0 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.woocommerce-customer-details--phone:before {
  content: "\260E";
  font-size: 15px;
  margin-right: 4px;
  color: #aaa;
}

.woocommerce-customer-details--email:before {
  content: "\2709";
  font-size: 15px;
  margin-right: 4px;
  color: #aaa;
}

@media (max-width: 700px) {
  .woocommerce-column {
    max-width: 100%;
    padding: 14px 6px 10px 6px;
  }

  .woocommerce-column__title {
    font-size: 18px;
  }

  .woocommerce-column address {
    font-size: 15px;
    padding: 10px 6px 6px 6px;
  }
}

/* --- End WooCommerce Order Detail Basic Style --- */

.woocommerce-order .thank .woocommerce-bacs-bank-details,
.woocommerce-order .thank .woocommerce-order-details,
.woocommerce-order .thank .woocommerce-customer-details {
  display: none;
}

.bacs-accounts-list {
  margin-top: 16px;
}

.bacs-account-box {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 18px 20px 14px 20px;
  margin-bottom: 12px;
  word-break: break-word;
}

.bacs-account-label {
  font-size: 13px;
  color: #222;
  margin-bottom: 6px;
}

.bacs-account-number {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 4px;
}

.bacs-account-holder {
  font-size: 15px;
  color: #222;
}

.radio-fake {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
}

.radio-fake__dot {
  width: 12px;
  height: 12px;
  background: #111;
  border-radius: 50%;
}

.radio-fake2-item .radio-fake2 {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #111;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
}

.radio-fake2-item .radio-fake2:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #111;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}

.radio-fake2-item .radio-fake2-input:checked ~ .radio-fake2:before {
  opacity: 1;
  visibility: visible;
}

.radio-fake2-item .radio-fake2-top {
  align-items: center;
}

.woocommerce div.product form.cart div.quantity {
  display: none !important;
}

/* .woocommerce img,
.woocommerce-page img {
  height: 100% !important;
  max-width: 100% !important;
} */

/*
* Hiển thị giá theo biến thể được chọn
*/
.variablePrice.active .primaryPrice {
  display: none;
}

.variablePrice .secondaryPrice {
  display: none;
  transition: 0.4s all;
}

.variablePrice.active .secondaryPrice {
  display: flex;
}

.variableGallery .secondaryGallery {
  display: none;
}

.variableGallery.active .primaryGallery {
  display: none;
}

.variableGallery.active .secondaryGallery {
  display: block;
}

.variableThumbGallery .secondaryThumbGallery {
  display: none;
}

.variableThumbGallery.active .primaryThumbGallery {
  display: none;
}

.variableThumbGallery.active .secondaryThumbGallery {
  display: block;
}

.single_variation_wrap .woocommerce-variation.single_variation {
  display: none !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-radius: 8px;
  margin: 16px 0;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  border: 2px solid;
  background: #fff;
  color: #111;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

/* Error: đỏ đậm, chữ đen */
.woocommerce-error {
  border-color: #e53935;
  background: #fff5f5;
  color: #e53935;
}

/* Info: xanh nhạt, chữ đen */
.woocommerce-info {
  border-color: #1976d2;
  background: #f5f8ff;
  color: #1976d2;
}

/* Message: xanh lá, chữ đen */
.woocommerce-message {
  border-color: #388e3c;
  background: #f5fff7;
  color: #388e3c;
}

form.wpcf7-form .submit-hidden {
  display: none;
}

form.wpcf7-form .wpcf7-spinner {
  display: none;
  margin: 0;
}

form.wpcf7-form.submitting label[for="submit-button"] {
  opacity: 0.65;
  pointer-events: none;
}

form.wpcf7-form.submitting .wpcf7-spinner {
  visibility: visible;
  display: block !important;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 100% !important;
  box-shadow: none !important;
}

.woocommerce
  form.woocommerce-cart-form
  .cart-actions
  button[name="update_cart"] {
  display: none !important;
}

.table-cart tbody tr td a.remove {
  display: inline-block !important;
  padding: 0.2rem 0.8rem !important;
  font-size: 1.4rem !important;
  background: var(--color-pri) !important;
  color: #fff !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 0.4rem !important;
  width: 100% !important;
  height: 100% !important;
  max-width: max-content !important;
}

.woocommerce-billing-fields__field-wrapper #billing_first_name_field,
.woocommerce-shipping-fields__field-wrapper #shipping_first_name_field {
  order: 1;
}

.woocommerce-billing-fields__field-wrapper #billing_last_name_field,
.woocommerce-shipping-fields__field-wrapper #shipping_last_name_field {
  order: 2;
}

.woocommerce-billing-fields__field-wrapper #billing_phone_field,
.woocommerce-shipping-fields__field-wrapper #shipping_phone_field {
  order: 3;
}

.woocommerce-billing-fields__field-wrapper #billing_email_field,
.woocommerce-shipping-fields__field-wrapper #shipping_email_field {
  order: 4;
}

.woocommerce-billing-fields__field-wrapper #address-shipping,
.woocommerce-shipping-fields__field-wrapper #address-shipping {
  order: 5;
}

.woocommerce-billing-fields__field-wrapper #billing_country_field,
.woocommerce-shipping-fields__field-wrapper #shipping_country_field {
  order: 6;
}

.woocommerce-billing-fields__field-wrapper #billing_state_field,
.woocommerce-shipping-fields__field-wrapper #shipping_state_field {
  order: 7;
}

.woocommerce-billing-fields__field-wrapper #billing_city_field,
.woocommerce-shipping-fields__field-wrapper #shipping_city_field {
  order: 8;
}

.woocommerce-billing-fields__field-wrapper #billing_address_1_field,
.woocommerce-shipping-fields__field-wrapper #shipping_address_1_field {
  order: 9;
}

.woocommerce-billing-fields__field-wrapper #billing_address_2_field,
.woocommerce-shipping-fields__field-wrapper #shipping_address_2_field {
  order: 10;
}

.woocommerce-billing-fields__field-wrapper #billing_postcode_field,
.woocommerce-shipping-fields__field-wrapper #shipping_postcode_field {
  order: 11;
}

.woocommerce-billing-fields__field-wrapper #billing_company_field,
.woocommerce-shipping-fields__field-wrapper #shipping_company_field {
  order: 12;
}

body.woocommerce-checkout
  .select2-container--default
  .select2-selection--single {
  border: none !important;
  border-radius: 0rem !important;
  color: var(--color-white) !important;
  height: 4.8rem !important;
  background-color: #fff !important;
  border: 0.1rem solid #d9d9d9 !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  width: 100% !important;
}

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

#add_payment_method #payment .payment_method_bacs div.payment_box,
.woocommerce-cart #payment .payment_method_bacs div.payment_box,
.woocommerce-checkout #payment .payment_method_bacs div.payment_box {
  background-color: unset !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

#calc_shipping_state_field,
#calc_shipping_postcode_field {
  width: 100% !important;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
  margin-top: 2.4rem;
  position: relative;
}

.woocommerce div.product form.cart .reset_variations {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 500px) {
  .prd-dt-info .b-bot {
    flex-direction: column;
  }

  .prd-dt-info .b-bot > * {
    width: 100% !important;
  }

  .woocommerce div.product form.cart .button {
    width: 100% !important;
  }
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: var(--color-pri);
  color: #FFF !important;
  font-size: 1.6rem;
}

.cart-actions .cart-coupon {
  position: relative;
}

.cart-actions .cart-coupon p#coupon-error-notice {
  position: absolute;
  bottom: -30px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: red;
  padding: 4px 8px;
  color: #FFF;
  border-radius: 6px;
}

.cart-actions .cart-coupon input {
  min-height: 50px;
}

.woocommerce-cart-form__cart-item.cart_item {
  position: relative;
}

.hab-content .mona-content {
  padding: 0 1rem;
}

@media screen and (max-width: 930px) {
  .table-cart tbody tr td.product-remove {
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 700px) {
  .cart-actions .d-flex.actions {
    flex-direction: column-reverse;
  }

  .cart-actions .cart-coupon {
    width: 100%;
    flex-wrap: wrap;
  }

  .cart-actions .cart-coupon input {
      min-height: 50px;
      width: calc(100% - 102px);
  }

  .cart-actions .cart-coupon button {
    width: 100%;
    min-width: 90px;
    max-width: 90px;
  }

  .cart-actions .cart-coupon p#coupon-error-notice {
    position: unset;
    bottom: unset;
    text-align: center;
    width: 100%;
  }

  .woocommerce-address-fields__field-wrapper .form-list > .col-6,
  form.woocommerce-EditAccountForm.edit-account .form-list > .col-6 {
    width: 100% !important;
  }

  .sprd-list {
    flex-direction: column;
  }

  .sprd-list > .col-6 {
    width: 100% !important;
  }
}

.fancy-wrap {
  cursor: pointer;
}