body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;
    width: 100%;
    overflow-x: hidden;
    font-weight: 500;
}

*:focus {
    outline: 0 !important;
}

a,
a:hover {
    color: #333;
}

.select-customer-block {
    display: none;
}

.vm-orders-order .select-customer .button {
    margin-top: 5px !important;
    background-color: #df0604;
    color: #fff;
}

input {
    font-size: 14px !important;
}

input::placeholder,
textarea::placeholder {
    font-size: 14px !important;
}

a,
a:hover {
    text-decoration: none;
}

p {
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 0px !important;
}

h1 {
    font-size: 2.5rem;
}

h6 {
    font-size: 1rem;
}

.inverse {
    background-color: #fff !important;
    color: #970402 !important;
}

.btn-new {
    border: 0px;
    padding: 15px 30px 15px 30px;
    background-color: #df0604;
    color: #fff;
    font-weight: 600;
    position: relative;
    margin: 10px 0px;
    border-radius: 5px;
    overflow: hidden;
    font-size: 12px;
    text-transform: uppercase;
}

.btn-outline-new {
    border: 0px;
    padding: 15px 30px 15px 30px;
    border: 1px solid #df0604;
    color: #df0604 !important;
    font-weight: 600;
    position: relative;
    margin: 10px 0px;
    border-radius: 5px;
    overflow: hidden;
    font-size: 12px;
    text-transform: uppercase;
    background-color: transparent !important;
}

.btn-new:hover {
    border: 0px;
    background-color: #970402;
    color: #fff;
    font-weight: 600;
    position: relative;
    margin: 10px 0px;
    border-radius: 5px;
    overflow: hidden;
    text-transform: uppercase;
    transition: all 0.3s ease-in;
}

.section-wrapper {
    background-image: url(../img/bg.png);
    background-size: cover;
    min-height: 100vh;
    display: flex;
    padding: 30px 0px;
}

.section-inner-wrapper {
    background-color: #f5f5f5;
    min-height: 100vh;
    display: flex;
    padding: 15px 0px;
}

.section-inner-wrapper .card {
    box-shadow: 8px -8px 15px #d2d2d26b, -8px 8px 15px #d2d2d26b;
}

.card {
    background-color: #fff;
    padding: 50px 30px;
    border-radius: 10px;
    box-shadow: 8px -8px 15px #2d2d2d6b, -8px 8px 15px #2d2d2d6b
}

.btn {
    padding: 10px 15px 10px 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px !important;
}

.btn-success {
    background-color: #df0604;
    border: 0px;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #970402;
    border: 0px;
}

.show_cart a {
    background-color: #df0604;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    padding: 8px 13px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 10px;
}

.show_cart a:hover {
    background-color: #970402;
    border: 0px;
    color: #fff !important;
}

.bg-light {
    background-color: #fff !important;
    -webkit-box-shadow: -1px 7px 5px -3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 7px 5px -3px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 7px 5px -3px rgba(0, 0, 0, 0.15);
}

.card img {
    margin-bottom: 20px;
    max-width: 250px;
}

.card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.card label {
    font-size: 12px;
    margin-bottom: 2px;
}

