/*!
Theme Name: loba-theme
Theme URI: https://www.loba.com/
Author: Underscores.me, adapted by LOBA
Author URI: https://www.loba.com/
Description: Loba Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: loba-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

loba-theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*.woocommerce-checkout-payment{
    background-color: #aeaeae !important
}*/

.woocommerce-checkout-review-order-table tfoot {
    background-color: black;
    color: #fff;
}

.woocommerce table.shop_table {
    border-collapse: collapse !important;
}

.woocommerce {
    margin-top: 50px;
}

.select2-container .select2-selection--single {
    height: 45px !important;
}

.woocommerce form .form-row .input-text{
    border-radius: 0 !important;
}

.woocommerce-info {
    border-top-color: #000000;
}

.woocommerce-info::before {
    color: #000000;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row input[type="text"],
.woocommerce form .form-row input[type="number"],
.woocommerce form .form-row input[type="password"],
.woocommerce form .form-row input[type="email"],
.woocommerce form .form-row input[type="tel"],
.woocommerce form .form-row input[type="search"] {
    height: 48px;
}

.woocommerce-Button, .woocommerce-button{
    background-color: black !important;
    color: white !important;
    font-weight: 400 !important;
    border-radius: 0 !important;
}

.woocommerce-Button:hover{
    opacity: 0.8 !important;
}

.woocommerce table.my_account_orders th {
    padding: 1rem;
}

.woocommerce-orders-table thead{
    background-color: black !important;
    color: white !important;
}

.woocommerce table.shop_table tbody th {
    padding: 1.5rem;
}

.woocommerce-orders-table__cell a{
    margin-right: 5px !important;
}