/*!
Theme Name:  RayTheme
Theme URI: https://raylinaquino.com
Author: Raylin Aquino
Author URI: https://raylinaquino.com
Description:  RayTheme Template 
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rayelem
*/
:root {
  --base: #283f30;
  --primary: #236c3a;
  --primary-hover: #2d9b4f;
  --primary-pastel: #f5fff8;
  --greenbold: #033524;
  --secondary: #f21602;
  --text-red: #fd4e30;
  --white: #fff;
  --pinneaple: #fbfc02;
  --cream: #efe6d5;
  --brown: #54331a;
  --orange: #e5873d;
  --green: #008b55;
  --tangerine: #ff683b;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
.text-red {
  color: var(--text-red);
}
body .float-cart .elementor-menu-cart__toggle .elementor-button {
  background: var(--primary);
  border-radius: 50%;
  padding: 10px;
}
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3 {
  font-family: "Chekos Black", Sans-serif !important;
  color: var(--green) !important;
}
/* Linktree contacts */
.linktree-contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.linktree-contacts a {
  border-radius: 10px;
  background-color: var(--primary);
  color: var(--white) !important;
  padding: 11px;
  display: flex;
  gap: 1rem;
  width: 100%;
  align-items: center;
  transition: all 0.3s ease;
}
.linktree-contacts a:hover {
  filter: brightness(1.2);
}
.linktree-contacts a .icon-wrap i {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.linktree-contacts a.btn-contact {
  background-color: var(--secondary);
}
.linktree-contacts a.btn-contact .icon-wrap i {
  color: var(--secondary);
}
.linktree-contacts a .info-wrap {
  flex: 1;
}
.linktree-contacts a .info-wrap small {
  display: block;
  font-size: 70%;
  font-weight: 500;
}
/* Linktree List */
.linktree-list .elementor-icon-list-items li a {
  background: var(--white);
  padding: 0.5rem 1rem;
  position: relative;
  top: 0px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.08);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  display: flex;
}
.linktree-list .elementor-icon-list-items li a:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 1.6rem 4rem rgba(0, 0, 0, 0.12);
}
.linktree-list .elementor-icon-list-items li a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  margin-left: auto;
  font-size: 1.12rem;
}
.linktree-list .elementor-icon-list-items li a.loading {
  pointer-events: none;
  opacity: 0.9;
}
.linktree-list .elementor-icon-list-items li a.loading:after {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 2px solid rgba(40, 63, 48, 0.2);
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: linktree-spin 0.7s linear infinite;
  font-size: 0;
}

@keyframes linktree-spin {
  to {
    transform: rotate(360deg);
  }
}

.box-tip {
  position: relative;
  text-align: center;
}

.box-tip span {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--tangerine);
  font-size: 2rem;
  font-weight: 800;
  color: var(--white);
  z-index: 1;
  position: relative;
}
/*
.box-tip span:before {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1.5px solid var(--white);
  position: absolute;
  content: "";
  display: block;
  left: 4px;
  top: 4px;
  border-radius: 50%;
}*/

.box-tip .box-content {
  background: var(--cream);
  font-weight: bold;
  padding: 2rem 1rem 1rem 1rem;
  position: relative;
  border-radius: 3rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 700;
  min-height: 11rem;
  color: var(--greenbold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -2rem;
}
/*
.box-tip .box-content:before {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 3px solid var(--greenbold);
  position: absolute;
  content: "";
  display: block;
  left: 6px;
  top: 6px;
  border-radius: 3rem;
}*/

.woocommerce-notices-wrapper {
  max-width: 1120px;
  margin: 0 auto;
}
.single-product .woocommerce-notices-wrapper {
  margin-top: 7rem;
}
.woocommerce-terms-and-conditions-wrapper {
  font-size: 14px;
  line-height: 1.4;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  margin-bottom: 1rem;
}
.woocommerce ul#shipping_method li label {
  display: inline;
  font-size: 13px;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__image:nth-child(n + 2) {
  width: 16%;
  margin: 0 2%;
  transition: all 0.3s ease;
}

.woocommerce div.product .upsells h2 {
  font-family: "Chekos Black", Sans-serif;
  text-align: center;
  margin-bottom: 2rem;
}

.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__image:nth-child(n + 2):hover {
  transform: scale(1.1);
}

.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__image:nth-child(n + 2)
  img {
  border-radius: 50%;
  transition: all 0.3s ease;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
  border-radius: 2rem;
  transition: all 0.3s ease;
  margin-bottom: 1rem;
  overflow: hidden;
}

.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__image
  a:hover {
  opacity: 0.8;
}

/*  Products Grid */
.products-grid {
  position: relative;
  top: 0;
}

.products-grid .prods-nav {
  max-width: 65rem;
  margin: 0 auto;
  position: sticky;
  top: 7rem;
  background: var(--white);
  padding: 1rem;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 7px 2rem #e5dfd3;
}

.products-grid .prods-nav ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(6rem, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.products-grid .prods-nav ul li a {
  display: inline-flex;
  font-weight: bold;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  padding: 0 10px;
  transition: all 0.3s ease;
  font-family: "Chekos Black", Sans-serif;
}
.products-grid .prods-nav ul li a:hover {
  color: var(--secondary);
}
.products-grid .prods-nav ul li a.active,
.products-grid .prods-nav ul li a:hover {
  color: var(--secondary);
}

.products-grid .prods-nav ul li a .icon {
  width: 5rem;
  height: 5rem;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
  margin: 0 auto 15px;
}

.products-grid .prods-nav ul li a:hover .icon,
.products-grid .prods-nav ul li a.active .icon {
  transform: scale(0.9);
}

.products-grid .products-renglon {
  margin: 3rem 0;
}

.products-grid .products-renglon h3 {
  margin: 2rem 0;
  font-family: "Chekos Black", Sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  color: var(--secondary);
}

.products-grid .products-renglon .products-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
  gap: 1rem;
}

.card-prod {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  font-size: 13px;
  line-height: 1.3;
  padding: 1rem;
  border-radius: 10px;
  transition: all 0.3s ease;
  background: #f5eee0;
}

.card-prod .card-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.card-prod:hover {
  background: var(--white);
}

.card-prod .info {
  display: grid;
}

.card-prod .name {
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "Chekos Black", Sans-serif;
  font-size: 16px;
  display: block;
  line-height: 1.4;
  color: var(--greenbold);
}

.card-prod .name:hover {
  text-decoration: underline !important;
  text-decoration-thickness: 2px;
}

.card-prod .img {
  background-size: cover;
  background-position: center;
  height: 100px;
  border-radius: 10px;
  display: block;
  transition: all 0.3s ease;
}

.card-prod .img:hover {
  opacity: 0.8;
}

.card-prod .prices {
  text-align: right;
}

.card-prod .prices ins {
  font-weight: bold;
  color: var(--primary);
  font-size: 16px;
  text-decoration: none;
}

.card-prod .cta {
  text-align: right;
  top: 0;
}

.card-prod .cta a {
  background: var(--primary);
  color: var(--white);
  font-weight: bold;
  font-size: 14px;
  border-radius: 2rem;
  padding: 5px 14px;
  display: inline-block;
  margin-top: 1rem;
  transition: all 0.3s ease;
}
.card-prod .cta a.added_to_cart {
  color: var(--secondary);
  background: none !important;
  text-decoration: underline;
}
.card-prod .cta a.added_to_cart:hover {
  text-decoration: none;
}
.card-prod .cta a.adding {
  background: #bebebe;
  pointer-events: none;
}

.card-prod .cta a i {
  margin-left: 5px;
}

.card-prod .cta a .checked,
.card-prod .cta a.added .plus {
  display: none;
}

.card-prod .cta a.added .checked {
  display: inline-block;
  pointer-events: all;
}

.card-prod .cta .out-stock {
  display: inline-block;
  margin-right: 1rem;
  font-weight: bold;
  color: var(--secondary);
}

.card-prod .cta a:hover {
  background: var(--secondary);
}

/* Top Account */

body .top-account {
  position: relative;
}

body .top-account .sub-menu {
  background: var(--white);
  border-radius: 5px;
  margin: 0;
  list-style: none;
  padding: 5px 0;
  position: absolute;
  z-index: 9;
  width: 100%;
  display: none;
  top: 80%;
}

body .top-account .sub-menu a {
  color: var(--base);
  line-height: 1.3;
  padding: 5px 10px;
  font-weight: 500;
  display: block;
  transition: all 0.3s ease;
}

body .top-account .sub-menu a:hover {
  background: #d7e6de;
}

body .top-account .sub-menu .logout a {
  color: var(--secondary);
}

body .top-account .sub-menu .logout a:hover {
  background: #ffeaea;
}

body .top-account a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  background: #f3f3f3;
  padding: 10px 1rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}

body .top-account > a:hover {
  background-color: var(--primary-pastel);
}

body .top-account a i.user-icon {
  margin-right: 10px;
}

