/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
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
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
Display Extra Large 
	font-family: var(--e-global-typography-f54e93f-font-family), Sans-serif;
	font-size: var(--e-global-typography-f54e93f-font-size);
	font-weight: var(--e-global-typography-f54e93f-font-weight);
	line-height: var(--e-global-typography-f54e93f-line-height);
Display Large
	font-family: var(--e-global-typography-7237d5d-font-family), Sans-serif;
    font-size: var(--e-global-typography-7237d5d-font-size);
    font-weight: var(--e-global-typography-7237d5d-font-weight);
    line-height: var(--e-global-typography-7237d5d-line-height);
Display Medium
	font-family: var(--e-global-typography-5a217b2-font-family), Sans-serif;
    font-size: var(--e-global-typography-5a217b2-font-size);
    font-weight: var(--e-global-typography-5a217b2-font-weight);
    line-height: var(--e-global-typography-5a217b2-line-height);
Display Small
	font-family: var(--e-global-typography-dd85428-font-family), Sans-serif;
    font-size: var(--e-global-typography-dd85428-font-size);
    font-weight: var(--e-global-typography-dd85428-font-weight);
    line-height: var(--e-global-typography-dd85428-line-height);
Title Medium
	font-family: var(--e-global-typography-c39ee7b-font-family), Sans-serif;
    font-size: var(--e-global-typography-c39ee7b-font-size);
    font-weight: var(--e-global-typography-c39ee7b-font-weight);
    line-height: var(--e-global-typography-c39ee7b-line-height);
Title Small
	font-family: var(--e-global-typography-ff8a1ca-font-family), Sans-serif;
    font-size: var(--e-global-typography-ff8a1ca-font-size);
    font-weight: var(--e-global-typography-ff8a1ca-font-weight);
    line-height: var(--e-global-typography-ff8a1ca-line-height);	
Label Large
	font-family: var(--e-global-typography-909cd4a-font-family), Sans-serif;
    font-size: var(--e-global-typography-909cd4a-font-size);
    font-weight: var(--e-global-typography-909cd4a-font-weight);
    line-height: var(--e-global-typography-909cd4a-line-height);
Label Medium
	font-size: var(--e-global-typography-f44f992-font-size);
    font-weight: var(--e-global-typography-f44f992-font-weight);
    line-height: var(--e-global-typography-f44f992-line-height);
Label Small
	font-size: var(--e-global-typography-fcff540-font-size);
    font-weight: var(--e-global-typography-fcff540-font-weight);
    line-height: var(--e-global-typography-fcff540-line-height);
Body Large
	font-family: var(--e-global-typography-07f63f7-font-family), Sans-serif;
    font-size: var(--e-global-typography-07f63f7-font-size);
    font-weight: var(--e-global-typography-07f63f7-font-weight);
    line-height: var(--e-global-typography-07f63f7-line-height);
Body Medium
	font-family: var(--e-global-typography-5305612-font-family), Sans-serif;
    font-size: var(--e-global-typography-5305612-font-size);
    line-height: var(--e-global-typography-5305612-line-height);
Body Small
	font-family: var(--e-global-typography-1140a81-font-family), Sans-serif;
    font-size: var(--e-global-typography-1140a81-font-size);
    line-height: var(--e-global-typography-1140a81-line-height);

Color:
gray-900 var( --e-global-color-81ef2ee )
gray-700 var( --e-global-color-88b0d9b )
gray-600 var( --e-global-color-e31647d )
gray-500 var( --e-global-color-a8d48d8 )
gray-200 var( --e-global-color-7afb0a6 )
gray-150 var( --e-global-color-4671772 )
gray-100 var( --e-global-color-1247f65 )
gray-50  var( --e-global-color-9b99839 )
*/

#fkcart-modal input.fkcart-quantity__input {
    padding: 15px 0px !important;
    border: 0 !important;
}

