#lbl_collections {
    background: #ffffff;
    padding: 30px 0;
}

#lbl_collections.fixed {
    position: fixed;
    top: 50px;
    z-index: 3;
    width: 100%;
    left: 0;
    border-bottom: 1px solid #d0d5db;
}

#lbl_collections.fixed-top {
    position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
    left: 0;
    border-bottom: 1px solid #d0d5db;
}

#lbl_collections.cart-display .description_buy {
    padding: 15px 0 0;
    color: initial;
}

#lbl_collections.cart-display .description_buy p {
    margin: 0;
}

#lbl_collections #error_cart_funnel {
    display: none;
}

option:disabled {
    background: #F6F6F6;
}
