.not-allowed {
    cursor: not-allowed !important;
    pointer-events: none !important;
    color: #b9b6b6 !important;
}

.pagination.loader::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 100;
}

.pagination.loader li a {
    opacity: 0.2;
}

.pagination.loader li a {
    pointer-events: none;
    cursor: default;
}

.pagination.loader {
    overflow: hidden;
}

.bg_order {
    background: #ffffff;
    border: 1px solid #dbd8cf;
    justify-content: space-between;
    align-items: center;
    padding: 32px 40px;
}

.bg_order ul li{
    font-family: "ALS Hauss";
    font-style: normal;

    font-size: 1rem;
    color: #222222;
    margin-bottom: 6px;
    display: block;
    width: 100%;
    list-style-type: none;
}

.ul-order-by li.active a{
    color: #C12C40 !important;
}

.active-filter ul li{
    cursor: pointer;
}

.content_filtre ul{
    padding-left: 0 !important;
}

.disabled-hover {
    pointer-events: none;
}

form.rate-comment label.error {
    color: #842029;
    font-size: 14px;
}

.show-product-picture{
    position: relative;
}

.rate-submit{
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.disabled-button {
    pointer-events: none;
    opacity: 0.5;
}

.form_newsletter label.error {
    color: #842029;
    font-size: 14px;
}

.swal2-title {
    color: #000;
    font-family: 'cera_promedium';
    text-decoration: none;
    font-size: 1rem;
}

.swal2-confirm {
    background: #000;
    background-color: #000 !important;
    border-color: #000 !important;
    width: 150px;
    text-decoration: none;
    text-align: center;
    font-family: 'als_haussbold';
    text-transform: uppercase;
    color: #fff;
    display: flex;
    padding: 14px;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.swal2-cancel {
    background: #fff;
    background-color: #fff !important;
    border-color: #000 !important;
    border: 1px solid #000 !important;
    width: 150px;
    text-decoration: none;
    text-align: center;
    font-family: 'als_haussbold';
    text-transform: uppercase;
    color: #000 !important;
    display: flex;
    padding: 14px;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.swal2-cancel:hover {
    border: 1px solid #cbaf8a;
    background-color: #cbaf8a;
    color: #fff;
}

.cart-number-or-items{
    position: absolute;
    top: 4px;
    left: 5px;
    z-index: 1;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--wd-primary-color);
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 9px;
    line-height: 15px;
}

.products-list {
    position: relative;
}

.products-list .basic-text {
    left: 260px;
    position: absolute;
    top: -45px;
    font-family: 'als_haussmedium';
    color: #000;
}

.products-list.show .basic-text {
    left: 0;
    position: absolute;
    top: -45px;
    font-family: 'als_haussmedium';
    color: #000;
}

.newsletter .success {
    color: #208446;
}

.newsletter .errors {
    color: #842029;
}

.btn_widhb.bg.disabled {
    background-color: #CCC;
    color: #fff;
}

.btn_widhb.disabled {
    border: 1px solid #CCC;
    color: #CCC;
}

label.address{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

label.address span:not(:first-child){
    color: #75757a;
    font-size: 14px;
    padding-left: 30px;
}

div.addresses{
    position: relative;
}

div.addresses a{
    position: absolute;
    right: 10px;
    bottom: 15px;
    color: #E0A85E;
    text-decoration: none;
}

#process_achat li a {
    font-family: 'als_haussregular';
    font-size: 16px;
    color: #575757;
    padding: 0;
    margin-right: 40px;
    text-transform: none;
    height: 100%;
    text-decoration: none;
}

.badge-default{
    text-transform: uppercase;
    background-color: #dfdfe2;
    color: #75757a;
    font-size: 12px;
}

.item-commande.active{
    border-color: #c12c40;
}

.btn-reorder.disabled {
    background-color: #CCC;
    color: #fff;
    pointer-events: none;
    opacity: 0.5;
}

.child-filter {
    padding-left: 15px;
}

/* .accueil .banner_accueil .desc a:hover {
    background-color: #ffffff42;
} */

.parag {
    color: #000;
    font-size: 16px;
    font-family: 'cera_probold';
    padding-right: 25px;
    padding-left: 25px;
}

.sale-price span:first-child{
    text-decoration: line-through;
    color: #75757a;
}

.sale-price span:last-child{
    text-decoration: none;
    color: #f68b1e;
    background-color: #fef3e9;
}

.loader-items-filter  {
    position: absolute;
    display: none;
    left: 50%;
    transform: translate(-50%, 0);
}

.btn-remove-aside {
    cursor: pointer;
}

.default-address  {    
    display: inline;
    background-color: #cccccca3;
    padding: 2px 5px 2px 5px;
    border-radius: 3px
}