
html.koszyk div.basket-area div.basket-steps a {
    color: #146152!important;
}

html.koszyk img.item-image {
    border-radius: 14px!important;
}

div.quantity-change button {
    font-family: var(--inter)!important;
    border: none!important;
    border-radius: 100%;
    background: linear-gradient(to bottom, #15221A 20%, #0E1510 50%, #15221A 80%)!important;
    color: #F7CC86!important;
    height: 25px!important;
    width: 25px!important;
}

div.quantity-change input {
    border: none!important;
}

html.koszyk  div.form-group input.input-discount-code {
    border-radius: 14px!important;
}

html.koszyk  div.form-group input[type='text'].input-discount-code:focus {
    border: 1px solid #146152;
}

html.koszyk  div.form-group button.btn-discount-code {
    background: linear-gradient(to bottom, #15221A 20%, #0E1510 50%, #15221A 80%)!important;
    color: #F6F4EF!important;
    border-radius: 14px!important;
}

html.koszyk div.basket-area-summary p.basket-area-summary-price span {
    font-family: var(--inter)!important;
    color: #146152!important;
}

html.koszyk form#submitBasket 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;
}

html.koszyk form#submitBasket button.btn-shopping-continue {
    background: linear-gradient(to bottom, #15221A 20%, #0E1510 50%, #15221A 80%)!important;
    color: #F6F4EF!important;
    border-radius: 14px!important;
}

html.koszyk div.basket-area-empty p a {
    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;
}