/*
 * Theme Name:     FeatherLight Germany
 * Theme URI:      https://www.gasfedershop.de
 * Description:    Storefront child theme for gasfedershop.de
 * Author:         Albert de Krijger
 * Author URI:     https://www.gasveerwinkel.nl
 * Template:       storefront
 * Version:        2.2.3
 */

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

/* base.css:  */
/*#logoheader {
    width: 405px !important;
}*/

/*.secondary-navigation {
    width: 30% !important;
}*/

/* Construction banner cart */
.banner_constructie_cart {
    max-width: 300px;
    margin: 0 auto;
}
.wc-proceed-to-checkout {
    margin-bottom: 0;
}

#pay_with_amazon, .wc-apa-button-separator {
    display: none;
}

.wc-amazon-checkout-message {
    display: none;
}

/* Hide coupon box on cart and checkout */
table.cart td.actions .coupon {
    display: none;
}

/* Hide coupon toggle on checkout */
.woocommerce-form-coupon-toggle {
    display: none;
}

/* Hide coupon box in checkout */
form.checkout_coupon.woocommerce-form-coupon {
    display: none;
}

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

@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;
    }
}

.my_instock_notification::before {
    content: "\2713  Auf Lager" !important;
    white-space:nowrap;
}

.postcodenl-autocomplete-menu, .postcodenl-autocomplete-address-input-blank {
    background-image: none !important;
}

@media (min-width: 769px){
    .div_header_offerte_front_page {
        width: 82%;
        display: inline-block;
        vertical-align: middle;
    }

    .div_offerte_offerte_front_page {
        width: 17%;
        display: inline-block;
        vertical-align: middle;
    }
}

@media (max-width: 768px) {
    .div_offerte_offerte_front_page {
        width: 80%;
        margin: 0 auto;
    }

    .secondary-navigation {
        width: 45% !important;
        .menu {
            position: absolute;
            top: 48px !important;
            left: 46% !important;
        }
    }

    .site-search {
        margin-right: -73px !important;
        min-width: 33% !important;
        margin-top: 4px;
    }

    #fl_kiyoh_reviews_mobile_header {
        padding-bottom: 10px;
    }

}

@media (max-width: 767px) {
    .hentry.type-page .entry-header {
        margin-top: 271px;
    }
}

.wc_payment_method.disabled {
    pointer-events: none;
    opacity: 0.6;
}

abbr.required {
    display: none;
}
