#main{
    /* max-width: 1400px; */
    margin: auto;
}

#main .page_heading {
	padding: 20px;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 32px;
    color: #333;
}

.product_list_item .ajax_block_product .hover_fly {
    width: 100%;
    bottom: 20px;
    background: transparent;
}

.hover_fly .pro_list_attributes {
    display: flex;
    padding: 10px 0px;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 300;
}

.hover_fly .botonestallas {
    padding: 0px 5px;
}

#products .product_list.grid .pro_outer_box:hover .pro_second_box{
    background-color: white;
}

.desktop_device .act_box_cart {
    display: none;
}

.desktop_device .add_to_love.layer_btn{
    font-size: 26px;
}
.desktop_device .product_list_item .add_to_love{
    top: 30px;
    display: block;
    right: 30px;
    color: #FE32A5;
}

