@font-face {
  font-family: "iconfont";
  src: url("../assets/font/iconfont.eot?l856cj");
  src: url("../assets/font/iconfont.eot?l856cj#iefix") format("embedded-opentype"),
    url("../assets/font/iconfont.ttf?l856cj") format("truetype"),
    url("../assets/font/iconfont.woff?l856cj") format("woff"),
    url("../assets/font/iconfont.svg?l856cj#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "iconfont" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
  content: "\23";
}

.icon-arrow-right:before {
  content: "\24";
}

.icon-calendar:before {
  content: "\f133";
}

.button__text {
  color: #ffffff;
  transition: all 0.2s;
  font-size: 16px;
  font-weight: 400;
}

.button__text i {
  margin-left: 16px;
}

.button--loading .button__text {
  visibility: hidden;
  opacity: 0;
}

.button--loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}

.woocommerce-shipping-totals h3 {
  text-transform: uppercase;
  font-weight: 600;
}

.alt-shipping-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 650px) {
  .alt-shipping-methods {
    flex-direction: column;
  }
}

.alt-shipping-methods:not(.none-flex) {
  justify-content: space-between;
}

.alt-shipping-methods.none-flex .alt-shipping-item {
  margin-right: 30px;
}

.alt-shipping-methods input[type="radio"] {
  display: none;
}

.alt-shipping-methods input[type="radio"]:checked+.alt-shipping-item {
  background-color: var(--maroon);
  color: var(--gold) !important;
}

.alt-shipping-methods .alt-shipping-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border: 1px solid var(--maroon);
  color: #444444;
  height: 45px;
  border-radius: 7px;
  cursor: pointer;
  margin-bottom: 0;
  background: #fff;
}

@media (max-width: 650px) {
  .alt-shipping-methods .alt-shipping-item {
    justify-content: center;
    max-width: 192px;
  }
}

.alt-shipping-methods .alt-shipping-item.active {
  background-color: var(--maroon);
  color: var(--gold);
}

.alt-shipping-methods .alt-shipping-item:hover:not(.active) {
  background-color: var(--lightpink);
  color: var(--maroon) !important;
  transition: 0.3s;
}


.pt_cs_ds {
  display: block;
}

.pt_cs_mobile {
  display: none;
}

.pt_cs_ds.pt_cs_mobile {
  display: none !important;
}

@media (max-width: 1300px) {
  #calendarModal .modal-dialog {
    max-width: 760px;
  }
}

@media (max-width: 767.98px) {
  #calendarModal .modal-dialog {
    max-width: 95%;
  }

  .storepolicy .pt_cs_mobile {
    display: block !important;
  }

  .storepolicy .pt_cs_ds {
    display: none !important;
  }

  .storepolicy .cs_custom_row {
    display: flex;
    flex-direction: column-reverse;
  }

  .storepolicy .cs_custom_row .tab-content:not(.pt_cs_ds.pt_cs_mobile) {
    display: block !important;
  }

  .lost_reset_password .pt_cs_reset_pass {
    flex-direction: column;
    gap: 0
  }

  .lost_reset_password .pt_cs_reset_pass .pt_new_pass p.form-row-first,
  .lost_reset_password .pt_cs_reset_pass .pt_re_new_pass p.woocommerce-form-row {
    margin-bottom: 0;
    margin-top: 20px;
  }
}

.select-delivery-time-control select {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 2px;
  background: transparent !important;
  border: 1px solid var(--maroon);
  color: var(--maroon);
}

.select-delivery-time-control select option {
  background: transparent !important;
}

.select-delivery-time-control p {
  font-size: 14px;
  line-height: 19px;
  margin-top: 10px;
  font-weight: 600;
}

body.woocommerce-checkout .woocommerce-shipping-delivery-date th {
  vertical-align: middle !important;
}

body.woocommerce-checkout .woocommerce-shipping-totals h3 {
  margin-bottom: 15px;
}

body.woocommerce-checkout .woocommerce-shipping-totals #shipping_method {
  display: none;
}

body.woocommerce-checkout .bs-tooltip-top .arrow:before {
  border-top-color: var(--maroon);
}

body.woocommerce-checkout .bs-tooltip-top .tooltip-inner {
  font-size: 13px;
  background-color: var(--maroon);
}

body.woocommerce-checkout .bs-tooltip-bottom .arrow:before {
  border-bottom-color: var(--maroon);
}

body.woocommerce-checkout .bs-tooltip-bottom .tooltip-inner {
  font-size: 13px;
  background-color: var(--maroon);
}

body.woocommerce-cart .woocommerce-cart-form .alt-product-addon-wrapper>h3 {
  font-size: 15px;
  margin-top: 15px;
}

body.woocommerce-cart .woocommerce-cart-form .alt-product-addon-wrapper ul {
  gap: 10px;
}

.storepolicy .dropbtn {
  background-color: var(--maroon);
  color: white;
  padding: 1.8% 4%;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: auto;
  display: flex;
  gap: 0 10px;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 7px;
}

.pt_cs_mobile .dropdown {
  height: 50px;
}

.pt_cs_mobile .pt_cs_show {
  outline: none;
}

.pt_cs_mobile .pt_cs_show.checked_active {
  outline: none;
  background-color: var(--lightpink) !important;
  color: var(--maroon);
  border: 1px solid var(--maroon);
}

.pt_cs_mobile {
  margin-bottom: 30px;
}

.storepolicy .lits_type.show_mb {
  display: block;
}

.storepolicy .lits_type {
  display: none;
  width: 250px;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.storepolicy .nav-pills .lits_type .nav-link.active {
  background-color: transparent;
  color: var(--maroon);
  font-weight: 800;
}

.storepolicy .lits_type .nav-link {
  margin-bottom: 0;
  border: none !important;
  padding: 10px;
}

.storepolicy .lits_type .nav-link:not(:last-of-type) {
  border-bottom: 1px solid var(--maroon) !important;
  border-radius: 0;
}


body.woocommerce-cart .woocommerce-cart-form .alt-product-addon-wrapper ul li img {
  width: 60px;
  height: 60px;
}

body.woocommerce-cart .woocommerce-cart-form .alt-product-addon-wrapper ul li h4 {
  margin-top: 7px;
  font-weight: 400;
  font-size: 14px;
}

.shop_table .wc-alt-cart-addon-item-rowx .attachment-woocommerce_thumbnail {
  width: 45px;
}

#addonModal .has-slick-slider .slick-prev,
#addonModal .has-slick-slider .slick-next {
  width: auto;
  background: transparent;
}

.button {
  position: relative;
  padding: 8px 16px;
  background: #009579;
  border: none;
  outline: none;
  border-radius: 2px;
  cursor: pointer;
}

.button:active {
  background: #007a63;
}

.alt-form .alt-form-group {
  width: 100%;
  margin-bottom: 20px;
}

.alt-form .alt-form-group.checkbox-form-group {
  width: auto;
}

.select2-container--open .select2-dropdown--below {
  border-color: var(--maroon);
}

@media (max-width: 767px) {
  .alt-form .alt-form-group {
    margin-bottom: 30px;
  }

  main.testimonial section.content .tab-content#testimonial-tabContent {
    margin-top: 30px;
    margin-left: 0;
  }
}

.alt-form .alt-form-group.hidden-form-group {
  display: none;
}

.alt-form .alt-form-group>label {
  font-family: "Sarabun";
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 8px;
}

body.wc-checkout-create-account h3.entry-title {
  font-size: 32px;
  font-weight: 500;
}

.alt-form .alt-form-group>label span {
  font-weight: 300;
}

.alt-form .alt-form-group>label .required {
  font-size: 18px;
  color: #C44B71;
}

.alt-form .alt-form-group input {
  padding-left: 30px;
  height: 45px;
  border-radius: 0px;
  border-radius: 7px;
}

.alt-form .alt-form-group input.alt-datepicker {
  height: 45px;
}

.alt-form .alt-form-group input[disabled] {
  cursor: no-drop;
}

.alt-form .alt-form-group label.error {
  margin: 5px 0 0;
  color: #d22a2a;
  font-size: 13px !important;
  font-weight: 300;
}

.alt-form .alt-form-group input.error,
.alt-form .alt-form-group textarea.error {
  border-color: #d22a2a;
  background: #fffbfb;
  color: #d22a2a;
}

.alt-form .alt-form-group.form-half {
  width: 50%;
}

.alt-form .name_person_time .alt-form-group.form-half {
  width: 100%;
}

@media (max-width: 992px) {
  .alt-form .alt-form-group.form-half {
    width: 100%;
  }
}

.alt-form .alt-form-field-group {
  position: relative;
}

.alt-form .alt-form-field-group.has-form-input-group {
  display: flex;
  align-items: center;
}

.alt-form .alt-form-field-group.has-form-input-group input[type="number"] {
  width: 100px;
}

.alt-form .time-form-group.focus-in .alt-form-time-group {
  border-radius: 7px;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.alt-form .time-form-group select:focus {
  box-shadow: none;
}

.alt-form .alt-form-time-group {
  display: flex;
  position: relative;
}

.alt-form .alt-form-time-group span.alt-field-group-select {
  position: relative;
}

.alt-form .alt-form-time-group span.alt-field-group-select:after {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -3px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.alt-form .alt-form-time-group .alt-field-group-select select {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  background-color: #ededed;
  border-right: 0;
  padding: 0 26px 0 15px;
  font-weight: 600;
  appearance: none;
}

.alt-form .alt-form-time-group .alt-field-group-select select:focus {
  outline: 0;
}

.alt-form .alt-form-time-group select.form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  appearance: none;
  background: transparent;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.alt-form .alt-field-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -11px;
}

.alt-form .alt-field-icon i.icon-clock {
  font-size: 18px;
}

.alt-form .checkbox-form-group .form-check {
  display: flex;
  align-items: center;
}

.alt-form .checkbox-form-group .form-check .form-check-input {
  height: auto;
}

.alt-form textarea.form-control {
  height: 220px;
  border-radius: 7px;
}

.pt_bold {
  font-weight: 800;
}

button {
  outline: none;
}

/* SweetAlert2 CSS moved to css/popup-modals.css */

.alt-form .form-group-desc {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 600;
}

.alt-form .form-group-desc>a {
  text-decoration: underline;
  font-style: italic
}

.datepicker-dropdown {
  width: 239px;
  margin-top: 30px;
  font-size: 13px;
}

.wipe-single-file-wrapper {
  position: relative;
}

.wipe-single-file-wrapper input[type="file"] {
  display: none;
}

.wipe-single-file-wrapper .wipe-single-file-button {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 6px;
  top: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #202020;
  background-color: #d4d4d4;
  border-radius: 7px;
  border: 1px solid #bbbbbb;
  min-width: 123px;
  height: 40px;
  cursor: pointer;
}

.wipe-single-file-wrapper .wipe-single-file-button:hover,
.wipe-single-file-wrapper .wipe-single-file-button:focus {
  background-color: #c4c4c4;
  outline: 0;
}

.cbx {
  margin: auto;
  user-select: none;
  cursor: pointer;
}

.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.cbx span:first-child {
  position: relative;
  width: 19px;
  height: 19px;
  border-radius: 0;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #a9305d;
  transition: all 0.2s ease;
}

.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #a9305d;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

.cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

.cbx span:last-child {
  padding-left: 8px;
}

.cbx:hover span:first-child {
  border-color: #a9305d;
}

.inp-cbx:checked+.cbx span:first-child {
  background: #a9305d;
  border-color: #a9305d;
  animation: wave 0.4s ease;
}

.inp-cbx:checked+.cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.inp-cbx:checked+.cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}

