/*

Theme Name: Hello Elementor Child

Theme URI: 

Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team

Author: Axyoma

Author URI: https://www.axyoma.com.ar/

Template: hello-elementor

Version: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/

body {
    background-color: #000000;
    padding-top: 55px;
   overflow-x: hidden;
}
#payment_method_custom option {
    color: #e2c773;
    background-color: #000;
}

.woocommerce-product-gallery__image a {
    pointer-events: none;
    cursor: default;
}
.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
    padding: 0 !important;
    background: none !important;
    border: none !important;
}
.woocommerce span.onsale{
    display: none !important;
}

.woocommerce-additional-fields,
.woocommerce-shipping-fields,
.woocommerce-shipping-totals.shipping {
    display: none !important;
}

.woocommerce-billing-fields>h3 {
    display: none;
}

.woocommerce h2 {
    margin-bottom: 10px;
    color: #EEE0B3;
    font-family: 'AvertaStd-Bold';
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.woocommerce .titulo2 {
    margin-bottom: 40px;
    color: #EEE0B3;
    font-family: 'AvertaStd-Bold';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#billy-checkout .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row .input-text {
    width: 100%;
    padding: 0px;
    background-color: transparent;
    border: none;
    border-bottom: 0.5px solid #FFFFFF;
    color: #E2C773;
    outline: none;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

#billy-checkout .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row .input-text:focus {
    border-bottom: 2px solid #d4b43f;
}

#billy-checkout .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row .input-text::placeholder {
    color: #868484;
    font-size: 20px;
}

#billy-checkout .elementor-widget-woocommerce-checkout-page .woocommerce h3.title-form {
    display: block;
    margin-bottom: 5px;
    color: #EEE0B3;
    font-weight: 700;
    font-size: 20px;
}

#billy-checkout .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row #payment_method_custom {
    appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: none;
    color: #EEE0B3;
    padding: 8px;
    /* margin-left: 60px; */
    width: 100%;
    font-size: 20px;
    cursor: pointer;
    font-style: italic;
    font-family: 'AvertaStd-Light';
    font-weight: 300;
    border: 0.5px solid #EEE0B3;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-billing-fields .form-row:last-child {
    margin-bottom: 0px !important;
}

.metodo-pago {
    display: flex;
    align-items: center;
}

.metodo-pago .icono {
    padding-right: 20px;
}

.metodo-pago .input-container {
    width: 100%;
}

.billy-metodo-envio,
.metodo-pago {
    margin-bottom: 40px;
}

.billy-metodo-envio .shipping_method_custom {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 35px;
    height: 35px;
    border: 1px solid #EEE0B3;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    margin-right: 10px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-top: 10px;
}

.billy-metodo-envio .shipping_method_custom:checked::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #EEE0B3;
    border-radius: 50%;
}

.billy-metodo-envio .shipping_method_custom_label {
    margin-left: 20px;
    color: #EEE0B3;
    font-size: 20px;
    font-family: 'AvertaStd-Light';
    margin-top: 10px;
    flex-grow: 0;
}

.billy-metodo-envio .shipping_method_custom_container {
    display: flex;
    align-items: center;
    /* margin-bottom: 20px; */
}

#delivery_address {
    margin-bottom: 0 !important;
    height: 35px;
}

#delivery_address_field {
    margin-left: 20px !important;
    width: 100%;
}

.billy-metodo-envio .arrow-icon-two {
    transform: rotate(0deg);
    cursor: pointer;
    transition: transform 0.3s ease;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.billy-metodo-envio .arrow-icon-two.active {
    transform: rotate(180deg);
}

.billy-metodo-envio .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.e-checkout__order_review {
    background: #eee0b3 !important;
}

h3#order_review_heading {
    color: #020101;
    font-family: 'AvertaStd-Bold';
    font-weight: 700;
    margin-bottom: 22px;
    background-color: #E2C773;
    padding: 15px;
    font-size: 17px;
}

.e-checkout__order_review {
    padding: 0 !important;
}

div#order_review {
    padding: 0 25px;
}

.billy-producto-nombre {
    color: #020101;
    font-family: 'AvertaStd-Bold';
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 5px;
}

