.elementor-kit-5{--e-global-color-primary:#1C1C1C;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#494949;--e-global-color-accent:#1C1C1C;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:25px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:21px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:300;--e-global-typography-text-text-transform:uppercase;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:uppercase;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1340px;}.e-con{--container-max-width:1340px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*-- Ajuste de página interna del producto --*/
#product-internal table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background: none;
}
#product-internal table td, table th {
    padding: 0px;
}
#product-internal .variations {
    margin-bottom: 25px !important;
}
#product-internal .variations tr {
    display: flex;
    align-items: center;
    gap: 20px;
}
#product-internal .variations tr ul {
    display: flex;
    gap: 20px;
}
#product-internal .variations tr li.variable-item {
    border-radius: 0px !important;
    background: none !important;
    font-family: 'Poppins', Sans-Serif;
    font-weight: 300;
    line-height: 0;
    padding: 0px !important;
    margin: 0px !important;
}
#product-internal .variations tr .reset_variations {
    display: none;
}
#product-internal .e-atc-qty-button-holder {
    display: flex;
    gap: 10px;
}
#product-internal .quantity {
    display: flex;
    border: 1px solid #000;
    border-radius: 5px;
    align-items: center;
    width: 35%;
    justify-content: space-around;
    padding: 0px 10px !important;
}
#product-internal .quantity button.qty-btn.minus, .quantity button.qty-btn.plus {
    padding: 0px 5px !important;
    border-radius: 50px !important;
    height: fit-content;
    background: none !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    font-size: 10px !important;
    margin: 0px !important;
}
#product-internal .quantity .input-text.qty.text {
    padding: 0px !important;
    border: none !important;
    background: none !important;
    height: fit-content !important;
}
#product-internal .e-atc-qty-button-holder .button {
    padding: 10px !important;
    width: 65%!important;
    margin: 0px !important;
}
#product-internal .variations_form {
    margin-bottom: 20px !important;
}
#product-internal .wa-order-class {
    width: 100% !important;
    display: block;
}
#product-internal .wa-order-class .button {
    width: 100%;
    box-shadow: none !important;
}

/*-- Eliminación --*/
#product-internal .woo-selected-variation-item-name, .reset_variations, .woocommerce-variation {
    display: none !important;
}
#product-internal input[type=number]::-webkit-inner-spin-button,
#product-internal input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

#product-internal input[type=number] {
	-moz-appearance: textfield;
}

@media (max-width: 560px) {
    #product-internal .variations tr {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}/* End custom CSS */