/*!
 Theme Name:   CDS Boutique
 Template:     storefront
 Version:      2.0.0
 Text Domain:  cds
*/


/* MEDIASIMPLE AINÉ HEADER MODIF */

/*
.wpb_wl_quick_view_content{
    display: none!important;
}
*/

.site-header{
    z-index: 9999997!important;
}
.menu-boutique a{
    text-transform: none;
    font-weight: bold;
    font-family: "Poppins",Sans-serif !important;
}

.aines-alert a{
    color: #fff;
    font-size: 16px;
    text-transform: none;
    font-family: "Poppins",Sans-serif !important;
}
#site-header.header-aines {
    padding: 15px 50px 0!important;
}
.header-aines .header-logo{
    margin-right: 100px;
    width: 130px;
}
.menu-aines-wrapper.sticky{
    -webkit-box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.15);
}
.menu-aines-wrapper.sticky .header-logo {
    position: inherit;
}
.menu-aines-wrapper.sticky .menu-wrapper {
    margin: 0 0 7px;
}
.menu-aines {
    margin-top: 0!important;
}
.header-aines #menu-infos-header{
    margin-bottom: 0;
}
.menu-aines-wrapper .menu-wrapper {
    margin: 0 0 20px;
}
.menu-aines-wrapper .aws-container .aws-show-clear .aws-search-field {
    padding-left: 40px;
    border-radius: 50px !important;
    padding-right: 0;
    border-color: #ccc;
}
.menu-aines-wrapper .search-block {
    position: relative;
}
.menu-aines-wrapper #search{
    position: absolute;
    left: 0;
    z-index: 99;
}
.menu-aines-wrapper #search .color-grey{
    color: #b9b9b9;
}
.header-aines .wpml-ls a,
.header-aines #menu-boutiques a{
    font-weight: 600;
    text-transform: none!important;
}
.header-aines .header-user > div{
    margin-left: 35px!important;
}
#mega-menu-wrap-aines #mega-menu-aines > li.mega-menu-item > a.mega-menu-link{
    text-transform: none!important;
    padding: 0 20px!important;
}
.menu-aines-wrapper #search .aws-search-field::placeholder,
.header-aines .menu-enfants li a, .header-aines .menu-infoheader li a,
.header-aines .wpml-ls a, .header-aines #menu-boutiques a,
.header-aines .widget-header-user a{
    font-family: "Poppins",Sans-serif !important;
}
.header-aines .wpml-ls a, .header-aines #menu-boutiques a{
    font-weight: 700;
}
.header-aines .wpml-ls.wpml-ls-statics-shortcode_actions {
    display: block;
    padding: 0;
    border: 0;
    margin-top: -1px;
    margin-right: 25px;
}
.menu-aines-wrapper #search .aws-search-field::placeholder{
    font-weight: normal;
}

@media screen and (max-width: 1260px) {
    #site-header.header-aines {
        padding: 15px 15px 0!important;
    }
    .header-aines .header-logo {
        margin-right: 15px;
        max-width: 100px;
    }
    .header-aines .menu-enfants li a, .header-aines .menu-infoheader li a,
    .header-aines .wpml-ls a, .header-aines #menu-boutiques a,
    .header-aines .widget-header-user a{
        font-size: 14px;
    }
    .menu-aines {
        margin-top: 5px;
    }
    .menu-aines-wrapper .menu-wrapper {
        margin: 0 0 10px;
    }
}
@media screen and (max-width: 990px) {
    .menu-aines-wrapper.hide-mobile{
        display: none!important;
    }
    .aines-alert a {
        font-size: 13px;
    }
    .sidebar-product {
        display: block!important;
        float: none!important;
        width: 100%!important;
        clear: both;
        min-width: inherit!important;
    }
    .archive .site-content .products-wrapper {
        display: flex;
        flex-wrap: wrap;
        /*flex-direction: column-reverse;*/
    }
    .archive .site-content .products-wrapper .products-elements .woocommerce-products-header.no-bg {
        background: transparent;
    }
    .archive .site-content .products-wrapper .products-elements .woocommerce-products-header.no-bg .header-inner {
        background: transparent!important;
        padding: 15px!important;
        max-width: 100%;
    }
    .archive ul.products li.product {
        width: 30.33%;
    }
}
@media screen and (max-width: 600px) {
    .aines-alert a {
        font-size: 10px;
    }
    .aines-alert a strong{
        font-size: 14px;
    }
    .aines-alert a span{
        display: block;
    }
    .archive ul.products li.product {
        width: 47%;
    }

}

