.sticky-element-active + .wv-sticky {
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 100%!important;
    background: #fcfaf8;
    margin: 0!important;
    padding: 0!important;
    left: 0!important;
    height: 99px;
    box-shadow: black 1px 1px 10px -2px;
    border-bottom: 1px solid #b9b7b6;
}


#product-top .slick-prev:before, #product-top .slick-next:before {
    background: unset;
}

.post-type-archive-observations .select2-search__field{
    font-family: Georgia, Arial, serif;
    font-size: 16px;
    color: #8e8e8e;
    font-style: italic;
}

.post-type-archive-observations .select2-results__option{
    font-family: Georgia, Arial, serif;
    font-size: 16px;
    color: #8e8e8e;
    font-style: italic;
}

#observations-filter .select2{
    background: white;
    font-family: Georgia, Arial, serif;
    font-size: 16px;
    color: #8e8e8e;
    font-style: italic;
    border: 1px solid #b9b7b6;
    -webkit-appearance: none;
}

#observations-filter .select2-container--default .select2-selection--single{
    width: 100%;
    border: none!important;
    line-height: 29px;
    height: 35px;
}

#observations-filter .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #8e8e8e;
    height: 35px;
    line-height: 35px;
}

#observations-filter .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border: unset!important;
}

#observations-filter .select2-container--default .select2-selection--single .select2-selection__arrow{
    position: absolute;
    top: 1px;
    right: 1px;
    background: url(../imgs/fleche-select.png) no-repeat right 10px center, #fff;
    height: 31px;
    width: 35px;
}

header #header-modals #basket-modal::before{
    right: 18%;
}
header #header-modals #basket-modal {
    right: 10px;
}

.woocommerce #cart-global #cart-step2 #connection-block .submit-btn {
    cursor: pointer;
}

#billing_address_2_field label {
    word-wrap: unset;
    border: 0;
    -webkit-clip-path: unset;
    clip-path: unset;
    height: unset;
    width: 240px !important;
    float: left;
    margin-top: 6.5px;
    text-align: right;
    overflow-wrap: normal!important;
    padding: 0;
    position: initial !important;
    width: unset;
}


/* Responsive */

@media only screen and (max-width: 992px) {
    .wv-mobile-tablet-hide{
        display: none!important;
    }
    #featured-article{
        padding-bottom: 20px!important;
        border-bottom: 1px solid #dad8d7!important;
    }
}

@media only screen and (max-width: 529px) {
    body .fancybox-overlay {top: 124px!important;}
    header #header-modals .header-modal{top:124px!important;}
}