﻿.quickQuote-form {
    background-color: #f7f7f7;
    padding: 35px;
	margin: 0 0 50px;
}
.quickQuote_header {
    margin: 0 0 30px;
 }
.quickQuote_header h1 {
    font-size: 36px;
    letter-spacing: 0.75px;
    color: #0074c8;
    padding: 0 0 0 50px;
    background-image: url('icon-quick-quote-blue.png');
    background-image: url('icon-quick-quote-blue.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left center;
}
.quote-form .inputs {
    margin: 0 0 16px;
}
.quote-form label {
    width: 100%;
    text-align: left;
    font-size: 16px; /*reset zeroing*/
    line-height: 1.5;
    color: #000000;
}
.quote-form .inputs input,
.quote-form .inputs textarea {
    width: 100%;
}
.quote-form .input-field.file-upload {
    width: 100%;
    margin-bottom: 16px;
    text-align: left;
    position: relative;
}
.quote-form .file-upload input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    height: 38.4px;
}
.quote-form .file-upload span {
    display: inline-block;
    cursor: pointer;
    background-color: #0074c8;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .44px;
    font-weight: bold;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50px;
}
.quote-form .file-upload .fileupload-icon {
    background-image: url(icon-upload.png);
    background-image: url(icon-upload.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center left 16px;
    padding-left: 45px;
}
.quote-form .file-upload .msg {
    color: #0074c8;
    margin: 10px 0 0;
}
.quote-form .input-field.input-checkbox {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
}
.quote-form .input-field.input-checkbox label {
    padding: 0 0 0 30px;
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
}
.quote-form .input-field.input-checkbox input[type="checkbox"] {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.quote-form .input-field.input-checkbox label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
}
.quote-form .input-field.input-checkbox label .checkmark::before {
    content: '';
    display: block;
    margin: auto 0;
    width: 22px;
    height: 22px;
    background-color: #ffffff;
    border: 1px solid #0074c8;
}
.quote-form .input-field.input-checkbox label input:checked ~ .checkmark::after {
    content: '';
    display: block;
    margin: auto 0 auto 4px;
    width: 14px;
    height: 14px;
    background-color: #0074c8;
    margin-top: -18px;
}
.quote-form .buttons {
    text-align: left;
}
.quote-form .btn-primary {
    border-radius: 50px;
    border: 0;
    padding: 10px 15px;
}

.quote-form  .field-validation-error {
    text-align: left;
    margin-top: 5px;
}

.shopping-cart-page .quickQuote-form .buttons {
    margin: 0;
}
.order-summary-content .product-picture img { max-width: 80px; }

@media all and (min-width: 1025px) {
    .quote-form .form-fields-column {
        display: flex;
        flex-wrap: wrap;
    }
    .quote-form .form-fields-column > div {
        width: 50%;
    }
    .quote-form label {
        width: 100%;
        display: block;
    }
    .quickQuote-form label {
        display: inline-block;
        vertical-align: middle;
        width: 150px;
    }
    .quickQuote-form .inputs input, .quickQuote-form .inputs textarea {
        width: calc(100% - 160px);
        display: inline-block;
        vertical-align: middle;
    }
    .quickQuote-form .input-field.file-upload {
        padding-left: 160px;
    }
    .quickQuote-form .buttons {
        text-align: center;
    }

    .quickQuote-form .field-validation-error {
        padding-left: 160px;
    }
}

@media all and (min-width: 1281px) {
	.quote-form .form-fields-column > div {
        width: 50%;
    }
    .quote-form .form-fields-column > div:nth-child(odd) {
        padding-right: 15px;
    }
    .quote-form .form-fields-column > div:nth-child(even) {
        padding-left: 15px;
    }
}

@media all and (max-width: 767px) {
	.shopping-cart-page table.cart .product-name { font-size: 14px; }
	.cart th, .cart td { padding: 12px 10px; }
	.cart .product { min-width: 175px; }
}