﻿/**
 * Enterprise Surgical Button & Cart Color System.
 *
 * @package AtaÅŸ Medya\Umimo_Child\Assets\CSS
 * @author  AtaÅŸ Medya Engineering Team
 * @version 1.1.0
 */

body .woocommerce-loop-product__title,
body .product_title,
body .widget-title,
body .cart_totals h2,
body table.cart th,
body table.cart td,
body table.cart td.product-name a,
body table.cart td.product-price,
body table.cart td.product-subtotal,
body .cart_totals table th,
body .cart_totals table td {
    color: #1E1E1E;
}

body.single-product div.product form.cart .button.single_add_to_cart_button,
body.single-product div.product form.cart .woosw-btn,
body .single-product div.product .single_add_to_cart_button,
body .single-product div.product .woosw-btn,
body #payment .place-order .button,
body .woocommerce-page #payment .place-order .button {
    background-color: #959C8F !important;
    color: #ffffff !important;
    border-color: #959C8F !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

body.single-product div.product form.cart .button.single_add_to_cart_button:hover,
body.single-product div.product form.cart .woosw-btn:hover,
body .single-product div.product .single_add_to_cart_button:hover,
body .single-product div.product .woosw-btn:hover,
body #payment .place-order .button:hover,
body .woocommerce-page #payment .place-order .button:hover {
    background-color: #1E1E1E !important;
    color: #ffffff !important;
    border-color: #1E1E1E !important;
}

body .cart_totals .checkout-button,
body .wc-proceed-to-checkout a.checkout-button,
body .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body #page .cart_totals .checkout-button,
body #place_order,
body #payment .place-order button[type="submit"],
body .woocommerce-checkout #place_order {
    background-color: #959C8F !important;
    color: #ffffff !important;
    border-color: #959C8F !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    padding: 16px 32px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
}

body .cart_totals .checkout-button:hover,
body .wc-proceed-to-checkout a.checkout-button:hover,
body .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body #page .cart_totals .checkout-button:hover,
body #place_order:hover,
body #payment .place-order button[type="submit"]:hover,
body .woocommerce-checkout #place_order:hover,
body #place_order:focus,
body #payment .place-order button[type="submit"]:focus,
body .woocommerce-checkout #place_order:focus {
    background-color: #1E1E1E !important;
    color: #ffffff !important;
    border-color: #1E1E1E !important;
    opacity: 1 !important;
}

body table.cart td.actions .coupon button[type="submit"],
body table.cart td.actions .coupon button[name="apply_coupon"],
body table.cart td.actions button[name="update_cart"],
body .woocommerce-cart-form td.actions button.button,
body #page table.cart td.actions .coupon button[name="apply_coupon"],
body #page table.cart td.actions button[name="update_cart"],
body .checkout_coupon button[type="submit"],
body .checkout_coupon button[name="apply_coupon"],
body .checkout_coupon button.button {
    background-color: #959C8F !important;
    color: #ffffff !important;
    border-color: #959C8F !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

body table.cart td.actions .coupon button[type="submit"]:hover,
body table.cart td.actions .coupon button[name="apply_coupon"]:hover,
body table.cart td.actions button[name="update_cart"]:hover,
body .woocommerce-cart-form td.actions button.button:hover,
body #page table.cart td.actions .coupon button[name="apply_coupon"]:hover,
body #page table.cart td.actions button[name="update_cart"]:hover,
body table.cart td.actions .coupon button[type="submit"]:focus,
body table.cart td.actions button[name="update_cart"]:focus,
body .checkout_coupon button[type="submit"]:hover,
body .checkout_coupon button[name="apply_coupon"]:hover,
body .checkout_coupon button.button:hover,
body .checkout_coupon button[type="submit"]:focus,
body .checkout_coupon button[name="apply_coupon"]:focus,
body .checkout_coupon button.button:focus {
    background-color: #1E1E1E !important;
    color: #ffffff !important;
    border-color: #1E1E1E !important;
    opacity: 1 !important;
}

.site-header-cart .count,
.header-group-action .site-header-cart .count,
.site-header-cart.header-cart-mobile .count {
    background-color: #1E1E1E !important;
    color: #ffffff !important;
}

.widget_shopping_cart .mini_cart_item .quantity .amount,
.widget_shopping_cart p.total .amount,
.site-header-cart-side .widget_shopping_cart p.total .amount,
body .woocommerce-Price-amount {
    color: #1E1E1E !important;
}

