/* 
Theme Name: MMK Theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: MMK Theme is a child theme of Hello Elementor for MMK.
Author: Yes Web Design Studio
Author URI: https://yeswebdesignstudio.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: yes-web-design-studio
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

a,
a:hover {
  color: #933625;
}

.woocommerce-notices-wrapper {
  display: none;
}

.woocommerce-info,
.woocommerce-info::before {
  color: #933625;
}

.woocommerce-message,
.woocommerce-info {
  border-top-color: transparent;
  border: none;
  font-family: "Josefin Sans";
  font-size: 20px;
  padding: 20px 70px;
  color: #933625;
  border-radius: 8px;
}

.woocommerce-message::before {
  content: url("/wp-content/uploads/2025/06/18_18-1.svg");
}

.swiper-button-next,
.swiper-button-prev {
  display: none;
}

.ui-datepicker {
  background: #fff;
  border: none !important;
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  min-width: 300px;
}

.ui-datepicker-header {
  background: transparent;
  border: none;
  border-radius: 6px 6px 0 0;
  padding: 5px 0;
}

.ui-datepicker-calendar thead th {
  border-color: #f2f1ff !important;
}

.ui-datepicker-title {
  font-weight: 600;
  color: #333;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  top: 5px;
  cursor: pointer;
  background: transparent;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  background: transparent;
  border: none;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  width: 5px;
  height: 11px;
  background-position: center;
  background-size: contain;
  margin-left: 0 !important;
}

.ui-datepicker-prev span {
  background-image: url("assets/images/ico-prev-arrow.png") !important;
}

.ui-datepicker-next span {
  background-image: url("assets/images/ico-next-arrow.png") !important;
}

.ui-datepicker-prev {
  left: 10px;
}

.ui-datepicker-next {
  right: 10px;
}

.ui-datepicker-calendar {
  font-size: 16px !important;
  color: #000000 !important;
}

.ui-datepicker-calendar th {
  padding: 5px;
  font-weight: 400;
  color: #d3d3d3;
}

.ui-datepicker-calendar td {
  padding: 2px;
}

.ui-datepicker-calendar .ui-state-default {
  border: none;
  background: transparent;
  text-align: center;
  padding: 5px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 26px;
  margin: 0 auto;
}

.ui-datepicker-calendar .ui-state-active,
.ui-datepicker-calendar .ui-state-hover {
  background: #933625;
  color: #fff;
}

.ui-datepicker-calendar .ui-state-disabled {
  color: #dee2e6;
}

input[type="text"].hasDatepicker {
  background-image: none !important;
  cursor: pointer;
}

#delivery_date {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 15px;
  width: 100%;
  cursor: pointer;
}

.custom-date-picker {
  margin-bottom: 20px;
  position: relative;
}

.custom-date-picker label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
}

.custom-date-input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}

.flatpickr-calendar {
  width: 100%;
  max-width: 300px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: none;
  font-family: "Josefin Sans";
}

.flatpickr-months {
  padding: 10px 0;
  background: #f8f9fa;
  border-radius: 8px 8px 0 0;
}

.flatpickr-current-month {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}

.flatpickr-prev-month,
.flatpickr-next-month {
  padding: 5px 10px;
  border-radius: 4px;
  transition: background 0.2s;
}

.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  background: #e9ecef;
}

.flatpickr-weekdays {
  background: #f8f9fa;
  padding: 5px 0;
}

.flatpickr-weekday {
  color: #6c757d;
  font-weight: 500;
}

.flatpickr-day {
  border-radius: 50%;
  height: 36px;
  line-height: 36px;
  margin: 2px;
  max-width: 36px;
}

.flatpickr-day.today {
  border-color: #933625;
  color: #933625;
  font-weight: 600;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #933625;
  border-color: #933625;
  color: #fff !important;
}

.flatpickr-day.inRange {
  background: #e9ecef;
  box-shadow: -5px 0 0 #e9ecef, 5px 0 0 #e9ecef;
  border-radius: 0;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: #dee2e6;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

[type="button"],
[type="submit"],
button {
  font-family: "Josefin Sans";
  font-size: var(--fontsize-body-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lineheight-body-md, 24px);
  display: inline-block;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #fff;
  color: #933625;
  cursor: pointer;
  transition: 0.2s ease;
}

[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:hover {
  background-color: none;
  color: #fff;
  text-decoration: none;
}

[type="button"]:focus {
  background-color: 0;
}

input[type="date"]:focus-visible,
input[type="email"]:focus-visible,
input[type="number"]:focus-visible,
input[type="password"]:focus-visible,
input[type="search"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="text"]:focus-visible,
input[type="url"]:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: none;
  border: 0;
}

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

input[type="number"] {
  -moz-appearance: textfield;
}

:root {
  --swiper-navigation-size: 20px;
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
  margin: 0;
}

.custom-product {
  gap: 60px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: 8px;
}

.swiper.main-slider {
  width: 500px;
  height: 500px;
}

.thumb-slider .swiper-slide {
  opacity: 0.5;
  transition: 0.3s ease;
}

.thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
  border-radius: 8px;
}

.thumb-img {
  transition: 0.3s ease;
}

.thumb-img:hover {
  opacity: 0.85;
}

.product-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product-info .title {
  display: flex;
  align-items: center;
  align-self: stretch;
  margin: 0px;
  gap: 8px;
}

.product-info .title h1 {
  font-family: "Josefin Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.product-info .product-status {
  display: flex;
  padding: 6px 8px;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1px solid #933625;
  background: #fff;
  color: #933625;
  font-family: "Josefin Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product-rating {
  display: flex;
  margin: 0;
}

.product-info .descrip {
  color: #000;
  font-family: "Josefin Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  height: auto;
}

.product-info .price {
  color: #933625;
  font-family: "Josefin Sans";
  font-size: var(--fontsize-heading-h4, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Scale-600, 40px);
}

.woocommerce div.product div.images {
  margin: 0;
}

.woocommerce .flex-control-thumbs li {
  padding-bottom: 0;
}

p.stars {
  display: none !important;
}

.variation-buttons {
  margin-top: 24px;
}

.attr-group {
  margin-top: 24px;
}

.attr-group .attr-btn {
  margin: 0 5px 5px 0;
  padding: 8px 16px;
  border: 1px solid #933625;
  background: #fff;
  color: #933625;
  border-radius: 6px;
  cursor: pointer;
}

.attr-group .attr-btn.active {
  background: #933625;
  color: #fff;
  border-color: #933625;
}

.attr-radio-label {
  cursor: pointer;
}

.attr-radio-text {
  display: inline-block;
  padding: 11px 20px;
  border: 1px solid #933625;
  border-radius: 6px;
  background: #fff;
  color: #933625;
  cursor: pointer;
  transition: 0.2s ease;
}

.attr-radio:checked+.attr-radio-text {
  background: #933625;
  color: #fff;
}

.attr-radio-label:hover .attr-radio-text {
  background: #933625;
  color: #fff;
}

.attr-btn {
  padding: 8px 16px;
  border: 1px solid #933625;
  background: #fff;
  color: #933625;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s ease;
}

.attr-btn.active {
  background: #933625;
  color: #fff;
}

.quantity-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 74px;
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: #fff;
  height: 29px;
  border-radius: 20px;
}

form#add-to-cart-form {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.quantity-controls button {
  padding: 6px 12px;
  border: 0;
  background: 0;
  cursor: pointer;
}

.quantity-controls .quantity-input,
.quantity-controls .quantity input,
button.quantity-increase,
button.quantity-decrease {
  border: 0;
  background: 0;
  text-align: center;
  padding: 0;
  width: 100% !important;
  color: #000;
  font-family: "Josefin Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  height: 29px;
}

.shop_table .quantity-increase,
.shop_table .quantity-decrease {
  color: #933625;
}

.quantity-increase:hover,
.quantity-decrease:hover,
.quantity-increase:focus,
.quantity-decrease:focus {
  background-color: transparent !important;
  color: #933625 !important;
}

input.quantity-input {
  padding: 0;
}

.button-section {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.add-to-bag-button {
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 2.5px;
  align-self: stretch;
  border-radius: 40px;
  border: 1px solid #933625;
  background: #fff;
  color: #933625;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.buy-now-button {
  display: flex;
  padding: 10px;
  align-items: center;
  align-self: stretch;
  border-radius: 40px;
  background: #933625;
  border: 1px solid #933625;
  color: #fff;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 275px;
  justify-content: center;
}

.buy-now-button:hover,
.buy-now-button:focus {
  background: #933625;
  border: 1px solid #933625;
  color: #fff;
}

.favorite-btn {
  transition: all 0.3s;
}

.favorite-btn.add-favorite,
.favorite-btn.remove-favorite,
.favorite-btn.login-required {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12.907px;
  flex-shrink: 0;
  border-radius: 129.075px;
  background: transparent;
}

.add-to-bag-button:hover,
.add-to-bag-button:focus {
  background-color: #933625;
  color: #fff;
}

.favorite-btn.add-favorite:hover,
.favorite-btn.remove-favorite:hover,
.favorite-btn.login-required:hover,
.favorite-btn.add-favorite:focus,
.favorite-btn.remove-favorite:focus,
.favorite-btn.login-required:focus {
  background-color: transparent;
}

.favorite-btn.add-favorite:hover svg,
.favorite-btn.remove-favorite:hover svg,
.favorite-btn.login-required:hover svg,
.favorite-btn.remove-favorite:focus svg,
.favorite-btn.login-required:focus svg {
  fill: #933625a1;
}

.add-to-bag-button:hover img {
  filter: brightness(0) invert(1);
}

.favorite-btn svg {
  width: 32px !important;
  height: 32px !important;
}

.favorite-btn.remove-favorite svg,
.favorite-btn:hover svg,
.add-to-bag-button:hover svg {
  fill: #933625;
}

.my-favorites-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}

.subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}

.favorite-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 32px;
  padding: 40px;
  border-radius: 10px;
  background: var(--neutral-50, #f6f6f6);
}

.favorite-product-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow: hidden;
  padding: 6px 6px 23px 6px;
  text-align: left;
  gap: 24px;
}

.favorite-product-card .product-image-box {
  position: relative;
  text-align: center;
}

.favorite-product-card .product-image-box img {
  aspect-ratio: 208/151.09;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.favorite-product-card .product-title {
  color: var(--color-black, #000);
  font-family: "Josefin Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.favorite-product-card .product-details-link {
  text-decoration: none;
}

.favorite-product-card .product-action-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.favorite-product-card .price-value {
  color: var(--color-black, #000);
  font-family: "Josefin Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.favorite-product-card .buy-now-btn {
  font-size: 13px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
  padding: 8px 15px;
  border-radius: 20px;
  text-decoration: none;
  transition: background-color 0.2s;
}

.favorite-product-card .buy-now-btn:hover {
  background-color: #333;
  color: #fff;
}

a.button.buy-now-btn {
  border-radius: 40px;
  border: 1px solid #000;
  padding: 8px;
  color: #000;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: white;
}

a.button.buy-now-btn:hover {
  background: #000;
  color: white;
}

.favorite-product-card .remove-favorite-btn.is-removing {
  cursor: wait !important;
  filter: grayscale(100%);
  opacity: 0.5;
  transition: filter 0.3s, opacity 0.3s;
}

.favorite-product-card .remove-favorite-btn:disabled {
  cursor: wait !important;
  filter: grayscale(100%);
  opacity: 0.5;
}

.favorite-product-card .product-details-content {
  display: flex;
  flex-direction: column;
  padding: 0 14px;
  gap: 24px;
}

.favorite-product-card .title-and-remove-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1.2;
}

.favorite-product-card .product-details-link {
  flex-grow: 1;
  max-width: calc(100% - 30px);
}

.favorite-product-card .remove-favorite-btn {
  flex-shrink: 0;
  margin-left: 5px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 0;
}

.rating-content-tab {
  display: flex;
  flex-direction: row;
  gap: 32px;
  justify-content: center;
  align-items: center;
}

.rating-summary-box {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
}

span.current-score {
  color: #000;
  font-family: "Poppins";
  font-size: 88px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

span.full-score {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
}

.rating-graph-box {
  width: 672px;
  padding: 20px 40px 40px 40px;
}

.review-count,
button.review-see-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  color: #b2b2b2;
  font-family: "Josefin Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  padding: 0;
  transition: all 0.3s;
  gap: 10px;
}

button.review-see-more:hover {
  background-color: transparent;
  color: #00000046;
  gap: 0px;
}

.review-avatar img {
  border-radius: 80px;
}

h3.review-list-title,
p.review-author,
p.review-content {
  color: var(--neutral-black, #000);
  font-family: "Josefin Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product-review-item {
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 0;
  color: #000;
  font-family: "Josefin Sans";
  font-weight: 500;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.product-review-item.review-hidden {
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 0;
  color: #000;
  font-family: "Josefin Sans";
  font-weight: 500;
  line-height: 20px;
  flex-direction: column;
  gap: 23px;
}

#product-review-form {
  display: flex;
  flex-direction: column;
}

#product-review-form .review-form-row {
  margin-bottom: 30px;
}

#product-review-form label {
  color: var(--neutral-black, #000);
  font-family: "Josefin Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 10px;
}

#product-review-form input,
#product-review-form textarea {
  color: #000;
  font-family: "Josefin Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0;
  background: transparent;
  padding: 0 0 8px 0;
}

button#product-submit-review,
button#product-cancel-review {
  border-radius: 40px;
  display: flex;
  padding: 4px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  transition: all 0.3s;
}

button#product-submit-review {
  background: #933625;
  color: #fff;
}

button#product-cancel-review {
  border: 1px solid #933625;
  background: transparent;
  color: #933625;
}

button#product-submit-review:hover {
  background: #6f2b1f;
}

button#product-cancel-review:hover {
  background: #933625;
  color: white;
}

.spinner {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #333;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  animation: spin 1s linear infinite;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.product-accordion {
  color: #000000;
  font-family: "Josefin Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.product-accordion details {
  border-bottom: solid 1px #d3d3d3;
  cursor: pointer;
}

.product-accordion summary {
  padding: 14.5px 0;
}

.product-accordion strong {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}

.product-accordion summary::marker {
  content: " ";
}

details summary .arrow {
  transition: transform 0.3s ease;
}

details[open] summary .arrow {
  transform: rotate(180deg);
}

.product-accordion details .accordion-content {
  padding-bottom: 20px;
  color: var(--text-body, #000000);
  font-family: "Josefin Sans";
  font-size: var(--fontsize-body-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lineheight-body-md, 24px);
}

.blur-bg {
  backdrop-filter: blur(calc(56px / 2));
}

.favorite-icon .elementor-icon-wrapper,
.cart-icon .elementor-icon-wrapper {
  position: relative;
}

.favorite-icon .badge-count,
.cart-icon .badge-count {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #933625;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  border-radius: 50%;
  padding: 2px 6px;
  min-width: 18px;
  text-align: center;
  line-height: 1.2;
}

.favorite-message {
  color: #f4364d;
  position: relative;
  font-size: 12px;
  margin: auto !important;
  line-height: 16px;
  width: 85px;
  font-family: "Josefin Sans";
}

.woocommerce-cart table,
.woocommerce-cart table th,
.woocommerce-cart table td,
.woocommerce table,
.woocommerce table th,
.woocommerce table td {
  border: none !important;
  box-shadow: none !important;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none !important;
  box-shadow: none !important;
}

.woocommerce table.shop_table {
  text-align: center;
}

.woocommerce-cart table.shop_table tr {
  border-bottom: none !important;
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
  background-color: transparent;
}

.product-remove img {
  width: 24px !important;
}

.woocommerce a.remove:hover {
  background: transparent;
}

.woocommerce-cart-form__cart-item.cart-item a {
  text-decoration: none;
}

.woocommerce-checkout-review-order-table .product-thumbnail img,
.favorite-item .product-thumbnail img,
.product-item .product-thumbnail img {
  width: 100px;
}

.woocommerce-cart-form__cart-item.cart-item .product-name-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.woocommerce-cart-form__cart-item.cart-item .product-category a,
.product-category a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  cursor: text;
}

.woocommerce-cart-form__cart-item.cart-item .product-category a:hover,
.product-category a:hover {
  color: #000000;
}

.woocommerce-cart-form__cart-item.cart-item .product-title a,
.woocommerce-cart-form__cart-item.cart-item .product-price .woocommerce-Price-amount bdi,
.my-favorites-table a.product-name,
.custom-thankyou .product-info h4 {
  color: #000;
  font-family: "Josefin Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

.woocommerce-cart-form__cart-item.cart-item .product-type {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  text-align: left;
}

.woocommerce-cart-form__cart-item.cart-item .product-size {
  font-size: 14px;
  color: #aaa;
}

.custom-cart-table .product-remove a {
  font-size: 20px;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.custom-cart-table .product-remove a:hover {
  opacity: 1;
}

.woocommerce .cart.woocommerce-cart-form__contents .button.update-cart-form {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #933625;
  border: 1px solid #933625;
  background-color: #fff;
}

.table-footer .input-text,
.table-footer .button {
  margin-top: 40px !important;
}

.woocommerce table.cart.woocommerce-cart-form__contents tr td.actions input.coupon-code-text.input-text {
  border: 1px solid #933625;
  padding: 10px 16px 10px;
  width: 350px !important;
  color: #933625;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  padding: 28px 40px;
  background-color: rgba(246, 246, 246, 1);
  border-radius: 10px;
  width: 100%;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  color: #000000;
  font-family: "Josefin Sans";
  padding-top: 24px;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  padding: 24px 0;
  border-bottom: 1px solid #dcdde3 !important;
  font-family: "Josefin Sans";
  font-size: 16px;
}

.woocommerce .cart-collaterals .cart_totals .order-total .woocommerce-Price-amount bdi {
  font-size: 24px;
}

.woocommerce .cart-collaterals .cart_totals td[data-title="Subtotal"],
.woocommerce .cart-collaterals .cart_totals td[data-title="ยอดรวม"],
.woocommerce .cart-collaterals .cart_totals td[data-title="รวม"],
.woocommerce .cart-collaterals .cart_totals td[data-title="VAT"],
.woocommerce .cart-collaterals .cart_totals td[data-title="Shipping"],
.woocommerce .cart-collaterals .cart_totals td[data-title="Total"] {
  text-align: right;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where( :not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where( :not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where( :not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where( :not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  background-color: #933625;
  padding: 16px 32px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
}

.coupon.coupon-in-totals {
  display: flex;
  gap: 14px;
  padding-bottom: 24px;
}

.input-text.coupon-code-text {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #d3d3d3 !important;
  border-radius: 0;
}

.cart-subtotal,
.fee,
.order-total {
  text-align: left;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  padding-bottom: 100px;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding-bottom: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  margin: 0;
  padding: 8px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.order-review-content #place_order:hover {
  background-color: #933625;
}

table tbody tr:hover>td,
table tbody tr:hover>th {
  background-color: transparent;
}

.custom-quantity-box {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #eef2ff;
  padding: 6px 14px;
  border-radius: 4px;
}

.qty-btn {
  border: none;
  background: none;
  font-size: 20px;
  font-weight: bold;
  color: #933625;
  cursor: pointer;
  width: 24px;
  height: 24px;
  line-height: 1;
}

.qty-input {
  width: 40px;
  text-align: center;
  border: none;
  background: transparent;
  font-weight: 600;
}

.delivery-date-field {
  margin-bottom: 40px;
}

.order-review-content {
  display: flex;
  padding: 24px 40px 40px 40px;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 10px;
  background: #f6f6f6;
}

.order-review-content #place_order {
  width: 100% !important;
  margin-top: 40px;
  padding: 8px;
}

.custom-address-section .input-text,
.custom-address-section .select2-selection.select2-selection--single,
input#coupon_code {
  display: flex;
  height: 52px;
  padding: 15px 20px !important;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  color: #000;
  font-family: "Josefin Sans" !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.custom-address-section label {
  color: #000;
  font-family: "Josefin Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 28px;
}

#custom-checkout.woocommerce-billing-fields .select2-selection__rendered {
  line-height: calc((14px * 2) + 5px);
}

.subscribe-banner {
  display: flex;
  padding: 20px 40px;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 10px;
  background: #eff9ff;
  margin-bottom: 20px;
}

.subscribe-banner span {
  color: #3d3d3d;
  font-family: "Josefin Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.subscribe-banner a {
  padding: 8px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #933625;
  color: #933625 !important;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.account-navigation-container {
  display: flex;
  justify-content: flex-start;
  padding: 0 20px;
  flex-direction: column;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  min-width: 338px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  display: flex;
  width: 100%;
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  list-style: none;
  gap: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a,
.mobile-nav-toggle span {
  color: var(--neutral-black, #000);
  font-family: "Josefin Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 10px;
}

.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link a:hover {
  border-radius: 0 40px 40px 0;
  background: var(--secondary-50, #faf7ec);
}

.woocommerce-MyAccount-navigation-link a {
  border-bottom: 2px solid transparent;
}

.woocommerce-account .woocommerce-MyAccount-content {
  display: flex;
  width: 100%;
  float: none;
  flex-direction: column;
  min-height: 500px;
  padding: 0 40px 300px 40px;
}

li.woocommerce-MyAccount-navigation-link {
  width: 100%;
}

.woocommerce-MyAccount-content .title {
  color: var(--neutral-black, #000);
  font-family: "Josefin Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
}

.woocommerce-MyAccount-content .subtitle {
  color: var(--neutral-black, #000);
  font-family: "Josefin Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-top: 16px;
  margin-bottom: 32px;
}

.woocommerce-MyAccount-content .account-button-group {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 24px;
}

.woocommerce-MyAccount-content .account-button {
  font-family: "Josefin Sans";
  font-size: var(--fontsize-body-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lineheight-body-md, 24px);

  display: inline-block;
  padding: 11px 20px;
  border: 1px solid #933625;
  border-radius: 6px;
  background: #fff;
  color: #933625;
  cursor: pointer;
  transition: 0.2s ease;
}

.woocommerce-MyAccount-content .account-button:hover {
  background-color: #933625;
  color: #fff;
  text-decoration: none;
}

.favorite-item {
  position: relative;
}

.favorite-item .top-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
}

.favorite-item .top-list a,
.favorite-item .top-list span {
  font-size: 16px;
  font-weight: 400;
  color: #933625;
  line-height: 24px;
}

.product-cat a {
  font-size: 16px;
  font-weight: 400;
  color: #933625;
}

.remove-favorite-btn {
  top: 5px;
  right: 5px;
  border: none;
  cursor: pointer !important;
  padding: 5px;
  z-index: 1;
}

.remove-favorite-btn:hover,
.remove-favorite-btn:focus {
  background-color: transparent;
}

.my-favorites-table tr th {
  padding: 10px 16px;
  text-align: center;
  color: #3d3d3d;
  font-family: "Josefin Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 24px !important;
  background: #f6f6f6;
}

.my-favorites-table tbody tr {
  border-bottom: 1px solid #e7e7e7;
}

.my-favorites-table td {
  padding: 16px !important;
}

.my-favorites-table .product-details {
  display: flex;
  flex-direction: row;
  gap: 17px;
  align-items: center;
}

.my-favorites-table .product-info {
  text-align: left;
}

.woocommerce-account:has(#customer_login) .page-content .e-con-inner,
.woocommerce-account:has(#lost-password) .page-content .e-con-inner {
  max-width: 100% !important;
}

.woocommerce-form-login-wrapper,
.woocommerce-form-register-wrapper {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 80px;
}

.my-account-custom-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  display: flex;
  flex-direction: column;
  padding: 60px 0 0;
}

.my-account-custom-content {
  display: flex;
  flex-direction: row;
}

.customer-profile {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 10px;
}

.customer-profile h2 {
  color: var(--neutral-black, #000);
  font-family: "Josefin Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

img.customer-avatar {
  width: 80px;
  height: 80px;
  border-radius: 80px;
}

.my-profile-title {
  text-transform: uppercase;
  font-weight: 700;
}

.profile-header-box,
.profile-card,
.address-section {
  display: flex;
  align-self: stretch;
  border-radius: 10px;
  background: var(--neutral-50, #f6f6f6);
  margin-bottom: 24px;
}

.profile-header-box {
  flex-direction: row;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
  padding: 20px;
}

.profile-header-box .customer-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.profile-header-box h3,
.profile-card h3,
.info-value,
.address-card .address-value,
.address-section-title {
  color: var(--neutral-black, #000);
  font-family: "Josefin Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

.profile-card,
.address-section {
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
}

.profile-card.personal-info-card {
  gap: 32px;
}

.profile-card.address-card,
.address-section {
  gap: 18px;
}

.profile-card.personal-info-card {
  gap: 12px;
}

.profile-card h3 {
  margin-top: 0;
}

.info-row-group {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
}

.info-col {
  flex-basis: 48%;
  display: flex;
  flex-direction: column;
}

.info-label {
  color: rgba(0, 0, 0, 0.333);
  font-family: "Josefin Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.account-button-group {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}

.account-button,
.save-changes-btn {
  padding: 5px !important;
  border-radius: 40px !important;
  width: 225px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s;
  color: #000 !important;
  font-family: "Josefin Sans" !important;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 40px !important;
  background-color: #fff !important;
  border: 1px solid #000 !important;
}

.account-button:hover,
.save-changes-btn:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.my-account-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  pointer-events: none;
}

.my-account-bg img {
  max-width: 1061px;
  max-height: 395px;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.my-account-bg img.desktop {
  display: block;
}

.my-account-bg img.mobile {
  display: none;
}

form.woocommerce-EditAccountForm.edit-account {
  margin-top: 24px;
}

.logout-button {
  display: inline-block;
  background-color: #933625;
  color: #fff !important;
  border-radius: 8px;
  font-family: "Josefin Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  transition: all 0.3s ease;
  text-decoration: none;
  width: max-content;
  padding: 12px 16.5px !important;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
}

.logout-button:hover {
  background-color: #933625;
  color: #fff;
}

.logout-button-container.desktop-only {
  margin: 20px 0;
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}

.track-order-wrapper {
  padding: 20px 0;
}

.track-order-title {
  font-size: 32px;
  font-weight: 700;
  color: #933625;
  margin-bottom: 40px;
  font-family: "Josefin Sans" !important;
}

.order-header {
  font-family: "Josefin Sans" !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  color: #323232;
}

.order-header span {
  font-weight: 500;
  color: #3e3e3e;
}

.order-header .show-all {
  color: #933625;
  text-decoration: none;
  font-size: 14px;
}

.track-order-table {
  overflow-x: auto;
}

.woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  border-radius: 16px;
  overflow: hidden;
}

.woocommerce-orders-table tr {
  border-bottom: 1px solid #e5e5e5;
}

.woocommerce-orders-table thead {
  font-size: 16px;
  color: #3e3e3e;
  background-color: #f2f1f1;
}

.woocommerce-orders-table th {
  text-align: center;
}

.woocommerce-orders-table td {
  vertical-align: middle;
  color: #323232;
  font-size: 16px;
  text-align: center;
}

.woocommerce-orders-table td .amount {
  font-weight: 700;
}

.woocommerce-orders-table tr:last-child td {
  border-bottom: none;
}

.woocommerce-orders-table .product-info {
  display: flex;
  align-items: center;
}

.woocommerce-orders-table .product-name {
  font-size: 16px;
  color: #933625;
  text-align: left;
}

.woocommerce-checkout-review-order td.product-name {
  text-align: left;
}

.woocommerce-orders-table .product-cat {
  font-size: 16px;
  color: #933625;
  text-align: left;
}

.woocommerce-orders-table .product-size {
  font-size: 14px;
  color: #aaa;
  text-align: left;
}

.woocommerce-orders-table .product-image {
  width: 100px;
  height: 100px;
  margin-right: 12px;
}

.woocommerce-orders-table .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.woocommerce-orders-table .product-details {
  display: flex;
  flex-direction: column;
}

.woocommerce-orders-table .delivery-status {
  display: inline-block;
  font-size: 16px;
}

.woocommerce-orders-table .status-completed {
  color: #34b350;
  background-color: rgba(40, 167, 69, 0.1);
}

.woocommerce-orders-table .status-processing {
  color: #ffc107;
}

.woocommerce-orders-table .status-on-hold {
  color: #6c757d;
}

.woocommerce-orders-table .tracking-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  color: #933625;
}

.woocommerce-orders-table .tracking-info span {
  display: block;
}

.woocommerce-orders-table .no-orders-message {
  text-align: center;
  padding: 40px 0;
  color: #6c757d;
}

#customer_login {
  max-width: 940px;
  padding: 200px 0 280px !important;
  margin: 0 auto;
}

.woocommerce-form-login-wrapper .u-column1,
.woocommerce-form-login-wrapper .u-column2 {
  padding: 20px;
}

.woocommerce-form-login-wrapper h2,
.woocommerce-form-register-wrapper h2,
.forgot-password-wrapper h2 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.forgot-password-wrapper h2 {
  margin-bottom: 40px;
}

h3.reset-password-description,
.forgot-password-container p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
  margin-bottom: 60px !important;
}

.woocommerce-form-login-wrapper h3,
.woocommerce-form-register-wrapper h3,
h3.reset-password-description {
  color: #000;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

.woocommerce-form-login-wrapper h3,
.woocommerce-form-login-wrapper .login-form-footer,
.woocommerce-form-register-wrapper h2,
.woocommerce-form-register-wrapper .register-form-footer {
  margin-bottom: 60px;
}

.banner-login,
.banner-register {
  display: flex;
  width: 100%;
  height: 543px;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.banner-forgot-password {
  display: flex;
  height: 100vh;
  width: 50vw;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("/wp-content/uploads/2025/11/676_679.webp");
}

.banner-login {
  background-image: url("/wp-content/uploads/2025/11/1440_543-3-scaled.webp");
}

.banner-register {
  background-image: url("/wp-content/uploads/2025/11/1440_543-1-1-scaled.webp");
}

form.woocommerce-form.woocommerce-form-login.login,
form.woocommerce-form.woocommerce-form-register.register {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 555px;
  margin: 0 auto;
}

.woocommerce-form-login-wrapper form .form-row,
.woocommerce-form-register-wrapper form .form-row,
p.woocommerce-form-row {
  width: 100%;
  margin-bottom: 40px;
}

.woocommerce-form-login-wrapper form .form-row input.input-text,
.woocommerce-form-register-wrapper form .form-row input.input-text {
  color: #000;
  font-family: "Josefin Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0;
  background: transparent;
  padding: 0 0 8px 0;
}

.woocommerce-form-login-wrapper form .form-row input.input-text:focus,
.woocommerce-form-register-wrapper form .form-row input.input-text:focus {
  background: rgba(255, 255, 255, 0.3);
}

.woocommerce-form-login-wrapper form .form-row input.input-text::placeholder,
.woocommerce-form-register-wrapper form .form-row input.input-text::placeholder {
  color: #0000004d;
}

.woocommerce-form-login-wrapper form .link-terms {
  color: #fff;
}

.woocommerce-form-login-wrapper form .show-password-input::before {
  background-image: url("assets/images/visibility_off.svg") !important;
  filter: brightness(0);
}

.woocommerce-form-login-wrapper .login-form-footer,
.woocommerce-form-register-wrapper .register-form-footer {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.woocommerce-form-login-wrapper .login-form-footer.register {
  flex-direction: row;
}

.woocommerce-form-login-wrapper .terms-checkbox {
  padding-top: 15px;
}

.woocommerce-form-login-wrapper .woocommerce-LostPassword a {
  color: #000;
  text-decoration: none;
  font-size: 20px;
  font-family: "Josefin Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: 48px;
}

.woocommerce-form-login-wrapper .woocommerce-form__label-for-checkbox {
  color: #fff !important;
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.woocommerce-form-login-wrapper .woocommerce-form__label-for-checkbox span,
.woocommerce-form-register-wrapper .woocommerce-form__label-for-checkbox span {
  color: #000;
  font-family: "Josefin Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: 48px;
}

.woocommerce-form-login-wrapper .woocommerce-form-login__rememberme,
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.woocommerce-form-login-wrapper .woocommerce-form__input-checkbox,
.woocommerce-form-register-wrapper .woocommerce-form__input-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  margin: 0;
  border-radius: 2px;
  border: 0.5px solid #000;
}

.woocommerce-form-login-wrapper .woocommerce-form__input-checkbox:checked,
.woocommerce-form-register-wrapper .woocommerce-form__input-checkbox:checked {
  background-color: transparent;
}

.woocommerce-form-login-wrapper .woocommerce-form__input-checkbox:checked::before,
.woocommerce-form-register-wrapper .woocommerce-form__input-checkbox:checked::before {
  content: "";
  filter: brightness(0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  display: block;
  width: 17px;
  height: 17px;
  background-image: url("/wp-content/uploads/2025/11/icon-park-solid_correct.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: none;
}

.separate p {
  margin: 44px 0;
  border-bottom: solid 1px #fff;
  width: 100%;
  text-align: center;
  line-height: 0.1em;
}

.separate span {
  background-color: #19191a;
  padding: 0 14px;
  margin: 0 14px;
  font-size: 16px;
  color: #fff;
}

.two-cols {
  display: flex;
  width: 100%;
  gap: 47px;
}

.two-cols .form-row {
  width: 50%;
  margin: 0;
}

.two-cols input {
  width: 100%;
}

.woocommerce-form-login-wrapper .woocommerce-form-login__submit,
.woocommerce-form-register-wrapper .woocommerce-form-register__submit,
.woocommerce-ResetPassword .woocommerce-form-login__submit,
.reset-password-confirmation a.woocommerce-Button {
  margin: 0 !important;
  display: flex;
  width: 100% !important;
  padding: 6px !important;
  justify-content: center;
  align-items: center;
  border-radius: 40px !important;
  border: 1px solid #000 !important;
  background-color: white !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
  min-width: 120px;
  color: #000 !important;
  text-align: center;
  font-family: "Josefin Sans" !important;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.woocommerce-form-login-wrapper .woocommerce-form-login__submit:hover,
.woocommerce-form-register-wrapper .woocommerce-form-register__submit:hover,
.woocommerce-ResetPassword .woocommerce-form-login__submit:hover,
.reset-password-confirmation a.woocommerce-Button:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.login-form-button {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.extra-links {
  color: #000;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.extra-links a {
  color: #933625;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.woocommerce-privacy-policy-text {
  display: none;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 12px 8px;
}

.woocommerce table.my_account_orders a {
  color: #933625;
  font-size: 16px;
}

.woocommerce table.my_account_orders .button {
  background-color: #933625;
  color: #fff;
}

.woocommerce-MyAccount-content .woocommerce-order-details {
  margin-top: 40px;
}

.woocommerce-MyAccount-content .woocommerce-order-details .product-name a {
  color: #933625;
}

.woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column__title {
  margin-bottom: 20px;
}

.woocommerce-MyAccount-content .woocommerce-customer-details address {
  border: none !important;
  margin-bottom: 20px;
  padding: 0 !important;
}

.woocommerce-form-login-wrapper .woocommerce-privacy-policy-text {
  display: none !important;
}

.woocommerce-form-login-wrapper form.checkout_coupon,
.woocommerce-form-login-wrapper form.login,
.woocommerce-form-login-wrapper form.register {
  border: none;
  padding: 0;
}

.woocommerce-checkout #payment {
  background-color: transparent !important;
  width: -webkit-fill-available;
}

.woocommerce-checkout #payment div.payment_box {
  font-size: 14px;
  font-weight: 400;
  color: #515151;
  background-color: transparent !important;
  margin: 0;
  padding: 10px 0 0 33px;
}

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

.woocommerce-checkout .woocommerce-privacy-policy-text {
  font-size: 14px;
  color: #515151;
}

.woocommerce-checkout .woocommerce-privacy-policy-text a {
  font-size: 14px;
  color: #933625;
}

.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: none;
  padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
  padding: 0;
  color: var(--neutral-black, #000);
  font-family: "Josefin Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 21px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
  margin-bottom: 0 !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  padding: 24px 0 !important;
  font-size: 16px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-total {
  font-weight: 700;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tr {
  border-bottom: 1px solid #dcdde3;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr:last-child {
  border-bottom: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th:nth-child(3n),
.woocommerce-checkout .woocommerce-checkout-review-order-table td:nth-child(3n) {
  text-align: right;
}

.woocommerce-checkout-review-order-table tr.cart-subtotal th {
  font-size: 20px;
  color: #000;
}

.woocommerce-checkout-review-order-table tr.order-total th,
.woocommerce-checkout-review-order-table tr.order-total td {
  color: var(--Black-600, #3d3d3d);
  font-size: 26px !important;
  font-weight: 600;
  line-height: var(--Scale-600, 40px);
}

.woocommerce-checkout #payment ul.payment_methods li input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.woocommerce-checkout #payment ul.payment_methods li label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #00000099 !important;
  border-radius: 50%;
  background: transparent;
  vertical-align: middle;
  margin-right: 10px;
  transition: 0.2s ease-in-out;
}

.woocommerce-checkout #payment ul.payment_methods li input:checked+label::before {
  background-color: #933625 !important;
  border: 1px solid #933625 !important;
  box-shadow: 0 0 0 2px white inset !important;
}

.woocommerce-checkout h3 {
  color: var(--neutral-black, #000);
  font-family: "Josefin Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 24px;
}

.woocommerce form .form-row .required {
  color: #f4364d !important;
}

.woocommerce-checkout .woocommerce-shipping-fields {
  margin-top: 40px;
}

#customer_details {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

#customer_details .woocommerce-shipping-fields #ship-to-different-address label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  background: #ffffff;
  margin-top: 24px;
  border-radius: 8px;
  padding: 14px 14px 14px 60px;
  font-size: 20px;
  font-family: "Josefin Sans";
  color: #000000;
  border: 1px solid #933625;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a,
.woocommerce-cart .cart-collaterals .shipping-calculator-button {
  color: #933625;
  text-decoration: underline;
}

form#woocommerce-checkout-form-coupon {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: none;
  padding: 0;
  gap: 20px;
}

.woocommerce form.checkout_coupon button.button,
.return-to-shop a.button.wc-backward {
  background-color: #933625 !important;
  color: white !important;
  padding: 14px;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  border-radius: 50px !important;
  padding: 0px 15px;
  transition: all 0.3s ease;
}

.woocommerce form.checkout_coupon button.button:hover,
.return-to-shop a.button.wc-backward:hover {
  background-color: #000 !important;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
  content: "";
  background: url("assets/images/icon-info.svg") no-repeat center/contain;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce-checkout .form-row label {
  font-size: 16px;
  color: #3e3e3e;
  margin-bottom: 8px;
}

.forgot-password-wrapper {
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 0;
}

.forgot-password-container {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 80px;
  width: 60%;
}

.forgot-password-wrapper .woocommerce-Input {
  width: 100%;
  padding: 15px;
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
}

.forgot-password-wrapper .woocommerce-Input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.reset-password-confirmation {
  text-align: center;
}

.reset-password-confirmation .woocommerce-form-row {
  margin-top: 30px;
}

button.woocommerce-button,
button.woocommerce-Button {
  color: #fff;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: var(--fontsize-body-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lineheight-body-md, 24px);
}

.edit-account-wrapper,
.edit-address-wrapper {
  max-width: 796px;
}

.edit-address-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Josefin Sans";
  color: #933625;
}

.edit-address-wrapper .address-description {
  color: #666;
  margin-bottom: 30px;
  font-size: 14px;
}

.woocommerce-EditAddressForm .form-row {
  margin-bottom: 20px;
}

.woocommerce-EditAddressForm label {
  font-family: "Josefin Sans" !important;
  font-size: 16px;
  margin-bottom: 12px;
  display: block;
  color: #333;
}

.woocommerce-EditAddressForm .required {
  color: #ff0000 !important;
}

.address-fields-section {
  margin-bottom: 30px;
}

.woocommerce-address-fields .form-row input,
.woocommerce-address-fields .form-row select,
.woocommerce-address-fields .form-row textarea,
.woocommerce-EditAddressForm input,
.woocommerce-EditAddressForm select,
.woocommerce-EditAddressForm textarea {
  background-color: transparent !important;
  border: 1px solid #933625 !important;
  border-radius: 6px !important;
  padding: 12px !important;
  color: #333 !important;
  font-size: 14px !important;
}

.woocommerce-address-fields .form-row input::placeholder,
.woocommerce-address-fields .form-row textarea::placeholder,
.woocommerce-EditAddressForm input::placeholder,
.woocommerce-EditAddressForm textarea::placeholder {
  color: #933625 !important;
}

.woocommerce-EditAccountForm .form-row-group {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.form-row.form-row-wide {
  width: 100% !important;
}

.woocommerce-EditAccountForm .form-row {
  flex: 1;
  margin-bottom: 20px;
}

.woocommerce-EditAccountForm label {
  font-family: "Josefin Sans" !important;
  font-size: 16px;
  margin-bottom: 12px;
}

.woocommerce-EditAccountForm .required {
  color: #ff0000 !important;
}

.woocommerce-EditAccountForm input[type="text"],
.woocommerce-EditAccountForm input[type="email"],
.woocommerce-EditAccountForm input[type="password"],
.woocommerce-EditAccountForm input[type="tel"],
.select2-container .select2-selection,
#customer_details input,
#customer_details textarea {
  padding: 12px 18px !important;
  border: 1px solid #d3d3d3 !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-family: "Josefin Sans" !important;
}

.select2-container .select2-dropdown {
  border: 1px solid #d3d3d3 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #933625 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
}

.woocommerce-EditAccountForm input[type="text"]::placeholder,
.woocommerce-EditAccountForm input[type="email"]::placeholder,
.woocommerce-EditAccountForm input[type="password"]::placeholder,
#customer_details input::placeholder,
#customer_details textarea::placeholder {
  color: #aaaaaa !important;
}

.woocommerce-EditAccountForm .display-name-description {
  font-size: 16px;
  color: #aaa;
  margin-top: 5px;
}

.password-change-section {
  margin-top: 40px;
}

.password-change-section h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.form-submit {
  margin-top: 30px;
}

.address-description {
  color: #666;
  margin-bottom: 40px !important;
}

.address-section.shipping-address-section {
  margin-top: 40px;
}

.address-content {
  color: var(--neutral-black, #000);
  font-family: "Josefin Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.address-section .address-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.address-section .edit-address-button {
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  color: #24ae43;
  font-family: "Josefin Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.address-section .edit-icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.custom-thankyou {
  padding: 60px 0;
}

.custom-thankyou .product-header {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  padding-bottom: 24px;
}

.custom-thankyou .thank-you-message {
  text-align: left;
  margin-bottom: 30px;
}

.custom-thankyou .thank-you-message h2 {
  font-family: "Josefin Sans";
  font-size: 32px;
  font-weight: 700;
  color: #933625;
}

.custom-thankyou .order-details-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.custom-thankyou .order-details-column {
  flex: 1;
  min-width: 300px;
}

.custom-thankyou .order-summary-column {
  flex: 1;
  min-width: 300px;
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  padding: 40px;
  font-family: "Josefin Sans";
}

.custom-thankyou .order-details-section {
  margin: 20px 0 56px;
}

.custom-thankyou .order-meta-item.delivery-date {
  margin-top: 60px;
}

.custom-thankyou .address-section {
  margin-bottom: 20px;
  font-family: "Josefin Sans";
}

.custom-thankyou .order-details-section h3,
.custom-thankyou .address-section h3,
.custom-thankyou .order-detail-header h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
  color: #000000;
}

.custom-thankyou .order-meta-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 16px;
  gap: 40px;
  font-family: "Josefin Sans";
}

.custom-thankyou .order-meta-item .label {
  color: #000000;
  width: 26%;
  font-weight: 700;
}

.custom-thankyou .order-meta-item .value {
  color: #000000;
  width: 74%;
}

.custom-thankyou .address-details .name {
  font-size: 16px;
  color: #000000;
}

.custom-thankyou .address-details .address-line {
  margin: 0 !important;
}

.custom-thankyou .contact-info {
  margin-top: 15px;
  padding-top: 12px;
}

.custom-thankyou .contact-info p {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #000000;
}

.custom-thankyou .contact-info svg {
  color: #933625;
  margin-right: 12px;
}

.custom-thankyou .product-item {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
  border-top: 1px solid #dcdde3;
  margin-bottom: 0;
  align-items: center;
}

.custom-thankyou .product-meta {
  color: #000000;
  font-size: 14px;
  margin: 0;
  font-family: "Josefin Sans";
}

.custom-thankyou .product-price {
  font-weight: 700;
  font-size: 16px;
}

.custom-thankyou .order-totals {
  border-top: 1px solid #dcdde3;
}

.custom-thankyou .total-row {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  padding: 12px 0;
  color: #000000;
  font-weight: 400;
}

.custom-thankyou .total-row.order-total {
  border-top: 1px solid #dcdde3;
}

.woocommerce-order-received .checkout-ttl {
  display: none;
}

.custom-thankyou .order-total .value {
  font-weight: 700;
  font-size: 22px;
}

.custom-thankyou img.size-woocommerce_thumbnail {
  width: 180px !important;
}

.chg-pwd-ttl {
  color: var(--color-white, #fff);
  text-align: center;
  font-family: "Josefin Sans";
  font-size: var(--fontsize-body-xl, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--lineheight-body-lg, 27px);
  margin-bottom: 24px;
}

.chg-pwd-desc {
  color: var(--color-white, #fff);
  text-align: center;
  font-family: "Josefin Sans";
  font-size: var(--fontsize-body-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lineheight-body-md, 24px);

  margin-bottom: 32px !important;
}

.change-pwd-form {
  text-align: center;
}

.change-pwd-form input {
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  margin-bottom: 24px;
}

.change-pwd-form input:focus {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
}

.change-pwd-form input::placeholder {
  color: #ecb085;
}

.change-pwd-form button {
  color: white;
  display: flex;
  height: 44px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--Scale-200, 8px);
  background: var(--Blue-500, #933625);
  margin: 0 auto;
}

.ft-language-switch .wpml-ls-legacy-dropdown-click a,
.ft-language-switch .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a,
.ft-language-switch .wpml-ls-legacy-dropdown-click a:hover {
  padding: 12px 16px;
  font-size: 16px;
  background: transparent !important;
  border-radius: 6px;
}

.ft-language-switch .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border-top: none;
}

.ft-language-switch .wpml-ls-legacy-dropdown-click a span {
  color: #933625;
}

.ft-language-switch .wpml-ls-legacy-dropdown-click a:after {
  background: url("/wp-content/uploads/2025/07/chevron_right.png") no-repeat center/contain;
  width: 12px;
  height: 12px;
  border: none;
  border-top: none;
}

.br-mb,
.br-tb,
.br-dt {
  display: none;
}

.dealer-filter-form-container {
  padding-bottom: 24px;
}

.dealer-list {
  overflow-y: auto;
  max-height: 652px;
  -ms-overflow-style: none;
}

.dealer-list::-webkit-scrollbar {
  width: 4px;
  margin-left: 10px;
}

.dealer-list::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 24px;
}

.dealer-list::-webkit-scrollbar-track {
  background: #454545;
  border-radius: 24px;
}

.dealer-locator-main {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  color: #fff;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0;
}

.dealer-filter-form {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.dealer-filter-search-container {
  width: 60%;
  display: flex;
  gap: 30px;
}

.dealer-filter-search {
  padding: 0 0 10px 0 !important;
  border-top: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  font-size: 14px;
  background: transparent !important;
  margin-left: 20px !important;
  border-left: none !important;
  color: #fff;
  border-right: none !important;
  border-radius: 0 !important;
}

.dealer-filter-search::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.dealer-select-filter {
  display: flex;
  gap: 20px;
  width: 40%;
}

.dealer-filter-parent,
.dealer-filter-child {
  padding: 0 0 10px 0;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 14px;
  background: transparent;
  border-left: none;
  color: #fff;
  border-right: none;
  max-width: 234px;
  border-radius: 0;
}

.dealer-filter-search:focus,
.dealer-filter-parent:focus,
.dealer-filter-child:focus {
  outline: none !important;
}

.dealer-filter-submit {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #933625;
  color: #000;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
}

.dealer-filter-submit:hover,
.dealer-filter-submit:focus {
  background-color: #933625;
  color: #000;
}

.dealer-filter-submit .icon-btn {
  width: 16px;
  height: 16px;
  display: flex;
}

.dealer-locator-content {
  display: flex;
  flex-direction: row;
  gap: 18px;
  width: 100%;
  min-width: 0;
  max-width: 100vw;
  margin: 0;
  overflow-x: auto;
}

.dealer-list-container {
  flex: 1;
  overflow-y: auto;
  max-width: 488px;
  width: 100%;
}

.dealer {
  display: flex;
  padding: 18px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 8px;
  margin-bottom: 24px;
  margin-right: 18px;
  transition: all 0.3s ease;
  background: radial-gradient(75.49% 75.39% at 46.52% 100%,
      rgba(0, 169, 234, 0.3) 12.94%,
      rgba(0, 167, 234, 0) 75%,
      rgba(255, 255, 255, 0) 100%),
    #000;
}

.dealer-distance-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dealer-distance {
  background: transparent;
  color: #933625;
  border: 1px solid #933625;
  border-radius: 50%;
  min-width: 60px;
  min-height: 60px;
  max-width: 60px;
  max-height: 60px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
}

.distance-unit {
  color: #fff;
  font-size: 12px;
}

.dealer-title {
  color: var(--white, #fff);
  font-family: "Josefin Sans";
  font-size: 18px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 24px !important;
  cursor: pointer;
}

.dealer-contact-box {
  display: flex;
  flex-direction: column;
  margin: 16px 0 24px 0;
}

.dealer-address,
.dealer-email,
.dealer-phone {
  color: #cacaca;
  font-family: "Josefin Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.dealer-actions {
  display: flex;
  flex-direction: row;
  gap: 6px;
}

.custom-popup .leaflet-popup-content {
  width: 436px !important;
  display: inline-flex;
  padding: 16px 24px 16px 16px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
  background: #fff;
  margin: 0;
}

.leaflet-container .custom-popup a.leaflet-popup-close-button {
  color: #f3f3f3 !important;
  background: #adadad !important;
  border-radius: 20px !important;
  margin: 10px !important;
  width: 16px !important;
  height: 16px !important;
  font: 12px Tahoma, Verdana, sans-serif !important;
}

.custom-popup .leaflet-popup-tip-container {
  display: none !important;
}

.custom-popup .popup-details {
  display: flex;
  gap: 16px;
}

.custom-popup .popup-image {
  width: 120px;
}

.custom-popup .popup-image img {
  border-radius: 12px;
  width: 120px;
  height: 120px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.custom-popup .popup-content {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}

.custom-popup .popup-content h3 {
  color: var(--black, #000);
  font-family: "Josefin Sans";
  font-size: var(--fontsize-body-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Spacing-xs, 24px);
}

.custom-popup .popup-content p {
  color: var(--black, #000);
  font-family: "Josefin Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;

  margin: 0 !important;
}

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

.btn-contact,
.btn-map {
  display: flex;
  height: 40px;
  padding: 14px 18px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
}

.btn-contact {
  background: var(--Blue-500, #933625);
  color: #fff;
}

.btn-contact:hover {
  color: #fff;
}

.btn-map {
  color: #933625;
  background: white;
}

.btn-map:hover {
  color: #933625;
}

.dealer-b2b {
  position: relative;
  margin-top: -129px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, #222 82.5%);
  padding-top: 88px;
  pointer-events: none;
  margin-right: 22px;
}

.btn-b2b {
  display: flex;
  padding: var(--Scale-400, 12px) var(--Scale-500, 14px);
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--Blue-600, #933625);
  border-radius: var(--Scale-300, 8px);
  background: #fff;
  color: #933625;
  font-family: "Josefin Sans";
  font-size: var(--fontsize-body-sm, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Scale-300, 16px);
  pointer-events: auto;
}

.btn-b2b:hover {
  color: #933625;
}

.btn-b2b.mb {
  display: none;
}

.icon-btn {
  display: flex;
  align-items: center;
  max-width: 16px;
}

.dealer-list__empty {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 24px 0;
}

.dealer-map {
  flex: 2;
  z-index: 1;
  overflow: hidden;
  height: 652px !important;
  min-height: 652px !important;
  max-height: 652px !important;
  border-radius: 8px;
  max-width: 672px;
}

.nsl-container-buttons {
  display: flex;
  width: 100%;
}

.nsl-button-google {
  width: 411px;
}

div.nsl-container .nsl-button-svg-container {
  padding: 0 !important;
}

div.nsl-container .nsl-button-google div.nsl-button-label-container {
  color: var(--color-grey-500, #515151);
  text-align: center;
  font-family: "Josefin Sans";
  font-size: var(--fontsize-body-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lineheight-body-md, 24px);
  margin: 0 !important;
}

.nsl-button.nsl-button-default.nsl-button-google {
  display: flex;
  height: 44px;
  padding: 14px 100px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--Scale-200, 8px);
  background: #fff;
}

.custom-checkout-form-final {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.custom-checkout-heading {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 30px;
}

.col2-set {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.custom-address-section {
  width: 100%;
  display: flex;
  padding: 24px 40px 40px 40px;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 10px;
  background: var(--neutral-50, #f6f6f6);
  margin-bottom: 60px;
}

.address-details-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.address-details-list li {
  margin-bottom: 5px;
  line-height: 1.4;
}

.custom-layout-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}

.custom-main-content {
  grid-column: 1;
  margin-bottom: 60px;
}

.custom-order-summary-sidebar {
  display: flex;
  gap: 64px;
  grid-column: 2;
  flex-direction: row;
}

.custom-review-order-products-v3 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}

.custom-product-card-v3 {
  display: flex;
  padding: 40px;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 20px;
  background: #f6f6f6;
  margin-bottom: 32px;
}

.custom-product-card-v3 .product-thumbnail {
  overflow: hidden;
  width: 268px;
  /* height: 205px; */
  height: auto;
  aspect-ratio: 268 / 205;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  width: 268px;
  height: auto;
  object-fit: cover;
  aspect-ratio: 268 / 205;
}

