
html.koszyk tbody.basket-area-items-list-data tr td a.item-title {
    color: #B2965C !important;
}

html.koszyk img.item-image {

}

div.quantity-change button {
    font-family: var(--inter) !important;
    border: none !important;
    /*background: linear-gradient(to bottom, #15221A 20%, #0E1510 50%, #15221A 80%)!important;*/
    color: #B2965C !important;
    height: 30px !important;
    width: 30px !important;
}

div.quantity-change input {
    border: none !important;
    color: #FFF !important;
}

html.koszyk div.form-group input.input-discount-code {

}

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;*/
    background: #2A1B16 !important;
    border: 1px solid #B2965C !important;
    border-left: none !important;
    color: #B2965C !important;
    font-weight: 700 !important;
    transition: color .3s ease, background .3s ease;
}

html.koszyk div.form-group button.btn-discount-code:hover {
    background: #B2965C !important;
    color: #FFF !important;
}

html.koszyk div.basket-area-summary p.basket-area-summary-price span {
    font-family: var(--inter) !important;
    color: #B2965C !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;
    font-weight: 700 !important;
}

html.koszyk form#submitBasket button.btn-checkout:hover {
    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;
}

html.koszyk form#submitBasket button.btn-shopping-continue {
    /*background: linear-gradient(to bottom, #15221A 20%, #0E1510 50%, #15221A 80%)!important;*/
    background: transparent !important;
    padding: 0 0 5px 0 !important;
    color: #FFF !important;
    border-bottom: 1px solid #B2965C !important;
    transition: color .3s ease;
}

html.koszyk form#submitBasket button.btn-shopping-continue:hover {
    color: #B2965C !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;
    font-weight: 700 !important;
}