﻿
body {
    font-family: 'Roboto', sans-serif;
    background-color: rgba(171, 171, 146, 1);
}
h3{
    font-size:18px!important;
    margin-bottom:0;
}
.site-main {
    width: 20rem;
}

button i {
    /*margin-right: 5px;*/
}

.btn-primary {
    background-color: rgba(92, 109, 90, 1) !important;
    border-color: #7f9fbc !important;
    font-size: 20px;
    margin-bottom: 3rem;
}

#body_orderForm {
    background-color: rgba(248, 248, 238, 1);
    border-radius: 2rem;
    padding: 1rem 1.5rem;    
}
.product{
    margin-bottom:50px;
    text-align:center;
}
.product-info .description{
    margin-bottom:0;
}
.quantity{
    text-align:center;
}

    .quantity .button-change-quantity {
        font-size: 40px;
        color: rgba(92, 109, 90, 1) !important;

    }

    .quantity .button-change-quantity:hover {
       text-decoration:none;
    }

    .quantity span {
        font-size: 40px;
        margin:0px 20px;
    }

    .TotalPrice{
        font-size:40px;
    }
.link {
    color: #6b89a5;
    font-weight: bold;
}

    .link:hover {
        text-decoration: none;
        color: #6b89a5;
    }

#body_msg {
    text-align: center;
}