body .top-account a i.arrow-icon {
  margin-left: 10px;
  font-size: 80%;
}

body .top-account:hover .sub-menu {
  display: block;
  top: 2rem;
}

body .widget_shopping_cart_content .elementor-menu-cart__product-name a {
  line-height: 1.3 !important;
  display: block;
}

body .elementor-menu-cart__toggle .elementor-button {
  background: none;
  padding: 7px;
  border-radius: 50%;
}

body .elementor-menu-cart__toggle .elementor-button:hover {
  background: #fff;
  border-radius: 50% !important;
}

body
  .widget_shopping_cart_content
  .elementor-menu-cart__footer-buttons
  .elementor-button {
  padding: 15px 15px;
  text-transform: inherit;
  letter-spacing: 0;
}

body
  .widget_shopping_cart_content
  .elementor-menu-cart__footer-buttons
  .elementor-button.elementor-button--checkout {
  background: var(--primary);
}

body
  .widget_shopping_cart_content
  .elementor-menu-cart__footer-buttons
  .elementor-button.elementor-button--checkout:hover {
  background: var(--primary-hover);
}

/*Woocommerce*/
.woocommerce-message {
  border-top-color: var(--green);
}
.woocommerce-message::before {
  color: var(--green);
  font-size: 1.1rem;
}
.woocommerce table.shop_table td {
  font-size: 14px;
}
.woocommerce-page form #billing_country_field {
  display: none;
}
.woocommerce-page #payment #place_order {
  width: 100%;
  background: var(--primary);
  padding: 0.5rem 1rem !important;
  height: 3rem;
}
.woocommerce-page #payment #place_order:hover {
  background: var(--greenbold);
}
.woocommerce-checkout .woocommerce-shipping-totals {
  display: grid;
}
body.woocommerce-checkout #payment ul.payment_methods label {
  text-transform: inherit;
  letter-spacing: inherit;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  height: inherit;
  line-height: 1;
  margin: 0;
  display: block;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button br,
body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button br {
  display: none;
}

.woocommerce .woocommerce-MyAccount-content .logout-wrapper a {
  color: var(--secondary);
}

.woocommerce .woocommerce-MyAccount-content a {
  color: var(--primary);
  font-weight: 600;
}

.woocommerce .woocommerce-MyAccount-content a:hover {
  text-decoration: underline;
}

.woocommerce .showcoupon {
  background: var(--primary);
  color: var(--white);
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
  display: inline-block;
  line-height: 1.2;
}

.woocommerce .showcoupon:hover {
  background: var(--secondary);
}

.woocommerce-MyAccount-navigation ul {
  background: #f1fbf4;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 5px 15px;
  transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li.is-active a {
  background: var(--primary);
  color: var(--white);
}

.woocommerce-thankyou-order-received {
  text-align: center;
  font-size: 1.4rem;
  background: #ccf1f8;
  padding: 1rem;
  font-weight: 600;
}

.woocommerce-shipping-fields {
  display: none;
}

.select2-container--default .select2-selection--single {
  border-radius: 5px;
  height: 2.5rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 2.4rem;
  padding: 0 1rem;
}

.select2-search--dropdown .select2-search__field {
  height: 2.5rem;
  border-color: var(--primary) !important;
  font-size: 1rem;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 2.5rem;
  padding: 0 1rem;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  padding: 10px 15px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--secondary);
  color: var(--white);
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 1.4rem;
}

.woocommerce ul.products li.product a:hover .woocommerce-loop-product__title {
  text-decoration: underline;
}

.woocommerce .woocommerce-ordering select {
  height: 2.5rem;
  padding: 0 1rem;
  border-radius: 2rem;
  border: 2px solid var(--primary);
  font-size: 1rem;
}
.woocommerce-billing-fields h3 {
  font-size: 22px;
  margin: 0 0 2rem;
}
.woocommerce .woocommerce-ordering select:focus {
  border-color: var(--secondary);
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  text-transform: inherit;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  letter-spacing: 0;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  font-family: Poppins, sans-serif;
  letter-spacing: 0;
  text-transform: initial;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3 !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
  height: 2.5rem;
  border: 1px solid #d3d3d3;
  font-size: 14px;
  border-radius: 5px;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row select:focus,
.woocommerce form .form-row textarea:focus {
  border-color: var(--secondary);
}

.woocommerce form .form-row textarea {
  height: 10rem;
  border-radius: 1rem;
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 1rem !important;
}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
  color: var(--secondary);
  text-transform: uppercase;
  font-size: 2rem;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  height: 3rem;
  width: 10rem;
  padding: 0 1rem !important;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
}

.woocommerce #content table.cart td.actions .input-text:focus,
.woocommerce table.cart td.actions .input-text:focus,
.woocommerce-page #content table.cart td.actions .input-text:focus,
.woocommerce-page table.cart td.actions .input-text:focus {
  border-color: var(--primary);
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  font-weight: 600;
  color: var(--primary);
}

.woocommerce table.shop_table td.product-name a:hover {
  color: var(--secondary);
}

.woocommerce ul.products li.product .price {
  text-align: center;
  font-size: 1.4rem;
  font-family: Poppins, sans-serif;
}

.woocommerce .quantity .qty {
  width: 5rem;
  font-size: 1.2rem;
  font-family: Poppins, sans-serif;
  color: var(--primary);
}

.woocommerce ul.products li.product a img {
  transition: all 0.3s ease;
}

.woocommerce ul.products li.product a:hover img {
  opacity: 0.7;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button:hover {
  background: var(--primary);
  color: var(--white);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button {
  background: var(--secondary);
  border-radius: 5rem;
  padding: 1rem 2rem;
  font-family: Poppins, sans-serif;
  text-transform: none;
  color: var(--white);
  transition: all 0.3s ease;
  letter-spacing: 0px;
  font-weight: 600;
}

.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))
  .woocommerce
  #respond
  input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt {
  background: var(--secondary);
  height: 4rem;
  border-radius: 5rem;
  padding: 1.3rem 2rem;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt:hover {
  background: var(--primary);
}

@media (max-width: 600px) {
  .products-grid .prods-nav ul li a {
    word-break: break-word;
    font-size: 13px;
    padding: 0;
  }
  .products-grid .prods-nav ul li a .icon {
    width: 4rem;
    height: 4rem;
  }
  body .categories-links ul {
    display: block;
    text-align: center;
    margin-top: 1rem;
  }
  body .categories-links ul li {
    margin-bottom: 8px;
  }

  .woocommerce .woocommerce-result-count {
    float: none;
    text-align: center;
  }
  .woocommerce .woocommerce-ordering {
    float: none;
  }
  .woocommerce .woocommerce-ordering select {
    font-family: "Chekos Black", Sans-serif;
    width: 100%;
    font-size: 14px;
  }
  .card-prod .name {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
  }
  .tips-mobile-steps {
    background: var(--green);
  }

  .products-grid .prods-nav {
    position: relative;
    top: 0;
  }

  .products-grid .prods-nav ul {
    gap: 17px 5px;
  }

  .footer-menu nav .elementor-nav-menu {
    display: block;
    text-align: center;
  }

  .footer-menu nav .elementor-nav-menu .menu-item a {
    text-align: center;
    display: block;
    word-break: break-word;
    white-space: inherit;
  }
}
.woocommerce-checkout form.checkout {
  display: block;
}

.ray-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(320px, 0.9fr);
  gap: 32px;
  align-items: start;
  width: 100%;
}

.ray-checkout-left,
.ray-checkout-right {
  min-width: 0;
}

/* Customer details internal layout */
.woocommerce-checkout #customer_details.col2-set {
  display: block;
  width: 100%;
  margin: 0;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 24px 0;
}

/* Optional card style */

.woocommerce-checkout #order_review_heading {
  margin: 0 0 16px 0;
}

.woocommerce-checkout #order_review {
  position: sticky;
  top: 20px;
}
/* Categories Links Horizontal */
.categories-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2rem;
  overflow-x: auto;
  list-style: none;
  padding: 0;
  margin: 0;
}
.categories-links ul li a {
  color: var(--white);
  border-radius: 2rem;
  transition: all 0.3s ease;
  font-family: "Chekos Black", sans-serif;
}
.categories-links a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
/* Fix Select2 */
.woocommerce-checkout .select2-container {
  width: 100% !important;
}

/* Remove weird empty paragraphs generated by plugins/themes */
.woocommerce-checkout form.checkout > p:empty,
.woocommerce-checkout #customer_details p:empty,
.woocommerce-checkout .woocommerce-billing-fields p:empty,
.woocommerce-checkout .woocommerce-shipping-fields p:empty,
.woocommerce-checkout .woocommerce-additional-fields p:empty {
  display: none;
}
/* Mini Laptop*/
@media (max-width: 1024px) {
  .elementor-products-grid ul.products.elementor-grid {
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 2rem;
  }
}
/* Mobile */
@media (max-width: 980px) {
  .ray-checkout-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .woocommerce-checkout #order_review {
    position: static;
  }
}