.fkcart-shortcode-container .fkcart-shortcode-count {
    position: initial;
    background: none;
    content: 'Carrito \0028';
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-f44f992-font-size);
    font-weight: var(--e-global-typography-f44f992-font-weight);
    line-height: var(--e-global-typography-f44f992-line-height);
    color: var(--e-global-color-e31647d);
    margin-left: 6px;
}
.fkcart-shortcode-container .fkcart-shortcode-count:before {
    content: 'Carrito \0028';
}
.fkcart-shortcode-count.fkcart-item-count:after {
    content: '\0029';
}

/*STYLE FORMS*/
form label {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-direction: column;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: var(--e-global-typography-fcff540-font-size);
    font-weight: var(--e-global-typography-fcff540-font-weight);
    line-height: var(--e-global-typography-fcff540-line-height);
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    padding: 18px 16px !important;
    background-color: var(--e-global-color-9b99839) !important;
    border: 1px solid var(--e-global-color-7afb0a6) !important;
    color: var(--e-global-color-88b0d9b) !important;
}
input:focus, select:focus, textarea:focus {
    outline: none;
    box-shadow: none; 
}
.wpcf7-not-valid-tip {
    color: #F24122 !important;
	margin-top: 5px;
}
.columna2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 18px;
}
.wpcf7 form .wpcf7-response-output {
    display: none;
}
input.wpcf7-form-control.wpcf7-submit {
    background-color: var(--e-global-color-81ef2ee);
    color: var(--e-global-color-9b99839);
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: var( --e-global-color-88b0d9b );
	color: var(--e-global-color-9b99839);
}

/*PAGINA DE PRODUCTOS*/
p.stock.in-stock {
    display: none !important;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background: transparent !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
    display: none !important;
}
.precio_producto_loop {
    display: flex;
    gap: 10px;
    align-items: center;
}
.precio_producto_loop span.sale-price {
    color: var(--e-global-color-81ef2ee);
    font-family: var(--e-global-typography-c39ee7b-font-family), Sans-serif;
    font-size: var(--e-global-typography-c39ee7b-font-size);
    font-weight: var(--e-global-typography-c39ee7b-font-weight);
    line-height: var(--e-global-typography-c39ee7b-line-height);
}
.precio_producto_loop span.regular-price {
    color: var(--e-global-color-a8d48d8);
    font-family: var(--e-global-typography-ff8a1ca-font-family), Sans-serif;
    font-size: var(--e-global-typography-ff8a1ca-font-size);
    font-weight: var(--e-global-typography-ff8a1ca-font-weight);
    line-height: var(--e-global-typography-ff8a1ca-line-height);
}
span.discount-percentage {
    color: var(--e-global-color-81ef2ee);
    font-family: var(--e-global-typography-ff8a1ca-font-family), Sans-serif;
    font-size: var(--e-global-typography-ff8a1ca-font-size);
    font-weight: var(--e-global-typography-ff8a1ca-font-weight);
    line-height: var(--e-global-typography-ff8a1ca-line-height);
}

#precio_loop .precio_producto_loop span.sale-price, #precio_loop .precio_producto_loop span.regular-price, #precio_loop span.discount-percentage{
	font-size: var(--e-global-typography-909cd4a-font-size) !important;
}
.elementor-button i.fas.fa-file-pdf {
    color: #ED3237;
    font-size: 20px;
}

