/*
Theme Name: Wallable
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.woocommerce-order-received .woo-page-header {
    display: none;
}

.woocommerce-order-received .product-title {
    color: #383838;
}

.woocommerce-order-received .card {
    border-radius: 10px;
}

.woocommerce-order-received .addresses {
    padding: 24px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin: 16px 1px 16px 1px;
}

.woocommerce-order-received .card-title {
    font-size: 18px;
    font-weight: 700;
    color: #383838;
    text-transform: none;
}

.woocommerce-order-received .quantity {
    position: absolute;
    top: 4px;
    right: 4px;
}

.woocommerce-order-received .wc-item-meta {
    list-style-type: none;
    padding-left: 0;
    font-size: 13px;
}

.woocommerce-order-received .wc-item-meta p {
    margin: 0;
    display: inline;
}

.woocommerce-order-received .product-img {
    width: 120px;
}

.woocommerce-order-received .totals th,
.woocommerce-order-received .totals td {
    padding: 0;
}

.woocommerce-order-received .totals th {
    color:#383838;
    font-weight: 400;
}

.woocommerce-order-received .totals td {
    text-align: right;
}

.woocommerce-order-received .totals td small {
    display: block;
}

.woocommerce-order-received .totals tr {
    vertical-align: top;
    font-size: 14px;
}

.woocommerce-order-received .totals tr:last-of-type {
    border-top: 1px solid #ddd;
}

.woocommerce-order-received .totals tr:last-of-type .woocommerce-Price-amount,
.woocommerce-order-received .totals tr:last-of-type th {
    font-weight: 600;
    font-size: 16px;
    color: #383838;
}

.woocommerce-order-received .totals tr:last-of-type th,
.woocommerce-order-received .totals tr:last-of-type td {
    padding-top: 12px;
}

.woocommerce-order-received .totals tr:nth-last-of-type(2) th,
.woocommerce-order-received .totals tr:nth-last-of-type(2) td {
    padding-bottom: 12px;
}

.woocommerce-info.mollie-instructions {
    padding: 16px 24px;
    border-radius: 10px;
    background-color: #d7ffcc;
    color: #375f2c;
    margin-top: 16px;
    font-size: 14px;
    display: flex;
}

.woocommerce-info.mollie-instructions p {
    margin: 0 0 0 8px;
}

.mapboxgl-ctrl-geocoder--powered-by {
    display: none !important;
}

.mapbox-search .mapboxgl-ctrl-geocoder {
    background-color: transparent;
}

.mapbox-search .mapboxgl-ctrl-geocoder,
.mapbox-search input {
    box-shadow: none;
    width: 100%;
    max-width: 100%;
}

.mapbox-search input {
    padding: 12px 12px 12px 40px;
    border-radius: 0.5rem;
}

.mapbox-search input:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 202, 183, 0.25);
}

.mapbox-search .mapboxgl-ctrl-geocoder .suggestions {
    padding: 8px;
}

.mapboxgl-ctrl-geocoder .suggestions a {
    border-radius: 5px;
    margin: 2px auto;
}

.mapbox-search .mapboxgl-ctrl-geocoder--icon-search {
    left: 12px;
    width: 20px;
    height: 28px;
}

.mapbox-search .mapboxgl-ctrl-geocoder--icon-close {
    margin-top: 8px;
    margin-right: 4px;
}

.mapbox-search .mapboxgl-ctrl button:not(:disabled):hover {
    background-color: transparent;
}

.tab-bar {
    background-color: #0000001A;
    display: inline-flex;
    border-radius: 0.5rem;
    padding: 4px;
}

.btn-tab {
    color: #383838;
    padding: 8px 12px;
    margin: 2px;
    border-radius: 25px;
    transition: all 0.3s ease-in-out;
}

.btn-tab:hover,
.btn-tab:focus,
.btn-tab.active {
    color: #000000;
    background-color: rgba(255, 255, 255, 0.8);
    outline: 0;
    box-shadow: none !important;
}

@media only screen and (max-width: 991px) {
    .mapbox-search .mapboxgl-ctrl-geocoder--icon-search {
        height: 23px;
    }

    .tab-bar {
        display: flex;
        justify-content: center;
    }
}