.alt-description-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.select2-container--default .select2-selection--single {
  border: 1px solid var(--maroon);
  border-radius: 0;
  height: 45px;
  border-radius: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 30px;
  color: #444;
  line-height: 43px;

  line-height: 29px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
  right: 9px;
  width: 20px;
}

#table-addresses_length .select2-container--default .select2-selection--single {
  background-color: transparent;
  height: 38px;
  border-radius: 3px;
  /* border: 1px solid var(--maroon); */
}

#table-addresses_length .select2-container--default .select2-selection--single .select2-selection__rendered {
  border-radius: 3px;
  padding: 5px 10px;
  background-color: transparent;
  line-height: 1.6;
}

#table-addresses_length .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}





body.woocommerce-account .woocommerce .button-submit,
body.woocommerce-checkout .woocommerce .button-submit,
body.wc-checkout-create-account .woocommerce .button-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  color: #e8cf7d;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  border-radius: 7px;
}

.search-results a {
  text-decoration: dashed;
}

.search-results a:hover {
  color: var(--maroon);
}

@media (max-width: 480px) {

  body.woocommerce-account .woocommerce .button-submit,
  body.woocommerce-checkout .woocommerce .button-submit,
  body.wc-checkout-create-account .woocommerce .button-submit {
    font-size: 16px;
  }

  body.page-template-template-storepolicy main.storepolicy section.content>.container {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 20px !important;
  }

  .storepolicy .pt_cs_mobile {
    margin-bottom: 0;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
  }

  .delivery-details-content .select2-container {
    margin-bottom: 20px;
  }
}

body.woocommerce-account .woocommerce .button-submit .button__text,
body.woocommerce-checkout .woocommerce .button-submit .button__text,
body.wc-checkout-create-account .woocommerce .button-submit .button__text {
  color: #e8cf7d;
}

body.wc-checkout-login .woocommerce .alt-login-page h3 {
  font-family: "Sarabun";
  font-size: 24px;
  font-weight: 400;
}

body.wc-checkout-login .woocommerce .alt-login-page .alt-checkout-login-row {
  display: flex;
  flex-wrap: wrap;
  /* padding: 40px;
  padding-top: 0;
  padding-bottom: 0; */
}

body.woocommerce-account.wc-checkout-login .woocommerce .alt-login-page .alt-checkout-login-row {
  padding: 30px 43px;
  border: 1px solid var(--maroon);
}


/* Removed: .alt-toast-wrapper - no longer used (TFP Unified Notification System) */

@media (max-width: 1300px) {
  body.wc-checkout-login .woocommerce .alt-login-page .alt-checkout-login-row {
    padding: 0;
  }
}

@media (max-width: 480px) {
  body.woocommerce-account.wc-checkout-login .woocommerce .alt-login-page .alt-checkout-login-row {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body.wc-checkout-login .woocommerce .alt-login-page .alt-checkout-login-col {
  position: relative;
  flex-basis: 50%;
  max-width: 50%;
}

@media (max-width: 1090px) {
  body.wc-checkout-login .woocommerce .alt-login-page .alt-checkout-login-col {
    flex-basis: 100%;
    max-width: 100%;
  }
}

body.wc-checkout-login .woocommerce .alt-login-page .alt-checkout-login-col:first-child {
  padding-right: 70px;
}

@media (max-width: 1090px) {
  body.wc-checkout-login .woocommerce .alt-login-page .alt-checkout-login-col:first-child {
    padding-right: 0;
  }
}

body.wc-checkout-login .woocommerce .alt-login-page .alt-checkout-login-col:first-child:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 1px;
  background-color: #a9305d;
}

@media (max-width: 1090px) {
  body.wc-checkout-login .woocommerce .alt-login-page .alt-checkout-login-col:first-child:after {
    content: none;
  }
}

body.wc-checkout-login .woocommerce .alt-login-page .alt-checkout-login-col:last-child {
  padding-left: 70px;
}

@media (max-width: 1090px) {
  body.wc-checkout-login .woocommerce .alt-login-page .alt-checkout-login-col:last-child {
    border-top: 1px solid #a9305d;
    padding-left: 0;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 438px) {
  body.wc-checkout-login .woocommerce .alt-login-page .alt-checkout-login-col:last-child {
    margin-top: 20px;
  }
}

body.wc-checkout-login .woocommerce .alt-login-page .alt-checkout-login-col h3 {
  margin-bottom: 30px;
}

@media (max-width: 1090px) {
  body.wc-checkout-login .woocommerce .alt-login-page .alt-checkout-login-col h3 {
    margin-bottom: 50px;
    text-align: center;
    margin-top: 40px;
  }
}

body.wc-checkout-login .woocommerce .alt-login-page .woocommerce-form-login {
  font-family: "Sarabun";
  border: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

body.wc-checkout-login .woocommerce .alt-login-page .woocommerce-form-login .form-group {
  margin-bottom: 30px;
}

body.wc-checkout-login .woocommerce .alt-login-page .woocommerce-form-login .form-group .form-control {
  height: 45px;
  border-color: #c34a6f;
  padding-left: 30px;
  border-radius: 7px;
  line-height: normal;
  box-shadow: none;
}

@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    body.wc-checkout-login .woocommerce .alt-login-page .woocommerce-form-login .form-group .form-control {
      padding-bottom: 0;
      padding-top: 5px;
    }
  }
}

body.wc-checkout-login .woocommerce .alt-login-page .woocommerce-form-login .form-group .form-control::-moz-placeholder {
  line-height: 45px;
}

body.wc-checkout-login .woocommerce .alt-login-page .woocommerce-form-login .form-group.space-between {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0px;
  margin-bottom: 0;
}

.home .featured-header-wrapper>h2 {
  text-align: center;
  font-family: 'Old Standard TT', serif;
  font-style: italic;
}

.home h2.tfp-fancy-regular {
  text-align: center;
}

.home .col-sm-6.col-md-3.d-flex.justify-content-end {
  padding-right: 0;
}

.home .col-sm-6.col-md-3.d-flex.justify-content-end i {
  margin-left: auto;
  margin-right: -2px;
}

/* Removed: .alt-toast-wrapper.add_addon_err - no longer used */
.name_person_time .select2-container {
  height: 45px;
}

@media (max-width: 480px) {
  body.wc-checkout-login .woocommerce .alt-login-page .woocommerce-form-login .form-group.space-between {
    padding-top: 0px;
  }
}

body.wc-checkout-login .woocommerce .alt-login-page .woocommerce-form-login .form-group.space-between .button-submit {
  width: 245px;
  font-weight: 100;
  font-size: 16px;
}

@media (max-width: 1599px) and (min-width: 1300px) {
  body.wc-checkout-login .woocommerce .alt-login-page .woocommerce-form-login .form-group.space-between .button-submit {
    width: auto;
  }
}

@media (max-width: 1300px) {
  body.wc-checkout-login .woocommerce .alt-login-page .woocommerce-form-login .form-group.space-between .button-submit {
    width: auto;
  }
}

@media (max-width: 480px) {
  body.wc-checkout-login .woocommerce .alt-login-page .woocommerce-form-login .form-group.space-between .button-submit {
    flex-basis: 100%;
    max-width: 100%;
  }
}

body.wc-checkout-login .woocommerce .alt-login-page .woocommerce-form-login .form-group.space-between a {
  font-size: 16px;
  font-weight: 400;
}

@media (min-width: 992px) and (max-width: 1022px) {
  .alt-form.checkout .alt-form-group>label {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  body.wc-checkout-login .woocommerce .alt-login-page .woocommerce-form-login .form-group.space-between a {
    margin-top: 25px;
  }
}

body.wc-checkout-login .woocommerce .alt-login-page .woocommerce-form-login .form-group ::placeholder {
  color: #a9305d;
  opacity: 1;
}

body.wc-checkout-login .woocommerce .alt-login-page .woocommerce-form-login .form-group :-ms-input-placeholder {
  color: #a9305d;
}

body.wc-checkout-login .woocommerce .alt-login-page .woocommerce-form-login .form-group ::-ms-input-placeholder {
  color: #a9305d;
}

body.wc-checkout-login .woocommerce .alt-login-page .woocommerce-form-login .woocommerce-form__input-checkbox {
  display: none;
}

body.wc-checkout-login .woocommerce .alt-login-page .alt-checkout-login-links {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1090px) {
  body.wc-checkout-login .woocommerce .alt-login-page .alt-checkout-login-links {
    align-items: center;
  }
}

body.wc-checkout-login .woocommerce .alt-login-page .alt-checkout-login-links .button {
  max-width: 409px;
  margin-bottom: 35px;
  font-size: 16px;
}

body.wc-checkout-create-account h1.entry-title {
  display: none;
}

body.wc-checkout-create-account .alt-woocommerce-checkout-content h4.subheading {
  margin-bottom: 34px;
}

body.wc-checkout-create-account .alt-woocommerce-checkout-content h4.subheading.subheading-start {
  margin-top: 30px;
}

body.wc-checkout-create-account .alt-woocommerce-checkout-content #country-form-group {
  margin-bottom: 0;
}

body.wc-checkout-create-account .alt-woocommerce-checkout-content .alt-woocommerce-action-inline {
  padding-top: 30px;
}

body.wc-checkout-create-account .alt-woocommerce-checkout-content .alt-woocommerce-action-inline .button-submit {
  width: 244px;
}

body.wc-checkout-guest .alt-form .alt-form-group>label span {
  font-weight: 100;
  font-size: 16px;
  line-height: 32px;
}

body.wc-checkout-guest .alt-woocommerce-checkout-content h4.subheading {
  margin-bottom: 20px;
}

body.wc-checkout-guest .alt-woocommerce-checkout-content h4.subheading:not(:first-child) {
  border-top: 1px solid var(--maroon);
  padding-top: 30px;
  margin-top: 10px;
}

body.woocommerce-checkout .woocommerce .button-submit .button__text {
  font-weight: 100;
}

body.wc-checkout-guest .alt-woocommerce-checkout-content h4.subheading.subheading-start {
  margin-top: 88px;
}

@media (max-width: 767px) {
  body.wc-checkout-guest .alt-woocommerce-checkout-content h4.subheading.subheading-2nd {
    margin-top: 50px;
  }
}

body.wc-checkout-guest .alt-woocommerce-checkout-content .alt-woocommerce-action-inline {
  /* padding-top: 30px; */
  /* position: relative; */
}

@media (max-width: 650px) {
  body.wc-checkout-guest .alt-woocommerce-checkout-content .alt-woocommerce-action-inline {
    flex-wrap: wrap;
    min-height: 52px;
  }
}

body.wc-checkout-guest .alt-woocommerce-checkout-content .alt-woocommerce-action-inline .button-submit {
  width: 200px;
}

#editAddressModal .modal-header {
  background: #f8f8f8;
}

