
/*----Breadcrumb-----*/
div.basket-area div.basket-steps a {
    color: #146152!important;
}

/*----TabelaProduktów-----*/
tbody.basket-area-items-list-data {
    font-family: var(--inter)!important;
}

/*----BasketAreaFooter-----*/

div.basket-area-footer button.btn-checkout {
    background:
            linear-gradient(
                    to bottom,
                    rgba(255,255,255,.35) 0%,
                    rgba(255,255,255,0) 100%
            ),
            linear-gradient(
                    25deg,
                    #9F7A27 0%,
                    #C9A24D 55%,
                    #EED48A 100%
            )!important;
    color: #146152!important;
    border-radius: 14px!important;
    font-weight: 700!important;
    transition: background .4s, color .4s;
}

div.basket-area-footer button.btn-checkout:hover {
    background: #146152!important;
    color: #FFF!important;
}

div.basket-area-footer button.btn-return {
    background: linear-gradient(to bottom, #15221A 20%, #0E1510 50%, #15221A 80%)!important;
    color: #F6F4EF!important;
    border-radius: 14px!important;
}

/*----Select-----*/

select.form-control {
    border-radius: 14px!important;
}

select.form-control:focus {
    border: 1px solid #146152;
}