.billy-producto-precio {
    color: #020101;
    font-family: 'AvertaStd-Bold';
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 16px;
}

.billy-producto-adicionales {
    color: #000000;
    margin-bottom: 5px;
    font-family: 'AvertaStd-Light';
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
}

.billy-producto-adicionales dd {
    font-weight: bold;
    margin-left: 10px;
    font-family: 'AvertaStd-Bold';
}

.billy-producto-adicionales dl {
    display: flex;
    flex-direction: row;
}

.billy-producto-descripcion {
    color: #020101;
    font-weight: 400;
    font-family: 'AvertaStd-Light';
    font-size: 16px;
}

.billy-producto-cantidad {
    color: #020101;
    font-weight: 400;
    font-family: 'AvertaStd-Light';
    font-size: 16px;
}

#billy-custom-checkout .e-checkout__container {
    grid-template-columns: 50% auto !important;
}
div#billy-custom-checkout {
    padding-top: 35px;
}
.checkout-mobile{
    display: none !important;
}

.cart_item {
    display: flex;
    align-items: center;
}

.product-image img {
    height: auto;
    width: 100%;
    border-radius: 15px !important;
}

.product-detail {
    padding-left: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-right: 10px;
}

.product-image {
    min-width: 250px;
}

.billy-detalle {
    display: flex;
    margin-bottom: 10px;
    color: #020101;
    margin-bottom: 10px;
    font-size: 16px;
}

.order-total {
    display: flex;
    justify-content: flex-end;
    color: #020101;
    font-family: 'AvertaStd-Bold';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 0px;
    text-align: end;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
}

