/*
 * Theme Name:     FeatherLight United Kingdom
 * Theme URI:      https://www.gasspringsshop.co.uk
 * Description:    Storefront child theme for gasspringsshop.co.uk
 * Author:         Albert de Krijger
 * Author URI:     https://www.gasveerwinkel.nl
 * Template:       storefront
 * Version:        2.0.0
 */


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


.my_instock_notification::before {
    content: "\2713  In stock" !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;
}

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

@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 (max-width: 768px) {

    .secondary-navigation .menu {
        left: 44% !important;
    }

    input.yith-s {
        font-size: 12px !important;
    }
}

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