.shop-header{

background:#111;

padding:50px 0;

text-align:center;

}


.shop-header h1{

font-size:45px;

text-transform:uppercase;

}



.shop-content{

padding:40px 0;

}



.lr-product{

background:#111;

padding:20px;

border:1px solid #222;

transition:.3s;

}



.lr-product:hover{

border-color:#b00000;

transform:translateY(-5px);

}



.lr-product h3{

font-size:18px;

margin:15px 0;

}



.price{

color:#e00000;

font-size:22px;

font-weight:bold;

}



.add_to_cart_button{

background:#b00000!important;

color:#fff!important;

border-radius:5px!important;

padding:12px 20px!important;

}