/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/** FIX LANGUAGE SWITCHER **/
#menu-item-451 .sub-menu {
    background: none;
    width: 46px;
    max-width: 46px;
    min-width: 46px;
}

/** REMOVE ADD TO CART ON SHOP PAGE */
.woocommerce .products .product .product_type_simple.add_to_cart_button {
    display: none;
}

/** ADD AGE GATE ABOVE ALL **/
.age-gate-wrapper, .age-gate__wrapper {
    z-index: 999999999;
}

/** REMOVE EXPENDITION FEES */
.woocommerce-shipping-totals.shipping {
    display: none;
}

/** CSE LOGO **/
body.blog-id-5 .header-logo a {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
}
body.blog-id-5 .header-logo a .pp-overlay-bg {
    display: none;
}
body.blog-id-5 .header-logo a img.pp-photo-img {
    max-width: 190px;
}
body.blog-id-5 .header-logo a img.cse-logo {
    max-height: 108px;
    max-width: 108px;
}