span.variable-item-span.variable-item-span-color {
    border-radius: 52px !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    width: 32px;
    height: 32px;
    border-radius: 52px !important;
}
.woocommerce-variation-availability {
    display: none;
}
.woo-variation-swatches.wvs-show-label .variations th label {
    display: inline;
    padding: 0 !important;
    margin: 0 !important;
}
.woo-variation-swatches.wvs-show-label .variations th {
    padding: 20px 0 0;
}
.woo-variation-swatches.wvs-show-label .variations th {
    padding: 20px 0 0;
}
a.reset_variations {
    display: none !important;
}
.woocommerce div.product form.cart .variations label {
    font-family: var(--e-global-typography-1140a81-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-1140a81-font-size) !important;
    line-height: var(--e-global-typography-1140a81-line-height) !important;
    font-weight: initial;
}
table.variations tr td.value {
    padding: 5px 0 10px !important;
}
table tbody tr:hover>td, table tbody tr:hover>th {
    background: transparent !important;
}
span.regular-price.solo {
    color: var(--e-global-color-81ef2ee);
}
/*TESTIMONIOS*/
h2.woocommerce-Reviews-title {
    display: none;
}
img.avatar.photo {
    display: none;
}
ol.commentlist {
    padding: 0 !important;
}
.comment-text {
    padding: 0 !important;
    margin: 0 0 20px !important;
    border: 0 !important;
    display: flex;
    flex-direction: column;
}
.woocommerce .star-rating span::before, .woocommerce .star-rating::before {
    color: #E3B600 !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    display: flex;
    flex-direction: column;
}
span.woocommerce-review__dash {
    color: transparent;
}
strong.woocommerce-review__author {
    font-family: var(--e-global-typography-ff8a1ca-font-family), Sans-serif;
    font-size: var(--e-global-typography-ff8a1ca-font-size);
    font-weight: var(--e-global-typography-ff8a1ca-font-weight);
    line-height: var(--e-global-typography-ff8a1ca-line-height);
    color: var(--e-global-color-81ef2ee);
}
.star-rating {
    top: 54px;
}
time.woocommerce-review__published-date {
    font-family: var(--e-global-typography-1140a81-font-family), Sans-serif;
    font-size: var(--e-global-typography-1140a81-font-size);
    line-height: var(--e-global-typography-1140a81-line-height);
    margin-top: 5px;
}
#commentform label {
    display: block !important;
    margin: 15px 0 !important;
}
.woocommerce p.stars a {
    color: #E3B600 !important;
    font-size: 20px;
}
.form-submit input#submit {
    background-color: var(--e-global-color-81ef2ee) !important;
    font-family: var(--e-global-typography-909cd4a-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-909cd4a-font-size) !important;
    font-weight: var(--e-global-typography-909cd4a-font-weight) !important;
    line-height: var(--e-global-typography-909cd4a-line-height) !important;
    fill: var(--e-global-color-9b99839) !important;
    color: var(--e-global-color-9b99839) !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-7afb0a6);
    border-radius: 0px 0px 0px 0px !important;
    padding: 18px 24px 18px 24px !important;
    display: inline-block !important;
    width: 100%;
}
.woocommerce #review_form #respond p {
    font-size: 14px;
}
p.comment-form-cookies-consent {
    display: flex
;
    gap: 15px;
    flex-direction: row;
}
div#review_form {
    padding-top: 40px;
    border-top: 1px solid #dddddd;
}
/*VIDEO GRID*/
.video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.video-item {
    text-align: center;
}

@media (max-width: 768px) {
    .video-grid {
        grid-template-columns: 1fr; 
    }
}
	
	
/*FOOTER*/
.underline-menu li a {
    text-decoration: underline;
}

