#abz_account_pop {
    top: 0;
    right: -100vw;
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(255, 255, 255, 0.4);
    z-index: 999999999;
    overflow: auto;
}
#abz_account_pop ::placeholder {
     text-transform: lowercase;
}
#abz_account_pop .box {
    background: #fff;
    background: #fff;
    border: 0;
    padding: 10px;
    margin: 0;
}
.abz_account_popup_content {
    position: absolute;
    top: 0;
    background: #fff;
    z-index: 999999999999;
    right: 0;
    width: 600px;
    padding: 0px;
    max-width: 100vw;
    height: 100vh;
    overflow: auto;
    /* border: 1px solid #949494;*/
}
.abz_account_popup_content_limit {
    max-width: 450px;
    width: 90%;
    margin: auto;
    position: relative;
    height: calc(100% - 40px);
}
.connect_forms {
    position: relative;
    background: #fff;
    float: left;
    width: 100%;
    padding-top: 20px;
}
#abz_account_pop .border {
    border-right: 1px solid #fff;
}
.cta_return_pswd {
    padding: 20px;
    padding-left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    cursor: pointer;
}
.img_valid {
    width: 20px;
    margin-right: 10px;
    vertical-align: -5px;
}
.psw_ok {
    font-weight: 500;
    margin-bottom: 30px;
}
.psw_erreur {
    margin-bottom: 30px;
}
.psw_erreur span {
    color: #ce0101;
    font-weight: 400 !important;
}
.cta_return_pswd i {
    vertical-align: 1px;
}
.cta_return_pswd:hover span {
    text-decoration: underline;
}
#abz_account_pop .create_account {
    height: 65px;
}
#abz_account_pop .create_account_link {
    position: absolute;
    right: 0;
    bottom: 0;
}
#abz_account_pop a:hover {
    text-decoration: underline;
}
#abz_account_pop .welcome {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #949494;
    margin-bottom: 25px;
}
#abz_account_pop .button.button-medium {
    margin-top: 0px;
    text-align: center;
    height: auto;
    padding: 10px;
    font-size: 13px;
    font-weight: 300;
    width: 100% !important;
    background: #000;
    border-radius: 0px;
    border: 0px;
    text-transform: uppercase;
}
.lost_password, .lost_password a {
    margin: 0;
    margin-top: 5px;
    font-size: 12px;
}
.abz_account_pop_title {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}
.abz_account_pop_title span {
    font-size: 12px;
    font-weight: 400;
}
.cta-close-account {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    width: 14px;
    height: 30px;
}
.sub_title_login {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 30px;
}
hr.hr_account {
    width: 50%;
}
.footer_popup_account {
    margin-top: 40px;
    padding: 20px 60px;
    background: #f6f6f6;
    font-size: 12px;
    float: left;
    width: 100%;
}
.abz_account_menu {
    background: #fff;
    margin-top: 40px;
}
#abz_account_pop form {
    float: none !important;
    margin-top: 25px;
}
hr.hr_account {
    width: 50%;
    margin: 50px auto;
    border-top: 1px solid #000;
}
#abz_account_pop #login_form input {
    margin: 20px 0px;
    height: 40px;
    width: 100%;
}
#abz_account_pop .form-control {
    padding: 5px;
    height: 40px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.footer_popup_account p {
    margin: 0;
    font-size: 11px;
    font-style: italic;
}
#abz_account_pop #email {
    margin-top: 0;
}
#abz_account_pop::placeholder {
    font-style: italic;
}
.title-popup-account {
    font-weight: 400;
    padding-top: 25px;
    margin-bottom: 25px;
}
#abz_account_pop li {
    margin-left: 20px;
    /* margin-bottom: 9px; */
    padding-bottom: 10px;
}
.psw_account {
    position: relative;
}
.cta_show_pswd {
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 10px;
    cursor: pointer;
}
.cta_show_pswd img {
    width: 20px;
}
.cta_mon_compte_section,
.cta_wishlist_section,
.cta_cart_section {
    cursor: pointer;
}
.cta_pop_menu.active {
    border-bottom: 1px solid #000;
}
#abz_account_pop input:-webkit-autofill,
#abz_account_pop input:-webkit-autofill:hover,
#abz_account_pop input:-webkit-autofill:focus textarea:-webkit-autofill,
#abz_account_pop textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
#abz_account_pop select:-webkit-autofill,
#abz_account_pop select:-webkit-autofill:hover,
#abz_account_pop select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
.cart_block_list {
    margin-top: 20px;
}
.cart_block .cart-images {
    width: 100px;
    float: left;
}
.cart-info .product-name a {
    color: #000 !important;
}
.cart_block .cart-info {
    float: left;
    width: calc(100% - 100px);
}
.manufacturer-name {
    margin-bottom: 10px;
}
.recap_cart {
    max-width: 450px;
    width: 90%;
    position: fixed;
    bottom: 20px;
    background: #fff;
}
.products dt {
    border-bottom: 1px solid #ccc;
}
.tilte_account_popup {
    font-size: 10px;
}
.wishlist_popup {
    position: relative;
}
.row.block_wish_partage {
    position: fixed;
    width: 600px;
    max-width: 100%;
    background: #fff;
    bottom: 0;
    height: 55px;
    right: 0;
    z-index: 2;
}
.wish_partage_bnt {
    background: #000;
    color: #fff;
    padding: 10px 0px 7px 0px;
    display: block;
    max-width: 80%;
    margin: 10px auto;
    text-transform: uppercase;
}
.wish_list_bnt {
    background: #fff;
    color: #000;
    padding: 10px 0px 7px 0px;
    display: block;
    max-width: 80%;
    margin: 10px auto;
    text-transform: uppercase;
}
.wish_partage_bnt_bis a {
    padding: 10px;
}
.wish_partage_bnt_bis {
    padding-top: 10px !important;
}
.block_wish_partage,
.wish_partage_bnt_bis,
.wish_partage_bnt_bis div,
.block_wish_partage div {
    padding: 0;
}
.content_wish {
    padding: 10px 10px 100px 10px;
    overflow: auto;
    height: calc(100vh - 125px);
}
@media (min-width: 0px) and (max-width: 500px) {
    .content_wish {
        padding: 10px 10px 200px 10px;
    }
    .form_content {
        padding: 0px 5px;
    }
    .footer_popup_account {
        padding: 20px 20px;
    }
    .footer_popup_account {
        padding-bottom: 120px;
    }
    .connect_forms {
        padding-top: 30px;
    }
    #abz_account_pop .button.button-medium {
        font-size: 14px;
    }
    #abz_account_pop #login_form .form-group.lost_password {
        text-align: left;
    }
    hr.hr_account {
        margin: 20px auto;
        border-top: 1px solid #000;
    }
    .tilte_account_popup {
        font-size: 9px;
    }
    .recap_cart {
        bottom: 100px;
    }
    .cart_block dl.products {
        height: calc(100vh - 365px);
    }
}
.abz_account_erreur {
    color: #ce0101;
    font-weight: 500;
}
.col-wish-pic {
    float: left;
    width: 100px;
}
.col-wish-info {
    float: left;
    width: calc(100% - 150px);
    padding: 0px 10px;
}
.col-wish-addcart {
    float: left;
    width: 50px;
}
p.sentence_for_wish {
    text-align: center;
    margin-bottom: 20px;
}
.title_wish_popup,
.title_wish_popup,
.price_wish_popup {
    text-align: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.artiste_wish_popup {
    font-size: 12px;
    text-transform: uppercase;
}
.wish_product {
    position: relative;
    /* padding: 0px 10px; */
    margin: 10px 0px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ededed;
}
.wish_product img {
    padding-top:20px;
    margin-bottom: 10px;
}
#abz_account_pop .button.ajax_add_to_cart_button {
    background: #ffffff !important;
}
.cta_addtocart_wish_product i {
    font-size: 18px;
    margin-top: 25px;
}
.cart_block dl.products {
    height: calc(100vh - 365px);
    overflow: auto;
    padding-bottom: 120px;
}
.psw_ok {
    padding: 20px 0px;
}
.login_title,
.myaccount-popup-link-list,
.myaccount-popup-link-list span {
    text-transform: uppercase;
    font-size: 12px;
}
.home_apropos_block.open {
    cursor: pointer;
}
.home_apropos_block_slider:hover {
    cursor: default;
}
.dimention_wish_popup {
    font-size: 11px;
}
.multi_select {
    position: absolute;
    right: -2px;
    top: 87px;
}
/* The container */

.label_multi_select {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */

.label_multi_select input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 10px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #000;
}

/* On mouse-over, add a grey background color */

.label_multi_select:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.label_multi_select input:checked ~ .checkmark {
    background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */

.label_multi_select:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.label_multi_select input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */

.label_multi_select .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cta_multi_add_cart {
    background: #000;
    color: #fff;
    position: fixed;
    width: 600px;
    max-width: 100%;
    text-align: center;
    bottom: 55px;
    padding: 20px 0px;
    right: 0;
    cursor: pointer;
    z-index: 2;
}