/*
Theme Name: Woostify Child
Theme URI: https://woostify.com/
Description: Woostify WordPress theme example child theme.
Author: Woostify
Author URI: https://woostify.com/
Template: woostify
Version: 1.0.1
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
.quantity {
    width: 99px !important;
    height: 32px;
    min-width: 99px !important;
    border-radius: 0 !important;
}

.quantity .qty {
    font-size: 20px;
    font-family: lato;
}

.single_add_to_cart_button.button {
    min-width: 44px;
    height: 32px;
    padding-top: 7px !important;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    padding-top: 0 !important;
    margin-left: 0 !important;
    text-transform: initial !important;
}

.single_add_to_cart_button.button svg {
    height: 20px;
    width: 18px;
}

.single-product-add-to-cart-section .quantity {
    width: 216px !important;
    height: 70px;
    border-radius: 2px !important;
    margin-right: 10px !important;
}

.single-product-add-to-cart-section .single_add_to_cart_button.button {
    width: 216px;
    height: 70px;
    border-radius: 2px !important;
    font-size: 18px !important;
}

@media only screen and (max-width: 968px) {
    .single-product-add-to-cart-section .quantity {
        width: 80px !important;
        height: 42px;
        border-radius: 2px !important;
        margin-right: 10px !important;
    }

    .single-product-add-to-cart-section .single_add_to_cart_button.button {
        width: 80px;
        height: 42px;
        border-radius: 2px !important;
        font-size: 18px !important;
    }
}

.trp-language-switcher > div {
    border: none;
}


.jet-slider__title::before {
    content: "";
    display: inline-flex;
    background: url("https://boostyourbusiness.es/wp-content/uploads/estrella.svg") no-repeat;
    width: 12px;
    height: 13px;
    margin-right: 10px;
}

.jet-slider__title::after {
    content: "";
    display: inline-flex;
    background: url("https://boostyourbusiness.es/wp-content/uploads/estrella.svg") no-repeat;
    width: 12px;
    height: 13px;
    margin-left: 10px;
}

.jet-slider__subtitle::before {
    content: "";
    display: inline-flex;
    background: url("https://boostyourbusiness.es/wp-content/uploads/deco.svg") no-repeat;
    width: 66px;
    height: 22px;
    margin-right: 20px;
}

.jet-slider__subtitle::after {
    content: "";
    display: inline-flex;
    background: url("https://boostyourbusiness.es/wp-content/uploads/deco2.svg") no-repeat;
    width: 66px;
    height: 22px;
    margin-left: 20px;
}

@media only screen and (max-width: 960px) {
    .jet-slider__subtitle::before {
        width: 62px;
    }
    
    .jet-slider__subtitle::after {
        width: 62px;
    }
}

.elementor-slide-description {
    padding-right: 70px;
    padding-left: 70px;
}

.elementor-post__title {
    min-height: 55px;
}

.elementor-post__excerpt {
    min-height: 100px;
}

.home .elementor-post__read-more {
    width: 158px;
    height: 42px;
    padding: 8px 0 9px 3px;
    border-radius: 8px;
    border: solid 2px #2c2c2c;
    background-color: #ffffff;
}

@media only screen and (max-width: 960px) {
    .sp-image-container {
        height: 399px !important;
    }
}

.woocommerce-MyAccount-navigation ul li a {
    color: #2c2c2c;
}

.post-template-default .elementor-widget p a {
    color: #2b2b2b !important;
}



.woocommerce-MyAccount-content a {
    color: #ec3f57 !important;
}

.woocommerce-error {
    background-color: #ec3f57;
}

.woocommerce-cart-form__cart-item .product-name a {
    color: #2c2c2c;
}

.primary-navigation li a::before {
    top: 74% !important;
}

.loop-post-column {
    min-height: 550px !important;
}

.sp-buttons .sp-button {
    margin: 15px 8px 0px 0px !important;
}

.yith-wcwl-add-button a {
    color: #ec3f57 !important;
}

.yith-wcwl-wishlistaddedbrowse a, .yith-wcwl-wishlistexistsbrowse a, .yith-wcwl-wishlistexistsbrowse .feedback, .yith-wcwl-wishlistaddedbrowse .feedback {
    color: #ec3f57 !important;
}

.wishlist-items-wrapper .product-name a {
    color: #2c2c2c;
}

.yith-wcwl-share ul li a {
    color: #2c2c2c;
}

@media only screen and (max-width: 765px) {
        .wishlist_view h3 > a {
        color: #2c2c2c !important;
    }
}

@media only screen and (max-width: 1100px) {
    .primary-navigation a {
        font-size: 11px !important;
    }
}

.wishlist_view tr {
    display: inline-flex !important;
    padding-left: 30px;
}

.wc-proceed-to-checkout a {
    background-color: #ec3f57;
}

.cat-item a, .recentcomments>span>a, .recentcomments>a, .elementor-widget-wp-widget-archives a {
	color: #ec3f57 !important;
	font-size: 18px !important;
}

.search-field {
	border-radius: 0 !important;
}


.woocommerce-mini-cart a{
	color:#0c0c0c !important;
}

/* Ocultar lupa en el producto */
.woocommerce-product-gallery__trigger {
 display: none;
}

/* Ocultar el corazón dell plugin YIT cuando se añade a la lista de deseos */
i.yith-wcwl-icon.fa.fa-heart {
  display: none;
}

.comments-area .comment-reply-title {
    font-size: 24px !important;
}

.comments-area #comment, .comments-area #author, .comments-area #email  {
    background-color: #f7f6f6;
}

.comments-area .submit {
    background-color: #ec3f57 !important;
    border-radius: 0 !important;
}