/* MEDIASIMPLE simple HEADER enfant*/
.simple-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
}
.simple-header-menu.menu-mobile{
    display: none;
}
.simple-header-logo{
    width: 130px;
}
.simple-header-menu{
    display: flex;
    align-items: center;
}
.simple-header .menu-infoheader{
    margin: 0;
    padding: 0;
    align-items: center;
}
.simple-header .menu-infoheader li {
    margin: 0 35px;
}
.simple-header .menu-infoheader > li{
    margin: 0 35px;
    position: relative;
    padding: 10px 0;
}
.simple-header .menu-infoheader > li.menu-item-has-children > a:after{
    content: "\f078";
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: 12px;
    margin-left: 10px;
}
.simple-header .menu-infoheader .sub-menu{
    margin: 0;
    padding: 15px;
    background: #fff;
    width: 250px;
    box-shadow: 0 15px 10px 5px rgba(0,0,0,0.15);
    position: absolute;
        top: 100%;
    z-index: 99;
    display: none;
}
.simple-header .menu-infoheader > li:hover .sub-menu{
    display: block;
}
.simple-header .menu-infoheader .sub-menu li {
    margin: 0 0 8px;
    list-style: none;
}
.simple-header .menu-infoheader li a{
    color: #000;
}
.simple-header .menu-infoheader li a:hover{
    color: #6e9633;
    text-decoration: underline;
}
.simple-header .menu-infoheader .green-btn{
    margin-left: 100px
}
.simple-header .menu-infoheader .green-btn a{
    color: #fff;
    font-size: 14px;
    background-color: #6e9633;
    padding: 6px 15px;
    border: 2px solid #6e9633;
    border-radius: 3px;
}
.simple-header .menu-infoheader .green-btn a:hover{
    color: #6e9633;
    background-color: #fff;
    text-decoration: none;
}
.simple-header .menu-infoheader .wpml-ls-item{
    margin-left: 100px
}
.simple-header .menu-infoheader .wpml-ls-item a,
.simple-header .widget-header-user a{
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}
.simple-header .menu-infoheader .wpml-ls-item a:hover,
.simple-header .widget-header-user a:hover{
    text-decoration: none;
}
.template-enfants.site-footer .widget-title,
.page-template-template-solutions-enfants .site-footer .widget-title{
    color: #6e9633;
}
.template-enfants.site-footer #colophon p,
.page-template-template-solutions-enfants.boutique-enfants #colophon p {
    color: #000;
}
@media screen and (max-width: 1400px) {
    .simple-header .menu-infoheader .green-btn,
    .simple-header .menu-infoheader .wpml-ls-item {
        margin-left: 25px;
    }
    .simple-header .menu-infoheader li {
        margin: 0 12px;
    }
    .simple-header .menu-infoheader li a {
        font-size: 14px;
    }
}
@media screen and (max-width: 990px) {
    .simple-header .hide-mobile{
        display: none;
    }
    .simple-header-menu.menu-mobile{
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .simple-header #mega-menu-wrap-enfants-mobile .mega-menu-toggle.mega-menu-open + #mega-menu-enfants-mobile{
        top: 75px;
        padding: 15px 15px 25px;
        box-shadow: 0 18px 10px 0px rgba(0,0,0,0.15);
    }
    .simple-header #mega-menu-wrap-enfants-mobile #mega-menu-enfants-mobile > li.mega-menu-item > a.mega-menu-link {
        font-size: 18px;
    }
    .simple-header #mega-menu-wrap-enfants-mobile #mega-menu-enfants-mobile > li.green-btn> a.mega-menu-link,
    .simple-header .menu-mobile .green-btn a{
        color: #fff;
        font-size: 16px;
        background-color: #6e9633;
        padding: 6px 15px;
        border: 2px solid #6e9633;
        border-radius: 3px;
        display: inline;
        margin-left: 8px;
    }
    .simple-header #mega-menu-wrap-enfants-mobile #mega-menu-enfants-mobile > li.green-btn> a.mega-menu-link:hover,
    .simple-header .menu-mobile .green-btn a:hover{
        color: #6e9633;
        background-color: #fff;
        text-decoration: none;
    }
}