/**
 * You can put your custom css code in this file.
 * If you haven't don't know what css is, you can take a look at http://www.cssbasics.com/
 */

/**
* Only apply to this project.
*/
.header {
    padding: 15px 0;
}

@media (max-width: 768px) {
    .header {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .template-contact main .container-fluid {
        max-width: 960px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1200px) {
    .template-contact main .container-fluid {
        max-width: 1140px;
    }
}

.customer-order-product-box__header-title,
.customer-order-product-box__product-count {
    font-size: 14px;  
}

.productrow .shop-quick a {
    font-size: inherit;   
}

.shipping-quotes input[type=radio], .checkout-card-body input[type=radio] {
    margin-top: 2px;
}

input[type=checkbox] {
    vertical-align: -2px;
}