#editAddressModal .modal-header .modal-title {
  flex-basis: 100%;
  max-width: 100%;
}

#editAddressModal .modal-header .modal-title .address_title {
  font-size: 18px;
  padding: 5px 15px;
  width: 100%;
}

#editAddressModal .modal-body .nav-tabs {
  margin: 0;
}

#editAddressModal .modal-body .nav-tabs li a {
  display: block;
  padding: 0.5rem 1rem;
  color: #495057;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

#editAddressModal .modal-body .nav-tabs li a.active {
  color: var(--maroon);
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

#editAddressModal .modal-body .tab-content .tab-pane {
  padding: 10px 15px 10px 0;
  max-height: 300px;
  overflow-x: hidden;
}

#editAddressModal .modal-footer button {
  height: 40px;
}

#editAddressModal .modal-footer button.btn-secondary {
  text-transform: uppercase;
  color: #C44B71;
  background: #FFFFFF;
  border-color: #C44B71;
  border-radius: 7px;
}

#editAddressModal .modal-footer button.btn-secondary:hover {
  outline: 1px solid var(--maroon);
}

#editAddressModal .alt-form .alt-form-group {
  margin-bottom: 10px;
}

#editAddressModal .alt-form .alt-form-group input {
  padding-left: 15px;
  height: 40px;
}

#editAddressModal .alt-form .alt-form-group>label {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 4px;
}

#editAddressModal .alt-form .alt-form-group textarea.form-control {
  height: 70px;
}

#editAddressModal .alt-form .select2-container--default .select2-selection--single {
  height: 40px;
}

#editAddressModal .alt-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 38px;
}

#editAddressModal .alt-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

#alt-addresses-table {
  margin-top: 25px;
}

#alt-addresses-table thead th {
  text-transform: uppercase;
}

#alt-addresses-table #table-addresses_wrapper {
  background: #fff;
  padding: 10px 15px;
  font-size: 15px;
  border: 1px solid var(--maroon);
}

.woocommerce-account .woocommerce table.my_account_orders,
.woocommerce-account #alt-addresses-table #table-addresses_wrapper {
  background: transparent;
}

.woocommerce-account .woocommerce table.my_account_orders {
  padding: 10px 15px;
  border: 1px solid var(--maroon);
  border-collapse: collapse;
}

#alt-addresses-table #table-addresses_wrapper .col-datatable-action .button {
  margin-bottom: 8px;
  width: 100%;
  max-width: 95px;
}

#alt-addresses-table .dataTables_info {
  font-size: 13px;
}

#alt-addresses-table .dataTables_wrapper .dataTables_filter input,
#alt-addresses-table .dataTables_wrapper .dataTables_length select,
#alt-addresses-table .dataTables_wrapper table.dataTable thead th,
#alt-addresses-table .dataTables_wrapper table.dataTable thead td {
  border-color: var(--maroon) !important;
  outline: none;
}

#alt-addresses-table .dataTables_wrapper .dataTables_filter input {
  height: 38px;
}

#alt-addresses-table .dataTables_wrapper .dataTables_paginate .paginate_button {
  margin: 0 4px;
  background: #fff;
  border: 1px solid var(--maroon);
  color: var(--maroon) !important;
  border-radius: 7px;
}

#alt-addresses-table .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-color: var(--maroon) !important;
  font-weight: unset;
  background-color: var(--maroon);
  color: var(--gold) !important;
  border-radius: 7px;
  text-transform: uppercase;
}

.woocommerce form.edit-account P.pt_cs_email {
  margin-bottom: 30px;
}

.woocommerce form.edit-account legend.pt_heading {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
  font-family: "Sarabun";
  text-transform: uppercase;
}

.woocommerce form.edit-account fieldset legend.pt_custom_heading {
  padding-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--maroon);
}

.woocommerce form .form-row .required {
  color: #C44B71 !important;
}

body.woocommerce-edit-account form.edit-account .show-password-input,
.woocommerce-page form .show-password-input {
  top: 8px !important;
  right: 1px;
  height: 42px;
  background-color: #fff;
}

.woocommerce form.edit-account .form-row input {
  border: 1px solid var(--maroon);
  padding: 0.375rem 0.75rem;
  height: 45px;
  border-radius: 7px;
  padding-left: 30px;
}

#alt-addresses-table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background-color:  var(--hover) !important;
}

#alt-addresses-table table.dataTable.no-footer {
  margin-bottom: 5px;
  border-color: var(--maroon) !important;
}

#alt-addresses-table .dataTables_wrapper .dataTables_length,
#alt-addresses-table .dataTables_wrapper .dataTables_filter,
#alt-addresses-table .dataTables_wrapper .dataTables_info,
#alt-addresses-table .dataTables_wrapper .dataTables_processing,
#alt-addresses-table .dataTables_wrapper .dataTables_paginate {
  color: var(--maroon) !important;
}

label.custom-radio-button .label-text {
  margin-left: 3px;
  color: #C44B71;
  font-family: "Sarabun";
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
}

label.custom-radio-button .label-text .woocommerce-Price-amount {
  color: #b51f4f;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
}

label.custom-radio-button .helping-el {
  left: -3px;
}

form.checkout .woocommerce-checkout-payment label.custom-radio-button .label-text {
  line-height: 19px;
  display: inline-block;
}

label.custom-radio-button input[type="checkbox"],
label.custom-radio-button input[type="radio"] {
  opacity: 0;
}

.list-installment .helping-el,
label.custom-radio-button input[type="checkbox"]~.helping-el,
label.custom-radio-button input[type="radio"]~.helping-el {
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 3px;
  width: 16px;
  height: 16px;
  position: relative;
  top: 4px;
  box-shadow: inset 0px 0px 1px 1px #a9305d;
}

.list-installment.has-active .helping-el::after,
label.custom-radio-button input[type="checkbox"]:checked~.helping-el:after,
label.custom-radio-button input[type="radio"]:checked~.helping-el:after {
  border-radius: 50%;
  content: " ";
  font-size: 33px;
  left: 3px;
  position: absolute;
  top: 3px;
  background: #a9305d;
  width: 10px;
  height: 10px;
}

label.custom-radio-button input[type="checkbox"],
label.custom-radio-button input[type="radio"] {
  display: none !important;
}

.checkout .mb-5 {
  margin-bottom: 5px !important;
}

.alt-form.checkout>.mt-4 {
  margin-top: 10px !important;
}

#delivery_details .cart_totals {
  margin-top: 50px;
}

#delivery_details .cart_totals h4.subheading {
  margin-bottom: 20px;
}

#delivery_details .woocommerce-NoticeGroup-checkout {
  display: none;
}

@media (max-width: 1400px) {
  .pt_line {
    display: block;
  }
}

@media (max-width: 767px) {
  #delivery_details .alt-woocommerce-checkout-row {
    display: block;
  }

  #delivery_details .alt-woocommerce-checkout-row .alt-woocommerce-checkout-col {
    flex-basis: 100%;
    max-width: 100%;
  }
}

#delivery_details .delivery-details-option .delivery-details-content {
  display: none;
}

#delivery_details .delivery-details-option.active .delivery-details-content {
  display: block;
}

#delivery_details .calculated_shipping {
  margin-top: 0px;
  max-width: 500px;
  position: static !important;
}

#delivery_details .calculated_shipping .alt-datepicker-control {
  display: inline-flex;
  position: relative;
  width: 100%;
}

#delivery_details .calculated_shipping .alt-datepicker-control .alt-datepicker {
  /* background: transparent; */
  padding: 5px 10px;
  padding-left: 30px;
  border: 1px solid var(--maroon);
  color: #444444;
  content: "\f133";
  border-radius: 7px;
  width: 50%;
}

#delivery_details .calculated_shipping .alt-datepicker-control .alt-datepicker::placeholder {
  color: #444444;
  opacity: 1;
}

#delivery_details .calculated_shipping .alt-datepicker-control .alt-datepicker:-ms-input-placeholder {
  color: #444444;
}

#delivery_details .calculated_shipping .alt-datepicker-control .alt-datepicker::-ms-input-placeholder {
  color: #444444;
}

#delivery_details .calculated_shipping .alt-datepicker-control .alt-datepicker:focus {
  outline: 0;
  box-shadow: none;
  caret-color: transparent;
}

/* Prevent keyboard from appearing on mobile for readonly datepicker */
#delivery_details .calculated_shipping .alt-datepicker-control .alt-datepicker[readonly] {
  pointer-events: auto;
}

#delivery_details .calculated_shipping .alt-datepicker-control .alt-datepicker[readonly]:focus {
  outline: 0;
  box-shadow: none;
  caret-color: transparent;
}

.alt-form #delivery_method-form-group .alt-form-field-group {
  position: absolute;
}

.alt-shipping-methods .alt-shipping-item {
  width: 250px;
}

.pt_shipping_mt {
  height: 45px;
}

#delivery_details .calculated_shipping .alt-datepicker-control i {
  position: absolute;
  right: 53%;
  top: 50%;
  margin-top: -8px;
}

.site-main form .shop_table_responsive.cart .code_coupon .cart_totals tr.fee {
  display: none;
}

.alt-form .alt-form-group input#recipient_postal_code {
  width: 50%;
  background: #fff;
}

#delivery_details .calculated_shipping ::placeholder {
  color: var(--maroon);
  opacity: 1;
}

#delivery_details .calculated_shipping :-ms-input-placeholder,
#delivery_details .calculated_shipping ::-ms-input-placeholder {
  color: var(--maroon);
}

#delivery_details .calculated_shipping .alt-checkout-extra-fee {
  display: flex;
  justify-content: space-between;
}

.recipient-delivery-detail-content {
  margin-top: 10px;
}

