.elementor-8 .elementor-element.elementor-element-7b23466{--display:flex;}.elementor-8 .elementor-element.elementor-element-df18534{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8 .elementor-element.elementor-element-4b70ddc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:195px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-8 .elementor-element.elementor-element-2f8e9597{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:dashed;--border-style:dashed;border-width:4px 0px 0px 0px;--border-top-width:4px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#122E4A;--border-color:#122E4A;--margin-top:030px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-woocommerce-checkout-page .product-name .variation{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-8 .elementor-element.elementor-element-b394c24 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-8 .elementor-element.elementor-element-b394c24{--additional-information-display:block;--sections-background-color:#EFE2C7;}.elementor-8 .elementor-element.elementor-element-44270c6{--display:flex;}.elementor-8 .elementor-element.elementor-element-5d4cbee{--display:flex;}body.elementor-page-8:not(.elementor-motion-effects-element-type-background), body.elementor-page-8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EFE2C7;}/* Start custom CSS */#yith-par-message-cart {
    display: flex
;
    align-items: center;
    gap: 5px;
}

select#billing_country {
    padding: 10px !important;
}

select#billing_state {
    padding: 10px !important;
}

.woocommerce-order p{
    color:#122E4A;
}



td.woocommerce-table__product-name.product-name a{
    color:#95262F;
}

.woocommerce-order-details__title{
    color:#95262F !important;
    background-color: transparent !important;
}

.woocommerce-column__title{
    color:#95262F !important;
    background-color: transparent !important;
}

.woocommerce-privacy-policy-text a{
    color:#95262f;
    font-weight: bold;
}

li.wc_payment_method a{
    color:#95262f;
    font-weight: bold;
}

h3#order_review_heading {
    color: #95262f !important;
}

/* Móvil (por defecto) */
td.product-name {
  min-width: 130px;
}

/* Sobrescribe para ordenadores */
@media screen and (min-width: 768px) {
  td.product-name {
    min-width: 245px;
  }
}

li.wc_payment_method{
    margin-top:5px !important;
}


.woocommerce-billing-fields h3{
    color: #95262f !important;
}
p.e-woocommerce-coupon-nudge.e-checkout-secondary-title {
    display: none;
}

.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single {
    background-color: #efe2c7;
    border: none;
    border-radius: var(--forms-fields-border-radius, 0);
    color: var(--forms-fields-normal-color, #69727d);
    height: 45px;
}

.woocommerce-cart-notice.woocommerce-cart-notice-minimum-amount.woocommerce-info {
    background-color: #95262F !important;
}
.woocommerce-cart-notice.woocommerce-cart-notice-minimum-amount.woocommerce-info {
    background-color: #95262F !important;
    color: #efe2c7;
}
.entry-content .woocommerce-message, .entry-content .woocommerce-error, .entry-content .woocommerce-info {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 3.5em;
    padding-right: 2em;
}

h1, h2, h3 {
      color: #cd3705 !important;
      font-size: 25px !important;
      font-weight: bold !important;
    }
    
    span#select2-billing_state-container {
    background-color: #EFE2C7;
}

textarea {
  /* Oculta la barra de scroll en Firefox */
  scrollbar-width: none;
  /* Oculta la barra de scroll en IE 10+ */
  -ms-overflow-style: none;
}

/* Oculta la barra de scroll en Chrome, Safari y Opera */
textarea::-webkit-scrollbar {
  display: none;
}


/* Personalizar la apariencia de los botones de radio */
input[type="radio"].input-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;         /* Tamaño del botón, ajústalo según tus necesidades */
  height: 20px;
  border: 2px solid #122e4a; /* Color y grosor del borde */
  border-radius: 8px;  /* Bordes redondeados con 8px */
  position: relative;
  cursor: pointer;
  margin-right: 5px;
}

input[type="radio"].input-radio:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;         /* Tamaño del "check" interno */
  height: 12px;
  background-color: #122e4a; /* Color de fondo del botón marcado */
  border-radius: 8px;
}




span.select2.select2-container.select2-container--default {
    background-color: #efe2c7 !important;
    border: solid 2px #122e4a !important;
    border-radius: 8px !important;
    padding: 4px;
}

input, select, textarea{
    background-color: transparent !important;
    border: solid 2px #122e4a !important;
    border-radius: 8px !important;
    
}

    span#select2-billing_country-container {
    background-color: #efe2c7 !important;
}

button,
    input[type="submit"] {
      background-color: #122e4a !important;
      color: #fff !important;
      border: none !important;
      padding: 10px 20px !important;
      cursor: pointer !important;
    }
    
    form div{
        background-color: #efe2c7 !important;
        border:none !important;
    }/* End custom CSS */