body {
    background-image: url("/assets/images/canstockphoto23320024.jpg");
}
.product_tile .product_name {
    display: block;
    margin: 20px 0 5px;
    font-size: 14px;
}
.product_tile .product_name {
    clear: both;
    margin: 8px 0;
    text-decoration: none;
    font: 12px/19px "FuturaBT-Medium",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    color: #000;
    letter-spacing: .5px;
}
a {
    text-decoration: none;
    outline: 0;
    outline: 0;
    color: #333;
}

.item_img{
    height: 300px;
}

.item_name{
    text-align: center;
}
#product_desc_div{
    padding-top: 30px;
}
#product_size{
    text-align: center;
}
.blue-color{
    color: #005fb2;
}
.p_title{
    font-size: 21px!important;
}
.center_name{
    text-align: center;
}
.underline-text{
    text-decoration: underline;
}
.error_red{
    border-color: red;
}
#error_message{
    display: none;
}
#sent_message{
    display: none;
}
.active_a{
    color: #0286f7!important;
}