.elementor-kit-14{--e-global-color-primary:#A26A79;--e-global-color-secondary:#FFEFF2;--e-global-color-text:#3A3A3A;--e-global-color-accent:#A26A79;--e-global-color-2b3ca93:#FBFBFB;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}}/* Start custom CSS */.link:hover {
    cursor: pointer;
    text-decoration: underline;
}

.listado-categorias .woocommerce .products.columns-5 .product-category {
    position: relative;
    display: block !important;
    width: 100% !important;
    text-align: center;
}

.listado-categorias .woocommerce .products.columns-5 .product-category h2 {
    text-align: center;
    position: static;
    padding: 0;
    background: none !important;
    text-transform: initial;
}

.listado-categorias .woocommerce ul.products li.product-category a h2.woocommerce-loop-category__title .count {
    font-size: 10px;
    background-color: rgba(162, 106, 121, .8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 100%;
    color: white;
    font-size: 14px;
    font-weight: 400;
    transition: all 200ms ease-in-out;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.listado-categorias .woocommerce ul.products li.product-category a:hover h2.woocommerce-loop-category__title .count {
    opacity: 1;
}

.listado-categorias .woocommerce ul.products li.product-category a h2.woocommerce-loop-category__title .count span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.listado-categorias .woocommerce ul.products li.product-category a h2.woocommerce-loop-category__title .count:before {
    content: '';
    display: block;
    padding-top: calc(100%);
    display: flex;
    justify-content: center;
}

.listado-productos .woocommerce ul.products li.product,
.woocommerce .listado-productos ul.products.columns-4 li.product {
    width: 100% !important;
}

.listado-productos .woocommerce ul.products li.product .add_to_cart_button {
    width: 100% !important;
    display: block;
    transition: all 200ms linear;
    padding: 0 10px;
    white-space: nowrap;
}

/*.listado-productos .woocommerce ul.products li.product .add_to_cart_button:before {*/
/*    content: "\f217";*/
/*    font-family: "Font Awesome 5 Free";*/
/*    font-weight: 900;*/
/*    margin-right: 10px;*/
/*    font-size: 16px;*/
/*}*/

.listado-productos .woocommerce ul.products li.product .add_to_cart_button.added:after {
    content: '✓';
    padding-left: 5px;
    font-size: 18px;
}

.listado-productos .woocommerce ul.products li.product .added_to_cart {

    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 5px 0 0 0;
    padding: 0;
}

.listado-productos .star-rating {
    display: none !important;
}

.listado-productos .ast-woo-product-category {
    display: none !important;
}

.listado-productos .woocommerce-loop-product__title {
    min-height: 50px;
    padding-top: 10px !important;
}

.woocommerce div.product .product_meta {
    border: none;
}


.ast-container {
    max-width: 100%;
    background: white;
    padding-right: 0px;
    padding-left: 0px;
}


.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
    border-bottom: 0;
}


#select-filter .widget_product_categories {
    display: flex;
    align-items: stretch;
}

#select-filter .widget_product_categories h5 {
    background-color: #A26A79;
    display: flex;
    align-items: center;
    padding: 0 15px;
    font-size: 14px;
    color: white;
    height: 45px;
}

#select-filter .widget_product_categories select {
    border: none;
    font-size: 14px;
}

.woocommerce .select2-container .select2-selection--single, .woocommerce select, .woocommerce-page .select2-container .select2-selection--single, .woocommerce-page select {
    border: none !important;
}/* End custom CSS */