/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > div,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper div a:first-child {
    pointer-events: none;
}
.btn-rheem {
    background-color: #e70033;
    display: inline-block;
    padding: .5em 1em;
    color: #ffffff !important;
}
.btn-rheem.rounded {
    border-radius: 2em;
}
.top-calendar {
    width: calc( 100% - 84px );
    height: auto;
    margin-bottom: 1.5em;
    padding: 0 42px;
}
.feature-box {
    background-color: #e4e4e4;
    border: 1px solid #e4e4e4;
    padding: 2em 1em;
    text-align: center;
}
.feature-box a {
    margin-left: 1em;
    border: 1px solid transparent;
}
.feature-box p {
    margin-bottom: .5em;
} 
.feature-box a:hover {
    background-color: white;
    color: #e70033 !important;
    border-color: #e70033;; 
}
/*
#footer-widgets {
	padding-bottom: 100px !important;
}
*/



.woocommerce ul.products li.product a.button:nth-child(3){
	margin-left:20px;
}

html .woof_sid_auto_shortcode.woof{
	display: none;
}
/*Desactivar btn 360°*/
.btn360 {
	display: none;
}

/*Desactivar btn duplicado en detalle de producto*/
.entry-summary p a.elementor-button-link.elementor-button.elementor-size-sm {
    display: none;
}
/*reasignar atributos de elementor-button porque algunos productos no tenian accesso a esta clase*/
.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#footerSmiler {
    margin-top: 100px;
    position: relative;
    z-index: 10;
    background-color: #f1f1f1;

}
#footerSmiler .footer-smile, #footer .footer-smile {
    background-image: url(../generatepress_child/images/Page_Title_Curve_Gray.svg);
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    pointer-events: none;
    position: absolute;
    bottom: 99.9%;
    background-position: center bottom;
    background-size: cover;
}

/* Mobile Devices */
@media (max-width: 767px) {
    #footerSmiler .footer-smile, #footer .footer-smile {
        height: 100px;
    }
}