/*CARRITO DE COMPRAS*/
li.menu-item.woofc-menu-item.menu-item-type-woofc a {
    padding: 0 !important;
}
div#woofc-area {
    top: 0;
    right: 0;
    left: initial;
    transform: initial;
}
.woofc-area * {
    box-sizing: initial !important;
}
div#woofc-area .woofc-inner.woofc-cart-area {
    -webkit-transform: initial;
    left: initial;
    transform: initial;
    right: 0;
    max-height: initial !important;
    height: 100%;
    width: initial !important;
	max-width: 400px;
}
.woofc-area-top span.woofc-area-heading {
    font-family: var(--e-global-typography-ff8a1ca-font-family), Sans-serif;
    font-size: var(--e-global-typography-ff8a1ca-font-size);
    font-weight: var(--e-global-typography-ff8a1ca-font-weight);
    line-height: var(--e-global-typography-ff8a1ca-line-height);
    text-transform: capitalize;
    color: var(--e-global-color-81ef2ee);
}
.woofc-area .woofc-area-top {
    height: initial !important;
    line-height: initial !important;
    padding: 20px !important;
    background-color: initial !important;
    color: var(--e-global-color-81ef2ee) !important;
}
.woofc-area .woofc-area-top .woofc-close {
	color: var(--e-global-color-81ef2ee) !important;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title {
    font-family: var(--e-global-typography-5305612-font-family), Sans-serif;
    font-size: var(--e-global-typography-5305612-font-size);
    line-height: var(--e-global-typography-5305612-line-height);
    font-weight: initial !important;
}

#woofc-area .woofc-item-price bdi, #woofc-area .woofc-item-price bdi .woocommerce-Price-currencySymbol {
    font-family: var(--e-global-typography-f54e93f-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-f44f992-font-size) !important;
    font-weight: var(--e-global-typography-f44f992-font-weight) !important;
    line-height: var(--e-global-typography-f44f992-line-height) !important;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner{
    flex-wrap: wrap;	
	background: transparent !important;
}

.woofc-item-qty.woofc-item-qty-plus-minus {
    width: 35%;
    display: inline-block;
    padding-left: 95px;
    clear: both;
    min-width: 120px;
}
.woofc-item-info {
    width: 50%;
    padding-left: 15px;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
    width: 10px;
    height: 10px;
    padding: 10px !important;
    border: 0 !important;
    font-family: var(--e-global-typography-5305612-font-family), Sans-serif;
    font-size: var(--e-global-typography-5305612-font-size);
    line-height: var(--e-global-typography-5305612-line-height);
}
span.woofc-item-qty-plus, span.woofc-item-qty-minus {
	background-color: #ffff !important;
    font-family: var(--e-global-typography-5305612-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-5305612-font-size) !important;
    line-height: var(--e-global-typography-5305612-line-height) !important;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special {
    color: #000;
    opacity: 1 !important;
    visibility: initial !important;
    top: 25px;
    right: 8px;
}
#woofc-area a.woofc-action-checkout {
    display: block;
    height: initial;
    text-transform: initial;
    background-color: var(--e-global-color-81ef2ee);
    font-family: var(--e-global-typography-909cd4a-font-family), Sans-serif;
    font-size: var(--e-global-typography-909cd4a-font-size);
    font-weight: var(--e-global-typography-909cd4a-font-weight);
    line-height: var(--e-global-typography-909cd4a-line-height);
    fill: var(--e-global-color-9b99839);
    color: var(--e-global-color-9b99839);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-7afb0a6);
    border-radius: 0px 0px 0px 0px;
    padding: 18px 0px 18px 0px;
}
.woofc-area .woofc-area-bot .woofc-data .woofc-data-right *, .woofc-area .woofc-area-bot .woofc-total .woofc-total-right *, .woofc-area.woofc-style-01 .woofc-area-bot .woofc-data, .woofc-area.woofc-style-01 .woofc-area-bot .woofc-total {
    font-family: var(--e-global-typography-ff8a1ca-font-family), Sans-serif;
    font-size: var(--e-global-typography-ff8a1ca-font-size);
    font-weight: var(--e-global-typography-ff8a1ca-font-weight);
    line-height: var(--e-global-typography-ff8a1ca-line-height);
    color: var(--e-global-color-81ef2ee);
}
.woofc-area.woofc-style-01 .woofc-no-item, .woofc-area.woofc-style-01 .woofc-error {
    font-family: var(--e-global-typography-1140a81-font-family), Sans-serif;
    font-size: var(--e-global-typography-1140a81-font-size);
    line-height: var(--e-global-typography-1140a81-line-height);
    color: #000;
}
/*BOTON CART*/
li.menu-item.woofc-menu-item.menu-item-type-woofc {
    font-size: var(--e-global-typography-f44f992-font-size);
    font-weight: var(--e-global-typography-f44f992-font-weight);
    line-height: var(--e-global-typography-f44f992-line-height);
	margin-left: 25px;
}
li.menu-item.woofc-menu-item.menu-item-type-woofc i {
    font-size: 20px !important;
    width: initial;
    margin-right: 0;
}
li.menu-item.woofc-menu-item.menu-item-type-woofc i:after {
    content: 'Carrito \0028';
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-f44f992-font-size);
    font-weight: var(--e-global-typography-f44f992-font-weight);
    line-height: var(--e-global-typography-f44f992-line-height);
    color: var(--e-global-color-e31647d);
	margin-left: 6px;
}
li.menu-item.woofc-menu-item.menu-item-type-woofc span.woofc-menu-item-inner-subtotal {
    display: none;
}
.woofc-menu-item .woofc-menu-item-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.woofc-menu-item .woofc-menu-item-inner:after {
    position: initial !important;
    background-color: initial;
    color: initial;
    font-size: initial;
    font-weight: initial;
    width: initial;
    height: initial;
    display: initial;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-f44f992-font-size);
    font-weight: var(--e-global-typography-f44f992-font-weight);
    line-height: var(--e-global-typography-f44f992-line-height);
    color: var(--e-global-color-e31647d);
}
li.menu-item.woofc-menu-item.menu-item-type-woofc a:after {
    content: '\0029';
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-f44f992-font-size);
    font-weight: var(--e-global-typography-f44f992-font-weight);
    line-height: var(--e-global-typography-f44f992-line-height);
    color: var(--e-global-color-e31647d);
}


