body{
    padding-bottom: 150px;
    position: relative;
    background: #343a40;
}

.navbar-brand img{
    height: 50px;
}

main{
    min-height: calc(100vh - 104px);
    height: auto;
    background: #fafafa;
}
.hide {display: none;}
.catalog,
.cart{
    padding-top: 50px;
    padding-bottom: 50px;
}

.single-product.price-list{
    display: none;
}

@media only screen and (max-width: 992px) {
    .single-product .card{
        border: 2px solid #0275d8;
        padding-top: 20px;
    }
}

.card{
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.card ul{
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
}

.card ul li,
.cart ul li{
    list-style: none;
    float: left;
    width: 100%;
}

.card .product-img{
    width: 100%;
    height: 250px;
    position: relative;
}

.qte{
    position: absolute;
    bottom: 5px;
    left: 5px;
    background-color: #FFF;
    padding: 5px 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.card strong{
    float: left;
}

.quantity strong{
    margin-top: 5px;
}

.price{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.description{
    margin-bottom: 10px;
    min-height: 90px;
}

.description span{
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Roboto', sans-serif;
    color: #191919;
}

.description .modal-note{
    float: left;
    border: 0;
    border-radius: 0;
    line-height: 9px;
    padding: 7px 20px;
    cursor: pointer;
}

.codeart{
    text-align: right;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Roboto', sans-serif;
    color: #191919;
    margin-top: 10px;
}

.card input{
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 0;
    float: left;
}

.card input.qprofloat, .card input.qpro {
    width: 80px;
}

.card input[type="button"]{
    border-radius: 0;
    float: left;
    border: 0;
    box-shadow: none;
}

.card input[type="button"].booking{
    width: auto;
    cursor: pointer;
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.card textarea{
    width: 100%;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    resize: none;
    border-color: #e8e8e8;
    padding: 8px;
}

li.quantity {
    margin-bottom: 20px;
}

.products-list{
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #999;
}

.product{
    margin-bottom: 20px;
}

.product-img{
    width: 100px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
}

.cart ul{
    float: left;
}

.do-login{
    margin-top: 50px;
}

.overlay-login{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.9);
    width: 100%;
    height: 100%;
    display: none;
}

.login{
    max-width: 300px;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    margin-top: 50px;
    background-color: #FFF;
}

.form-signin-heading{
    font-size: 20px;
}

.login input{
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 300px;
}

.error {
    border: 1px solid red;
    background-color: rgba(165,18,40,0.8);
}

.quantity .error{
    color: red;
    float: left;
    margin-top: 7px;
    margin-left: 5px;
    border: 0;
    background: none;
    font-size: 14px;
    display: none;
}

.msg-error{
    color:rgb(165,18,40);
    display: none;
    float: left;
    width: 100%;
}

#summery-cart h5{
    margin-bottom: 10px;
}

#summery-cart .send-to-cart{
    color: #fff;
    border-color: #0275d8;
    margin-top: 10px;
}

p{
    margin-bottom: 0;
}

.product ul{
    padding: 0;
}

.product ul li{
    font-size: 14px;
}

.no-offers{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.no-offers img{
    width: 100%;
}

footer{
    padding: 10px 0;
    position: relative;
    bottom: 0;
    width: 100%;
    color: #bfbfbf;
}

footer p{
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
}

.footer-produtcts{
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
}

.footer-produtcts:after{
    content: '';
    position: absolute;
    bottom: -20px;
    left: 25%;
    width: 50%;
    height: 1px;
    background-color: #0275d8;
}

.loader{
    position:fixed;
    top: 0;
    left:0;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    display: none;
}

.loader span{
    display: inherit;
    color: #FFF;
    text-align: center;
    margin-top: 20%;
    font-size: 24px;
    font-weight: bold;
}
