<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.request-quote-to-cart {
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 5%;
}

.request-quote-to-cart:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

.request-quote-to-cart:visited {
    color: #ffffff !important;
    text-decoration: none !important;
}

.data-table thead tr th {
    font-weight: bold;
}

#resultsTable tbody .summary{
    text-align: right!important;
    font-weight: bold;
    padding-right: 75px;

}

.legend{
    font-size: 17px;
    font-weight: 400;
    color: #ff6d00;
    padding: 10px 0;
    margin-left: 40px;
}

.card label{
    font-weight: bold;
    width: 30%;
    display: inline-block;
}

.card ul {
    margin-top: 14px!important;
    list-style: none;
    padding: 0px!important;
    display: inline-block;
    width: 100%;
}

@media all and (min-width: 900px) {
    .card {
        height: auto;
        width: 100%;
        display: inline-block;
        border-radius: 1px;
        border: 1px solid #e3e3e3;
        box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
        background: #fff;
        margin-bottom: 10px;
        padding: 0 10px 10px;
        overflow-x: auto;
    }

    .fieldset-narrow,.fieldset-wide {
        float: left;
    }
    .fieldset-narrow{
        width: 30%;
        padding-left: 40px;
    }

    .fieldset-wide{
        width: 30%;
        padding-left: 40px;
    }


}


@media (max-width: 899px) {
    .card {
        height: auto;
        width: 100%;
        display: inline-block;
        border-radius: 1px;
        border: 1px solid #e3e3e3;
        box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
        background: #fff;
        margin-bottom: 10px;
        padding: 0 10px 10px;
        overflow-x: auto;
    }

    .fieldset-wide{
        width: 90%;
    }
    .fieldset-narrow,.fieldset-wide {
        float: left;
    }
    .fieldset-narrow{
        width: 50%;
        margin-right: 20px;
    }

    .card label {
        font-weight: bold;
        /*width: 47%;*/
    }



}

.submit-quote button {
    width: 100%;
    padding: 14px 17px!important;
    font-size: 1.8rem!important;
}

#quote .close-icon {
    position: absolute;
    top: 0;
    right: 0;
    margin: 33px 43px 0 0;
    cursor: pointer;
    z-index: 999999999999;
}

#quote .close-icon img {
    width: 13px;
    height: 13px;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 100%;
    line-height: inherit;
}

#quote .quote-form{
    position: relative;
    text-transform: inherit;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: 300;
    margin: 0 0 10px 0;
    font-size: 1em;
    color: inherit;
    padding: 48px 30px;
    float: none;
    box-sizing: border-box;
    display: table-cell;
    background: none;
    vertical-align: top;
    height: 100%;
    width: 100%;
    max-width: inherit;
    box-shadow: -8px 0 26px -10px #e0e0e0;
    -webkit-box-shadow: -8px 0 26px -10px #e0e0e0;
    -moz-box-shadow: -8px 0 26px -10px #e0e0e0;
}

#quote .quote-form .introduction {
    border: none;
    border-bottom: 1px solid #cdcdcd;
    padding: 0;
    margin: 0 0 25px 0;
    background: none;
    float: none;
}

.large-text {
    margin: 0;
    margin-bottom: 0.7em;
    color: #3399cc;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
}

#quote p {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif!important;
    font-weight: 300;
    -webkit-font-smoothing: subpixel-antialiased!important;
    line-height: 1.5;
    color: #636363;
    font-size: inherit;
    margin: 0;
    padding: 0;

}

#quote .quote-form .introduction p {
    margin: 0 0 15px 0;
}

#quote .quote-form .client-data {
    margin: 20px 0 0 0;
}

#quickQuote .client-data {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    line-height: inherit;
}

#quote .quote-form h4 {
    letter-spacing: 0;
    line-height: inherit;
    border: 0;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif!important;
    font-weight: 500;
    text-transform: inherit;
    font-size: 1.2em;
    padding: 0;
    color: #636363;
}

