/*
 * Theme Name:     FeatherLight Italy
 * Theme URI:      https://www.storemolleagas.it
 * Description:    Storefront child theme for storemolleagas.it
 * Author:         Albert de Krijger
 * Author URI:     https://www.gasveerwinkel.nl
 * Template:       storefront
 * Version:        2.0.1
 */


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

/* base.css:  */
.my_instock_notification::before {
    content: "\2713  Disponibile" !important;
    white-space: nowrap;
}

.usptext {
    padding-left: 5px !important;
}

/*#rvstrconfig, #rvstdrekentooltext,  #rvstdrekentoolinput, #material_selector {
    display: none;
}*/

.small-sibar-text{
    font-size: 11px;
    padding-right: 4px;
}

/* Hide iDeal from payments list (needs to be active for the time being as  */
/* some orders need to be set from 'pending payment` to 'processing')       */
li.wc_payment_method.payment_method_multisafepay_banktrans {
    display: none;
}

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

.placeholder-mobile-toggle {
    margin-top: 125px;
}

.price-toggle-switch .toggle-label {
    width: 196px;
}

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

@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 screen and (max-width: 767px) {
    .site {
        margin-top: 120px !important;
    }

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