.order-summary::before,
.order-summary::after {
    margin: 21px 0;
    display: block;
    content: "";
    position: relative;
    height: 1px;
    background: linear-gradient(to right, #000 0%, #ffda5f 50%, #404040 100%);
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order {
    background-color: #E8AB35 !important;
    color: #020101 !important;
    border: none;
    padding: 10px 20px !important;
    border-radius: 2px;
    font-size: 15px;
    font-family: 'AvertaStd-Bold';
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 20px;
    width: fit-content !important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order:hover {
    background-color: #d4b43f !important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .place-order {
    align-items: end !important;
}

.wapf-product-totals {
    display: none !important;
}

.wapf-field-input input[type=checkbox],
.wapf-field-input input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border: 2px solid #EEE0B3;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    position: relative;
    background-color: transparent;
}
.wapf-field-input input[type=checkbox]:checked::before, .wapf-field-input input[type=radio]:checked::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #EEE0B3;
    border-radius: 50%;
}

.wapf-label-text {
    color: #EEE0B3;
    font-style: italic;
    font-family: "AvertaStd-Light";
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
}

.wapf-checkable .wapf-input-label {
    display: flex;
    align-items: center;
    border-bottom: #EEE0B3  1px solid;
    padding: 5px 0 10px 0;
}

.wapf-field-label{
    color: #EEE0B3;
    font-style: italic;
    font-family: "AvertaStd-Light";
    font-size: 22px;
    font-weight: 300;
    line-height: normal;
    border-bottom: #EEE0B3 1px solid;
    padding: 10px;
}

.wapf-field-label::after {
    content: '';
    display: block;
    border-right: 2px solid #EEE0B3;
    border-bottom: 2px solid #EEE0B3;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    position: absolute;
    right: 15px;
    margin: -12px 0;
    transition: transform 0.3s ease;
}

.wapf-field-label.active::after {
    transform: rotate(45deg);
}

.wapf-field-label select{
    appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: none;
    color: #EEE0B3;
    padding: 8px;
    /* margin-left: 60px; */
    width: 100%;
    font-size: 20px;
    cursor: pointer;
    font-style: italic;
    font-family: 'AvertaStd-Light';
    font-weight: 300;
    border: 0.5px solid #EEE0B3;
}

.wapf-field-input input[type="text"],
.wapf-field-input input[type="number"],
.wapf-field-input input[type="email"],
.wapf-field-input input[type="tel"],
.wapf-field-input input[type="password"],
.wapf-field-input input[type="search"],
.wapf-field-input input[type="url"],
.wapf-field-input input[type="date"],
.wapf-field-input input[type="time"],
.wapf-field-input textarea{
    width: 100%;
    padding: 0px;
    background-color: transparent;
    border: none;
    border-bottom: 0.5px solid #FFFFFF;
    color: #E2C773;
    outline: none;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

.billy-producto-total span.price.importe{
    color: #E8AB35 !important;
    font-family: "AvertaStd-Bold";
    font-size: 25px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 10px;
}
.billy-producto-total{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
}

.wapf-field-input {
  display: none;
}

.billy-relacionado-precio {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.billy-relacionado-precio .button {
    margin: 0 !important;
}

.billy-relacionado-precio .price {
    margin: 0 !important;
}

.billy-relacionado-descripcion{
    color: var(--e-global-color-primary);;
    font-family: 'AvertaStd-Light';
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}
dl.variation {
    display: block;
}

dl.variation dt,
dl.variation dd {
    display: inline;
    margin: 0;
}

dl.variation dd::after {
    content: "";
    display: block;
}
.variation dd p {
  display: inline;  /* Evita el salto de línea */
}

.billy-destacados-home-img{
    border-radius: 20px !important;
    box-shadow: 0 0 16px 0px #ffffff30 !important;
}
span.elementor-button-icon-qty {
    padding-right: 6px;
}
a.billy-cart-button, 
a.billy-cart-button:hover,
a.billy-cart-button:focus, 
a.billy-cart-button:hover, 
a.billy-cart-button:visited  {
    background-color: #eee0b3;
    padding: 8px 10px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
/* .woocommerce-message {
    background-color: #eee0b3;
    border-top-color: transparent;
    position:fixed;
    z-index:999;
    bottom:0;
    right:0;
    margin: 10px;
}

.woocommerce-message::before {
    color: #FFF;
} */

#woo-toast-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.woo-toast-message {
    background: #1a1a1a;
    color: #fff;
    padding: 16px 40px 16px 20px;
    border-radius: 8px;
    margin-top: 10px;
    font-size: 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    position: relative;
    animation: slideIn 0.3s ease;
    min-width: 250px;
    max-width: 320px;
}

.woo-toast-message.success { border-left: 4px solid #4CAF50; }
.woo-toast-message.error { border-left: 4px solid #F44336; }

.woo-toast-message .close-btn {
    position: absolute;
    right: 0px;
    top: 8px;
    background: none;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

@keyframes slideIn {
    from { opacity: 0; transform: translateX(100%); }
    to   { opacity: 1; transform: translateX(0); }
}

.billy-metodo-envio .zona-envio {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0 25px;
}

.billy-metodo-envio .zona-envio .detalle {
    width: 40%;
    color: #eee0b3;
}

.billy-metodo-envio .zona-envio .detalle h4 {
    font-size: 20px;
    font-weight: 400;
}

.billy-metodo-envio .zona-envio .detalle p {
    font-size: 15px;
}

@media (max-width: 768px) {
    .billy-metodo-envio .zona-envio {
        flex-direction: column;
    }
    .billy-metodo-envio .zona-envio .detalle {
        width: 100%;
    }
    #billy-custom-checkout .e-checkout__column-start {
        order: 2;
    }
    #billy-custom-checkout .e-checkout__column-end {
        order: 1;
    }
    #billy-custom-checkout .e-checkout__container {
        grid-template-columns: 1fr !important;
    }
    .checkout-mobile{
        display: inline-block !important;
        background-color: #E8AB35 !important;
        color: #020101 !important;
        border: none;
        padding: 10px 20px !important;
        border-radius: 2px;
        font-size: 15px;
        font-family: 'AvertaStd-Bold';
        font-weight: bold;
        cursor: pointer;
        transition: background-color 0.3s ease;
        font-size: 20px;
        width: fit-content !important;
        position: absolute !important;
        right: 30px;
    }
    #payment .place-order button[type=submit]{
        display:none ;
    }
    .cart_item{
            flex-direction: column;
    }
	
}