/*
 Theme Name:     livingreen
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Theme for Livingreen
 Author:         Altamiraweb
 Author URI:     https://altamiraweb.net
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.subtotal_listado {
    font-weight: 400;
    float: right;
    width: 100%;
    text-align: right;
    border: 1px solid black;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 14px;
    border: 1px solid rgba(0,0,0,.1);
    margin-top: -18px;
}
.subtotal_listado span.boldsubt{
    font-weight: 700;
}
.relacionados_carrito .general_producto{
    float: left;
    width: 50%;
}
.relacionados_carrito .price{
    position: relative !important;
    width: 100% !important;
}
.relacionados_carrito  .add_to_cart_button{
    width: 100% !important;
}
.imagen_del_producto img{
max-width: 120px;
}
@media (min-width:981px){
	.logo-header{
        right: 200px !important;
	}
}