.alt-calendar-table-wrapper {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.alt-cart-page-item {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  align-items: center;
}

.alt-cart-page-item-thumbnail {
  flex-basis: 150px;
  max-width: 150px;
}

@media (max-width: 420px) {
  .woocommerce .woocommerce-MyAccount-content form.edit-account legend.pt_heading {
    font-size: 18px !important;
  }
}

@media (max-width: 380px) {
  .woocommerce .woocommerce-MyAccount-content form.edit-account legend.pt_heading {
    font-size: 16px !important;
  }
}

.alt-cart-page-item-info {
  flex-basis: calc(100% - 150px);
  max-width: calc(100% - 150px);
  padding-left: 30px;
  display: flex;
  align-items: center;
}

@media (max-width: 650px) {
  .alt-cart-page-item-info {
    flex-basis: calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
}

@media (max-width: 480px) {
  .alt-cart-page-item-info {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}

.woocommerce-lost-password.woocommerce-account .entry-content h1.entry-titlexxx {
  text-align: center;
  text-transform: inherit;
  font-size: 40px;
  font-family: 'Old Standard TT', serif;
  font-weight: 400;
  font-style: italic;
}

/* ========================================
   REMOVED: Alt-Toast, Modal Change Time, and Gravity Forms Validation CSS
   Replaced by TFP Unified Notification System (SweetAlert2)
   Date: 2026-01-31
   ======================================== */

/* Kept: SweetAlert2 customizations below */

.alt-cart-page-preview .alt-cart-page-item .alt-cart-page-item-info-row {
  margin-bottom: 0 !important;
}

.alt-cart-page-item-info-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  width: 100%;
}

.alt-cart-page-preview .pt_item {
  padding-left: 0%;
  padding-bottom: 10px;
}

#billing_and_payment .alt-form .alt-form-group#billing_email-form-group {
  margin-bottom: 0px;
}

.alt-cart-page-item-info-row .alt-cart-page-item-info-label {
  flex-basis: 230px;
  max-width: 230px;
}

.alt-cart-page-item-info-row .alt-cart-page-item-info-value {
  flex-basis: calc(100% - 230px);
  max-width: calc(100% - 230px);
}

.alt-cart-page-recipient .alt-cart-page-item-info-row .alt-cart-page-item-info-value {
  display: flex;
}

.alt-thankyou-detail-box .alt-thankyou-desc {
  /* margin-bottom: 15px; */
  margin-bottom: 45px;
}

body.woocommerce-order-received .alt-thankyou-box .alt-thankyou-detail .alt-thankyou-detail-box h2 {
  margin-bottom: 35px;
  text-transform: capitalize;
  font-weight: 400;
}

.alt-thankyou-detail-box a {
  font-weight: unset;
  font-size: 16px;
  background-color: var(--maroon);
  color: var(--gold);
  border-radius: 7px;
  text-transform: uppercase;
  padding: 5px;
  border: 1px solid var(--maroon);
  display: block;
  width: 190px;
  margin: 0 auto;
}

.alt-thankyou-detail-box a:hover {
  background-color: var(--hover);
  text-decoration: dashed;
  color: var(--gold);
  border: none;
  outline: none;
}

/* .alt-cart-page-item-info-row .alt-cart-page-item-info-value>p {
  margin-top: 10px !important;
} */

.alt-cart-page-item-info-row .alt-cart-page-item-info-value>p.pt_addon {
  margin-bottom: 10px !important;
}

@media (max-width: 767px) {
  .alt-cart-page-ss .alt-cart-page-item-info-label {
    flex-basis: 65px;
    max-width: 65px;
  }
}

@media (max-width: 480px) {
  .alt-cart-page-ss .alt-cart-page-item-info-label {
    font-weight: 600;
  }

  body .alt-cart-page-ss .alt-cart-page-item-info-value {
    width: 100% !important;
  }

}

@media (max-width: 400px) {
  body .alt-cart-page-ss .alt-cart-page-item-info-value {
    width: 170px !important;
  }
}

@media (max-width: 375px) {
  body .alt-cart-page-ss .alt-cart-page-item-info-value {
    width: 150px !important;
  }
}

@media (max-width: 767px) {
  .alt-cart-page-ss .alt-cart-page-item-info-value {
    /* flex-basis: calc(100% - 65px);
    max-width: calc(100% - 65px); */
    /* padding-left: 20px; */
    flex-basis: auto;
    max-width: none;
  }
}

.alt-cart-page-recipient .alt-cart-page-item-info-value:before {
  content: ":";
}

@media (max-width: 650px) {
  .alt-cart-page-recipient .alt-cart-page-item-info-row {
    flex-direction: column;
  }

  .alt-cart-page-recipient .alt-cart-page-item-info-row .alt-cart-page-item-info-label {
    flex-basis: 100%;
    max-width: 100%;
    font-weight: 600;
  }

  .alt-cart-page-recipient .alt-cart-page-item-info-row .alt-cart-page-item-info-label:after {
    content: ":";
  }

  .alt-cart-page-recipient .alt-cart-page-item-info-row .alt-cart-page-item-info-value {
    flex-basis: 100%;
    max-width: 100%;
  }

  .alt-cart-page-recipient .alt-cart-page-item-info-row .alt-cart-page-item-info-value:before {
    content: none;
  }
}

.alt-checkout-childrens .alt-cart-page-item {
  padding-bottom: 15px;
  flex-wrap: wrap;
  width: 100%;
}

.alt-checkout-childrens .alt-cart-page-item .alt-cart-page-item-thumbnail {
  flex-basis: 230px;
  max-width: 230px;
}

.alt-cart-page-item .alt-cart-page-item-thumbnail {
  flex-basis: 230px;
  max-width: 230px;
}

.woocommerce-page .alt-cart-page-item-thumbnail img {
  max-width: 150px;
  max-height: 150px;
}

.alt-cart-page-preview .alt-cart-page-item-info {
  flex-basis: calc(100% - 230px);
  /* max-width: calc(100% - 230px); */
  max-width: calc(100% - 328px);
  padding-left: 0;
}

.alt-cart-page-preview .alt-cart-page-item-info:before {
  content: ":";
  padding-right: 20px !important;
  /* margin-top: 60px; */
}

.alt-cart-page-preview .alt-cart-page-item-info h2 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .alt-cart-page-ss .alt-cart-page-item {
    justify-content: space-between;
  }

  .alt-cart-page-preview .alt-cart-page-item-info h2 {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .alt-cart-page-preview .alt-cart-page-item-info {
    flex-basis: auto;
    max-width: none;
    padding-left: 0;
    min-width: 220px;
  }

  .alt-cart-page-item .alt-cart-page-item-thumbnail {
    /* min-width: 309px; */
  }

  /* .alt-cart-page-preview .alt-cart-page-item-info:before {
    margin-top: 40px;
  } */
}

@media (max-width: 650px) {
  .alt-checkout-childrens .alt-cart-page-item .alt-cart-page-item-thumbnail {
    flex-basis: 100px;
    max-width: 100px;
  }

  .alt-cart-page-item .alt-cart-page-item-thumbnail {
    flex-basis: 100px;
    max-width: 100px;
  }

  .alt-cart-page-preview .alt-cart-page-item-info {
    flex-basis: calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding-left: 10px;
  }

  .woocommerce .woocommerce-MyAccount-content form.edit-account legend.pt_heading {
    line-height: 28px;
    font-size: 23px;
  }
}

@media (max-width: 480px) {
  .alt-cart-page-item-thumbnail {
    flex-basis: 100%;
    max-width: 100px;
    margin-bottom: 10px;
  }

  .alt-cart-page-item-thumbnail>a {
    display: block;
    width: 100%;
  }

  .alt-checkout-childrens .alt-cart-page-item .alt-cart-page-item-thumbnail {
    flex-basis: 100%;
    max-width: 100px;
  }

  .alt-form .alt-cart-page-item .alt-cart-page-item-thumbnail {
    flex-basis: 100%;
    max-width: 85px;
    width: 85px;
    height: 85px;
  }

  .alt-form .alt-cart-page-preview .alt-cart-page-item-info {
    flex-basis: calc(100% - 85px);
    max-width: calc(100% - 85px);
    padding-left: 10px;
  }

  .alt-form .alt-cart-page-preview .alt-cart-page-item-info:before {
    padding-right: 10px !important;
  }

  .alt-checkout-childrens .alt-cart-page-item .alt-cart-page-item-thumbnail>a {
    display: block;
    width: 100%;
  }

  .woocommerce-page .alt-cart-page-item-thumbnail img {
    max-width: 85px;
    max-height: 85px;
    width: 85px;
    height: 85px;
  }
}

@media (max-width: 450px) {
  .alt-checkout-childrens .alt-cart-page-item .alt-cart-page-item-thumbnail>a {
    width: 85px;
    height: 85px;
  }

  .alt-checkout-childrens .alt-cart-page-item .alt-cart-page-item-thumbnail img {
    width: 85px;
    height: 85px;
  }
}

#order_preview .button-checkout-back {
  height: 66px;
  padding: 0 40px;
  border-radius: 7px;
}

@media (max-width: 575px) {
  .alt-checkout-childrens .alt-cart-page-item {
    flex-wrap: inherit;
  }

  .alt-cart-page-item {
    flex-wrap: inherit;
  }

  .alt-cart-page-item-info {
    align-items: start;
  }

  /* .alt-cart-page-preview .alt-cart-page-item-info:before {
    margin-top: 35px;
  } */
}

@media (max-width: 480px) {
  #order_preview .button-checkout-back {
    padding: 0 25px;
  }

  /* .alt-cart-page-preview .alt-cart-page-item-info:before {
    margin-top: 30px;
  } */
}

#order_preview .alt-cart-page-total {
  display: flex;
  justify-content: end;
  margin: 30px 0;
  border-top: 1px solid #a9305d;
  border-bottom: 1px solid #a9305d;
}

#order_preview .alt-cart-page-total .alt-cart-page-total-wrapper {
  margin: 15px 0;
  flex-basis: 320px;
  max-width: 320px;
  text-align: right;

}

#order_preview .alt-cart-page-total .alt-cart-page-total-row {
  display: flex;
  margin-bottom: 10px;
}

#order_preview .alt-cart-page-total .alt-cart-page-total-row:first-child .woocommerce-Price-amount {
  font-weight: 700;
}

#order_preview .alt-cart-page-total .alt-cart-page-total-row .alt-cart-page-total-label {
  flex-basis: calc(100% - 110px);
  max-width: calc(100% - 110px);
  text-align: right;
  text-transform: initial;
}

#order_preview .alt-cart-page-total .alt-cart-page-total-row .alt-cart-page-total-value {
  flex-basis: 125px;
  max-width: 125px;
}

#order_review>h4.subheading {
  margin-bottom: 20px;
  border-top: 1px solid var(--maroon);
  padding-top: 30px;
}