/* ==========================================================================
   WooCommerce Checkout - Modern Ray UI
   Scope: .woocommerce-checkout .ray-checkout-layout
   Guideline: Poppins, compact layout, primary green, secondary red
   ========================================================================== */

:root {
  --ray-checkout-bg: #f5f7f6;
  --ray-checkout-card: #ffffff;
  --ray-checkout-border: #e7ebe8;
  --ray-checkout-border-strong: #d6ddd8;
  --ray-checkout-text: #1f2933;
  --ray-checkout-muted: #68756f;
  --ray-checkout-soft-green: #eef8f1;
  --ray-checkout-soft-green-2: #f7fcf8;
  --ray-checkout-radius: 16px;
  --ray-checkout-radius-sm: 10px;
  --ray-checkout-shadow: 0 14px 36px rgba(21, 49, 34, 0.07);
}

/* Page base */
body.woocommerce-checkout {
  background: var(--ray-checkout-bg);
}

.woocommerce-checkout form.checkout {
  display: block;
  font-family: "Poppins", Sans-serif;
  color: var(--ray-checkout-text);
  font-weight: 400;
}

/* Main checkout grid */
.woocommerce-checkout .ray-checkout-layout {
  width: min(100%, 1280px);
  margin: 32px auto;
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(360px, 0.9fr);
  gap: 28px;
  align-items: start;
}

.woocommerce-checkout .ray-checkout-left,
.woocommerce-checkout .ray-checkout-right {
  min-width: 0;
}

/* Reset Woo columns inside custom grid */
.woocommerce-checkout #customer_details.col2-set {
  display: block;
  width: 100%;
  margin: 0;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0;
}

/* Cards */
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout #order_review {
  background: var(--ray-checkout-card);
  border: 1px solid var(--ray-checkout-border);
  border-radius: var(--ray-checkout-radius);
  box-shadow: var(--ray-checkout-shadow);
  box-sizing: border-box;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields {
  padding: 28px;
}

.woocommerce-checkout .woocommerce-additional-fields {
  margin-top: 22px;
}

.woocommerce-checkout #order_review {
  padding: 22px;
  position: sticky;
  top: 24px;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout .woocommerce-billing-fields h3 {
  margin: 0 0 22px;
  font-family: "Chekos Black", Sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  color: var(--greenbold);
  letter-spacing: -0.02em;
}

.woocommerce-checkout #order_review_heading {
  font-size: 20px;
  margin-bottom: 16px;
}

/* Billing fields compact grid */
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: auto;
}
.woocommerce-checkout form .form-row {
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-checkout form .form-row-wide {
  grid-column: 1 / -1;
}

.woocommerce-checkout #billing_sucursal_field,
.woocommerce-checkout #billing_state_field,
.woocommerce-checkout #billing_phone_field,
.woocommerce-checkout #billing_email_field {
  grid-column: auto;
}

/* Labels */
.woocommerce-checkout form .form-row label,
.woocommerce-checkout form .form-row label.checkbox,
.woocommerce-checkout #payment ul.payment_methods label {
  font-family: "Poppins", Sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: var(--ray-checkout-text);
}

.woocommerce-checkout form .form-row label {
  margin-bottom: 7px;
  font-size: 13.5px;
  line-height: 1.25;
  font-weight: 700;
}

.woocommerce-checkout form .form-row label .optional {
  color: var(--ray-checkout-muted);
  font-weight: 500;
}

.woocommerce-checkout .required {
  color: var(--secondary);
}

/* Inputs / selects */
.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row select,
.woocommerce-checkout form .form-row textarea,
.woocommerce-checkout .select2-container--default .select2-selection--single {
  width: 100% !important;
  min-height: 48px;
  height: 48px;
  border: 1px solid var(--ray-checkout-border-strong) !important;
  border-radius: var(--ray-checkout-radius-sm) !important;
  background-color: #fff;
  color: var(--ray-checkout-text);
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  box-shadow: none !important;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row select {
  padding: 0 14px !important;
}

.woocommerce-checkout form .form-row textarea {
  min-height: 116px;
  height: 116px;
  padding: 14px !important;
  resize: vertical;
}

.woocommerce-checkout form .form-row input.input-text:focus,
.woocommerce-checkout form .form-row select:focus,
.woocommerce-checkout form .form-row textarea:focus,
.woocommerce-checkout .select2-container--open .select2-selection--single,
.woocommerce-checkout
  .select2-container--default
  .select2-selection--single:focus {
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 4px rgba(35, 108, 58, 0.12) !important;
}

.woocommerce-checkout .select2-container {
  width: 100% !important;
}

.woocommerce-checkout
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 46px;
  padding: 0 38px 0 14px;
  color: var(--ray-checkout-text);
}

.woocommerce-checkout
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 46px;
  right: 8px;
}

/* Additional notes */
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  display: block;
}

.woocommerce-checkout #order_comments_field label {
  font-size: 15px;
}

/* Order summary table */
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table {
  width: 100%;
  margin: 0 0 18px !important;
  border: 1px solid var(--ray-checkout-border) !important;
  border-radius: 14px;
  border-collapse: separate !important;
  border-spacing: 0;
  overflow: hidden;
  background: #fff;
}

.woocommerce-checkout
  table.shop_table.woocommerce-checkout-review-order-table
  th,
.woocommerce-checkout
  table.shop_table.woocommerce-checkout-review-order-table
  td {
  padding: 13px 14px !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 1px solid var(--ray-checkout-border) !important;
  font-family: "Poppins", Sans-serif;
  font-size: 13.5px;
  line-height: 1.35;
  color: var(--ray-checkout-text);
}

.woocommerce-checkout
  table.shop_table.woocommerce-checkout-review-order-table
  thead
  th {
  background: #fbfcfb;
  font-size: 14px;
  font-weight: 800;
}

.woocommerce-checkout
  table.shop_table.woocommerce-checkout-review-order-table
  th:last-child,
.woocommerce-checkout
  table.shop_table.woocommerce-checkout-review-order-table
  td:last-child {
  text-align: right;
}
.woocommerce-checkout .woocommerce-form-coupon {
  max-width: 30rem;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  margin: 0 !important;
  gap: 00 20px;
}
.woocommerce form.checkout_coupon .coupon-error-notice {
  font-size: 13px;
  line-height: 1.4;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row input.input-text {
  border-radius: 0 !important;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row:before {
  display: none;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row br {
  display: none;
}
.woocommerce-checkout .woocommerce-form-coupon button {
  padding: 5px 16px;
  border-radius: 5px;
  height: 48px;
  width: 100%;
}
.woocommerce-checkout
  table.shop_table.woocommerce-checkout-review-order-table
  .product-name {
  width: 68%;
}

.woocommerce-checkout
  table.shop_table.woocommerce-checkout-review-order-table
  .product-quantity {
  font-weight: 800;
  white-space: nowrap;
}

.woocommerce-checkout
  table.shop_table.woocommerce-checkout-review-order-table
  tfoot
  tr:last-child
  th,
.woocommerce-checkout
  table.shop_table.woocommerce-checkout-review-order-table
  tfoot
  tr:last-child
  td {
  border-bottom: 0 !important;
}

.woocommerce-checkout table.shop_table .cart-subtotal th,
.woocommerce-checkout table.shop_table .cart-subtotal td {
  font-weight: 800;
}

.woocommerce-checkout table.shop_table .order-total th,
.woocommerce-checkout table.shop_table .order-total td {
  font-size: 16px !important;
  font-weight: 900;
}

.woocommerce-checkout table.shop_table .order-total .amount {
  color: var(--primary);
  font-size: 20px;
  font-weight: 900;
}

/* Shipping methods inside summary */
.woocommerce-checkout ul#shipping_method {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-checkout ul#shipping_method li {
  margin: 0 0 8px;
  padding: 0;
  text-align: left;
}

.woocommerce-checkout ul#shipping_method li:last-child {
  margin-bottom: 0;
}

.woocommerce-checkout ul#shipping_method li label {
  display: inline;
  font-size: 13px;
  font-weight: 700;
}

/* Payment methods */
.woocommerce-checkout #payment {
  background: transparent !important;
  border-radius: 0 !important;
}

.woocommerce-checkout #payment ul.payment_methods {
  margin: 0;
  padding: 0 !important;
  border: 1px solid var(--ray-checkout-border);
  border-radius: 14px;
  overflow: hidden;
  background: #f7f5fa;
}

.woocommerce-checkout #payment ul.payment_methods li {
  margin: 0 !important;
  padding: 17px 18px !important;
  border-bottom: 1px solid var(--ray-checkout-border);
}

.woocommerce-checkout #payment ul.payment_methods li:last-child {
  border-bottom: 0;
}

.woocommerce-checkout #payment ul.payment_methods label {
  gap: 8px;
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}

.woocommerce-checkout #payment ul.payment_methods label img {
  max-height: 26px;
  margin: 0 0 0 6px;
  vertical-align: middle;
}

