/*
 * Theme Name:     FeatherLight Norway
 * Theme URI:      https://www.gassfjaershop.no
 * Description:    Storefront child theme for gassfjaershop.no
 * Author:         Albert de Krijger
 * Author URI:     https://www.gasveerwinkel.nl
 * Template:       storefront
 * Version:        2.1.2
 */


/*#0064b9 = blue*/
/*#ff9100 = orange*/
/*#00be5a = green*/
/*#00aff2 = lichtblauw*/
/*#00be5a = groen*/
/*#43454b = zwart*/
/*#f3f3f3 = lichtgrijs*/
/*#d0d0d0 = donkergrijs*/

/* base.css:  */

.my_instock_notification::before {
    content: "\2713  P\00e5  lager" !important;
    white-space:nowrap;
}

.woocommerce-checkout .company-field input {
    background-color: rgba(1,1,1, 0.1) !important;
}

.woocommerce-checkout .company-field.hidden, .woocommerce-checkout .hidden{
    display: none !important;
}

abbr.required {
    display: none;
}

.secondary-navigation .menu {
    top: 52px;
}

.site-branding {
    margin-top: 20px;
}

.price-toggle-switch {
    margin-top: -10px;
    margin-left: calc(100% - 244px);
}

@media screen and (max-width: 1100px) {
    .price-toggle-switch {
        margin-left: calc(100% - 261px);
    }
}

@media screen and (max-width: 835px) {
    .price-toggle-switch {
        padding-top: 10px;
    }
}

@media (min-width: 768px){
    .main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children {
        background-color: #0064b9;
    }

    .storefront-primary-navigation {
        background-color: rgba(0, 100, 185, 1);
    }

    input[type=search] {
        background-color: white;
    }
    
}

@media screen and (max-width: 768px) {
    .secondary-navigation .menu {
        top: 52px;
    }
}

@media screen and (max-width: 767px) {
    #site-navigation-menu-toggle {
        top: -19px;
    }

    .site {
        margin-top: 100px !important;
    }

    .hentry.type-page .entry-header {
        margin-top: 161px;
    }
}
