/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.add_to_cart_button{
    background-color: transparent !important;
    color: #333 !important;
    border-color: #ddd !important;
    padding-left: 38px !important;
    box-shadow: 1px 3px 5px 0px rgb(0 0 0 / 9%);
}
.add_to_cart_button:hover{
    border-color: #fab722 !important;
}

.add_to_cart_button::after{
    content: '' !important;
    font-size: 20px !important;
    left: 0.35em !important;
    border-right: 2px solid #ddd;
    padding-right: 6px;
    height: 100%;
    top: 0;
    line-height: 30px !important;
}
.product_categories a{
    color:#999 !important;
    text-transform: uppercase;
    font-size: 13px;
}
.menu-carrito .et_pb_menu__wrap{
    flex-direction: row-reverse;
}

.related.products > h2::before{
    display:block;
    margin:0 auto 10px;
    width: 34px;
    height: 41px;
    background-image: url(img/icon-fire.png);
    content: '';
}
.related.products > h2::after{
    display:block;
    margin:10px auto 0;
    width: 56px;
    height: 12px;
    background-image: url(img/title_bottom1.png);
    content: '';
}