#order_review>p {
  font-size: 16px;
  font-family: "Sarabun";
  line-height: 23px;
  margin-bottom: 10px;
  font-weight: 700;
}

#billing_and_payment #order_review>p {
  font-weight: 400;
}

#order_review .woocommerce-checkout-review-order-table {
  display: none;
}

#order_review #payment {
  background: transparent;
}

#order_review #payment .wc_payment_methods {
  background-color: transparent;
  padding: 0;
  border-bottom: 0;
}

/* #order_review #payment .wc_payment_methods li {
  margin-bottom: 30px;
} */
 
#order_review #payment .wc_payment_methods ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods {
  padding-left: 0px;
}
#order_review #payment .wc_payment_methods li {
  margin-bottom: 0px;
}

#order_review #payment .place-order {
  display: none;
}

#order_review #payment .alt-payment-method-heading {
  display: flex;
  align-items: center;
  padding-left: 30px;
  background-color: #c44b71;
  border: 1px solid #a9305d;
  height: 45px;
  border-radius: 6px;
}

@media (max-width: 480px) {
  #order_review #payment .alt-payment-method-heading {
    padding-left: 15px;
  }
}

#order_review #payment .alt-payment-method-heading label {
  font-family: "Sarabun";
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

#order_review #payment .alt-payment-method-heading label.custom-radio-button {
  position: relative;
}

#order_review #payment label.custom-radio-button input[type="radio"]~.helping-el {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #c44b71;
  box-shadow: inset 0px 0px 1px 1px #ffffff;
}

@media (max-width: 480px) {
  #order_review #payment label.custom-radio-button input[type="radio"]~.helping-el {
    top: 5px;
  }
}

#order_review #payment label.custom-radio-button input[type="radio"]:checked~.helping-el:after {
  background: #ffffff;
  width: 10px;
  height: 10px;
}

#order_review #payment label.custom-radio-button .label-text {
  margin-left: 5px;
  color: #E8CF7D;
  font-weight: 400;
  font-size: 16px;
  margin-left: 25px;
}

@media (max-width: 480px) {
  #order_review #payment label.custom-radio-button .label-text {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .alt-cart-page-recipient .alt-cart-page-item-info-row .alt-cart-page-item-info-label {
    min-width: 315px;
    padding-right: 20px;
  }

  .alt-cart-page-ss .alt-cart-page-item .alt-cart-page-item-thumbnail {
    /* flex-basis: 315px; */
    /* max-width: 315px; */
    min-width: 328px;
  }

  .alt-cart-page-preview .alt-cart-page-item-info {
    /* flex-basis: calc(100% - 315px); */
    /* max-width: calc(100% - 315px); */
    flex-basis: auto;
    /* min-width: calc(100% - 315px); */
  }

  .alt-cart-page-ss .alt-cart-page-item-info-row .alt-cart-page-item-info-value {
    flex-basis: auto;
    max-width: none;
  }
}

@media (min-width: 651px) {
  .alt-cart-page-recipient {
    display: table;
  }

  .alt-cart-page-recipient .alt-cart-page-item-info-row {
    display: table-row;
  }

  .alt-cart-page-recipient .alt-cart-page-item-info-row .alt-cart-page-item-info-label {
    display: table-cell;
    padding-bottom: 10px;
    max-width: none;
  }

  .alt-cart-page-recipient .alt-cart-page-item-info-row .alt-cart-page-item-info-value {
    flex-basis: auto;
    max-width: none;
  }
}

/* custom css form reset your password */
.pt_cs_reset_pass {
  display: flex;
  width: 100%;
  gap: 30px;
}

.lost_reset_password .pt_new_pass p.form-row-first {
  text-align: justify;
}

.lost_reset_password .pt_re_new_pass p.woocommerce-form-row {
  text-align: justify;
}

.lost_reset_password .pt_new_pass p.form-row-first label {
  font-family: "Sarabun";
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 8px;
}

.woocommerce form .pt_cs_reset_pass .form-row input.input-text {
  height: 45px;
  border: 1px solid var(--maroon);
  border-radius: 7px;
  padding-left: 30px;
}

.lost_reset_password p.woocommerce-form-row {
  margin-top: 30px;
}

.lost_reset_password .pt_re_new_pass p.form-row-last label {
  font-family: "Sarabun";
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 8px;
}


.pt_cs_reset_pass .pt_new_pass {
  width: 100%;
}

.pt_cs_reset_pass .pt_new_pass>p {
  margin-bottom: 15px;
}

.pt_cs_reset_pass .pt_re_new_pass {
  width: 100%;
}

.pt_cs_reset_pass .pt_re_new_pass>p {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}



#billing_and_payment .billing-details-option .billing-details-content {
  display: none;
}

#billing_and_payment .billing-details-option.active .billing-details-content {
  display: block;
}

#billing_and_payment #billing_shipping_address_option,
#billing_and_payment .alt-hidden-fields {
  display: none;
}

#billing_and_payment #checkout_terms-form-group label.cbx a {
  font-weight: 500;
  text-decoration: underline;
  font-style: italic;
}

#billing_and_payment #checkout_terms-form-group label.cbx a:hover {
  color: #e8cf7d;
}

#billing_and_payment #order_review {
  margin-top: 38px;
}

#billing_and_payment #order_review:not(h4):not(p):not(table):not(#payment) {
  /* font-size: 0; */
}

@media (max-width: 767px) {
  #billing_and_payment .alt-woocommerce-action-inline {
    flex-wrap: wrap;
  }
}

#checkout_terms-form-group label[for="cbx_checkout_terms"] {
  display: flex;
}

#checkout_terms-form-group label[for="cbx_checkout_terms"]>span:first-child {
  flex-basis: 19px;
  max-width: 19px;
  /* margin-top: 7px; */
  margin-top: 4px;
}

#checkout_terms-form-group label[for="cbx_checkout_terms"]>span:last-child {
  flex-basis: calc(100% - 19px);
  max-width: calc(100% - 19px);
}

.woocommerce-cart .info-product-mobile>.quantity input.qty {
  pointer-events: none;
  background-color: transparent;
  border: 1px solid transparent;
  color: #c44b71;
}

body.woocommerce-order-received h1.entry-title {
  display: none;
}

body.woocommerce-order-received .alt-thankyou-box {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 160px 0;
}

body.woocommerce-order-received .alt-thankyou-box .alt-thankyou-detail {
  display: flex;
  align-items: center;
  max-width: 860px;
}

body.woocommerce-order-received .alt-thankyou-box .alt-thankyou-detail .alt-thankyou-detail-box {
  width: 100%;
  min-height: 330px;
  text-align: center;
  /* border: 1px solid #a9305d; */
}

body.woocommerce-order-received .alt-thankyou-box .alt-thankyou-img img {
  display: block;
  max-width: 527px;
}

#table-addresses tr td.col-datatable-action {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#addonModal .modal-body {
  padding: 20px 30px 40px;
}

#addonModal .modal-body h3 {
  margin-bottom: 15px;
  text-transform: uppercase;
}

#addonModal .modal-body h3 span {
  font-weight: 700;
  font-size: 24px;
}

#addonModal .modal-body h3 .close {
  color: var(--maroon);
  opacity: 1 !important;
}

#addonModal .modal-body h3 .close:focus {
  outline: none;
}

#addonModal .modal-body .alt-addon-listing .alt-addon-listing-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  /* max-height: 300px; */
  /* overflow-x: hidden; */
}

#addonModal .modal-body .alt-addon-listing.has-slick-sliderx:not(.slick-initialized) .alt-addon-popup-item {
  display: none;
}

#addonModal .modal-body .alt-addon-listing.has-slick-sliderx:not(.slick-initialized) .alt-addon-popup-item:nth-child(1),
#addonModal .modal-body .alt-addon-listing.has-slick-sliderx:not(.slick-initialized) .alt-addon-popup-item:nth-child(2),
#addonModal .modal-body .alt-addon-listing.has-slick-sliderx:not(.slick-initialized) .alt-addon-popup-item:nth-child(3),
#addonModal .modal-body .alt-addon-listing.has-slick-sliderx:not(.slick-initialized) .alt-addon-popup-item:nth-child(4) {
  display: block;
}

#addonModal .modal-body .alt-addon-listing.has-slick-slider .alt-addon-popup-item {
  padding-bottom: 35px;
  display: flex;
  flex-direction: column;
}

#addonModal .modal-body .alt-addon-listing .alt-addon-popup-item {
  /* flex-basis: 25%;
  max-width: 25%; */
  /* flex-basis: calc(20% - 40px / 5);
  max-width: calc(20% - 40px / 5); */
  flex-basis: calc(25% - 30px / 4);
  max-width: calc(25% - 30px / 4);
  text-align: center;
}

#addonModal .modal-body .alt-addon-listing .alt-addon-popup-item .addon_allons {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

#addonModal .modal-body .alt-addon-listing .alt-addon-popup-item .alt-addon-thumbnail {
  display: block;
  margin-bottom: 10px;
}

#addonModal .modal-body .alt-addon-listing .alt-addon-popup-item .alt-addon-title {
  min-height: 25px;
  font-size: 16px;
  /* flex: 1; */
}

.alt-addon-qty {
  margin-top: auto;
}

#addonModal .modal-body .alt-addon-listing .alt-addon-popup-item .alt-addon-price {
  margin-bottom: 5px;
  text-align: center;
}

#addonModal .modal-body .alt-addon-listing .alt-addon-popup-item .button {
  margin: auto auto 0;
  text-transform: uppercase;
  border-radius: 7px;
}

#addonModal .modal-body .alt-addon-listing .alt-addon-popup-item .button .button__text {
  color: var(--gold);
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 801px;
  }
}

.alt-woocommerce-action-inline {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 650px) {
  .alt-woocommerce-action-inline {
    flex-wrap: wrap;
    min-height: 52px;
  }
}

@media (max-width: 650px) {
  #recipient_sender-form-group {
    margin-top: 10px;
  }
}

.alt-woocommerce-checkout-row {
  display: flex;
  gap: 30px;
}

.alt-woocommerce-checkout-row .alt-woocommerce-checkout-col {
  flex-basis: 50%;
  max-width: 50%;
}

.alt-form.checkout .form-group-desc .pt_line {
  display: block;
}

@media (max-width: 991px) {
  .pt_line {
    display: inline-block;
  }

  main.site-main section.content.pt_custom {
    margin-bottom: 0;
  }
}

@media (max-width: 690px) {
  .pt_line {
    display: block;
  }
}

@media (max-width: 992px) {
  .alt-woocommerce-checkout-row.alt-woocommerce-checkout-row-three {
    flex-wrap: wrap;
    margin-bottom: 44px;
  }
}

