.border-left-new{border-left:4px solid #dee2e6!important; padding-left: 15px;}

/*Grid images display. Fixes diferent proportions*/
.image-wrapper {
    width: 100%; 
    padding-bottom: 70%;
    position: relative;
}

.image-wrapper img {
    max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}
    
ul{ list-style: none; padding-left: 0px; }
label{justify-content: left !important;}
.fields_ship_to{ padding: 10px; }
.fields_ship_to input{ max-width: 100% !important; width: 100% !important; margin-bottom: 10px; }

.fields_bill_to{ padding: 10px; }
.fields_bill_to input{ max-width: 100% !important; width: 100% !important; margin-bottom: 10px; }
#product_quantity{width: 30px;
    text-align: center;}

.close {
    font-size: 18px;
    opacity: 0.2;
}

.modal-title {
    font-size: 15px;
}

.modal-footer button {
    background-color: white;
    border: 1px solid #e9ecef;
    text-transform: uppercase;
    font-family: Oswald, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
}

.modal-footer button:hover {
    background-color: #ebebeb;
    border-color: #adadad;
}