html {
    scroll-padding-top: 120px;
}

.remove-from-cart{
    color: #4A5565!important;
}

.delete-element{

    opacity: 0.7;
    pointer-events: none;
    cursor: not-allowed;

}

.cart-note{
    resize: none;
}

.cursor-pointer {
    cursor: pointer;
}

.catalogo-qty-spinner{

    margin-left: 10px;

}

.cart-quantity{
    gap: 8px;
}

.quantity-selector > label{

}

.catalogo_cart_bottom.fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #FFF;
}

.catalogo_cart_bottom .d-flex,.catalogo_cart_continue .d-flex{
    gap: var(--bs-gutter-x);
}