/*CURRUSEL VIDEOS*/
.elementor-carousel-image-overlay {
    align-items: flex-end;
    justify-content: flex-start;
}

/*LOOP DE ADD TO CART*/
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed:after, button.single_add_to_cart_button.button.alt:after {
    font-family: "acpedals";
    font-style: normal;
    font-weight: normal;
    content: '\e802';
    margin-left: 7px;
}

/*PRODUCTOS ARCHIVE*/
.woocommerce .woocommerce-result-count {
    position: relative;
    top: 10px;
    margin-bottom: 50px;
}
.elementor-products-grid ul.products.elementor-grid {
    grid-column-gap: 40px !important;
    grid-row-gap: 80px;
}
span.onsale {
    display: none !important;
}
.custom-product-content {
    display: flex;
    flex-direction: column;
}
.custom-product-card .product-colors, .custom-product-card .product-image {
    order: -1;
    margin-bottom: 10px;
}
.custom-product-card .product-categories a {
    color: var(--e-global-color-e31647d) !important;
    font-family: var(--e-global-typography-5305612-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-5305612-font-size) !important;
    line-height: var(--e-global-typography-5305612-line-height) !important;
}
.custom-product-card h2.product-title {
    font-family: var(--e-global-typography-909cd4a-font-family), Sans-serif;
    font-size: var(--e-global-typography-909cd4a-font-size);
    font-weight: var(--e-global-typography-909cd4a-font-weight);
    line-height: var(--e-global-typography-909cd4a-line-height);
    margin: 0 !important;
}

.custom-product-card .precio_producto_loop span.sale-price, .custom-product-card .precio_producto_loop span.regular-price, .custom-product-card span.discount-percentage {
    font-size: var(--e-global-typography-909cd4a-font-size) !important;
}
.custom-product-card .star-rating {
    display: none !important;
}

/*FILTROS*/
.wpfFilterWrapper .wfpTitle {
    font-family: var(--e-global-typography-ff8a1ca-font-family), Sans-serif;
    font-size: var(--e-global-typography-ff8a1ca-font-size);
    font-weight: var(--e-global-typography-ff8a1ca-font-weight);
    line-height: var(--e-global-typography-ff8a1ca-line-height);
    margin-bottom: 24px !important;
}


