/*
Theme Name:     Studio Fifty Child Theme
Theme URI:      http://themeforest.net/user/Softwebmedia/portfolio
Description:    Studio Fifty Child Theme for customization
Author:         Soft Web Media
Author URI:     http://themeforest.net/user/Softwebmedia
Template:       studio-fifty
Version: 		1.00
*/


/* Add your custom style below */
#swm-sticky-header {
    box-sizing: #d4d4d4 !important;
    box-shadow: -11px -1px 9px 1px #00000094;
    background: #fff;
}

/* Supprime la sidebar du thème sur les archives WooCommerce */
body.lok-woocommerce-full-width #sidebar {
    display: none !important;
}

/* Passe le contenu WooCommerce en pleine largeur */
body.lok-woocommerce-full-width .swm-custom-two-third,
body.lok-woocommerce-full-width .swm-main-container .swm-custom-two-third,
body.lok-woocommerce-full-width .swm-site-content .swm-custom-two-third {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
}

/* Neutralise la structure en colonnes du thème */
body.lok-woocommerce-full-width .swm-row {
    display: block !important;
}

body.lok-woocommerce-full-width .woocommerce,
body.lok-woocommerce-full-width .swm-main-container,
body.lok-woocommerce-full-width .swm-site-content {
    width: 100% !important;
    max-width: 100% !important;
}
.lok-filter-option input {
    position: relative !important    ;
    opacity: 1 !important;
}