/**
 * Request for quote front-end css
 * 
 */

#r4qQuoteForm fieldset {
    border: 0px none;
    height: 245px;
}
.request4quote-links li {
    margin-bottom: 5px
}
.product-view button.btn-r4q {
    margin-left: 0px;
}
.item button.btn-r4q {
    margin-bottom: 5px;
}
.products-grid li.item {
    padding-bottom: 100px;
}
.mat-products {
    font-size: 14px;
    font-weight: 600;
    border-width: 0px 0px 1px;
    border-bottom: 1px solid #DCDCDC;
    padding: 0px;
    margin: 0px 0px 10px;
    width: 340px;
}
.request4quote-front-quote-index #shopping-cart-table {
    width: 30%;
}
.request4quote-front-quote-index #shopping-cart-table thead th {
    font-size: 11px;
    padding: 5px 10px;
}
.request4quote-front-quote-index #shopping-cart-table tbody tr td .product-name {
    font-size: 11px;
}
.request4quote-front-quote-index #shopping-cart-table tbody tr td .product-cart-sku {
    font-size: 11px;
    padding: 10px 0px 0px 0px;
}
/* hide th and td for edit, remark, unit price, subtotal price*/

.request4quote-front-quote-index #shopping-cart-table thead tr th:nth-child(3) {
    display: none;
}
.request4quote-front-quote-index #shopping-cart-table thead tr th:nth-child(4) {
    display: none;
}
.request4quote-front-quote-index #shopping-cart-table thead tr th:nth-child(5) {
    display: none;
}
.request4quote-front-quote-index #shopping-cart-table thead tr th:nth-child(7) {
    display: none;
}
.request4quote-front-quote-index #shopping-cart-table tbody tr td:nth-child(3) {
    display: none;
}
.request4quote-front-quote-index #shopping-cart-table tbody tr td:nth-child(4) {
    display: none;
}
.request4quote-front-quote-index #shopping-cart-table tbody tr td:nth-child(5) {
    display: none;
}
.request4quote-front-quote-index #shopping-cart-table tbody tr td:nth-child(7) {
    display: none;
}
/*newsletter input*/

.newsl-input-box input[type=checkbox]:not(old) {
    width: 28px;
    margin: 0;
    padding: 0;
    opacity: 0;
}
.newsl-input-box input[type=checkbox]:not(old) + label {
    display: inline-block;
    margin-left: -4px;
    padding-left: 28px;
    background: url('/skin/frontend/smartwave/porto/images/newsl-checks.png') no-repeat 0 0;
    line-height: 24px;
}
.newsl-input-box input[type=checkbox]:not(old):checked + label {
    background-position: 0 -24px;
}
.r4q-item-remark {
    width: 98%;
}
.form-list .r4q-remark {
    width: 100%;
    height: 60px;
    padding: 4px;
}
.cart-rf4-details {
    float: right;
    width: 100%;
    height: 400px;
    margin-bottom: -250px !important;
}
.cart-rf4-details .form-list .input-box {
    width: auto;
}
.cart-rf4-details .form-list h3 {
    font-size: 14px;
    font-weight: 600;
    border-width: 0px 0px 1px;
    border-bottom: 1px solid #DCDCDC;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
}
.cart-rf4-details .form-list .input-box input {
    width: 100%;
    height: 30px;
    border-radius: 0px;
    background-color: #FFF;
    font-size: 12px !important;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.075) inset;
    padding: 0px 0px 0px 10px;
}
.cart-rf4-details .form-list label {
    float: left;
    font-size: 12px;
    position: relative;
    z-index: 0;
    margin-bottom: 2px;
}
.r4q-actions {
    text-align: right;
    clear: both;
    padding: 60px 0px 0px 0px;
    position: relative;
    bottom: 20px;
    width: 250px;
    float: right;
}
.cart-rf4-billing {
    width: 48%;
    float: right;
}
.cart-rf4-shipping {
    float: left;
    width: 151%;
    height: 120px;
}
.cart-rf4-shipping h2 {
    display: none;
}
.cart-rf4-shipping ul li {
    margin: 0px 0px 0px 0px;
    line-height: 10px;
}
.cart-rf4-details,
.cart-rf4-shipping,
.cart-rf4-billing {
    border: 0px solid #d0cbc1;
    background: #fff url(../images/bkg_block-title.gif) 0 0 repeat-x;
    padding: 12px 15px;
    margin: 0 0 -30px;
    background: none;
}
.r4q-collaterals {
    float: right;
    width: 63%;
    position: relative;
    top: -255px;
}
.cart-rf4-details h2,
.cart-rf4-shipping h2,
.cart-rf4-billing h2 {
    background-image: url("../images/i_discount.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    font: bold 13px/16px Arial, Helvetica, sans-serif;
    padding: 0 0 0 21px;
    color: #e26703;
    text-transform: uppercase;
}
.r4q-remark {
    width: 98%;
}
.r4q-data-table {
    margin-top: 1px;
    width: 100%;
    background: #f4f4f4;
}
.r4q-data-table td {
    padding: 10px;
}
/* navigation */

.r4q-navigation {
    background-color: #f2f5f6;
    border: 1px solid #ccc;
    height: 1%;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px;
    display: none;
}
.r4q-navigation li {
    float: left;
    margin-right: 10px;
}
.r4q-navigation a {
    background-color: #9bb3c3;
    border: 1px solid #999;
    border-radius: 5px;
    color: #000;
    display: block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 5px;
}
/* gradient and text shadow */