.woocommerce-checkout #payment div.payment_box {
  margin: 14px 0 0 !important;
  padding: 16px !important;
  border-radius: 12px !important;
  background: #eee8f3 !important;
  color: #4b5563;
  font-size: 13.5px;
  line-height: 1.55;
}

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

/* Terms and CTA */
.woocommerce-checkout #payment .form-row.place-order {
  padding: 0 !important;
  margin-top: 18px !important;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  margin: 0 0 14px;
  font-size: 13.5px;
  line-height: 1.45;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13.5px;
  line-height: 1.35;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a {
  color: var(--primary);
  font-weight: 800;
}

.woocommerce-page.woocommerce-checkout #payment #place_order,
.woocommerce-checkout #place_order {
  width: 100%;
  min-height: 54px;
  height: auto;
  margin-top: 8px;
  padding: 14px 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--primary) !important;
  color: var(--white) !important;
  font-family: "Chekos Black", Sans-serif;
  font-size: 15.5px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.woocommerce-page.woocommerce-checkout #payment #place_order:hover,
.woocommerce-checkout #place_order:hover {
  background: var(--greenbold) !important;
  transform: translateY(-1px);
}

/* Keep hidden shipping address cleaner */
.woocommerce-checkout .woocommerce-shipping-fields {
  display: none;
}

/* Remove empty paragraphs generated by WP/plugins */
.woocommerce-checkout form.checkout > p:empty,
.woocommerce-checkout #customer_details p:empty,
.woocommerce-checkout .woocommerce-billing-fields p:empty,
.woocommerce-checkout .woocommerce-shipping-fields p:empty,
.woocommerce-checkout .woocommerce-additional-fields p:empty,
.woocommerce-checkout .ray-checkout-right > p:empty {
  display: none;
}

/* Responsive */
@media (max-width: 1100px) {
  .woocommerce-checkout .ray-checkout-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .woocommerce-checkout #order_review {
    position: static;
  }
}

@media (max-width: 700px) {
  .woocommerce-checkout .ray-checkout-layout {
    margin: 20px auto;
  }

  .woocommerce-checkout .woocommerce-billing-fields,
  .woocommerce-checkout .woocommerce-additional-fields,
  .woocommerce-checkout #order_review {
    padding: 20px;
    border-radius: 14px;
  }

  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .woocommerce-checkout #billing_sucursal_field,
  .woocommerce-checkout #billing_state_field,
  .woocommerce-checkout #billing_phone_field,
  .woocommerce-checkout #billing_email_field {
    grid-column: 1 / -1;
  }

  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout .woocommerce-billing-fields h3 {
    font-size: 20px;
  }

  .woocommerce-checkout
    table.shop_table.woocommerce-checkout-review-order-table
    th,
  .woocommerce-checkout
    table.shop_table.woocommerce-checkout-review-order-table
    td {
    padding: 12px !important;
    font-size: 13px;
  }

  .woocommerce-checkout #payment ul.payment_methods li {
    padding: 15px !important;
  }
}

/* ==========================================================================
   WooCommerce Cart - Modern Ray UI
   Scope: body.woocommerce-cart
   Design: Clean card layout, compact table, sticky totals, Michel's Pizza colors
   ========================================================================== */

:root {
  --ray-cart-bg: #f6f8f7;
  --ray-cart-card: #ffffff;
  --ray-cart-border: #e6ebe8;
  --ray-cart-border-strong: #d7dfda;
  --ray-cart-text: #1f2933;
  --ray-cart-muted: #6b756f;
  --ray-cart-soft-green: #f1faf4;
  --ray-cart-soft-red: #fff3f5;
  --ray-cart-radius: 18px;
  --ray-cart-radius-sm: 12px;
  --ray-cart-shadow: 0 16px 42px rgba(21, 49, 34, 0.075);
}

/* Page base */
body.woocommerce-cart {
  background: var(--ray-cart-bg);
  color: var(--ray-cart-text);
  font-family: "Chekos Black", Sans-serif;
}
body.woocommerce-cart .woocommerce-shipping-totals {
  display: none;
}
body.woocommerce-cart .woocommerce {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 42px 20px 56px;
}

/* Better page spacing when Elementor wraps the cart */
body.woocommerce-cart .elementor-widget-container > .woocommerce {
  max-width: 1280px;
}

/* Cart + totals layout */
body.woocommerce-cart .woocommerce::after {
  content: "";
  display: table;
  clear: both;
}

body.woocommerce-cart form.woocommerce-cart-form {
  width: calc(100% - 400px);
  float: left;
  margin: 0;
}

body.woocommerce-cart .cart-collaterals {
  width: 370px;
  float: right;
  margin: 0;
}

body.woocommerce-cart .cart-collaterals::after,
body.woocommerce-cart .cart-collaterals::before {
  display: none;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100% !important;
  float: none !important;
  background: var(--ray-cart-card);
  border: 1px solid var(--ray-cart-border);
  border-radius: var(--ray-cart-radius);
  box-shadow: var(--ray-cart-shadow);
  padding: 26px;
  position: sticky;
  top: 24px;
  box-sizing: border-box;
}

/* Cart table card */
body.woocommerce-cart table.shop_table.cart {
  width: 100%;
  margin: 0 !important;
  border: 1px solid var(--ray-cart-border) !important;
  border-radius: var(--ray-cart-radius);
  border-collapse: separate !important;
  border-spacing: 0;
  overflow: hidden;
  background: var(--ray-cart-card);
  box-shadow: var(--ray-cart-shadow);
}

body.woocommerce-cart table.shop_table.cart th,
body.woocommerce-cart table.shop_table.cart td {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 1px solid var(--ray-cart-border) !important;
  font-family: "Chekos Black", Sans-serif;
  vertical-align: middle;
}

body.woocommerce-cart table.shop_table.cart thead th {
  padding: 18px 16px !important;
  background: #fbfcfb;
  color: #18231d;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
}

body.woocommerce-cart table.shop_table.cart tbody td {
  padding: 20px 16px !important;
  color: var(--ray-cart-text);
  font-size: 14px;
  line-height: 1.35;
}

body.woocommerce-cart table.shop_table.cart tr:last-child td {
  border-bottom: 0 !important;
}

/* Product columns */
body.woocommerce-cart table.cart .product-remove {
  width: 44px;
  text-align: center;
}

body.woocommerce-cart table.cart .product-thumbnail {
  width: 82px;
}

body.woocommerce-cart table.cart .product-name {
  width: auto;
}

body.woocommerce-cart table.cart .product-price,
body.woocommerce-cart table.cart .product-subtotal {
  width: 120px;
  text-align: right;
  white-space: nowrap;
}

body.woocommerce-cart table.cart .product-quantity {
  width: 150px;
  text-align: center;
}

/* Remove button */
body.woocommerce-cart table.cart a.remove {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-grid;
  place-items: center;
  background: var(--ray-cart-soft-red);
  color: var(--secondary) !important;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

body.woocommerce-cart table.cart a.remove:hover {
  background: var(--secondary);
  color: var(--white) !important;
  transform: scale(1.04);
}

/* Product images */
body.woocommerce-cart table.cart img {
  width: 72px;
  height: 72px;
  max-width: 72px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(21, 49, 34, 0.08);
}

/* Product name */
body.woocommerce-cart table.shop_table td.product-name a {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: -0.015em;
  font-family: "Chekos Black", sans-serif;
}

body.woocommerce-cart table.shop_table td.product-name a:hover {
  color: var(--primary);
  text-decoration: none;
}

/* Prices */
body.woocommerce-cart table.cart .product-price .amount,
body.woocommerce-cart table.cart .product-subtotal .amount {
  color: #111827;
  font-weight: 600;
}

body.woocommerce-cart table.cart .product-subtotal .amount {
  font-weight: 900;
}

/* Quantity */
body.woocommerce-cart table.cart .quantity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.woocommerce-cart table.cart .quantity br {
  display: none;
}

body.woocommerce-cart table.cart .quantity .qty {
  width: 86px;
  height: 42px;
  min-height: 42px;
  border: 1px solid var(--ray-cart-border-strong);
  border-radius: 12px;
  background: #fff;
  color: var(--ray-cart-text);
  font-family: "Chekos Black", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 0 10px !important;
  box-shadow: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

body.woocommerce-cart table.cart .quantity .qty:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(35, 108, 58, 0.12);
  outline: none;
}

/* Hide browser spin buttons for cleaner UI */
body.woocommerce-cart table.cart .quantity .qty::-webkit-outer-spin-button,
body.woocommerce-cart table.cart .quantity .qty::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

body.woocommerce-cart table.cart .quantity .qty[type="number"] {
  -moz-appearance: textfield;
}

/* Coupon/action row */
body.woocommerce-cart table.cart td.actions {
  padding: 22px 24px !important;
  background: #fff;
}

body.woocommerce-cart table.cart td.actions .coupon {
  display: flex;
  align-items: center;
  gap: 12px;
  float: left;
}

body.woocommerce-cart table.cart td.actions .coupon::before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 20px;
  color: var(--ray-cart-muted);
  margin-right: -44px;
  z-index: 1;
  pointer-events: none;
}