@media (max-width: 992px) {
  .alt-woocommerce-checkout-row.alt-woocommerce-checkout-row-three .alt-woocommerce-checkout-col {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .alt-woocommerce-checkout-row.alt-woocommerce-checkout-row-three .alt-woocommerce-checkout-col .alt-form-group {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .alt-woocommerce-checkout-row.alt-woocommerce-checkout-row-three .alt-woocommerce-checkout-col .alt-form-group {
    margin-bottom: 30px;
  }
}

.alt-form .form-control {
  border: 1px solid var(--maroon);
}

.alt-form .form-control:focus {
  box-shadow: none !important;
}

.alt-woocommerce-checkout-content {
  padding: 30px 43px;
}

@media (max-width: 480px) {
  .alt-woocommerce-checkout-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.alt-woocommerce-checkout-content h4.subheading {
  font-family: "Sarabun";
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
  text-transform: uppercase;
}

@media (max-width: 650px) {
  .alt-woocommerce-checkout-content h4.subheading {
    line-height: 28px;
    font-size: 23px;
  }
}

body.woocommerce-checkout .woocommerce-notices-wrapper ul.woocommerce-error,
body.wc-checkout-create-account .woocommerce-notices-wrapper ul.woocommerce-error {
  background-color: #fff;
}

body.woocommerce-checkout .alt-woocommerce-checkout-tab ol,
body.wc-checkout-create-account .alt-woocommerce-checkout-tab ol {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
  width: 100%;
  border: 1px solid var(--maroon);
}

@media (max-width: 1090px) {

  body.woocommerce-checkout .alt-woocommerce-checkout-tab ol,
  body.wc-checkout-create-account .alt-woocommerce-checkout-tab ol {
    flex-wrap: wrap;
  }
}

body.woocommerce-checkout .alt-woocommerce-checkout-tab ol li,
body.wc-checkout-create-account .alt-woocommerce-checkout-tab ol li {
  font-family: "Sarabun";
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1300px) {

  body.woocommerce-checkout .alt-woocommerce-checkout-tab ol li,
  body.wc-checkout-create-account .alt-woocommerce-checkout-tab ol li {
    font-size: 14px;
  }
}

@media (max-width: 1090px) {

  body.woocommerce-checkout .alt-woocommerce-checkout-tab ol li,
  body.wc-checkout-create-account .alt-woocommerce-checkout-tab ol li {
    font-size: 16px;
    text-align: left;
    padding-left: 20px;
  }
}

body.woocommerce-checkout .alt-woocommerce-checkout-tab ol li.active,
body.wc-checkout-create-account .alt-woocommerce-checkout-tab ol li.active {
  background-color: var(--maroon);
  color: #e8cf7d;
}

body.woocommerce-checkout .alt-woocommerce-checkout-content,
body.wc-checkout-create-account .alt-woocommerce-checkout-content {
  margin-top: 30px;
  border: 1px solid var(--maroon);
}

body.woocommerce-checkout .alt-woocommerce-checkout-content .wc-tab-panel,
body.wc-checkout-create-account .alt-woocommerce-checkout-content .wc-tab-panel {
  display: none;
}

body.woocommerce-checkout .alt-woocommerce-checkout-content .wc-tab-panel.current,
body.wc-checkout-create-account .alt-woocommerce-checkout-content .wc-tab-panel.current {
  display: block;
}

body.woocommerce-checkout .entry-title,
body.wc-checkout-create-account .entry-title {
  margin-bottom: 31px;
  font-family: "Sarabun";
  font-weight: 700;
  font-size: 42px;
  line-height: 60px;
  text-transform: uppercase;
  color: #C44B71;
}

.page-template-template-create-account h2.swal2-title {
  display: block !important;
  color: var(--maroon);
  font-weight: 100;
  font-size: 18px !important;
  margin-bottom: -15px !important;
}

.contact_us .contact-form .gform_footer.top_label {
  position: relative;
}

.contact_us .contact-form .gform_ajax_spinner {
  width: 25px;
  height: 25px;
  right: -30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* ========================================
   REMOVED: Gravity Forms Validation CSS (Lines 2716-2843)
   Replaced by TFP Unified Notification System (SweetAlert2)
   Date: 2026-01-31
   Removed classes: .pt_cs_contact, .pt_cs_form_footer, .pt_click_close, .pt_click_accept
   ======================================== */

/* Kept: Field-level validation messages */
.contact_us .gform_wrapper .gfield_validation_message,
.contact_us .gform_wrapper .validation_message {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  color: #d22a2a !important;
}

/* Removed: .page-template-template-contact .footer_form_ss .pt_cs_form_footer_success - no longer used */
@media (max-width: 1280px) {
  .page-template-template-contact .contact-form .gravity-theme .gform-body .gfield_error:last-child {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 820px) {
  .page-template-template-contact .contact-form .gravity-theme .gform-body .gfield_error:last-child {
    margin-bottom: 25px !important;
  }

  .page-template-template-contact .contact-form .gravity-theme .gform-body .gfield_error:last-child .gfield_validation_message {
    margin-top: -10px;
  }
}


.lost_reset_password .form-row-first label {
  margin-bottom: 15px;
}

.lost_reset_password p.form-row-first {
  margin-bottom: 15px;
}

.variation>dt {
  display: none !important;
}

.site-footer .gfield_validation_message {
  display: none !important;
}

.site-footer .gform_confirmation_message {
  /* border: 1px solid; */
  width: 70%;
  padding: 20px;
  border-radius: 7px;
  position: relative;
  text-align: center;

  background: #ffffff;

}

.lost_reset_password {
  text-align: center;
}

.lost_reset_password p.woocommerce-form-row {
  justify-content: center;
  padding-top: 0;
}

.lost_reset_password p.form-row-first {
  width: 100%;
  padding-top: 0;
  display: block;
  padding-bottom: 0;
}

.lost_reset_password p.form-row-first label {
  line-height: initial;
}

.lost_reset_password .pt_text_pw {
  margin-bottom: 10px;
}

.woocommerce .lost_reset_password p.form-row-first>input#user_login {
  width: 45%;
  border: 1px solid var(--maroon);
  padding-left: 30px;
  height: 45px;
  border-radius: 7px;
  background: #fff;
  margin: auto;
  outline: none !important;
}
@media screen and (max-width: 767px) {
  .woocommerce .lost_reset_password p.form-row-first>input#user_login {
    width: 90%;
  }
}

.woocommerce .lost_reset_password button.button.wp-element-button {
  color: var(--gold) !important;
  font-weight: 100;
  height: 44px;
  border-radius: 7px;
  text-transform: uppercase;
  padding: 0 30px;
}


.site-footer .gform_confirmation_message p {
  color: var(--maroon) !important;
  font-weight: 700;
  font-size: 16px;
}

/* Removed: .site-footer .gform_confirmation_message .pt_click_close/.pt_click_accept - no longer used */

.woocommerce-lost-password .woocommerce-notices-wrapper {
  display: none;
}

.woocommerce-lost-password .woocommerce .pt_cs_reset_pass .woocommerce-error {
  border-top: none;
  background: transparent;
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.woocommerce-lost-password .woocommerce .pt_cs_reset_pass .woocommerce-error::before {
  display: none;
}

/* Tee */
.woocommerce-cart h1.entry-titlexxx {
  display: none;
}

.woocommerce-cart .woocommerce>h2 {
  /* font-family: "Gordita"; */
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 2.5rem;
  margin-top: 60px;
  text-transform: uppercase;
  font-family: "Sarabun", sans-serif;
  order: -1;
}

.woocommerce table.shop_table {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid;
}

.woocommerce table.cart td.actions .input-text {
  float: unset !important;
}

td.cart_totals {
  text-align: right;
}

.woocommerce table.shop_table td.product-no {
  vertical-align: top;
  width: 5%;
}

.woocommerce-cart table.cart .product-thumbnail {
  width: 15%;
}

.woocommerce table.shop_table td.product-subtotal {
  width: 125px;
}

.woocommerce table.shop_table td {
  border-color: var(--maroon);
  ;
}

.woocommerce td.cart_totals>table.shop_table {
  margin-bottom: 0;
  text-align: right;
  border: none;
}

.woocommerce table.shop_table tbody th {
  border: none;
}

.woocommerce-cart table.cart td[data-title="Total"] {
  width: 30%;
  border: none;
}

table.shop_table.cart .coupon {
  width: 80%;
  text-align: left;
  display: flex;
  align-items: center;
}

table.shop_table.cart .coupon input#coupon_code {
  width: 60%;
}

.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 100%;
  display: flex;
  justify-content: right;
}

body.woocommerce-checkout.woocommerce-order-received .site-main .container h1 {
  display: none !important;
}

.woocommerce-cart .wc-proceed-to-checkout {
  /* padding: 1em; */
  width: 200px;
  margin: 0px 15px;
}

.alt-thankyou-img {
  display: none !important;
}

.code_coupon .cart_totals table tr>td {
  border: none;
}

.code_coupon .coupon>label {
  font-weight: 700;
  margin-right: 0.5rem;
  white-space: nowrap;
}

.tee-woocommerce-breadcrumb {
  margin: 0 0 1em;
  padding: 0;
  font-size: 15px;
  color: #767676 !important;
  font-family: "Sarabun", sans-serif;
  font-weight: 400;
}

.tee-woocommerce-breadcrumb>a:visited {
  color: #767676;
}

.woocommerce table.shop_table td.product-remove svg {
  height: 100%;
}

.tee-woocommerce-breadcrumb>span {
  color: var(--maroon);
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce-account .entry-content h1.entry-titlexxx {
  margin: 2em 0 1em;
  text-transform: uppercase;
}

.woocommerce .woocommerce-Message.woocommerce-info a.button {
  font-weight: unset;
  font-size: 16px;
  padding: 0.8em 1em;
  height: 44px;
  background-color: var(--maroon);
  color: var(--gold);
  border-radius: 7px;
  text-transform: uppercase;
  outline: none;
  /* outline: 1px solid var(--maroon); */
}

.woocommerce .woocommerce-Message.woocommerce-info a.button:hover {
  color: #e8cf7d !important;
  background-color: var(--lightpink) !important;
  outline: 1px solid var(--maroon) !important;
}

/* Removed: .woocommerce .toast__message and .alt-toast-wrapper related - no longer used */
.pt_below_line {
  text-decoration: underline !important;
}

.woocommerce-MyAccount-content>p {
  margin-bottom: 15px;
}

.woocommerce-account .main_desc .woocommerce-MyAccount-navigation {
  width: 25%;
}
.woocommerce-account .main_desc .woocommerce-MyAccount-navigation ul {
  list-style: none;
}

.woocommerce-account .main_desc .woocommerce-MyAccount-content {
  float: right;
  width: 75%;

}

.woocommerce-account .main_desc .woocommerce-MyAccount-content form.edit-account {
  padding: 30px 43px;
  border: 1px solid var(--maroon);
}

.woocommerce .woocommerce-MyAccount-content>button.button {
  font-weight: unset;
  font-size: 16px;
  /* padding: 0.8em 1em;
  height: 44px; */
  background-color: var(--maroon);
  color: var(--gold);
  border-radius: 7px;
  text-transform: uppercase;
}

.woocommerce .woocommerce-MyAccount-content>button.button:focus {
  outline: none !important;
}

.woocommerce .woocommerce-MyAccount-content>button.button:hover {
  color: #e8cf7d !important;
  background-color: var(--lightpink) !important;
  outline: 1px solid var(--maroon) !important;
}

.woocommerce form.edit-account button {
  font-weight: unset;
  font-size: 16px;
  padding: 0.8em 1em;
  height: 44px;
  background-color: var(--maroon);
  color: var(--gold);
  border-radius: 7px;
  text-transform: uppercase;
}

.woocommerce form.edit-account button:hover {
  /* background-color: var(--lightpink) !important;
  outline: 1px solid var(--maroon) !important;
  color: #e8cf7d !important; */
  background-color: #C44B7180;
  color: #E8CF7D;
  border: 1px solid #C44B7180;
  border: none;
  outline: none;
}

.woocommerce .woocommerce-MyAccount-content .col-datatable-action button.button {
  font-weight: unset;
  font-size: 16px;
  background-color: var(--maroon);
  border-radius: 7px;
  outline: 1px solid var(--maroon) !important;
  padding-top: 8px;
  padding-bottom: 8px;
}

.woocommerce .woocommerce-MyAccount-content .col-datatable-action button.button:hover {
  background-color: var(--lightpink) !important;
  outline: 1px solid var(--maroon) !important;
}

.woocommerce .woocommerce-MyAccount-content .col-datatable-action button.button .button__text {
  color: #e8cf7d !important;
  font-weight: unset;
  text-transform: uppercase;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard {
  /* margin-bottom: 14px;
  padding: 0; */
}

.woocommerce-MyAccount-navigation-link--dashboard>a {
  /* font-family: "Sarabun", sans-serif;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase!important; */
}

.woocommerce-account .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before,
.woocommerce-account .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
  display: none;
}

.woocommerce-account .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce-account .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
  padding-left: 0;
}

.woocommerce-view-order .woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-customer-details address {
  border-color: #C44B71;
  border-width: 1px;
  border-radius: 0;
}

.woocommerce .woocommerce-customer-details .woocommerce-column--shipping-address address {
  border-color: transparent;
  border-width: 1px;
  padding-bottom: 0;
}

.woocommerce .woocommerce-customer-details .woocommerce-column--shipping-address .alt-myorder-shipping-address {
  border: 1px solid #C44B71;
  border-radius: 0px;
  padding-bottom: 6px;
}

.woocommerce-account.woocommerce-view-order .woocommerce .woocommerce-customer-details {
  margin: 0;
}

.woocommerce-account.woocommerce-view-order .woocommerce .woocommerce-customer-details .woocommerce-column--billing-address,
.woocommerce-account.woocommerce-view-order .woocommerce .woocommerce-customer-details .woocommerce-column--shipping-address {
  padding: 0;
}

/* @media only screen and (max-width: 1440px){
  .woocommerce table.shop_table td.product-subtotal{
    width: 9%;
  }
} */

@media only screen and (max-width: 1280px) {
  li.woocommerce-MyAccount-navigation-link--dashboard>a {
    font-size: 16px !important;
  }

  /* .woocommerce table.shop_table td.product-subtotal{
    width: 10%;
  } */
}

@media only screen and (max-width: 1200px) {
  .woocommerce a.button.alt {
    font-size: 0.8em
  }

  .woocommerce table.shop_table td.product-subtotal {
    /* width: 12%; */
    text-align: right;
  }

  .woocommerce td.cart_totals>table.shop_table .cart-subtotal td {
    padding-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .woocommerce td.cart_totals table.shop_table tbody th {
    padding-left: 0;
  }

  .woocommerce-page table.shop_table_responsive tr .info-product-mobile {
    width: 80%;
  }

  .woocommerce-cart-form .woocommerce-cart-form__contents .code_coupon {
    flex-direction: column;
    margin: 0;
  }

  table.shop_table.cart .coupon {
    width: 100%;
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
  }

  .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
  .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 1px solid;
  }

  .woocommerce-cart .wc-proceed-to-checkout {
    /* width: 50%; */
  }

  .woocommerce a.button.alt {
    font-size: 0.9em;
    margin-bottom: 0;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .woocommerce a.button.alt.checkout-button {
    min-height: 44px;
  }
}


@media only screen and (max-width: 676px) {
  .alt-shipping-methods label.alt-shipping-item {
    margin-bottom: 15px;
  }
}

body.single-product h1,
body.single-product .product_short_desc,
body.single-product .wrap-price-variation {
  margin: 0 0;
  font-family: "Sarabun", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--maroon);
}

#delivery_details .cart_totals .blockUI {
  display: none !important;
}

.single-product .woocommerce-notices-wrapper {
  display: none;
}

body.single-product h1 {
  margin-top: -6px;
}

section.content-last-home .pt_first_title h2 b {
  font-weight: 700;
}

/* Removed: .toast__close, .toast__icon, .toast__content - no longer used */

h2 b {
  font-weight: 400;
}

body.woocommerce-cart .woocommerce {
  display: flex;
  flex-direction: column;
}

.cart-title-empty {
  order: -1;
}

.woocommerce-cart .woocommerce .cart-empty.woocommerce-info {
  border: none;
  background: transparent;
  padding: 0;
  display: none;
}

.woocommerce-cart .woocommerce .cart-empty.woocommerce-info::before {
  display: none;
}

body.woocommerce-account .woocommerce-pagination .woocommerce-button,
body.woocommerce-account .woocommerce-orders-table__cell .button {
  border-radius: 7px;
}

.after-field-text {
  font-size: 14px;
  line-height: 19px;
  margin-top: 10px;
  font-weight: 600;
}

.wc-tab_billing_and_payment .alt-woocommerce-checkout-row #billing_postcode-form-group,
.wc-tab_billing_and_payment .alt-woocommerce-checkout-row #billing_country-form-group {
  margin-bottom: 0;
}

