@import "../input_group.css?v0.6";



.basket .error-message {
    color: #dc3545;
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.btn-primary {
    color: #fff;
    background-color: #204d74 !important;
    border-color: #204d74 !important;
}

.title {
    text-decoration:none;
}
.title-main {
    margin: 28px 0 0;
    margin-top: -9px;
    word-wrap: break-word;
    font-family: Forum,sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 40px;
    line-height: 1.2em;
    letter-spacing: -.04em;
}


.basket .cart_counter {
    text-align:center;
}


@media (max-width: 576px) {



    .title-main {
        font-size: 26px;
    }

    .basket .basket-items-table thead {
        display: none !important;
    }

    .basket .basket-items-table-body td {
        display: block !important;
        width:100%;
    }

    .basket .basket-items-btn-checkout .btn {
        width: 100% !important;
        margin-bottom: 15px !important;
    }
    .basket .changeProduct {
        font-size:24px !important;
        width:100% !important;
        display:block !important;
        text-align: center !important;
    }
    .basket .basket-items-table-body-price {
        text-align: right !important;
    }
    .basket .cart_counter {
        font-size:60px;
    }
    .basket .basket-items-table-body-tax {
        text-align:right !important;
    }
    .basket-items-table-body .basket-vats {
        background-color: #ddd !important;
    }
    .basket-items-table-body #tr_basket_sum {
        background-color: #343a40 !important;
    }
    .basket-items-table-body #tr_basket_sum td {
        color:white !important;
        text-align:right;
        border:none !important;
    }
    .basket-items-table-sum-total {
        font-size: 1.5rem !important;
        margin-bottom:50px;
    }

    .table-striped>tbody>tr:nth-of-type(odd) .cart_counter,
    .table-striped>tbody>tr:nth-of-type(even) .cart_counter {
        background-color: transparent !important;
        border:none;
    }

    /*
    .table-hover > tbody > tr:hover > *{
        --bs-table-accent-bg: initial+;
    }
    */

    .table>:not(caption)>*>* {
        background-color:transparent !important;
    }

    /* ----------------  BAsket TOP */
    .basket-mobile-menu .dropdown-menu.show {
        margin-top: 33px;
        width:100vw;
    }

}



@media (min-width: 577px) {

    .cart_counter {
        min-width: 80px !important;
    }

}