body.woocommerce-cart table.cart td.actions #coupon_code {
  width: 230px !important;
  height: 48px;
  min-height: 48px;
  border: 1px dashed #cfd8d3;
  border-radius: 12px;
  background: #fff;
  color: var(--ray-cart-text);
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  padding: 0 16px 0 44px !important;
  text-transform: none;
}

body.woocommerce-cart table.cart td.actions #coupon_code:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(35, 108, 58, 0.1);
  outline: none;
}

body.woocommerce-cart table.cart td.actions .button {
  height: 48px;
  min-height: 48px;
  border-radius: 12px !important;
  padding: 0 24px !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 48px;
  box-shadow: none;
  font-family: "Chekos Black", sans-serif;
}

body.woocommerce-cart table.cart td.actions .coupon .button {
  background: var(--secondary) !important;
  color: var(--white) !important;
}

body.woocommerce-cart table.cart td.actions .coupon .button:hover {
  background: #991128 !important;
}

body.woocommerce-cart table.cart td.actions > p {
  margin: 0;
}

body.woocommerce-cart table.cart td.actions > p .button[name="update_cart"] {
  float: right;
  border: 1px solid rgba(186, 20, 50, 0.18) !important;
  background: #fff7f8 !important;
  color: var(--secondary) !important;
}

body.woocommerce-cart
  table.cart
  td.actions
  > p
  .button[name="update_cart"]:not(:disabled):hover {
  background: var(--secondary) !important;
  color: var(--white) !important;
}

body.woocommerce-cart
  table.cart
  td.actions
  > p
  .button[name="update_cart"]:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

/* Totals title */
body.woocommerce-cart .cart-collaterals .cart_totals h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: var(--secondary);
  font-family: "Chekos Black", Sans-serif;
  font-size: 23px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: none;
}

body.woocommerce-cart .cart-collaterals .cart_totals h2::before {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  flex: 0 0 42px;
  background: var(--secondary);
  color: var(--white);
  font-size: 17px;
}

/* Totals table */
body.woocommerce-cart .cart_totals table.shop_table {
  width: 100%;
  margin: 0 0 22px !important;
  border: 1px solid var(--ray-cart-border) !important;
  border-radius: 14px;
  border-collapse: separate !important;
  border-spacing: 0;
  overflow: hidden;
  background: #fff;
}

body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td {
  padding: 16px 18px !important;
  border-top: 0 !important;
  border-bottom: 1px solid var(--ray-cart-border) !important;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  line-height: 1.45;
  vertical-align: top;
}

body.woocommerce-cart .cart_totals table.shop_table tr:last-child th,
body.woocommerce-cart .cart_totals table.shop_table tr:last-child td {
  border-bottom: 0 !important;
}

body.woocommerce-cart .cart_totals table.shop_table th {
  width: 35%;
  color: #111827;
  font-weight: 800;
}

body.woocommerce-cart .cart_totals table.shop_table td {
  color: var(--ray-cart-text);
  text-align: left;
}

body.woocommerce-cart .cart_totals .cart-subtotal td {
  text-align: right;
}

body.woocommerce-cart .cart_totals .cart-subtotal .amount {
  font-weight: 500;
}

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td {
  background: #fbfcfb;
  vertical-align: middle;
}

body.woocommerce-cart .cart_totals .order-total .amount {
  color: var(--secondary);
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

/* Shipping methods */
body.woocommerce-cart .cart_totals ul#shipping_method {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.woocommerce-cart .cart_totals ul#shipping_method li {
  margin: 0 0 12px;
  padding: 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

body.woocommerce-cart .cart_totals ul#shipping_method li label {
  display: inline;
  color: #111827;
  font-size: 13.5px;
  line-height: 1.35;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-family: "Poppins", sans-serif;
}

body.woocommerce-cart .cart_totals .woocommerce-shipping-destination {
  margin: 16px 0 0;
  color: var(--ray-cart-text);
  font-size: 13.5px;
  line-height: 1.45;
}

body.woocommerce-cart .cart_totals .woocommerce-shipping-destination strong {
  color: var(--primary);
  font-weight: 900;
}

body.woocommerce-cart .shipping-calculator-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: var(--primary) !important;
  font-size: 13.5px;
  font-weight: 800;
  text-decoration: none;
}

body.woocommerce-cart .shipping-calculator-button::after {
  content: "\f0d1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
}

body.woocommerce-cart .shipping-calculator-button:hover {
  color: var(--secondary) !important;
}

/* Shipping calculator fields */
body.woocommerce-cart .shipping-calculator-form {
  margin-top: 16px;
  padding: 16px;
  background: #fbfcfb;
  border: 1px solid var(--ray-cart-border);
  border-radius: 12px;
}

body.woocommerce-cart .shipping-calculator-form p {
  margin-bottom: 12px;
}

body.woocommerce-cart .shipping-calculator-form label {
  font-size: 13px;
  font-weight: 700;
}

body.woocommerce-cart .shipping-calculator-form input.input-text,
body.woocommerce-cart .shipping-calculator-form select {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--ray-cart-border-strong);
  border-radius: 10px;
  background: #fff;
  font-family: "Chekos Black", Sans-serif;
  font-size: 14px;
  padding: 0 12px !important;
}

body.woocommerce-cart .shipping-calculator-form .button {
  width: 100%;
  border-radius: 999px !important;
  background: var(--primary) !important;
  color: var(--white) !important;
}

/* Checkout button */
body.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0;
}

body.woocommerce-cart .wc-proceed-to-checkout p {
  margin: 0;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  min-height: 58px;
  margin: 0;
  padding: 18px 22px !important;
  border-radius: 999px !important;
  background: var(--secondary) !important;
  color: var(--white) !important;
  font-family: "Chekos Black", Sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.01em;
  box-shadow:;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button::before {
  content: "\f023";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #991128 !important;
  transform: translateY(-1px);
}

/* Clean WP/plugin empty paragraphs */
body.woocommerce-cart table.cart td.actions p:empty,
body.woocommerce-cart .woocommerce p:empty,
body.woocommerce-cart .quantity br,
body.woocommerce-cart .wc-proceed-to-checkout br {
  display: none !important;
}

/* Responsive */
@media (max-width: 1180px) {
  body.woocommerce-cart form.woocommerce-cart-form,
  body.woocommerce-cart .cart-collaterals {
    width: 100%;
    float: none;
  }

  body.woocommerce-cart .cart-collaterals {
    margin-top: 28px;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals {
    position: static;
  }

  body.woocommerce-cart .cart-collaterals::after {
    width: 100%;
    transform: none;
  }
}

@media (max-width: 768px) {
  body.woocommerce-cart .woocommerce {
    padding: 24px 14px 42px;
  }

  body.woocommerce-cart table.shop_table.cart {
    border-radius: 16px;
  }

  body.woocommerce-cart table.shop_table.cart thead {
    display: none;
  }

  body.woocommerce-cart table.shop_table.cart tbody tr.cart_item {
    display: grid;
    grid-template-columns: 42px 72px 1fr;
    gap: 0 14px;
    padding: 18px 16px;
    border-bottom: 1px solid var(--ray-cart-border);
  }

  body.woocommerce-cart table.shop_table.cart tbody tr.cart_item td {
    display: block;
    width: auto !important;
    padding: 0 !important;
    border-bottom: 0 !important;
    text-align: left !important;
  }

  body.woocommerce-cart table.cart .product-remove {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: start;
  }

  body.woocommerce-cart table.cart .product-thumbnail {
    grid-column: 2;
    grid-row: 1 / span 4;
  }

  body.woocommerce-cart table.cart .product-name {
    grid-column: 3;
    grid-row: 1;
    margin-bottom: 10px;
  }

  body.woocommerce-cart table.shop_table td.product-name a {
    font-size: 16px;
  }

  body.woocommerce-cart table.cart .product-price,
  body.woocommerce-cart table.cart .product-quantity,
  body.woocommerce-cart table.cart .product-subtotal {
    grid-column: 3;
    margin-top: 8px;
  }

  body.woocommerce-cart table.cart .product-price::before,
  body.woocommerce-cart table.cart .product-quantity::before,
  body.woocommerce-cart table.cart .product-subtotal::before {
    content: attr(data-title) ": ";
    display: inline-block;
    min-width: 84px;
    color: var(--ray-cart-muted);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
  }

  body.woocommerce-cart table.cart .quantity {
    display: inline-flex;
  }

  body.woocommerce-cart table.cart img {
    width: 64px;
    height: 64px;
  }

  body.woocommerce-cart table.cart td.actions {
    display: block;
    padding: 18px !important;
  }

  body.woocommerce-cart table.cart td.actions .coupon {
    width: 100%;
    float: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.woocommerce-cart table.cart td.actions .coupon::before {
    display: none;
  }

  body.woocommerce-cart table.cart td.actions #coupon_code {
    width: 100% !important;
    padding-left: 16px !important;
  }

  body.woocommerce-cart table.cart td.actions .coupon .button,
  body.woocommerce-cart table.cart td.actions > p .button[name="update_cart"] {
    width: 100%;
    float: none;
    margin-top: 10px;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 22px;
    border-radius: 16px;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals h2 {
    font-size: 21px;
  }

  body.woocommerce-cart .cart_totals table.shop_table th,
  body.woocommerce-cart .cart_totals table.shop_table td {
    padding: 14px !important;
  }

  body.woocommerce-cart .cart-collaterals::after {
    font-size: 13px;
    line-height: 1.7;
    padding: 20px;
  }
}

@media (max-width: 480px) {
  body.woocommerce-cart table.shop_table.cart tbody tr.cart_item {
    grid-template-columns: 34px 58px 1fr;
    gap: 0 10px;
    padding: 16px 12px;
  }

  body.woocommerce-cart table.cart a.remove {
    width: 30px;
    height: 30px;
    border-radius: 9px;
  }

  body.woocommerce-cart table.cart img {
    width: 56px;
    height: 56px;
    border-radius: 10px;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 18px;
  }

  body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    min-height: 54px;
    font-size: 16px;
  }
}

/* ==========================================================================
   WooCommerce Account - Login / Register Modern Ray UI
   Scope: body.woocommerce-account #customer_login
   Design selected: Proposal 1 - clean modern cards
   ========================================================================== */

:root {
  --ray-account-bg: #f6f8f7;
  --ray-account-card: #ffffff;
  --ray-account-border: #e6ebe8;
  --ray-account-border-strong: #d6dfda;
  --ray-account-text: #1f2933;
  --ray-account-muted: #66736c;
  --ray-account-soft-green: #eff8f2;
  --ray-account-soft-red: #fff4f6;
  --ray-account-radius: 18px;
  --ray-account-radius-sm: 12px;
  --ray-account-shadow: 0 16px 42px rgba(21, 49, 34, 0.075);
}

body.woocommerce-account {
  background: var(--ray-account-bg);
  color: var(--ray-account-text);
  font-family: "Poppins", Sans-serif;
}

body.woocommerce-account .woocommerce {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 42px 20px 56px;
}

body.woocommerce-account .woocommerce-notices-wrapper {
  max-width: 1180px;
}

/* Main two-column layout */
body.woocommerce-account #customer_login.u-columns:before,
body.woocommerce-account #customer_login.u-columns:after {
  display: none;
}
body.woocommerce-account #customer_login.u-columns.col2-set {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: stretch;
  width: 100%;
  margin: 0;
}

