/*
Theme Name: Bane
Text Domain: bane
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
*/

@import url("../porto/style.css");

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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Open+Sans:wght@400;600&display=swap');

:root {
    --bane-navy: #003f82;
    --bane-orange: #e78a13;
    --bane-white: #FFFFFF;
    --bane-light-gray: #F5F5F5;
    --bane-dark-gray: #333333;
    --bane-success: #28A745;
}

body { background-color: var(--bane-light-gray); color: var(--bane-dark-gray); font-family: 'Open Sans', sans-serif; }

.logo-row { background-color: var(--bane-navy); }
.product-badge { background-color: var(--bane-success); }

h1, h2, h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; color: var(--bane-navy); }
p { font-family: 'Open Sans', sans-serif; }

.bane-motto-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.1;
}
.bane-motto-header .tradition {
    color: #ff6600;           /* orange */
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
}
.bane-motto-header .motto {
    color: #ffffff;           /* white */
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.1;
}
.sticky .bane-motto-header .motto {
    font-size: 18px;
}

.tech-instructions-table-padding table tr td {
    padding: 0 8px;
}

.product-images .zoom {
    bottom: auto;
    top: 4px;
}

/* Mobile */
@media (max-width: 991px) {
    .header-left-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .bane-motto-header {
        margin-left: 0;
        margin-top: 8px;
    }
    .bane-motto-header .motto {
        font-size: 18px;
    }
}

.u-column1.col-1.woocommerce-Address {
    width: auto !important;
}
.u-column2.col-2.woocommerce-Address {
    display: none !important;
}
.cart-total .woocommerce-shipping-destination {
    display: none !important;
}