ul.wpfFilterVerScroll {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: initial !important;
}

.wpfFilterWrapper {
	margin-top: 33px !important;
}
#filtros .wpfFilterWrapper .wpfCheckbox label {
    width: 26px !important;
    height: 26px !important;
    border-radius: 0 !important;
}

#filtros .wpfFilterWrapper .wpfCheckbox label::before {
    border: 1px solid var(--e-global-color-7afb0a6) !important;
	border-radius: 0 !important;
}

#ordenar_por .wpfFilterContent {
    display: flex;
    max-width: 340px;
    align-items: center;
    float: right;
    width: 100%;
}

#ordenar_por .wpfFilterWrapper .wfpDescription {
    width: 35% !important;
    text-align: right;
    padding-right: 12px;
	font-family: var(--e-global-typography-5305612-font-family), Sans-serif;
    font-size: var(--e-global-typography-5305612-font-size);
    line-height: var(--e-global-typography-5305612-line-height);
}
#ordenar_por .wpfFilterWrapper select {
    width: 65% !important;
    font-size: var(--e-global-typography-f44f992-font-size);
    font-weight: var(--e-global-typography-f44f992-font-weight);
    line-height: var(--e-global-typography-f44f992-line-height);
}
#filtros .wfpDescription {
    font-family: var(--e-global-typography-ff8a1ca-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-ff8a1ca-font-size) !important;
    font-weight: var(--e-global-typography-ff8a1ca-font-weight) !important;
    line-height: var(--e-global-typography-ff8a1ca-line-height) !important;
    margin-bottom: 24px !important;
}
#filtros button.wpfFloatingSwitcher:after {
    font-family: "acpedals";
    font-style: normal;
    font-weight: normal;
    content: '\e813';
    margin-left: 5px;
}

/*MULTICURRENCY*/
#currency button.currency-toggle {
    color: #fff !important;
}
@media (max-width: 1024px) {
	
	li.menu-item.fkcart-custom-menu-link {
    display: block !important;
}
	.fkcart-shortcode-container .fkcart-shortcode-count:before, .fkcart-shortcode-container .fkcart-shortcode-count:after {
    display: none !important;
}
	
	li.menu-item.woofc-menu-item.menu-item-type-woofc i:after, li.menu-item.woofc-menu-item.menu-item-type-woofc a:after {
		display: none;
	}
	div#menu_principal nav ul li {
		display: none;
	}
	div#menu_principal nav ul li.menu-item.woofc-menu-item.menu-item-type-woofc {
		display: block;
	}
	li.menu-item.woofc-menu-item.menu-item-type-woofc span.woofc-menu-item-inner-subtotal {
    display: none;
	}
	
	#menu_movil .elementor-item.has-submenu {
		display: flex;
		justify-content: space-between;
	}
	#menu_movil li.menu-item.woofc-menu-item.menu-item-type-woofc {
		display: none;
	}
	#menu_movil li.menu-item.menu-item-type-custom ul li {
		border-bottom: 0 !important;
	}
}

@media (max-width: 767px) {
	div#ordenar_por {
		width: 50%;
		align-self: self-end;
	}	
	div#ordenar_por .wfpDescription {
		display: none;
	}
	#ordenar_por .wpfFilterWrapper select {
		width: 100% !important;
	}
	#filtros button.wpfFloatingSwitcher {
		width: 47%;
		position: absolute;
		top: 38px;
		left: 4px;
		padding: 16px !important;
		z-index: 9;
	}
}


span.regular-price {
    text-decoration: line-through;
}
span.regular-price.solo {
    text-decoration: none !important;
}
.woocommerce-account .woocommerce {
    padding: 80px 0;
    max-width: 1000px;
    margin: 0 auto;
}