/*
 Theme Name: Wecansource Child
 Template: wecansource
 Version: 1.0
*/

/* When menu is opened, disable scrolling */
/* Disable scroll everywhere when menu is open */
/* Freeze the entire page when menu is open */

.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
    display: block !important;
}

.wecansource-price-excl-tax.hide,
.wecansource-price-incl-tax.hide {
    display: none !important;
}
.tax-switch .slider {
    pointer-events: none;
}
.woocommerce-variation-price .price .wecansource-price-excl-tax.active {
    display: inline !important;
}

.woocommerce-variation-price .price .wecansource-price-incl-tax.hide {
    display: none !important;
}
/* Hide all slides except first before Slick initializes */
.header-slider-one:not(.slick-initialized) > .header-area.header-bg:not(:first-child) {
    display: none !important;
}