body.woocommerce-account #customer_login .u-column1,
body.woocommerce-account #customer_login .u-column2 {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

/* Cards */
body.woocommerce-account #customer_login .woocommerce-form-login,
body.woocommerce-account #customer_login .woocommerce-form-register {
  margin: 0;
  padding: 34px 34px 30px;
  background: var(--ray-account-card);
  border: 1px solid var(--ray-account-border);
  border-radius: var(--ray-account-radius);
  box-shadow: var(--ray-account-shadow);
  box-sizing: border-box;
}

body.woocommerce-account #customer_login .u-column1,
body.woocommerce-account #customer_login .u-column2 {
  position: relative;
}

/* Section headings with soft icon */
body.woocommerce-account #customer_login h2 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  color: var(--greenbold);
  font-family: "Chekos Black", Sans-serif;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.025em;
}

body.woocommerce-account #customer_login h2::before {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  flex: 0 0 54px;
  background: var(--ray-account-soft-green);
  color: var(--primary);
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  font-weight: 900;
}

body.woocommerce-account #customer_login .u-column1 h2::before {
  content: "\f007";
}

body.woocommerce-account #customer_login .u-column2 h2::before {
  content: "\f234";
}

body.woocommerce-account #customer_login .u-column1 h2::after,
body.woocommerce-account #customer_login .u-column2 h2::after {
  display: block;
  margin-top: 4px;
  color: var(--ray-account-muted);
  font-size: 13.5px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0;
  flex: 0 0 100%;
}

body.woocommerce-account #customer_login .u-column1 h2::after {
  content: "Ingresa a tu cuenta para continuar";
}

body.woocommerce-account #customer_login .u-column2 h2::after {
  content: "Crea tu cuenta para disfrutar beneficios";
}

/* Fields */
body.woocommerce-account #customer_login form .form-row {
  margin: 0 0 18px !important;
  padding: 0 !important;
}

body.woocommerce-account #customer_login form .form-row br,
body.woocommerce-account #customer_login form > p:empty,
body.woocommerce-account #customer_login form wc-order-attribution-inputs + br {
  display: none !important;
}

body.woocommerce-account #customer_login label {
  display: block;
  margin: 0 0 8px;
  color: var(--ray-account-text);
  font-family: "Chekos Black", Sans-serif;
  font-size: 13.5px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

body.woocommerce-account #customer_login .required {
  color: var(--secondary);
}

body.woocommerce-account #customer_login input.input-text,
body.woocommerce-account #customer_login .woocommerce-Input.input-text {
  width: 100%;
  min-height: 50px;
  height: 50px;
  border: 1px solid var(--ray-account-border-strong) !important;
  border-radius: var(--ray-account-radius-sm) !important;
  background: #fff;
  color: var(--ray-account-text);
  font-family: "Chekos Black", Sans-serif;
  font-size: 14px;
  line-height: 1.2;
  padding: 0 16px !important;
  box-shadow: none !important;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

body.woocommerce-account #customer_login input.input-text:focus,
body.woocommerce-account #customer_login .woocommerce-Input.input-text:focus {
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 4px rgba(35, 108, 58, 0.12) !important;
}

/* Password visibility wrapper */
body.woocommerce-account #customer_login .password-input {
  display: block;
  position: relative;
  width: 100%;
}

body.woocommerce-account #customer_login .password-input input.input-text {
  padding-right: 50px !important;
}

body.woocommerce-account #customer_login .show-password-input {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--ray-account-muted);
  transform: translateY(-50%);
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

body.woocommerce-account #customer_login .show-password-input:hover {
  background: var(--ray-account-soft-green);
  color: var(--primary);
}

/* reCAPTCHA container */
body.woocommerce-account #customer_login .g-recaptcha-wrap {
  margin: 2px 0 20px;
  padding: 0 !important;
  overflow: hidden;
}

body.woocommerce-account #customer_login .g-recaptcha,
body.woocommerce-account #customer_login .aios-wc-captcha {
  max-width: 100%;
  transform-origin: left top;
}

/* Remember me */
body.woocommerce-account #customer_login .woocommerce-form-login__rememberme {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px !important;
  color: var(--ray-account-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2 !important;
}

body.woocommerce-account
  #customer_login
  .woocommerce-form-login__rememberme
  br {
  display: none !important;
}

body.woocommerce-account #customer_login input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--primary);
}

/* Buttons */
body.woocommerce-account #customer_login .woocommerce-button,
body.woocommerce-account #customer_login .woocommerce-Button,
body.woocommerce-account #customer_login button.button {
  min-width: 150px;
  min-height: 52px;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--secondary) !important;
  color: var(--white) !important;
  font-family: "Chekos Black", Sans-serif;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
  padding: 15px 28px !important;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

body.woocommerce-account #customer_login .woocommerce-button:hover,
body.woocommerce-account #customer_login .woocommerce-Button:hover,
body.woocommerce-account #customer_login button.button:hover {
  background: var(--primary) !important;
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(35, 108, 58, 0.22);
}

/* Login action row */
body.woocommerce-account
  #customer_login
  .woocommerce-form-login
  .form-row:last-of-type {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 14px !important;
}

/* Lost password */
body.woocommerce-account #customer_login .lost_password {
  margin: 18px 0 0;
}

body.woocommerce-account #customer_login .lost_password a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
  text-decoration: none;
  transition: color 0.2s ease;
}

body.woocommerce-account #customer_login .lost_password a::before {
  content: "\f084";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
}

body.woocommerce-account #customer_login .lost_password a:hover {
  color: var(--secondary);
  text-decoration: none;
}

/* Privacy copy in register card */
body.woocommerce-account #customer_login .woocommerce-privacy-policy-text {
  margin: 20px 0 22px;
  padding: 18px 20px;
  border: 1px solid rgba(35, 108, 58, 0.12);
  border-radius: 14px;
  background: linear-gradient(135deg, var(--ray-account-soft-green), #fff);
  color: #4b5563;
  font-size: 14px;
  line-height: 1.65;
}

body.woocommerce-account #customer_login .woocommerce-privacy-policy-text p {
  margin: 0 0 14px;
}

body.woocommerce-account
  #customer_login
  .woocommerce-privacy-policy-text
  p:last-child {
  margin-bottom: 0;
}

