/* Bouton CB panier */
.payment_module.systempay{
    margin-bottom: 10px;
}
.payment_module.systempay a {
    display: block;
    border: 1px solid #d6d4d4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 17px;
    line-height: 23px;
    color: #333;
    font-weight: bold;
    padding: 24px 40px 22px 19px;
    letter-spacing: -1px;
    position: relative;
    background: #fbfbfb;
}
.payment_module.systempay a:after {
    display: block;
    content: "\f054";
    position: absolute;
    right: 15px;
    margin-top: -11px;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    width: 14px;
    color: #777;
}

/* barre de recherche */
@media (min-width: 768px) {
    .ybc-menu-wrapper #searchbox {
        width: 200px;
        display: flex;
        position: absolute;
        top: -44px;
        right: 0;
    }
    .main-menu .container .ybc-menu-wrapper .button-search {
        padding: 0;
        height: 32px;
    }
    .main-menu .container .ybc-menu-wrapper svg {
        width: 32px;
        height: 20px;
        margin-top: 3px;
        filter: invert(100%) sepia(2%) saturate(7473%) hue-rotate(310deg) brightness(124%) contrast(114%);
    }
}

/* fix cart rwd */
@media (max-width: 767px) {
    .shopping_cart > a:first-child {
        font-size: 12px;
        height: 45px;
        margin-right: 0;
        overflow: hidden;
        width: 36px;
    }
    .shopping_cart > a:first-child {
        font-size: 12px;
        height: 45px;
        margin-right: 0;
        overflow: hidden;
        width: 36px;
    }
    .header_style_2 .label_shopping_cart i {
        line-height: 42px;
    }
    .show_qties .ajax_cart_quantity {
        top: 0;
    }
    .label_title_shopping_cart {
        display: none;
    }
}