.custom-product-card-v3 .product-details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: "Josefin Sans";
  color: var(--color-black, #000);
  width: 480px;
}

.custom-product-card-v3 .product-details h4.product-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.custom-product-card-v3 .product-details p.product-description {
  font-family: "Josefin Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.custom-product-card-v3 .product-details span.product-price {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.custom-product-card-v3 .product-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-quantity-display {
  display: flex;
  padding: 1px 8px;
  flex-shrink: 0;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: #fff;
}

.custom-delivery-info-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.delivery-date-estimate {
  margin: 0;
  font-weight: bold;
  color: #a52a2a;
  display: flex;
  gap: 10px;
}

.standard-shipping {
  font-size: 14px;
  color: #777;
}

.delivery-fee-amount-line {
  font-weight: bold;
}

.custom-payment-method-section h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.woocommerce-checkout-payment {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wc_payment_methods li.wc_payment_method {
  padding: 0;
  margin-bottom: 10px;
  border: none;
  background: none;
  line-height: normal;
}

.wc_payment_methods li.wc_payment_method label {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14.5px 20px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  font-weight: normal;
}

.wc_payment_methods input[type="radio"] {
  display: none;
}

.order-summary-box {
  display: flex;
  height: 346px;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 10px;
  background: var(--neutral-50, #f6f6f6);
  margin-bottom: 24px;
}

.order-summary-box h3 {
  color: var(--neutral-black, #000);
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
}

.woocommerce-checkout-review-order .custom-totals-table-sidebar {
  display: none;
}

.order-summary-totals-relocated {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}

.order-summary-totals-relocated tr {
  display: flex;
  align-items: center;
}

.order-summary-totals-relocated th {
  color: var(--neutral-black, #000);
  font-family: "Josefin Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.order-summary-totals-relocated td {
  margin-left: auto;
  color: var(--color-black, #000);
  font-family: "Josefin Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 20px;
}

.order-summary-totals-relocated td ul li {
  margin: 0 !important;
}

.order-summary-totals-relocated td span bdi {
  font-weight: 500 !important;
}

.custom-order-summary-sidebar .custom-totals-table-sidebar {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}

.custom-totals-table-sidebar th,
.custom-totals-table-sidebar td {
  border: none;
  padding: 8px 0;
  text-align: right;
}

.custom-totals-table-sidebar th {
  text-align: left;
  font-weight: normal;
}

.custom-totals-table-sidebar tr.order-total th,
.custom-totals-table-sidebar tr.order-total td {
  font-weight: bold;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}

.place-order-button-container {
  text-align: center;
}

.custom-main-content .woocommerce-checkout-payment .form-row.place-order {
  display: none !important;
}

.custom-order-summary-sidebar .custom-payment-method-section #place_order {
  display: none !important;
}

.custom-order-summary-sidebar .order-summary-box .place-order-button-container #place_order {
  display: block !important;
}

.custom-layout-grid {
  display: flex;
  flex-direction: column;
}

.cart-layout {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  flex-direction: column;
}

.cart-layout .woocommerce-cart-form {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  padding: 40px;
  border-radius: 20px;
  background: #f6f6f6;
}

.cart-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.cart-header h1 {
  color: #000;
  font-family: "Josefin Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
}

.cart-header button#edit-cart-btn {
  color: #933625;
  background-color: transparent;
  font-family: "Josefin Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  padding: 0;
}

.cart-header button#edit-cart-btn:hover {
  color: #6f2b1f;
  background-color: transparent;
  font-family: "Josefin Sans";
}

.cart-layout .woocommerce-cart-form__cart-item.cart-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 21px;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #00000018;
}