.table-order-details-wrapper {
  padding: 10px 15px;
  border: 1px solid var(--maroon);
}

.woocommerce-view-order .woocommerce-order-details .order_details {
  /* padding: 10px 15px; */
  /* border: 1px solid var(--maroon); */
  border-collapse: collapse;
  border: none;
}

.woocommerce-view-order .woocommerce-order-details .order_details thead tr th {
  text-transform: uppercase;
}

.woocommerce-view-order .woocommerce-order-details .order_details tbody .woocommerce-table__line-item:last-child td {
  border-bottom: 1px solid var(--maroon);
}

.woocommerce-view-order .woocommerce-order-details .order_details tfoot td:last-child,
.woocommerce-view-order .woocommerce-order-details .order_details strong.wc-item-meta-label {
  font-weight: normal;
}

.woocommerce-view-order .woocommerce-customer-details .woocommerce-column__title,
.woocommerce-view-order .woocommerce-order-details .woocommerce-order-details__title {
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
}

.woocommerce-view-order .woocommerce-order-details .woocommerce-order-details__title {
  text-transform: uppercase;
}

.woocommerce-account .entry-content h1.entry-titlexxx,
.woocommerce-account.woocommerce-view-order h1.entry-titlexxx {
  font-weight: normal;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 10px 15px;
  text-transform: uppercase;
}

/* Removed: .woocommerce-info.woocommerce-noti background - no longer used */

select.alt-qty {
  color: var(--maroon);
}

.woocommerce div.product .alt-variation-availability .stock {
  color: var(--maroon);
}

.site-footer a img {
  /* transition: filter 0.3s linear;/ */
}

.site-footer a:hover img {
  filter: brightness(0) invert(1);
}

.site-footer a:hover,
.site-footer a:hover>* {
  color: #fff !important;
}

.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
  font-size: 0;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-size: 16px;
  display: flex;
  color: var(--maroon);
  cursor: pointer;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:hover {
  color: var(--gold);
}

@media only screen and (max-width: 425px) {
  .woocommerce-view-order .woocommerce-order-details .order_details {
    padding: 10px 5px;
  }
}

.alt-cart-page-total-value .woocommerce-remove-coupon {
  display: none;
}



/* width */
.single-product #addonModal ::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.single-product #addonModal ::-webkit-scrollbar-track {
  background: transparent !important;
  border: none !important;
  border-radius: 5px;
}

/* Handle */
.single-product #addonModal ::-webkit-scrollbar-thumb {
  background: #C44B71 !important;
}

/* Handle on hover */
.single-product #addonModal ::-webkit-scrollbar-thumb:hover {
  background: #a93a5a !important;
}

.single-product #addonModal .modal-body .alt-addon-listing.has-slick-slider {
  max-height: 395px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 15px;
}

.single-product #addonModal .modal-body {
  padding: 20px 20px 40px;
}

.single-product #addonModal .modal-body .alt-addon-listing .alt-addon-popup-item {
  width: calc(100% / 4 - 10px);
  flex-basis: unset;
  max-width: unset;
  display: flex;
  flex-direction: column;
}

.single-product #addonModal .modal-body .alt-addon-listing .alt-addon-popup-item .addon_allons {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.single-product #addonModal .modal-body .alt-addon-listing .alt-addon-popup-item .addon_allons .button {
  margin-top: auto;
}


@media (max-width: 991.98px) {
  .single-product #addonModal .modal-body {
    padding: 20px 15px 40px;
  }

  /* .single-product #addonModal .modal-body .alt-addon-listing.has-slick-slider {
    max-height: 500px;
  } */
  .single-product #addonModal .modal-dialog {
    max-width: 650px;
    margin: 0 auto;
  }

  .single-product #addonModal .modal-body .alt-addon-listing .alt-addon-popup-item {
    width: calc(100% / 3 - 10px);
    flex-basis: unset;
    max-width: unset;
  }

}

@media (max-width: 767.98px) {
  .single-product #addonModal .modal-body .alt-addon-listing .alt-addon-popup-item {
    width: calc(100% / 2 - 10px);
  }
}