#quote .toggle-remark {
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #dbb84f;
    background: #f7eed3;
    cursor: pointer;
    padding: 10px 19px;
    position: inherit;
    margin: 0 0 12px 0;
}

#quote .toggle-remark span {
    text-decoration: underline;
}

#quote .remark-container {
    padding: 0 0 12px 0;
}

#quote .quote-form label {
    text-transform: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: 0 10px 0 0;
    margin: 0;
    border: none;
    background: none;
    text-align: left;
    width: 100%;
    height: auto;
}

#quote label, #quote textarea {
    font-family: inherit!important;
    max-height: none;
    text-transform: none;
    font-size: 1.0em;
    text-shadow: none;
    box-shadow: none;
    -webkit-font-smoothing: subpixel-antialiased!important;
}

#quote textarea {
    max-width: inherit;
    height: 130px;
}

#quote textarea {
    width: 100%;
    height: auto;
    border: 1px solid #a1a1a1;
    background: transparent;
    margin: 0;
    padding: 10px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-sizing: border-box;
}

#quote span.required {
    position: absolute;
    right: 0;
    margin: 0 28px 0 0;
    top: 32px;
    border: none;
}



#quote input {
    width: 500px!important;
    height: 35px;
    border: 1px solid #a1a1a1;
    background: transparent;
    -webkit-box-shadow: inset 0 3px 3px #e7e7e7;
    -moz-box-shadow: inset 0 3px 3px #e7e7e7;
    box-shadow: inset 0 3px 3px #e7e7e7;
    font-weight: 600;
    color: #636363;
    margin: 0;
    padding: 9px 25px;
    line-height: 1.5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-sizing: border-box;
    font-family: inherit!important;
    max-height: none;
    text-transform: none;
    font-size: 1.0em;
    text-shadow: none;
    -webkit-font-smoothing: subpixel-antialiased!important;
}

#quote .input-box {
    width: 50%;
}

#address-detail-container {
    margin: 15px 0 0 0;
}

#address-detail-container h4 {
    margin: 0 0 15px 0;
}

#quote table tr {
    background: transparent!important;
    border: none;
}

#quote table tr td:nth-child(2) {
    padding-left: 15px;
}

#quote #submit-quote-request {
    margin: 5px 0 0 0;
    padding: 0;
    float: right;
    clear: both;
}

#quote .btn-proceed-checkout {
    background: #3399cc;
    background-image: none!important;
    color: #fff;
    border-bottom: 4px solid #247fac;
    outline: none;
    border-top: none;
    border-right: none;
    border-left: none;
    text-decoration: none;
    border-radius: 5px;
    line-height: inherit;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-transform: inherit;
    cursor: pointer;
    height: auto;
    min-width: 0;
    width: auto;
    max-width: 100%;
    padding: 10px 30px;
    margin: 0;
}

#quote button {
    font-family: inherit!important;
    max-height: none;
    text-transform: none;
    font-size: 1.0em;
    text-shadow: none;
    box-shadow: none;
    -webkit-font-smoothing: subpixel-antialiased!important;
    font-weight: 300;
    font-style: normal;
    float: right;
}

#quote .btn-proceed-checkout:hover {
    -webkit-box-shadow: 0 2px 5px 0 #d7e7ef;
    -moz-box-shadow: 0 2px 5px 0 #d7e7ef;
    box-shadow: 0 2px 5px 0 #d7e7ef;
    padding-top: 12px;
    padding-bottom: 8px;
    border-bottom-color: transparent;
    background: #2e8ab8;outline: none;
    border-top: none;
    border-right: none;
    border-left: none;
    text-decoration: none;

}

