.modal-dialog {
    max-width: 955px;
    width: 100%;
}

#modal-login .modal-dialog {
    max-width: 100%;
    width: 400px;
}

ul{
    padding: 0;
    margin-bottom:0;
}

ul li{
    list-style: none;
}

a {
    color: #2b2b2b;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    margin-bottom: 0;
    font-family: Montserrat;
    font-weight: 700;
}

p{
    margin-bottom: 0;
    font-family: Source Sans Pro;
    color: #333333;
    font-weight: 300;
    font-size: 15px;
}

.card-title{
    margin-bottom: 0;   
}

button:focus {
    outline: 0;
    outline: 0;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0;
}

select:focus,
textarea:focus,
input:focus {
    font-size: 16px;
}

#cart-modal .modal-footer>:not(:last-child) {
    margin-right: 0 !important;
}

#cart-modal .modal-footer>:not(:first-child) {
    margin-left: 0 !important;
}