/* Remove plugin empty paragraphs */
body.woocommerce-account #customer_login > p:empty,
body.woocommerce-account #customer_login .u-column1 > p:empty,
body.woocommerce-account #customer_login .u-column2 > p:empty,
body.woocommerce-account #customer_login form > p:empty {
  display: none !important;
}

/* Optional: make the cards feel equal and balanced */
body.woocommerce-account #customer_login .register {
  display: flex;
  flex-direction: column;
}

body.woocommerce-account
  #customer_login
  .register
  .woocommerce-form-row:last-child {
  margin-top: auto !important;
}

/* Responsive */
@media (max-width: 980px) {
  body.woocommerce-account #customer_login.u-columns.col2-set {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body.woocommerce-account .woocommerce {
    padding: 32px 18px 48px;
  }
}

@media (max-width: 640px) {
  body.woocommerce-account #customer_login h2::after {
    display: none !important;
  }
  body.woocommerce-account .woocommerce {
    padding: 24px 14px 42px;
  }

  body.woocommerce-account #customer_login .woocommerce-form-login,
  body.woocommerce-account #customer_login .woocommerce-form-register {
    padding: 24px 20px;
    border-radius: 16px;
  }

  body.woocommerce-account #customer_login h2 {
    font-size: 22px;
  }

  body.woocommerce-account #customer_login h2::before {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    font-size: 19px;
  }

  body.woocommerce-account #customer_login .woocommerce-button,
  body.woocommerce-account #customer_login .woocommerce-Button,
  body.woocommerce-account #customer_login button.button {
    width: 100%;
  }

  body.woocommerce-account #customer_login .g-recaptcha,
  body.woocommerce-account #customer_login .aios-wc-captcha {
    transform: scale(0.88);
    margin-bottom: -8px;
  }
}

@media (max-width: 380px) {
  body.woocommerce-account #customer_login .g-recaptcha,
  body.woocommerce-account #customer_login .aios-wc-captcha {
    transform: scale(0.78);
    margin-bottom: -16px;
  }
}

/* ==========================================================================
   WooCommerce Thank You / Order Received - Modern Michel's UI
   Scope: body.woocommerce-order-received .woocommerce-order
   Palette: Deep green #033524, warm red #FD3C2A, cream #EFE6D5
   ========================================================================== */

:root {
  --ray-thanks-bg: #efe6d5;
  --ray-thanks-card: #fffaf1;
  --ray-thanks-card-soft: #f8f1e4;
  --ray-thanks-green: #033524;
  --ray-thanks-green-2: #008b55;
  --ray-thanks-red: #fd3c2a;
  --ray-thanks-brown: #523017;
  --ray-thanks-text: #1f2933;
  --ray-thanks-muted: #6b6257;
  --ray-thanks-border: rgba(82, 48, 23, 0.14);
  --ray-thanks-shadow: 0 18px 50px rgba(3, 53, 36, 0.12);
  --ray-thanks-radius: 22px;
  --ray-thanks-radius-sm: 14px;
}

body.woocommerce-order-received {
  background: var(--ray-thanks-bg);
  color: var(--ray-thanks-text);
  font-family: "Chekos Black", Sans-serif;
}

body.woocommerce-order-received .woocommerce {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 0;
}

body.woocommerce-order-received .woocommerce-order {
  position: relative;
  width: 100%;
}

/* Main success hero */
body.woocommerce-order-received .woocommerce-thankyou-order-received {
  position: relative;
  min-height: 170px;
  margin: 0 0 0;
  padding: 53px 48px 93px 190px;
  overflow: hidden;
  border-radius: var(--ray-thanks-radius) var(--ray-thanks-radius) 0 0;
  background:
    radial-gradient(circle at 88% 20%, rgba(0, 139, 85, 0.26), transparent 30%),
    linear-gradient(135deg, #033524 0%, #07543a 100%);
  color: #fff;
  box-shadow: var(--ray-thanks-shadow);
  font-family: "Chekos Black", Sans-serif;
  font-size: 39px;
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -0.04em;
  text-align: left;
}

body.woocommerce-order-received .woocommerce-thankyou-order-received::before {
  content: "\f00c";
  position: absolute;
  left: 58px;
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fffaf1;
  color: var(--ray-thanks-green-2);
  font-family: "Font Awesome 5 Free";
  font-size: 42px;
  font-weight: 900;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
}

body.woocommerce-order-received .woocommerce-thankyou-order-received::after {
  content: "Hemos enviado los detalles a tu correo electrÃƒÆ’Ã‚Â³nico.";
  position: absolute;
  left: 190px;
  bottom: 52px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0;
}

/* Overview summary attached to hero */
body.woocommerce-order-received ul.woocommerce-order-overview {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: -23px 0 34px !important;
  padding: 30px 24px !important;
  list-style: none;
  border: 1px solid var(--ray-thanks-border);
  border-radius: 20px;
  background: rgba(255, 250, 241, 0.98);
  box-shadow: 0 18px 42px rgba(3, 53, 36, 0.1);
}

body.woocommerce-order-received ul.woocommerce-order-overview li {
  position: relative;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 0 !important;
  color: var(--ray-thanks-green);
  font-family: "Chekos Black", Sans-serif;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
}

body.woocommerce-order-received
  ul.woocommerce-order-overview
  li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 1px;
  height: calc(100% - 12px);
  background: var(--ray-thanks-border);
}

body.woocommerce-order-received ul.woocommerce-order-overview li::before {
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(0, 139, 85, 0.1);
  color: var(--ray-thanks-green);
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
}

body.woocommerce-order-received .woocommerce-order-overview__order::before {
  content: "\f46d";
}

body.woocommerce-order-received .woocommerce-order-overview__date::before {
  content: "\f073";
  color: var(--ray-thanks-red);
  background: rgba(253, 60, 42, 0.09);
}

body.woocommerce-order-received .woocommerce-order-overview__email::before {
  content: "\f0e0";
}

body.woocommerce-order-received .woocommerce-order-overview__total::before {
  content: "\f02b";
  color: var(--ray-thanks-red);
  background: rgba(253, 60, 42, 0.09);
}

body.woocommerce-order-received
  .woocommerce-order-overview__payment-method::before {
  content: "\f09d";
}

body.woocommerce-order-received ul.woocommerce-order-overview strong {
  display: block;
  margin-top: 5px;
  color: var(--ray-thanks-green);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.01em;
  text-transform: none;
}

/* Plain bank paragraph from BACS */
body.woocommerce-order-received
  .woocommerce-order
  > p:not(.woocommerce-notice) {
  max-width: 560px;
  margin: 0 0 26px;
  padding: 18px 22px;
  border: 1px solid var(--ray-thanks-border);
  border-radius: var(--ray-thanks-radius-sm);
  background: rgba(255, 250, 241, 0.72);
  color: var(--ray-thanks-text);
  font-size: 14px;
  line-height: 1.75;
}

/* Section titles */
body.woocommerce-order-received .woocommerce-order h2,
body.woocommerce-order-received .woocommerce-order h3,
body.woocommerce-order-received .woocommerce-column__title {
  font-family: "Chekos Black", Sans-serif;
  color: var(--ray-thanks-green);
  letter-spacing: -0.025em;
}

body.woocommerce-order-received .wc-bacs-bank-details-heading,
body.woocommerce-order-received .woocommerce-order-details__title,
body.woocommerce-order-received .woocommerce-column__title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

body.woocommerce-order-received .wc-bacs-bank-details-heading::before,
body.woocommerce-order-received .woocommerce-order-details__title::before,
body.woocommerce-order-received .woocommerce-column__title::before {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  flex: 0 0 42px;
  background: var(--ray-thanks-green);
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 17px;
  font-weight: 900;
}

body.woocommerce-order-received .wc-bacs-bank-details-heading::before {
  content: "\f19c";
}

body.woocommerce-order-received .woocommerce-order-details__title::before {
  content: "\f290";
  background: var(--ray-thanks-red);
}

body.woocommerce-order-received
  .woocommerce-column--billing-address
  .woocommerce-column__title::before {
  content: "\f007";
}

body.woocommerce-order-received
  .woocommerce-column--shipping-address
  .woocommerce-column__title::before {
  content: "\f3c5";
}

body.woocommerce-order-received .wc-bacs-bank-details-account-name {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 800;
}

/* Bank details as compact card */
body.woocommerce-order-received .woocommerce-bacs-bank-details {
  max-width: 560px;
  margin: 0 0 30px;
}

body.woocommerce-order-received ul.wc-bacs-bank-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 12px !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid var(--ray-thanks-border);
  border-radius: var(--ray-thanks-radius-sm);
  background: var(--ray-thanks-card);
  list-style: none;
}

body.woocommerce-order-received ul.wc-bacs-bank-details:empty {
  display: none;
}

