@charset "UTF-8";

/*!
    This is an important (!) comment and will be preserved.
*/

/**
Theme Name: Bonsais Viveros
Author: E-tecnia Soluciones
Author URI: https://e-tecnia.es/
Description: Tema hijo para Astra, de la web Bonsais Viveros
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bonsais-viveros
Template: astra
*/

/* BEGIN Bucle Producto Destacado */

@media screen and (max-width: 768px) {
    .producto-destacado h4.elementor-heading-title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 14px;
    }
}

.listado-productos .woocommerce-price-suffix {
    display: block;
}

.listado-productos .elementor-widget-woocommerce-product-price {
    width: 80%;
}

.listado-productos small {
    line-height: 1em;
}

.listado-productos .elementor-widget-wc-add-to-cart {
    width: 20%;
    display: flex;
    align-items: center;
}

/* END Bucle Producto Destacado */

/* BEGIN Paginación */

.elementor-pagination {
    text-align: center;
    display: flex;
    justify-content: flex-end;
}

.theme-astra .elementor-pagination .page-numbers {
    background-color: var(--e-global-color-ae8e30a);
    border-radius: 1em;
    border: 1px solid var(--e-global-color-68c6ac7);
    color: var(--e-global-color-3db8935);
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    height: 2em;
    width: 2em;
}

.theme-astra .elementor-pagination .page-numbers.current {
    background-color: var(--e-global-color-primary);
    border: 1px solid var(--e-global-color-primary);
}

/* END Paginación */

/* BEGIN H1 */

.ast-article-single.product .product-title h1 {
    font-size: 32px;
    font-family: 'Abhaya Libre', 'Times New Roman', Times, serif;
    line-height: 1.1em;
}

@media (min-width: 481px) and (max-width: 1023px) {
    .ast-article-single.product .product-title h1 {
        font-size: 48px;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .ast-article-single.product .product-title h1 {
        font-size: 54px;
    }
}

@media (min-width: 1281px) {
    .ast-article-single.product .product-title h1 {
        font-size: 54px;
    }
}

/* END H1 */

/* BEGIN Precio */

.elementor-widget-woocommerce-product-price .woocommerce-Price-amount.amount {
    color: var(--e-global-color-accent);
    font-size: 36px;
}

.elementor-widget-woocommerce-product-price small.woocommerce-price-suffix {
    color: var(--e-global-color-3db8935);
}

@media screen and (min-width: 768px) {
    .elementor-widget-woocommerce-product-price .woocommerce-Price-amount.amount {
        font-size: 50px;
    }
}

/* END Precio */

/* BEGIN Añadir al carrito */

.woocommerce div.product form.cart div.quantity {
    margin-bottom: 0;
}

.woocommerce form .quantity .minus, .woocommerce form .quantity .plus {
    width: 40px;
    background: var(--e-global-color-8b4b1e2);
    color: var(--e-global-color-3db8935);
}

.producto-destacado a.added_to_cart {
    color: white;
    text-decoration: none;
    margin-left: 0;
    width: 100%;
    display: block;
    text-align: center;
}

/* END Añadir al carrito */

/* BEGIN Side Cart */

.elementor-menu-cart__main {
    background: white;
}

/* END Side Cart */

/* BEGIN Wishlist button */

.yith-wcwl-add-to-wishlist {
    margin-top: 10px;
    margin-left: 0;
    text-align: center;
    width: 100%;
}

.yith-wcwl-add-to-wishlist span {
    text-transform: uppercase;
    margin-left: .4em;
}

@media screen and (min-width: 481px) {
    .yith-wcwl-add-to-wishlist {
        margin-top: 0;
        margin-left: 1em;
        text-align: center;
    }

    .yith-wcwl-add-to-wishlist span {
        display: none;
    }
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.button {
    border: 2px solid var(--e-global-color-primary);
    background-color: #00000000;
    color: var(--e-global-color-primary);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.button:hover {
    background-color: var(--e-global-color-primary);
    border: 2px solid var(--e-global-color-primary);
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.button i {
    font-size: 26px;
    text-align: center;
    margin-right: 0;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.button:hover i {
    color: white;
}

.yith-wcwl-wishlistaddedbrowse {
    margin-top: 1em;
}

.elementor-widget-yith_wcwl_add_to_wishlist i {
    color: var(--e-global-color-primary);
}

/* END Wishlist Button */

/* BEGIN Description tab */

@media screen and (min-width: 769px) {
    #tab-description {
        padding: 3% 0;
    }
}

@media screen and (min-width: 769px) {
    #tab-description {
        -moz-column-count: 2;
             column-count: 2;
        -moz-column-gap: 5%;
             column-gap: 5%;
    }
}

.woocommerce div.product.elementor ul.tabs li a {
    text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
    background: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    border-bottom: 10px solid var(--e-global-color-3db8935);
}

/* END Description tab */

/* BEGIN HeaderSEARCH  */

.search-header .elementor-search-form__toggle i.fas {
    font-weight: 300;
    font-size: 34px;
}

@media screen and (min-width: 481px) {
    .search-header .elementor-search-form__toggle i.fas {
        font-size: 36px;
    }
}

/* END Header SEARCH */

/*# sourceMappingURL=style.css.map */


.wpcf7-form-control::placeholder{
    color: #999 !important;
}