/* 
Theme Name: WO Lease theme	
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: WO Lease
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: WO Lease theme
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/*
    Winkelmand & checkout
*/

.woocommerce-info a {
    color: black;
}

tr.woocommerce-shipping-totals.shipping {
    background-color: white;
}
.woocommerce-cartpage .cart_totals h2 {
    color: white;
}

.woocommerce-cartpage tr.order-total {
    background-color: wheat;
    background-color: white;
}
a.checkout-button.button.alt.wc-forward {
    font-family: "Lato", Sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    /* border-radius: 0px 10px 10px 0px; */
    /* padding: 0px 50px 0px 50px; */
    background-color: var( --e-global-color-854e4e7 );
    transition: all 0.2s;
}

.woocommerce-cartpage thead {
    background-color: var( --e-global-color-854e4e7 );
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 9px 8px 5px 12px;
    margin: 0 4px 0 0;
    outline: 0;
    width: 40%;
}

.woocommerce-cartpage  {
    font-family: lato !important;
}

td.actions {
    background-color: white;
}

table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th {
    border-top: none;
}
table td, table th{
border: none;	
}

.woocommerce-cartpage button.button {
    font-family: "Lato", Sans-serif;
    font-size: 9px !important;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    height: 39px;
    /* border-radius: 0px 10px 10px 0px; */
    padding: 0px 34px 0px 33px !IMPORTANT;
    background-color: #D8B679 !important;
    transition: all 0.2s;
    color: white !important;
}

td.product-name a {
    color: black !important;
}

tr.woocommerce-cart-form__cart-item.cart_item {
    background-color: white;
}

.woocommerce-info {
	
	border-top-color: #D8B679 !important;
}

.woocommerce {
    font-family: lato !important;
}

.woocommerce-info::before {
	color: #D8B679 !important
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    font-family: "Lato", Sans-serif;
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    height: 39px;
    /* border-radius: 0px 10px 10px 0px; */
    padding: 0px 34px 0px 33px !IMPORTANT;
    background-color: #D8B679 !important;
    transition: all 0.2s;
    color: white !important;	
}

/*
    Product pagina
*/
.woocommerce-notices-wrapper {
    display: none;
}