﻿
body {
    font-family: 'Open Sans', Arial, Verdana, "Lucida Sans", "Lucida Grande", Sans-serif;
    background-color: #24201f;
    font-size: 18px;
}
h3{
    font-size:22px!important;
    margin-bottom:0;
    color:white;
}
hr{
    margin-bottom:0px;
    margin-top:0px;
}
.site-main {
    width: 20rem;
}
.product-info h3{
    margin-top:1rem;
}
button i {
    /*margin-right: 5px;*/
}

.btn-primary {
    background-color: #e7b437 !important;
    border-color: #e7b437 !important;
    font-size: 20px;
}
.product{
    margin-bottom:50px;
    text-align:center;
}
.product-info .description{
    margin-bottom:0;
}
.quantity{
    text-align:center;
}

    .quantity .button-change-quantity {
        font-size: 40px;
    }

        .quantity .button-change-quantity:hover {
            text-decoration: none;
            color: #495563!important
        }

    .quantity span {
        font-size: 40px;
        margin:0px 20px;
    }

    .TotalPrice{
        font-size:40px;
        max-width:100%;
        text-align:center;
        border:none;
    }

    .TotalPriceLabel{
        display:none;
    }
.link {
    color: #6b89a5;
    font-weight: bold;
}

    .link:hover {
        text-decoration: none;
        color: #6b89a5;
    }

#body_msg {
    text-align: center;
}

a {
    color: #495563;
}

.quantity-label{
    font-size:30px;
}

.expand:hover{
    text-decoration:none;
}

.divCategory {
    background-color: #333c46;
    color: #fff;
    text-align: center;
    margin-left: 4rem;
    margin-bottom: 3rem;
}

    .divCategory i {
        font-size: 16px;
        float: left;
        padding-top: 10px;
    }