body.woocommerce-order-received ul.wc-bacs-bank-details li {
  margin: 0 !important;
  padding: 18px 20px !important;
  border: 0 !important;
  color: var(--ray-thanks-muted);
  font-size: 11px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.woocommerce-order-received ul.wc-bacs-bank-details li + li {
  border-left: 1px solid var(--ray-thanks-border) !important;
}

body.woocommerce-order-received ul.wc-bacs-bank-details strong {
  display: block;
  margin-top: 6px;
  color: var(--ray-thanks-text);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

/* Order details table */
body.woocommerce-order-received .woocommerce-order-details {
  margin: 30px 0 22px;
}

body.woocommerce-order-received table.shop_table.order_details,
body.woocommerce-order-received table.shop_table.custom-fields {
  width: 100%;
  margin: 0 0 16px !important;
  overflow: hidden;
  border: 1px solid var(--ray-thanks-border) !important;
  border-radius: var(--ray-thanks-radius-sm);
  border-collapse: separate !important;
  border-spacing: 0;
  background: var(--ray-thanks-card);
  box-shadow: 0 10px 26px rgba(3, 53, 36, 0.045);
}

body.woocommerce-order-received table.shop_table.order_details th,
body.woocommerce-order-received table.shop_table.order_details td,
body.woocommerce-order-received table.shop_table.custom-fields th,
body.woocommerce-order-received table.shop_table.custom-fields td {
  padding: 14px 18px !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 1px solid var(--ray-thanks-border) !important;
  color: var(--ray-thanks-text);
  font-family: "Chekos Black", Sans-serif;
  font-size: 14px;
  line-height: 1.45;
  vertical-align: middle;
}

body.woocommerce-order-received table.shop_table.order_details thead th {
  background: rgba(3, 53, 36, 0.045);
  color: var(--ray-thanks-green);
  font-weight: 900;
}

body.woocommerce-order-received table.shop_table.order_details tr:last-child th,
body.woocommerce-order-received table.shop_table.order_details tr:last-child td,
body.woocommerce-order-received table.shop_table.custom-fields tr:last-child th,
body.woocommerce-order-received
  table.shop_table.custom-fields
  tr:last-child
  td {
  border-bottom: 0 !important;
}

body.woocommerce-order-received table.shop_table.order_details .product-name a {
  color: var(--ray-thanks-green);
  font-weight: 800;
  text-decoration: none;
}

body.woocommerce-order-received
  table.shop_table.order_details
  .product-name
  a:hover {
  color: var(--ray-thanks-red);
}

body.woocommerce-order-received table.shop_table.order_details .product-total,
body.woocommerce-order-received table.shop_table.order_details td:last-child {
  text-align: right;
  font-weight: 700;
}

body.woocommerce-order-received table.shop_table.order_details tfoot th {
  color: var(--ray-thanks-text);
  font-weight: 900;
}

body.woocommerce-order-received
  table.shop_table.order_details
  tfoot
  tr:nth-last-child(2)
  th,
body.woocommerce-order-received
  table.shop_table.order_details
  tfoot
  tr:nth-last-child(2)
  td {
  background: rgba(0, 139, 85, 0.08);
  color: var(--ray-thanks-green);
  font-size: 17px;
  font-weight: 900;
}

body.woocommerce-order-received
  table.shop_table.order_details
  tfoot
  tr:nth-last-child(3)
  td {
  color: var(--ray-thanks-red);
  font-weight: 900;
}

body.woocommerce-order-received table.shop_table.custom-fields {
  background: linear-gradient(
    135deg,
    rgba(0, 139, 85, 0.08),
    rgba(239, 230, 213, 0.45)
  );
}

body.woocommerce-order-received table.shop_table.custom-fields th {
  color: var(--ray-thanks-green);
  font-weight: 900;
}

body.woocommerce-order-received table.shop_table.custom-fields td {
  text-align: right;
  color: var(--ray-thanks-green);
  font-weight: 700;
}

/* Customer details */
body.woocommerce-order-received .woocommerce-customer-details {
  margin-top: 26px;
}

body.woocommerce-order-received .woocommerce-columns--addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

body.woocommerce-order-received .woocommerce-columns--addresses::before,
body.woocommerce-order-received .woocommerce-columns--addresses::after {
  display: none;
}

body.woocommerce-order-received .woocommerce-column--billing-address,
body.woocommerce-order-received .woocommerce-column--shipping-address {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.woocommerce-order-received .woocommerce-column address {
  min-height: 128px;
  margin: 0;
  padding: 22px 24px;
  border: 1px solid var(--ray-thanks-border);
  border-radius: var(--ray-thanks-radius-sm);
  background: var(--ray-thanks-card);
  color: var(--ray-thanks-text);
  font-family: "Chekos Black", Sans-serif;
  font-size: 14px;
  line-height: 1.75;
  box-shadow: 0 10px 26px rgba(3, 53, 36, 0.045);
}

body.woocommerce-order-received .woocommerce-column address p {
  margin: 8px 0 0;
}

body.woocommerce-order-received .woocommerce-customer-details--phone,
body.woocommerce-order-received .woocommerce-customer-details--email {
  position: relative;
  color: var(--ray-thanks-green);
  font-weight: 700;
}

body.woocommerce-order-received .woocommerce-customer-details--phone::before,
body.woocommerce-order-received .woocommerce-customer-details--email::before {
  position: absolute;
  left: 0;
  top: 0.15em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--ray-thanks-red);
}

body.woocommerce-order-received .woocommerce-customer-details--phone::before {
  content: "\f095";
}

body.woocommerce-order-received .woocommerce-customer-details--email::before {
  content: "\f0e0";
}

/* Remove empty plugin paragraphs in this screen only */
body.woocommerce-order-received .woocommerce-order p:empty,
body.woocommerce-order-received .woocommerce-customer-details p:empty,
body.woocommerce-order-received .woocommerce-columns--addresses > p {
  display: none !important;
}

/* Responsive */
@media (max-width: 980px) {
  body.woocommerce-order-received .woocommerce {
    padding: 28px 16px 48px;
  }

  body.woocommerce-order-received .woocommerce-thankyou-order-received {
    padding: 42px 30px 100px 132px;
    min-height: 150px;
  }

  body.woocommerce-order-received .woocommerce-thankyou-order-received::before {
    left: 30px;
    width: 76px;
    height: 76px;
    margin-top: -54px;
    font-size: 34px;
  }

  body.woocommerce-order-received .woocommerce-thankyou-order-received::after {
    left: 132px;
    right: 30px;
    bottom: 44px;
  }

  body.woocommerce-order-received ul.woocommerce-order-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 0;
    margin-top: -38px !important;
  }

  body.woocommerce-order-received
    ul.woocommerce-order-overview
    li:nth-child(2n)::after {
    display: none;
  }

  body.woocommerce-order-received .woocommerce-columns--addresses {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.woocommerce-order-received .woocommerce {
    padding: 20px 14px 40px;
  }

  body.woocommerce-order-received .woocommerce-thankyou-order-received {
    padding: 112px 22px 90px;
    min-height: 260px;
    font-size: 27px;
    text-align: center;
  }

  body.woocommerce-order-received .woocommerce-thankyou-order-received::before {
    left: 50%;
    top: 34px;
    margin: 0 0 0 -38px;
  }

  body.woocommerce-order-received .woocommerce-thankyou-order-received::after {
    left: 22px;
    right: 22px;
    bottom: 36px;
    text-align: center;
    font-size: 14px;
  }

  body.woocommerce-order-received ul.woocommerce-order-overview {
    grid-template-columns: 1fr;
    padding: 24px 18px !important;
  }

  body.woocommerce-order-received ul.woocommerce-order-overview li {
    padding: 0 0 18px !important;
    border-bottom: 1px solid var(--ray-thanks-border) !important;
  }

  body.woocommerce-order-received ul.woocommerce-order-overview li:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
  }

  body.woocommerce-order-received ul.woocommerce-order-overview li::after {
    display: none;
  }

  body.woocommerce-order-received ul.wc-bacs-bank-details {
    grid-template-columns: 1fr;
  }

  body.woocommerce-order-received ul.wc-bacs-bank-details li + li {
    border-left: 0 !important;
    border-top: 1px solid var(--ray-thanks-border) !important;
  }

  body.woocommerce-order-received table.shop_table.order_details th,
  body.woocommerce-order-received table.shop_table.order_details td,
  body.woocommerce-order-received table.shop_table.custom-fields th,
  body.woocommerce-order-received table.shop_table.custom-fields td {
    padding: 12px !important;
    font-size: 13px;
  }

  body.woocommerce-order-received table.shop_table.order_details .product-total,
  body.woocommerce-order-received table.shop_table.order_details td:last-child {
    text-align: left;
  }

  body.woocommerce-order-received table.shop_table.custom-fields td {
    text-align: left;
  }

  body.woocommerce-order-received .wc-bacs-bank-details-heading,
  body.woocommerce-order-received .woocommerce-order-details__title,
  body.woocommerce-order-received .woocommerce-column__title {
    font-size: 21px;
  }
}