.card .form-group {
    margin-bottom: 0.6rem;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(2n) {
    background-color: rgba(0, 0, 0, .03);
}

.card .card-header,
.card .card-footer {
    background-color: #fff;
}

.form-control {
    height: calc(2.5em + .75rem + 2px);
    height: 45px;
}

.email {
    position: relative;
}

.delete {
    position: absolute;
    padding-left: 2px;
    padding-right: 2px;
    bottom: 0;
    right: 5px;
    background-color: #f00;
    color: #fff !important;
    font-size: 12px;
    cursor: pointer;
    height: 100%;
    border: 0px;
}

.navbar {
    padding-right: 4.6rem;
}

.navbar.py-3 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.navbar-toggler {
    padding: 0px;
    border: 0px;
}

.nav-link {
    padding: 10px !important;
}

.nav-item .dropdown-toggle,
.dropdown-menu .nav-link {
    text-transform: capitalize;
    color: rgba(0, 0, 0, .9) !important;
    font-size: 14px;
}

.dropdown .nav-link:hover~.dropdown-menu {
    display: block;
    transition: all 0.3s ease-in;
}

.dropdown-menu:hover {
    display: block;
}

.dropdown-menu a:first-child {
    border-bottom: 1px solid #ddd;
}

.dropdown-menu a {
    padding: 8px 15px !important;
}

.dropdown-menu {
    transition: all 0.3s ease-in;
    top: 25px;
    padding: 0px;
    min-width: 125px;
}

.nav-link i {
    color: #df0604;
    margin-right: 5px;
}

.navbar-brand img {
    max-width: 120px;
}

.data-table th {
    color: #df0604;
    background-color: #ffd5d4;
}

.data-table td {
    vertical-align: middle !important;
    padding: 0.6em .75rem;
}

.addtocart-area {
    display: flex;
    max-height: 15px !important;
    min-height: inherit !important;
}

.addtocart-area .quantity-box input {
    display: block !important;
    width: 100%;
    text-align: left;
    height: calc(1.5em + .75rem + 2px) !important;
    padding: .375rem .35rem !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box;
    max-width: 75px !important;
    min-width: 50px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 13px;
    background: #fff !important;
}

.addtocart-area .form-select {
    display: block !important;
    width: 100%;
    height: calc(1.5em + .75rem + 7px) !important;
    padding: .38rem .25rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box;
    max-width: 75px !important;
    min-width: 50px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 13px !important;
}

.display-number .inputbox {
    margin-left: 10px;
}

.continue-shopping a {
    color: #FFF;
}

.select-customer #userIDcart_chzn a {
    display: block !important;
    width: 100%;
    height: calc(1.5em + .75rem + 2px) !important;
    padding: .375rem .25rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select-customer input {
    border: 0px;
    padding: 8px 30px 8px 30px;
    background-color: #fff;
    border: 1px solid #df0604;
    color: #df0604;
    font-weight: 600;
    position: relative;
    margin: 10px 0px;
    border-radius: 5px;
    overflow: hidden;
    font-size: 14px;
    margin-top: 5px;
}

.billto-shipto {
    margin-top: 0px;
    border-top: 0px !important;
    border: 1px solid #ddd!important;
    padding: 0px !important;
    margin: 8px 0 0 !important;
}

.billto-shipto .address-heading {
    background: #fbe8e7 !important;
    padding: 10px 5px !important;
    width: 100%;
    border-bottom: solid #E9E8E8 1px;
}

.billto-shipto .output-billto {
    padding: 10px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.billto-shipto .address-heading {
    font-weight: 600;
}

.billto-shipto .details {
    border: 0px;
    margin-top: 0px !important;
    margin-left: 10px !important;
    margin-bottom: 10px;
    padding: 8px 15px 8px 15px;
    background: transparent !important;
    border: 1px solid #444;
    color: #444;
    font-weight: 600;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    font-size: 12px;
    margin-top: 5px;
}

.cart-summary th {
    background: #fbe8e7 !important;
    padding: 10px 5px !important;
}

.address .chzn-single {
    display: block !important;
    width: 100%;
    height: calc(1.5em + .75rem + 2px) !important;
    padding: .375rem .25rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box;
    width: 100% !important;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.address input {
    display: block !important;
    width: 100%;
    height: calc(1.5em + .75rem + 2px) !important;
    padding: .375rem .25rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box;
    width: 100% !important;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.address .chzn-container {
    width: 100% !important;
    background: inherit !important;
    margin-top: 0px !important;
}

.select-address {
    display: block !important;
    width: 100%;
    height: calc(1.5em + .75rem + 8px) !important;
    padding: .375rem .25rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 14px !important;
}

.user-wrapper {
    background-color: #404040;
}

.user-wrapper a {
    color: #fff;
    padding: 7px 10px !important;
}

.vm-pagination .pagination-start,
.vm-pagination.pagination-end {
    display: none !important;
}

.pagenav {
    background-color: transparent !important;
}

span.pagenav {
    background-color: #df0604 !important;
    color: #fff !important;
}

.vm-pagination ul li {
    display: inline-block !important;
    margin-bottom: 14px !important;
}

.cart-summary td {
    padding: 7px 3px !important;
}

.order-address {
    border: 1px solid #ddd;
}

.order-address .order-address-heading {
    background: #fbe8e7 !important;
    padding: 10px 5px !important;
    font-weight: 600;
}

.order-address-content {
    padding: 10px;
}

.vm-orders-items #tabs {
    display: none;
}

.order-item-table th {
    color: #df0604;
    background-color: #ffd5d4;
}

.vm-fieldset-pricelist h6 {
    font-weight: 600;
    color: #df0604;
}

.search-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 8px -8px 15px #d2d2d26b, -8px 8px 15px #d2d2d26b;
}

.search-box {
    position: relative;
}

.searchinput {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.search-button {
    background-color: #df0604;
    border: 0px;
    padding: 10px 15px 10px 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem;
}

.search-clear {
    margin-left: -32px;
    font-weight: 600;
    z-index: 999;
    padding: 0px 10px;
    border: 0px;
    border: 1px solid #df0604;
    color: #df0604 !important;
}

.product span.quantity-controls {
    width: 25px !important;
    display: inline-block;
    vertical-align: middle;
    margin: 0px !important;
}

.product span.quantity-controls input {
    background-size: cover !important;
}

.product span.quantity-controls input.quantity-minus {
    margin: 1px 5px 0px 0px !important;
}

.product span.quantity-controls input.quantity-controls {
    height: 20px !important;
    border: none;
    width: 22px !important;
    cursor: pointer;
    margin-top: 10px !important;
}

.brand-select {
    margin-bottom: -59px;
    z-index: 999;
    position: relative;
    padding-top: 15px;
    padding-left: 30px;
}

.brand-select .chzn-container-single {
    width: 100% !important;
    display: flex !important;
    min-width: 100% !important;
}

.brand-select .chzn-search input,
.brand-select .chzn-drop {
    width: 100% !important;
    min-width: 100% !important;
}

.brand-select .chzn-container-single .chzn-single div b {
    margin-top: 12px !important;
}

.brand-select .chzn-container-single .chzn-single span {
    margin-top: 5px;
}

.brand-select .chzn-single {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px) !important;
    padding: .375rem .75rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 45px !important;
    background: #FFF !important;
}

.address-modal-body #jform_name-lbl {
    width: 100% !important;
}

.address-modal-body input {
    display: block !important;
    width: 100%;
    height: calc(1.5em + .75rem + 2px) !important;
    padding: .375rem .25rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box;
    width: 100% !important;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal-backdrop {
    background-color: #0009 !important;
}

.quickbookupdate input {
    width: 120px;
}

.save-button {
    padding: 5px 7px 5px 7px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px !important;
    background-color: #df0604;
    color: #fff;
    border: 0px;
    line-height: 1.5;
    border-radius: .25rem;
}

.cart-summary .quantity-controls {
    width: 100%;
    margin-left: 0px;
    position: relative;
    margin-top: -22px;
    display: block;
}

.cart-summary span.quantity-controls input {
    background-size: cover !important;
}

.cart-summary span.quantity-controls input.quantity-plus {
    position: absolute;
    right: 5px;
}

.cart-summary span.quantity-controls input.quantity-minus {
    position: absolute;
    left: 0px;
}

.cart-summary span.quantity-controls input.quantity-controls {
    height: 20px !important;
    border: none;
    width: 22px !important;
    cursor: pointer;
}

.cart-summary .vm2-remove_from_cart {
    //margin-top: 25px;
}

#page-loading{
position: fixed;
top: 0;
left: 0;
background-color:rgb(0,0,0,0.5);
width: 100%;
height: 100%;
z-index: 99999;
background-position: center center;
background-image: url(../img/spinner.gif);
background-repeat: no-repeat;
text-align: center;


}

.frozen-color {
	color: blue;
}
.cart-summary .quantity-input{
    width: 40px !important;

}