#quote select {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: inherit;
    padding: 9px 80px 9px 25px;
    background-size: 46px 42px!important;
    width: 100%;
    border: 1px solid #a1a1a1;
    background: transparent;
    -webkit-box-shadow: inset 0 3px 3px #e7e7e7;
    -moz-box-shadow: inset 0 3px 3px #e7e7e7;
    box-shadow: inset 0 3px 3px #e7e7e7;
    font-weight: 600;
    color: #636363;
    margin: 0;
    line-height: 1.5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-sizing: border-box;
    font-family: inherit!important;
    max-height: none;
    text-transform: none;
    font-size: 1.0em;
    text-shadow: none;
    -webkit-font-smoothing: subpixel-antialiased!important;
}

/*#ajax-loading {*/
    /*width: 200px;*/
    /*height: 100px;*/
    /*position: fixed;*/
    /*display: none;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*margin-top: -50px;*/
    /*margin-left: -100px;*/
    /*background: #f1f1f1 url('../images/apiquote/loading.gif') no-repeat center;*/
    /*text-align: center;*/
    /*opacity: 0.8;*/
    /*filter: alpha(opacity=80);*/
    /*box-shadow: 5px 5px 5px #888888;*/
    /*z-index: 9999999;*/
/*}*/

 .field.required&gt;.label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}

#message-quote{
    width: 30%;
    height: 80px;
    position: fixed;
    background-color: #f4f4f4;
    display: none;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -10%;
    text-align: center;
    filter: alpha(opacity=80);
    box-shadow: 5px 5px 5px #888888;
    z-index: 9999999;
    font-size: 14px;
    padding: 22px;
    font-weight: bold;
    border-radius: 5px;
}

.p5 .sp-methods {
    padding: 10px 0 0 15px;
    text-align: left;
    margin: 0 0 8px;
    box-sizing: border-box;
}

.sp-methods dt:first-child {
    margin: 0 0 5px;
}

.sp-methods dt{
    font-weight: bold;
}

.sp-methods dd {
    margin-bottom: 10px;
}

.sp-methods dd li {
    margin: 5px 0;
}

.sp-methods dd input.radio {
    float: left;
    margin-right: -40px !important;
    margin-top: 10px !important;
    width: auto !important;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.radio {
    position: relative;
    top: -1px;
    display: inline-block;
}

.sp-methods dd label{
    border: 1px solid #cccccc;
    background-color: #ececec;
    min-width: 220px;
    color: #636363;
    padding: 5px 10px;
    display: inline-block;
    width: auto;
    max-width: none;
    min-width: 250px;
    float: none;
    padding: 6px 10px 6px 40px !important;
}

.sp-methods label{
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 12px;
    font-style: italic;
    min-width: 100px;
}

.radio + label{
    font-weight: normal;
    vertical-align: top;
}
.rfq-productList thead th:nth-child(1) {
    width: 10%; /* Product name */
}
.comments {
    min-width: 300px;
}
.rfq-productList thead th:nth-child(2) {
    width: 30%; /* Product name */
}

.rfq-productList thead th:nth-child(3) {
    width: 10%; /* Qty */
}

.rfq-productList thead th:nth-child(4) {
    width: 20%; /* SKU */
}

.rfq-productList tbody tr {
    border-top: none !important;
}

.rfq-productList th {
    display: none;
    padding: 0;
    font-weight: 400;
    padding-bottom: 0px;
}

.rfq-productList td {
    padding: 10px !important;
    font-weight: 400;
}

.rfq-productList th, .rfq-productList td {
    text-align: left;
}

@media (min-width: 480px) {
    .rfq-productList th {
        display: table-cell;
        padding: .25em .5em;
    }
}

.rfq-productList th, .rfq-productList td {
    margin: .5em 1em;
}

.rfq-productList th {
    color: #ffffff;
    background: #000;
}

.rfq-productList th, .rfq-productList td {
    padding: 10px;
}
#quote .b2b-introduction p {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}

#quote .b2b-quote-notification p {
    font-weight: 400 !important;
    color: #ffffff !important;
    font-family: inherit !important;
}

.b2b-btn-cart {
    margin-top: 15px;
    width: 100%;
    text-align: center;
}

#minicart-content-wrapper a.b2b-btn-cart {
    line-height: 26px;
}</pre></body></html>