/*
Theme Name: Hestia Child
Theme URI: https://www.themeisle.com/
Description: This is a custom child theme I have created.
Author: ThemeIsle
URI: https://www.themeisle.com/
Template: hestia    
Version: 0.1
*/
.titulo_tienda{
    margin-top: 13px;
}
.hestia-top-bar {
    background-color: #ff9800;
}

.section-image:after {
    background-color: rgba(0, 0, 0, 0.3);
}

.header-filter::before {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.hestia-scroll-to-top,
.hestia-scroll-to-top:hover {
    background-color: #ff9800;
}

body:not(.woocommerce) .btn.colored-button {
    border-radius: 30px;
}
.page-header{

}
.carousel .page-header {
    min-height: unset  !important;

}
.boxed-layout-header {
    padding-bottom: unset  !important;
}

.page-header.header-small {
    min-height: unset  !important;
    position: relative;
    height: 6px !important;
}
.tienda .mi_otra {
    margin-top: 10px !important;
}
.card .card-image, .card-no-width .card-image {
    height: unset;
}
.woocommerce-product-gallery__image{
    border-radius: 10px;
}
.woocommerce-mini-cart__buttons {
    text-align: right !important;
}

.elementor-widget-wrap .attachment-woocommerce_thumbnail{
    width: unset !important;
}

.woocommerce .blockUI.blockOverlay:before,.woocommerce .loader {
    position: fixed !important;
    background-position: center 50% !important;
    top: 0;
    left: 0;




    -webkit-animation: none;
    -moz-animation: none;
    animation: none;

    background:  url('https://impresiones3d.mx/wp-content/uploads/2020/01/Ripple-1s-161px.gif') no-repeat;

    width: 100vw;
    height: 100vh;
}
section  div.card-description{
    /*Oculta la descripcion de los productos relacionados y recomendados*/
    display: none;
}