@media (max-width: 575.98px) {
  .single-product #addonModal .modal-body .alt-addon-listing.has-slick-slider {
    max-height: 500px;
  }

  /* #addonModal .modal-body .alt-addon-listing.has-slick-slider {
      max-height: 500px;
      padding-right: 15px;
      overflow-y: auto;
    } */

  .single-product #addonModal .modal-body .alt-addon-listing .alt-addon-popup-item {
    width: 100%;
    display: flex;
  }

  #addonModal .modal-body .alt-addon-listing.has-slick-slider .alt-addon-popup-item {
    padding-bottom: 20px;
  }

  .single-product #addonModal .modal-body .alt-addon-listing .alt-addon-popup-item .alt-addon-thumbnail {
    max-width: 110px;
    flex-shrink: 0;
    margin-right: 15px;
  }

  .single-product #addonModal .modal-body .alt-addon-listing .alt-addon-popup-item .addon_allons {
    text-align: left;
  }

  .single-product #addonModal .modal-body .alt-addon-listing .alt-addon-popup-item .alt-addon-price {
    text-align: left;
  }

  .single-product #addonModal .modal-body .alt-addon-listing .alt-addon-popup-item .button {
    margin: inherit;
  }

  .single-product #addonModal .modal-body .alt-addon-listing .alt-addon-popup-item .button .button__text {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .single-product #addonModal .modal-dialog {
    max-width: 90%;
  }

  #billing_and_payment .billing-details-option.active .billing-details-content {
    margin-bottom: 15px;
  }
}




/* ========================================
   REMOVED: WooCommerce Notices Modal CSS
   Replaced by TFP Unified Notification System (SweetAlert2)
   Date: 2026-01-31
   Lines removed: ~120 lines (.woocommerce-notices-wrapper and related)
   ======================================== */

.alt-addon-qty label {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}

.alt-addon-qty select {
  width: 125px;
  margin-bottom: 7px;
  padding: 3px 8px;
  font-size: 15px;
}

.alt-addon-stock-lalel {
  width: 125px;
  margin: 0 auto;
  text-align: left;
}

.alt-addon-stock-lalel p {
  color: #000;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 10px;
}

/* Removed: .wc-empty-cart-message .btn-close/.btn-submit and .woocommerce-noti related - no longer used */

@media (min-width: 768.98px) {
  .woocommerce-cart .woocommerce table.shop_table.cart .cart-subtotal td {
    width: 107px;
    text-align: right !important;
  }
}

@media (max-width: 768.97px) {
  .woocommerce-cart .woocommerce table.shop_table.cart .cart-subtotal td {
    width: 160px;
    text-align: right !important;
  }
}

/* body,
.modal-open {
  overflow-y: auto !important;
} */

button:focus,
[type="submit"]:focus {
  outline: none;
}

.media-feature-page .main-banner {
  position: relative;
}

.media-feature-page .main-banner h1 {
  position: relative;
}

.media-feature-page .main-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

.content.media-feature-content {
  padding-top: 60px;
}

.content.media-feature-content h2 {
  font-family: "Sarabun", sans-serif;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
}

.content.media-feature-content h3 {
  font-weight: 600;
  /* margin-bottom: 40px; */
  font-size: 24px;
  /* font-family: 'Old Standard TT', serif; */
  /* font-style: italic; */
}

.media-feature-inner p img {
  width: 30%;
  vertical-align: top;
}

.media-feature-inner p img:nth-child(2) {
  margin-left: 3px;
}

main.site-main .content.media-feature-content {
  margin-bottom: 0;
}

.media-feature-content .aligncenter {
  margin: 0 auto;
  display: block;
}

#delivery_method-form-group .alt-shipping-methods [for="delivery-method-self-collection"] {
  order: 2
}

#delivery_method-form-group .alt-shipping-methods [for="delivery-method-specific-time"] {
  order: 1
}

.product-addon-btn {
  margin-top: 8px;
}

.button.alt-cart-addon-item span {
  color: var(--gold);
}

.button.alt-cart-addon-item {
  border-radius: 7px !important;
}

.woocommerce .woocommerce-cart-form button.close {
  background-color: transparent;
}

.button.wc-forward.wp-element-button {
  background: var(--maroon);
  color: var(--gold);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled {
  background-color: #e2a5b8;
}

.announcement-banner a:hover {
  /* color: #fff; */
}

main.home .tfp-slide {
  position: relative;
}

main.home .tfp-slide:before {
  content: '';
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

main.home .tfp-slide>* {
  position: relative;
}

header.mobile_header .container .right .my-cart .item_counter {
  font-size: 0.8em;
  left: -10px;
  top: -4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  padding-bottom: 1px !important;
  padding-right: 1px !important;
}

#addonModal .modal-content {
  border: none;
}

/* .alt-login-page .alt-login-message {
  max-width: 100%;
  width: 500px;
}
.alt-login-message .pt_acp_true {
  bottom: 21px;
}
.alt-login-page .alt-login-message {
  padding-bottom: 60px !important;
  z-index: 9999;
}
.alt-login-message .pt_close_if {
  right: 15px;
  top: 22px;
  width: 14px;
}
.alt-login-message .pt_close_if path {
  fill: #c44b71;
} */
.pt_click_close svg {
  width: 14px;
  height: 14px;
}

.pt_click_close svg path {
  fill: #c44b71;
}

/* Removed: .alt-toast-woo - no longer used */

.custom-dropdown-qty-wrap {
  /* margin-top: 32px; */
}

.select2-selection.select2-selection--single.dropdown-qtys {
  background: #c44b71;
  color: var(--gold);
}

.select2-container--default .select2-selection--single.dropdown-qtys .select2-selection__arrow b {
  border-color: var(--gold) transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single.dropdown-qtys .select2-selection__arrow b {
  border-color: transparent transparent var(--gold) transparent;
}

.select2-selection.select2-selection--single.dropdown-qtys .select2-selection__rendered {
  color: var(--gold);
}

.select2-dropdown.custom-dropdown-qty {
  /* padding-bottom: 30px !important; */
}

.dropdown-arrow-btn {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  height: 30px;
  cursor: pointer;
}

.custom-select-qty+.select2-container {
  display: block;
  margin-bottom: 10px;
}

.custom-dropdown-qty .select2-results__options::-webkit-scrollbar {
  width: 0;
}

.select2-container--open .custom-dropdown-qty {
  border-color: var(--maroon);
  border-radius: 7px;
}

.custom-dropdown-qty .select2-results__option {
  padding-left: 30px;
}

.select2-container--open .custom-dropdown-qty.select2-dropdown--below {
  /* border-top-left-radius: 0;
  border-top-right-radius: 0; */
  margin-top: -44px;
}

.select2-container--open .custom-dropdown-qty.select2-dropdown--above {
  /* border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; */
  margin-top: 44px;
}

.select2-container--default .custom-dropdown-qty .select2-results__option--highlighted[aria-selected],
.select2-container--default .custom-dropdown-qty .select2-results__option--highlighted[data-selected] {
  background-color: #c44b71;
  color: var(--gold);
}

.select2-container--default .custom-dropdown-qty .select2-results__option[aria-selected=true],
.select2-container--default .custom-dropdown-qty .select2-results__option[data-selected=true] {
  background-color: #c44b71;
  color: var(--gold);
  pointer-events: none;
}

.select2-container--default .custom-dropdown-qty .select2-results__option:first-child {
  position: relative;
}

.select2-container--default .custom-dropdown-qty .select2-results__option:first-child:before {
  content: '';
  position: absolute;
  right: 5px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid var(--gold);
  clear: both;
  transform: translate(-50%, -50%);
}

.select2-container--default .custom-dropdown-qty .select2-results__option:first-child[aria-selected=false] {
  /* pointer-events: none; */
}

.select2-container--default .custom-dropdown-qty .select2-results__option[aria-selected=false] {
  pointer-events: auto;
}

.admin-bar .select2-container--open .custom-dropdown-qty.select2-dropdown--below {
  margin-top: -12px;
}

.admin-bar .select2-container--open .custom-dropdown-qty.select2-dropdown--above {
  margin-top: 76px;
}

@media (min-width: 768px) {
  .site-footer .gform_wrapper.gravity-theme {
    margin-left: auto;
  }
}

@media (min-width: 1179px) {
  .site-footer .gform_wrapper.gravity-theme {
    margin-left: auto;
    margin-right: 7%;
  }
}

@media (min-width: 1601px) {
  .site-footer .gform_wrapper.gravity-theme {
    margin-left: auto;
    margin-right: 7%;
  }
}

@media only screen and (max-width: 1024px) {
  .footer_form .gform_wrapper.gravity-theme form .gform_fields {
    width: 100% !important;
  }
}

@media only screen and (max-width: 991.98px) {
  footer#colophon {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 768.98px) {
  #addonModal .modal-body .alt-addon-listing .alt-addon-popup-item {
    flex-basis: calc(25% - 30px / 4);
    max-width: calc(25% - 30px / 4);
  }
}

@media only screen and (max-width: 767.98px) {
  .content.media-feature-content h3 {
    font-size: 32px !important;
  }

  .media-feature-inner p img {
    width: 46%;
  }

  .media-feature-inner p img:nth-child(2) {
    width: 50% !important;
  }

  main.story.site-main .content .flowerps-page>h2 {
    font-size: 4vw;
  }
}

@media only screen and (max-width: 540.98px) {
  #addonModal .modal-body .alt-addon-listing .alt-addon-popup-item {
    flex-basis: calc(50% - 5px);
    max-width: calc(50% - 5px);
  }

  div#gform_fields_2 input[type="submit"] {
    padding: 10px;
  }

  #colophon .footer_form .gform_wrapper.gravity-theme .gfield--type-email {
    margin-right: 20px;
  }

  div#gform_fields_2 input[type="email"] {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 480px) {
  .footer_form .gform_wrapper.gravity-theme form .gform_fields {
    width: 96% !important;
  }

  #order_review #payment .alt-payment-method-heading label.custom-radio-button input[type="radio"]~.helping-el {
    top: 50%;
  }

  #order_review #payment .alt-payment-method-heading label.custom-radio-button .label-text {
    margin-left: 22px;
  }

  main.story.site-main .content .flowerps-page>h2 {
    font-size: 5vw;
  }

  main.contact_us .content_main section.contact-header h3 {
    display: inline;
  }

  main.contact_us .contact-header {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .content.media-feature-content h3 {
    font-size: 26px !important;
  }
}

@media only screen and (max-width: 480px) {
  main#primary.site-main section.content.media-feature-content {
    padding-top: 60px;
  }

  .popular-cat h3 {
    font-size: 22px !important;
  }

  .home section.content-last-home {
    padding-top: 40px !important;
  }
}

@media only screen and (max-width: 380px) {
  .popular-cat h3 {
    font-size: 18px !important;
  }
}

#addonModal.popup-open {
  overflow-y: hidden;
}
.woocommerce-checkout #payment .wc_payment_methods div.payment_box::before{
  border: none;
}

.woocommerce-checkout #payment .wc_payment_methods div.payment_box {
background-color: transparent;
  font-size: 85%;
  padding: 20px;
  padding-bottom: 0;
}
.label-text img {
  display: none;
}

