/*Uživatel*/
.customer-page .breadcrumbs,
.customer-page .content-wrapper,
.customer-page .overall-wrapper,
.id--4 .breadcrumbs,
.id--4 .content-wrapper,
.id--4 .overall-wrapper,
.id--8 .breadcrumbs,
.id--8 .content-wrapper,
.id--8 .overall-wrapper {
    background-color: #18123b;
}

@media (min-width: 768px) {

    .id--4 .content-inner,
    .id--8 .content-inner {
        max-width: 670px;
    }

    .id--4 #content,
    .id--8 #content,
    .type-post #content {
        padding-bottom: 30px;
    }
}

.id--4 main#content,
.id--8 main#content {
    margin-top: 80px;
}

.customer-page main#content .content-inner>h1,
.id--4 main#content .content-inner>h1,
.id--7 main#content .content-inner>h1,
.id--8 main#content .content-inner>h1 {
    font-weight: 400;
}

.id--8 main#content .co-registration {
    margin-bottom: 30px;
}

@media (min-width: 480px) {

    .phone-combined-input,
    .customer-page main#content .form-control.short,
    .id--8 main#content .form-control.short,
    .customer-page main#content select#billCountryId,
    .customer-page select#deliveryCountryId,
    .id--8 select#billCountryId {
        max-width: 100%;
        width: 100%;
    }
}

.customer-page main#content select#billCountryId,
.customer-page select#deliveryCountryId,
.id--8 select#billCountryId {
    border-radius: 20px;
}

.customer-page .content #register-form input[type=submit],
.customer-page input[type=submit].btn {
    padding: 16px 40px;
}

.customer-page .content table tr:nth-child(2n):not(thead tr) {
    background-color: #CEB5FF !important;
}

.customer-page main#content input.btn.btn-primary,
button.btn.btn-primary.js-try-search-button {
    background-color: #7840e5;
    border-color: #7840e5;
    color: #fff;
    transition: 0.3s;
}

.customer-page main#content input.btn.btn-primary:hover,
button.btn.btn-primary.js-try-search-button:hover {
    background-color: #562bab;
    border-color: #562bab;
    color: #fff;
    transition: 0.3s;
}

.user-loged .icon-login::before {
    content: "Účet";
}

.navigation-buttons a.top-nav-button-account {
    width: 150px;
}

.navigation-buttons a.top-nav-button-account i.icon-login {
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 17px 42px;
    font-size: 16px;
    transition: 0.3s;
}

.navigation-buttons a.top-nav-button-account:hover i.icon-login,
.navigation-buttons a.login:hover i.icon-login {
    border-color: #7840e5;
    transition: 0.3s;
}

.navigation-buttons a.login:hover i.icon-login:before {
    color: #7840e5;
    transition: 0.3s;
}

.id--7 .form-group.login-wrapper {
    text-align: left;
    justify-content: flex-start;
    display: flex;
}

.customer-page .content table.table-mobile-enriched tbody tr {
    border-radius: 20px;
}

@media(max-width: 1725px) and (min-width: 1440px) {
    .customer-page .content-wrapper-in {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width: 1199px) {
    .customer-page .content table.table-mobile-enriched tr {
        background-color: #562bab;
        border-color: #562bab !important;
        padding: 15px;
    }

    .customer-page .content table .client-table-heading,
    .customer-page .content table thead {
        color: #ffffff;
    }

    .customer-page .content table a {
        color: #ceb5ff;
    }

    .customer-page .content table a.csrf-post-js.btn.btn-xs.btn-primary {
        background-color: #8aff7b;
        color: black;
        border-color: transparent;
        padding: 5px 15px;
        border-radius: 15px !important;
    }
}

@media(max-width: 991px) and (min-width: 768px) {
    .customer-page .sidebar-inner .client-center-box ul li {
        margin-top: 5px;
        font-weight: 400;
    }

    .customer-page .sidebar-inner {
        margin: 8px 0;
        background-color: transparent;
    }

    .customer-page .content h1 {
        font-size: 26px;
        letter-spacing: 1.3px;
        line-height: 31px;
    }

    .customer-page main#content h4 {
        font-size: 18px;
        font-weight: 400;
        margin-top: 20px;
        margin-bottom: 15px;
    }
}