.cart-layout .woocommerce-cart-form__cart-item.cart-item:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.cart-layout .woocommerce-cart-form__cart-item.cart-item .product-quantity {
  gap: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
}

.cart-layout .woocommerce-cart-form__cart-item.cart-item .product-quantity .quantity-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 74px;
  height: 29px;
  border-radius: 20px;
  border: 1px solid var(--neutral-100, #e7e7e7);
  padding: 8px;
  gap: 8px;
  background: #fff;
}

.shop_table .product-quantity .quantity-increase,
.shop_table .product-quantity .quantity-decrease {
  color: #000;
}

.cart-layout .woocommerce-cart-form__cart-item.cart-item .product-name-box {
  gap: 40px;
}

.cart-grid {
  display: grid;
  gap: 20px;
}

.cart-item-grid {
  display: grid;
  grid-template-columns: 50px 80px 1fr 80px;
  align-items: center;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 6px;
}

.cart-action-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 24px 20px;
  width: 100%;
  border-radius: 6px;
  background: #f6f6f6;
}

.cart-action-bar span.cart-total-wrap {
  color: #933625;
  font-family: "Josefin Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

.edit-actions,
.default-actions {
  display: inline-block;
}

.cart-action-bar .default-actions button,
.cart-action-bar .edit-actions button,
button#place_order {
  color: #8c4614;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  padding: 7px 60px;
  border-radius: 40px;
  border: 1px solid #8c4614;
  background-color: transparent;
  transition: all 0.3s;
}

