﻿.cookie-message {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .basket-top {
        width: 330px;
    }
}

.mobile-switch {
    width: unset;
    left: unset;
}

@media (max-width: 991px) {
    .mobile-switch .mobile-switch-navigation {
        display: none;
    }

    .mobile-switch.open .mobile-switch-navigation {
        display: unset;
    }
}

@media (max-width: 767px) {
    .basket-top {
        width: 100%;
    }
}

.nav-tabs.nav-checkout {
    width: 100%;
    left: 0;
}
    .nav-tabs.nav-checkout [role="presentation"] [role="tab"] .nav-checkout-ring {
        margin-left: 0px;
    }
    .nav-tabs.nav-checkout.nav > li > a {
        padding-left: 0px;
    }

.nav-tabs.nav-checkout [role="presentation"]:before {
    left: -100%;
}

.nav-tabs.nav-checkout [role="presentation"] [role="tab"] .nav-checkout-title{
    margin-left: 0px;
    text-align: left;
}

#checkoutcart-table .table > thead > tr > th, #checkoutcart-table .table > tbody > tr > th, #checkoutcart-table .table > tfoot > tr > th,
#checkoutcart-table .table > thead > tr > td, #checkoutcart-table .table > tbody > tr > td, #checkoutcart-table .table > tfoot > tr > td,
#checkoutcart-table .table > tbody > tr > td, #checkoutcart-table .table > tfoot > tr > td {
    padding-left: 0px;
}