/*
Theme Name:     NineBotMax
Theme URI:      https://ninebotmax.ca
Description:    Custom Storefront theme (required)
Version:        21.6.6
Author:         webDevin
Template:       storefront
*/

/* GLOBAL */
.widget_shopping_cart .buttons a.checkout {
    display: none;
}
.woocommerce-checkout select {
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
}
.woocommerce-checkout select:focus {
    background-color: #ededed;
    outline-color: #d3a43c;
}


/* HEADER */
.home .site-header {
    margin-bottom: 1em !important;
}
@media screen and (min-width: 768px) {
    .site-header {
        border-bottom-style: none;
    }
    .site-branding {
        margin-bottom: 3em;
    }
    .site-header .site-branding img {
        min-width: 350px;
    }
    .storefront-primary-navigation .col-full {
        background-color: #5d5c5a;
        padding: 0;
    }
    .storefront-primary-navigation ul li a {
        padding: .6em 1em !important;
    }
    .storefront-primary-navigation a:focus {
        outline-style: none;
    }
    .site-header .main-navigation {
        padding-left: 40px;
    }
    .site-header .site-header-cart {
        padding-right: 40px;
    }
}
.main-navigation ul li a {
    color: #ccc;
}
.site-header ul.menu li.current-menu-item > a {
    color: #d3a43c;
}
.site-header .site-search {
    display: none;
}


/* BODY */
body.home {
    background-color: #232323;
}
@media screen and (min-width: 768px) {
    .home .site-main, .home .content-area, .home-last-block {
        margin-bottom: 0px !important;  
    }
}
.home .hentry .entry-content .wp-block-button .wp-block-button__link {
    border-radius: 5px;
}
.site-main .edit-link {
    display: none;
}
.woocommerce-checkout #cc-expire-month, .woocommerce-checkout #cc-expire-year {
    width: 45%;
}
.woocommerce-checkout #cc-expire-month {
    margin-right: 7%;
}


/* FOOTER */
.footer-widgets {
    padding-top: 0;
}
.site-footer .footer-widget-1 h3 {
    visibility: hidden;
}
.site-footer .footer-widget-1 h3, .site-footer .footer-widget-2 h3, .site-footer .footer-widget-3 h3 {
    color: #d3a43c;
    margin-bottom: -1em;
}
.site-footer .footer-widget-2 figure, .site-footer .footer-widget-3 figure {
    display: none;
}
@media screen and (min-width: 768px) {
    .site-footer .footer-widget-2 figure, .site-footer .footer-widget-3 figure {
        visibility: hidden;
    }
    .site-footer .footer-widget-2 figure, .site-footer .footer-widget-3 figure {
        display: block;
    }
}
.site-footer .footer-widget-2 a:before, .site-footer .footer-widget-3 a:before {
    content: '•';
    padding-right: 10px;
}
.site-footer a {
    color: #ccc !important;
    text-decoration: none;
}
.site-footer a:hover {
    color: #d3a43c !important;
}
.site-footer .site-info {
    font-size: 12px;
}
.site-footer .site-info img {
    padding: 20px 0;
}
@media screen and (min-width: 768px) {
    .site-footer .site-info img {
        float: right;
        padding: 0;
    }
}
.storefront-handheld-footer-bar ul.columns-3 li.search {
    display: none;
}