button#place_order {
  background-color: white;
}

.custom-payment-method-section {
  width: 80%;
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 21px;
  align-self: stretch;
  border-radius: 10px;
  background: var(--neutral-50, #f6f6f6);
}

.order-summary-wrapper {
  width: 40%;
}

.cart-action-bar .default-actions button:hover,
.cart-action-bar .edit-actions button:hover,
button#place_order:hover {
  background-color: #8c4614;
  color: white;
}

.cart-action-bar .edit-actions button {
  margin-left: 47px;
}

.cart-action-bar .default-actions button {
  margin-left: 95px;
}

.product-select {
  display: table-cell !important;
}

.cart-layout table.shop_table td {
  padding: 0 !important;
}

.cart-layout .cart-collaterals {
  flex: 0 0 488px;
  max-width: 100%;
}

.cart-layout td.product-thumbnail img {
  width: 216px;
  aspect-ratio: 72 / 53;
  object-fit: cover;
}

.woocommerce-cart td.product-quantity {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.product-select input[type="checkbox"],
.select-all-wrap input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.product-select .custom-checkbox,
.custom-checkbox {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 2.571px 0 rgba(0, 0, 0, 0.25) inset;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s;
}

.product-select input[type="checkbox"]:checked+.custom-checkbox,
input[type="checkbox"]:checked+.custom-checkbox {
  background: #8b2f15;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset;
}

.product-select input[type="checkbox"]:checked+.custom-checkbox::after,
input[type="checkbox"]:checked+.custom-checkbox::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-image: url("/wp-content/uploads/2025/11/icon-park-solid_correct.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

label.select-all-wrap {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 9px;
  font-family: "Josefin Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

.order-history-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.order-history-subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}

.custom-order-card {
  display: flex;
  align-items: flex-start;
  padding: 32px;
  margin-bottom: 20px;
  flex-direction: column;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  gap: 23px;
}

.order-content-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 34px;
  width: 100%;
}

.product-title-price {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.bottom-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}

.custom-order-card .product-image {
  flex-shrink: 0;
  width: 150px;
  height: 110px;
  aspect-ratio: 15/11;
}

.custom-order-card .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.custom-order-card .product-details {
  flex-grow: 1;
  max-width: 100%;
}

.custom-order-card .product-title {
  color: var(--neutral-black, #000);
  font-family: "Josefin Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 14px;
}

.custom-order-card .product-description {
  color: var(--neutral-black, #000);
  font-family: "Josefin Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.custom-order-card .status-line {
  display: flex;
  align-items: center;
  color: var(--neutral-black, #000);
  font-family: "Josefin Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.custom-order-card .status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ccc;
  margin-right: 8px;
}

.custom-order-card .status-line.status-pending .status-dot {
  background-color: #a0a0a0;
}

.custom-order-card .status-line.status-pending .status-info {
  color: #000;
}

.custom-order-card .status-line.status-shipped .status-dot {
  background-color: #ffc107;
}

.custom-order-card .status-line.status-delivered .status-dot {
  background-color: #34b350;
}

.custom-order-card .status-line.status-cancelled .status-dot {
  background-color: #cf0000;
}

.custom-order-card .status-line.status-delivered .status-dot {
  background-color: #34b350;
}

.custom-order-card .actions a {
  color: var(--Primary-800, #933625);
  font-family: "Josefin Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin: 0 5px;
}

.custom-order-card .actions a:hover {
  text-decoration: underline;
}

.custom-order-card .order-price {
  margin-left: auto;
  text-align: right;
  color: var(--color-black, #000);
  font-family: "Josefin Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.custom-view-order-wrapper {
  max-width: 62vw;
}

.order-id-header {
  color: var(--neutral-black, #000);
  font-family: "Josefin Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 60px;
}

.status-timeline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}

.timeline-step {
  position: relative;
  text-align: center;
  flex: 1;
  z-index: 1;
}

.timeline-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background-color: #e7e7e7;
  color: #999;
  margin: 0 auto 10px;
  font-size: 50px;
}

.timeline-icon .timeline-svg-icon {
  width: 100%;
  height: 100%;
  max-width: 36px;
  max-height: 36px;
  object-fit: contain;
}

.timeline-line {
  position: absolute;
  top: 40px;
  left: 50%;
  right: -50%;
  height: 1px;
  background: #000;
  z-index: -1;
}

.timeline-step.completed .timeline-icon,
.timeline-step.current .timeline-icon,
.status-timeline .timeline-step.cancelled.completed .timeline-icon {
  background-color: var(--secondary-100, #f4eccd);
}

.status-timeline .timeline-step.cancelled .timeline-icon {
  background-color: #e7e7e7;
}

.timeline-details {
  display: flex;
  flex-direction: column;
  font-size: 13px;
}

.timeline-label {
  color: var(--neutral-black, #000);
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
}

.timeline-date {
  color: var(--neutral-black, #000);
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.timeline-step:first-child .timeline-line {
  left: 50%;
}

.timeline-step:last-child .timeline-line {
  display: none;
}

.status-info-block {
  margin-bottom: 60px;
}

.status-info-block p {
  display: flex;
  color: var(--neutral-black, #000);
  font-family: "Josefin Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

.status-info-block .label {
  margin-right: 8px;
}

.status-info-block .delivered-info-line {
  color: #34b350;
}

.status-info-block .cancel-info-line {
  color: #cf0000;
}

.status-info-block .delivered-info-line .value,
.status-info-block .delivered-info-line .label {
  color: #34b350;
}

.status-info-block .cancel-info-line .value,
.status-info-block .cancel-info-line .label {
  color: #cf0000;
}

.status-info-block .shipped-info-line {
  color: #ffc107;
}

.status-info-block .shipped-info-line .value,
.status-info-block .shipped-info-line .label {
  color: #ffc107;
}

.product-card {
  display: flex;
  align-items: center;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
}

.product-card .product-image {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}

.product-card .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-card .product-details-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.product-card .item-name {
  font-weight: 600;
  font-size: 16px;
}

.product-card .item-description {
  font-size: 13px;
  color: #666;
  margin-top: 4px;
  margin-bottom: 8px;
}

.product-card .item-price {
  font-weight: 700;
  font-size: 16px;
  margin-left: auto;
  text-align: right;
}

.order-totals-summary {
  width: 100%;
  margin-left: auto;
  margin-top: 60px;
  color: var(--neutral-black, #000);

  font-family: "Josefin Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.total-line {
  padding-top: 16px;
  border-top: 1px solid #000000;
  color: var(--neutral-black, #000);
  font-family: "Josefin Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

.custom-order-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.custom-order-card-link:hover .custom-order-card {
  background-color: #f9f9f9;
  cursor: pointer;
}

.custom-invoice-wrapper {
  max-width: 800px;
  margin: 30px auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #eee;
}

.invoice-number {
  font-size: 20px;
  font-weight: 700;
  text-align: right;
  margin-bottom: 25px;
}

.invoice-header-details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}

.header-col {
  display: flex;
  flex-direction: column;
}

.header-col .label {
  font-weight: 500;
  color: #666;
  margin-bottom: 5px;
}

.invoice-items-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.invoice-items-table th,
.invoice-items-table td {
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
}

.invoice-items-table thead th {
  font-weight: 700;
  color: #333;
  background-color: #f7f7f7;
  border-top: 1px solid #ddd;
}

.invoice-items-table th:nth-child(2),
.invoice-items-table td:nth-child(2) {
  width: 5%;
  text-align: center;
}

.invoice-items-table th:nth-child(3),
.invoice-items-table td:nth-child(3) {
  width: 20%;
  text-align: right;
}

.invoice-items-table th:nth-child(4),
.invoice-items-table td:nth-child(4) {
  width: 15%;
  text-align: right;
}

.invoice-totals-summary {
  max-width: 250px;
  margin-left: auto;
  margin-bottom: 40px;
}

.invoice-totals-summary .summary-line {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 5px;
}

.invoice-totals-summary .total-line {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #333;
  font-size: 16px;
}

.invoice-attachment-section {
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.attachment-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.download-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  max-width: 350px;
}

.download-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
}

.checkout-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: opacity 0.3s ease;
}

.checkout-loading-overlay .spinner {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #933625;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin-bottom: 15px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.checkout-loading-overlay p {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.1em;
  color: #000000;
}

@media (max-width: 1024px) {
  .custom-product {
    grid-template-columns: 1fr;
  }

  .thumb-slider .swiper-slide {
    height: 80px !important;
    width: 80px;
    margin-bottom: 0px;
    margin-right: 8px;
  }

  .woocommerce-orders-table {
    overflow-x: scroll;
  }

  .woocommerce-orders-table th,
  .woocommerce-orders-table td {
    width: 100%;
    white-space: nowrap;
  }

  .dealer-list-container {
    min-width: 40vw;
  }

  .account-navigation-container {
    min-width: 200px;
  }

  .custom-order-summary-sidebar {
    flex-direction: column;
  }

  .custom-payment-method-section,
  .order-summary-wrapper {
    width: 100%;
  }

  .favorite-products-grid {
    padding: 20px;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .timeline-icon .timeline-svg-icon {
    max-width: 32px;
    max-height: 32px;
  }

  .timeline-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }

  .timeline-label {
    font-size: 20px;
    line-height: 28px;
  }

  .timeline-date {
    font-size: 16px;
    line-height: 20px;
  }

  .custom-product-card-v3 {
    padding: 20px;
    border-radius: 8px;
  }

  .rating-graph-box {
    width: 100%;
    padding: 0;
  }

  .buy-now-button {
    width: 100px;
  }
}

@media (max-width: 768px) {

  .woocommerce-error::before,
  .woocommerce-info::before,
  .woocommerce-message::before {
    left: 16px;
  }

  /* Mobile/H2mob */
  .woocommerce-form-login-wrapper h2,
  .woocommerce-form-register-wrapper h2,
  .forgot-password-wrapper h2 {
    font-size: 24px;
  }

  /* Mobile/Sub/mob2 */

  .cart-header h1,
  .cart-header button#edit-cart-btn,
  .woocommerce-cart-form__cart-item.cart-item .product-price .woocommerce-Price-amount bdi,
  .woocommerce-form-login-wrapper h3,
  .woocommerce-form-register-wrapper h3,
  h3.reset-password-description,
  .elementor-12 .elementor-element.elementor-element-4659a06 .elementor-heading-title,
  /* .custom-product-card-v3 .product-details span.product-price, */
  .profile-header-box h3,
  .profile-card h3,
  .info-value,
  .address-card .address-value,
  .address-section-title,
  .customer-profile h2,
  .review-count,
  button.review-see-more,
  #product-review-form input,
  #product-review-form textarea,
  h3.review-list-title,
  p.review-content {
    font-size: 20px;
    line-height: 24px;
  }

  .custom-address-section .input-text,
  .custom-address-section .select2-selection.select2-selection--single,
  input#coupon_code,
  .woocommerce-checkout h3,
  .order-summary-totals-relocated th,
  .custom-address-section label,
  .woocommerce-MyAccount-content .title,
  .order-totals-summary,
  .order-id-header {
    font-size: 18px;
    line-height: 22px;
  }

  /* Mobile/Card/mob */
  label.select-all-wrap,
  .cart-action-bar span.cart-total-wrap,
  .woocommerce-cart-form__cart-item.cart-item .product-title a,
  .woocommerce-form-login-wrapper .woocommerce-LostPassword a,
  .woocommerce-form-login-wrapper .woocommerce-form__label-for-checkbox span,
  .woocommerce-form-register-wrapper .woocommerce-form__label-for-checkbox span,
  .extra-links,
  .custom-product-card-v3 .product-details h4.product-title,
  .wc_payment_methods li.wc_payment_method label,
  .woocommerce-cart-form__cart-item.cart-item .product-title a,
  .woocommerce-cart-form__cart-item.cart-item .product-price .woocommerce-Price-amount bdi,
  .my-favorites-table a.product-name,
  .custom-thankyou .product-info h4,
  .woocommerce-MyAccount-content .subtitle,
  .custom-product-card-v3 .product-details span.product-price,
  .status-info-block p {
    font-size: 16px !important;
    line-height: 20px;
  }

  .custom-product-card-v3 .product-details p.product-description {
    font-size: 14px;
    line-height: 18px;
  }

  /* Mobile/Sub/mob1 */
  #product-review-form label,
  p.review-author {
    font-size: 16px;
    line-height: 24px;
    /* 150% */
  }

  p.woocommerce-form-row {
    margin-bottom: 16px;
  }

  .woocommerce-form-login-wrapper form .form-row,
  .woocommerce-form-register-wrapper form .form-row {
    margin-bottom: 24px;
  }

  .login-form-button {
    gap: 16px;
  }

  .profile-card.personal-info-card .custom-order-summary-sidebar {
    gap: 20px;
  }

  .custom-main-content {
    margin-bottom: 40px;
  }

  .woocommerce-form-login-wrapper .woocommerce-form__input-checkbox,
  .woocommerce-form-register-wrapper .woocommerce-form__input-checkbox {
    width: 12px;
    height: 12px;
  }

  .woocommerce-form-login-wrapper .woocommerce-form__input-checkbox:checked::before,
  .woocommerce-form-register-wrapper .woocommerce-form__input-checkbox:checked::before {
    width: 10px;
    height: 10px;
  }

  .woocommerce form .show-password-input::before,
  .woocommerce-page form .show-password-input::before {
    width: 16px;
    height: 16px;
  }

  img.customer-avatar {
    width: 60px;
    height: 60px;
  }

  .wc_payment_methods li.wc_payment_method label {
    width: 100%;
  }

  .woocommerce-form-login-wrapper h3,
  .woocommerce-form-login-wrapper .login-form-footer,
  .woocommerce-form-register-wrapper h2,
  .woocommerce-form-register-wrapper .register-form-footer {
    margin-bottom: 32px;
  }

  .woocommerce-form-login-wrapper .woocommerce-form-login__submit,
  .woocommerce-form-register-wrapper .woocommerce-form-register__submit,
  .woocommerce-ResetPassword .woocommerce-form-login__submit,
  .reset-password-confirmation a.woocommerce-Button,
  .save-changes-btn,
  .account-button {
    padding: 8px !important;
    font-size: 20px !important;
    line-height: 26px !important;
  }

  .woocommerce-form-login-wrapper form .form-row input.input-text,
  .woocommerce-form-register-wrapper form .form-row input.input-text {
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 2px 0;
  }

  .cart-action-bar .default-actions button,
  .cart-action-bar .edit-actions button,
  button#place_order {
    font-size: 12.8px;
    line-height: 21.333px;
  }

  .quantity-controls .quantity-input,
  .quantity-controls .quantity input,
  button.quantity-increase,
  button.quantity-decrease {
    font-size: 12px;
  }

  .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    padding: 12px 12px 12px 40px;
    font-size: 14px;
  }

  .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
    width: 14px;
    height: 14px;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 0;
  }

  .custom-address-section,
  .custom-payment-method-section,
  .order-summary-box,
  /* .custom-product-card-v3, */
  .profile-card,
  .address-section {
    padding: 20px !important;
    border-radius: 8px;
  }

  .custom-thankyou .order-summary-column,
  .custom-thankyou .address-section {
    padding: 32px;
  }

  .order-summary-box {
    height: auto;
  }

  .banner-login,
  .banner-register,
  .banner-forgot-password {
    height: 279px;
    width: 100%;
  }

  .banner-login {
    background-image: url("/wp-content/uploads/2025/11/390_279.webp");
  }

  .banner-register {
    background-image: url("/wp-content/uploads/2025/11/390_279-1.webp");
  }

  .woocommerce-form-login-wrapper,
  .woocommerce-form-register-wrapper {
    padding: 60px 30px;
  }

  .forgot-password-wrapper {
    padding: 0 !important;
    flex-direction: column-reverse;
    justify-content: center;
    min-height: 80vh;
  }

  .forgot-password-container {
    padding: 60px 30px 40px;
    width: 100%;
    margin: 0;
  }

  .cart-layout .woocommerce-cart-form,
  .cart-action-bar {
    padding: 15px;
    border-radius: 7.894px;
  }

  .cart-action-bar .default-actions button,
  .cart-action-bar .edit-actions button,
  button#place_order {
    padding: 3px 20px;
    margin: 0;
  }

  .edit-actions,
  .default-actions {
    display: flex;
    /* flex-direction: column;
    align-items: flex-end; */
    align-items: center;
    gap: 14px;
  }

  .product-select .custom-checkbox,
  .custom-checkbox {
    width: 14px;
    height: 14px;
  }

  .product-select input[type="checkbox"]:checked+.custom-checkbox::after,
  input[type="checkbox"]:checked+.custom-checkbox::after {
    width: 8px;
    height: 8px;
  }

  .product-remove img {
    width: 14px !important;
    height: 14px !important;
  }

  img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail,
  .custom-product-card-v3 .product-thumbnail {
    min-width: 108px;
    max-width: 108px;
    height: 80px;
  }

  .cart-layout .woocommerce-cart-form__cart-item.cart-item,
  .custom-product-card-v3 .product-details,
  .custom-thankyou .product-item {
    gap: 8px;
  }

  .cart-layout .woocommerce-cart-form__cart-item.cart-item .product-name-box {
    gap: 15px;
  }

  .product-gallery,
  .product-info {
    grid-column: span 6 !important;
  }

  .thumb-slider .swiper-slide {
    height: 40px !important;
    width: 40px;
    margin-bottom: 0px;
    margin-right: 8px;
  }

  .swiper-slide img,
  .swiper-slide,
  .swiper.main-slider {
    max-height: 300px;
  }

  .swiper-vertical {
    width: 40px;
    height: auto !important;
    overflow-x: scroll;
  }

  .custom-cart-table thead {
    display: none;
  }

  .custom-cart-table tbody tr {
    display: block;
    margin-bottom: 40px;
  }

  .custom-cart-table tbody td {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
  }

  #customer_login {
    max-width: 100%;
    padding: 80px 0 !important;
  }

  .woocommerce-form-login-wrapper .u-column1,
  .woocommerce-form-login-wrapper .u-column2 {
    float: right !important;
  }

  .woocommerce-form-login-wrapper .u-column1,
  .woocommerce-form-login-wrapper .u-column2 {
    padding: 40px 20px;
  }

  .woocommerce-EditAccountForm .form-row-group {
    flex-direction: column;
    gap: 0;
  }

  .form-row-group {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
  }

  .form-row-group .form-row {
    flex-basis: 50%;
    margin: 0 !important;
  }

  .form-row-wide {
    clear: both;
    width: 100%;
  }

  .my-account-custom-wrapper {
    padding: 40px 20px 100px;
  }

  .edit-account-title,
  .edit-address-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .password-change-section h3 {
    font-size: 16px;
  }

  .woocommerce-EditAccountForm input[type="text"],
  .woocommerce-EditAccountForm input[type="email"],
  .woocommerce-EditAccountForm input[type="password"] {
    padding: 8px;
    font-size: 13px;
  }

  .account-navigation-container {
    flex-direction: column;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    position: relative;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 10;
  }

  .woocommerce-MyAccount-navigation-link.is-active a {
    border-bottom: none;
  }

  .woocommerce-MyAccount-navigation-link a:hover {
    border-bottom: none;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul.active {
    display: flex;
    padding: 12px;
    border-radius: 0 0 8px 8px;
    margin-top: 15px;
  }

  .customer-profile {
    display: none;
  }

  .mobile-nav-toggle span {
    padding: 0;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 0;
    width: 100%;
  }

  #customer_details .col-2.order-review-content {
    margin-top: 40px;
  }

  .custom-thankyou .order-meta-item .label,
  .custom-thankyou .order-meta-item .value {
    width: 100%;
  }

  .custom-thankyou .thank-you-message h2 {
    font-size: 28px;
  }

  .mobile-nav-toggle {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .mobile-nav-toggle .toggle-icon {
    width: 20px;
    height: 20px;
    position: relative;
  }

  .mobile-nav-toggle .toggle-icon::before {
    content: "";
    display: block;
    border: solid #933625;
    border-width: 0 2px 2px 0;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 4px;
    right: 6px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
  }

  .mobile-nav-toggle.active .toggle-icon::before {
    transform: rotate(-135deg);
    top: 8px;
  }

  .mobile-only {
    display: flex;
  }

  .desktop-only {
    display: none;
  }

  .my-account-bg img.desktop {
    display: none;
  }

  .my-account-bg img.mobile {
    display: block;
  }

  /* .my-account-bg {
    display: block;
    width: 100%;
    position: relative;
    height: auto;
    bottom: auto;
    aspect-ratio: 78 / 79;
    pointer-events: none;
  } */

  .my-account-bg img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    gap: 0px;
  }

  .order-content-wrapper {
    gap: 22px;
  }

  .bottom-section,
  .order-content-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .custom-order-card .product-image {
    width: 206px;
    height: 151px;
    margin: 0 auto;
  }

  .favorite-product-card {
    padding: 3px 3px 14px 3px;
  }

  .favorite-product-card .product-details-content {
    padding: 0 8px;
  }

  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
    margin: 0 !important;
  }

  .woocommerce-EditAccountForm .form-row-group {
    margin-bottom: 0;
  }

  .custom-product-card-v3 {
    padding: 12.5px;
    border-radius: 8px;
    gap: 8px;
    margin-bottom: 24px;
  }

  .timeline-icon .timeline-svg-icon {
    max-width: 24px;
    max-height: 24px;
  }

  .timeline-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 34px;
  }

  .timeline-line {
    top: 25px;
  }

  .timeline-label {
    font-size: 14px;
    line-height: 18px;
  }

  .timeline-date {
    font-size: 12px;
    line-height: normal;
  }

  .status-info-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .order-id-header,
  .status-timeline,
  .status-info-block {
    margin-bottom: 40px;
  }

  .order-totals-summary {
    margin-top: 40px;
  }

  .button-section {
    gap: 8px;
  }

  .rating-content-tab {
    flex-direction: column;
    gap: 12px;
  }

  .review-avatar img {
    width: 38px;
    height: 38px;
  }

  .product-review-item {
    padding: 16px 0;
    gap: 16px;
  }

  button.review-see-more {
    gap: 0;
  }

  span.current-score {
    font-size: 56px;
    font-style: normal;
    font-weight: 900;
    line-height: 60px;
  }

  span.full-score {
    color: #000;
    line-height: 45px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
  }

  .rating-summary-box {
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .br-mb {
    display: block;
  }

  .dealer-locator-content {
    flex-direction: column;
  }

  .dealer-map {
    max-height: 325px !important;
  }

  .btn-b2b {
    display: none;
  }

  .btn-b2b.mb {
    display: flex;
  }

  .my-favorites-table .product-details {
    gap: 6px;
  }

  .my-account-custom-content {
    /* padding: 20px; */
    flex-direction: column;
  }

  .account-navigation-container {
    border: none;
    margin-bottom: 32px;
    padding: 14px;
    /* border: 1px solid #933625; */
    background-color: #faf7ec;
    border-radius: 8px;
  }

  .custom-view-order-wrapper {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .br-tb {
    display: block;
  }
}

@media (min-width: 1024px) {
  .br-dt {
    display: block;
  }
}

@media (max-width: 600px) {
  .custom-order-card {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 16px;
  }

  .custom-order-card .product-details {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .cart-layout {
    flex-direction: column;
    gap: 24px;
  }

  .cart-layout .cart-collaterals {
    flex: 1 1 auto;
  }
}




/**/
/* Order Summary Container */
.order-summary-wrapper {
  width: 100%;
}

.order-summary-box {
  background: linear-gradient(135deg, #fff9f5 0%, #ffffff 100%);
  border: 2px;
  border-radius: 16px;
  padding: 28px;
  margin-bottom: 24px;
  box-shadow: 0 4px 16px rgba(139, 69, 19, 0.08);
  position: relative;
  overflow: hidden;
  height: auto !important;
}

/* Decorative corner accent */
.order-summary-box::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, rgba(212, 165, 116, 0.1) 0%, transparent 100%);
  border-radius: 0 16px 0 100%;
}

.order-summary-box h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 24px 0;
  padding-bottom: 16px;
  border-bottom: 3px solid #d4a574;
  color: #8b4513;
  position: relative;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Decorative element under heading */
.order-summary-box h3::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 60px;
  height: 3px;
  background: #8b4513;
}

/* Order Items */
.order-summary-items {
  margin-bottom: 24px;
}

.order-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 18px;
  margin-bottom: 12px;
  border-radius: 10px;
  background: #ffffff;
  border-left: 4px solid #d4a574;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.order-item:hover {
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(139, 69, 19, 0.12);
}

.order-item:last-child {
  margin-bottom: 0;
}

.item-info {
  flex: 1;
  padding-right: 16px;
}

.product-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #2d2d2d;
  line-height: 1.5;
}

.product-quantity {
  display: inline-block;
  font-size: 13px;
  color: #8b4513;
  background: #fff9f5;
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 600;
  border: 1px solid #f4e4d7;
}

.item-price {
  flex-shrink: 0;
  font-size: 17px;
  font-weight: 700;
  color: #8b4513;
}

/* Order Summary Totals */
.order-summary-totals {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 8px;
  width: 500px !important;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  font-size: 15px;
  border-bottom: 1px solid #f5f5f5;
}

.summary-row:last-child {
  border-bottom: none;
}

.summary-row .label {
  color: #666;
  font-weight: 500;
}

.summary-row .value {
  color: #2d2d2d;
  font-weight: 600;
}

.free-shipping {
  color: #059669;
  font-weight: 600;
  background: #ecfdf5;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 13px;
}

.discount {
  color: #dc2626;
}

/* Total Row - Extra Emphasis */
.total-row {
  margin-top: 12px;
  padding: 18px 0 0 0 !important;
  border-top: 3px !important;
  border-radius: 8px;
  padding: 16px !important;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
}

.total-row .label,
.total-row .value {
  font-size: 19px;
  color: #8b4513;
}

.total-amount {
  font-size: 24px !important;
  color: #8b4513 !important;
  font-weight: 800 !important;
}

/* Place Order Button - Simple with Brown Border */
.place-order-button-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.place-order-button-container button {
  width: 50%;
  background: transparent;
  color: #8b4513;
  border: 2px solid #8b4513;
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.place-order-button-container button:hover {
  opacity: 0.8;
}


/* Responsive Design */
@media (max-width: 768px) {
  .order-summary-box {
    padding: 20px;
  }

  .order-summary-box h3 {
    font-size: 18px;
  }

  .product-title {
    font-size: 14px;
  }

  .item-price {
    font-size: 15px;
  }

  .total-amount {
    font-size: 20px !important;
  }

  .place-order-button-container button {
    width: 80%;
    padding: 14px 24px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .place-order-button-container button {
    width: 100%;
  }
}

.hidden-update-btn {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}