/* RugMaster WooCommerce CSS */

/* Override WC default button */
.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    font-family: 'Oswald', Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    background: #e02b20 !important;
    color: #fff !important;
    border: 2px solid #e02b20 !important;
    border-radius: 0 !important;
    padding: .3em 1em !important;
    transition: background .25s, border-color .25s !important;
}
.woocommerce .button:hover,
.woocommerce button.button:hover {
    background: #c99872 !important;
    border-color: #c99872 !important;
    color: #fff !important;
}
.woocommerce .button.alt,
.woocommerce button.button.alt,
.woocommerce a.button.alt {
    background: #e02b20 !important;
    color: #fff !important;
}

/* Product loop */
.woocommerce ul.products li.product .price { color: #333; font-weight: 700; }
.woocommerce ul.products li.product .price ins { color: #e02b20; text-decoration: none; }
.woocommerce ul.products li.product .price del { color: #999; }

/* Single product price */
.woocommerce div.product p.price,
.woocommerce div.product span.price { color: #333; font-size: 1.4rem; font-weight: 700; }
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins { color: #e02b20; }

/* Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: #e02b20; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover { color: #e02b20; }

/* Breadcrumb */
.woocommerce .woocommerce-breadcrumb a { color: #e02b20; }

/* Sale badge */
.woocommerce span.onsale {
    background: #e02b20;
    border-radius: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    min-width: auto;
    min-height: auto;
    padding: 3px 10px;
    line-height: 1.5;
}

/* Cart & Checkout */
.woocommerce-cart table.cart td.actions .coupon .input-text { border-radius: 0; border: 1px solid #ddd; }
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-checkout #order_review_heading { font-family: 'Nunito', Helvetica, Arial, sans-serif; }
.woocommerce form .form-row input.input-text { border-radius: 0; }
.woocommerce form .form-row input.input-text:focus { border-color: #e02b20; outline: none; box-shadow: none; }

/* Notices */
.woocommerce-message { border-top-color: #e02b20 !important; }
.woocommerce-error { border-top-color: #c4241a !important; }

/* Star ratings */
.woocommerce .star-rating span { color: #e02b20; }
.woocommerce .stars a:hover, .woocommerce .stars a.active { color: #e02b20; }
