#user_objednavky {
    height: 2000px;
}

    #user_objednavky h2 {
        padding: 30px 0;
    }

    #user_objednavky table {
        border-spacing: 0 0em !important;
    }

    #user_objednavky .table thead th {
        border-bottom: none;
        border-top: none !important;
        font-weight: 500;
        color: #b3b3b3;
    }

    #user_objednavky .table th {
        border-top: none;
        font-weight: 500;
    }

        #user_objednavky .table th a {
            color: #69bae5;
        }

    #user_objednavky .table td {
        border-top: none;
    }

        #user_objednavky .table td a {
            color: #69bae5;
        }

#user_detail {
    height: 2000px;
}

    #user_detail h2 {
        padding: 30px 0;
    }

    #user_detail .detail_information {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;
    }

        #user_detail .detail_information .info {
            padding: 12px 20px;
            background: #f0f4f6;
        }

            #user_detail .detail_information .info a {
                color: #2597d4;
                margin-top: 20px;
                display: inline-block;
            }

            #user_detail .detail_information .info ul li {
                display: block;
            }

                #user_detail .detail_information .info ul li strong {
                    margin-bottom: 15px;
                    display: inline-block;
                }

                #user_detail .detail_information .info ul li span {
                    width: 140px;
                    display: inline-block;
                    color: #b3b3b3;
                }

    #user_detail .repeat {
        background: #ff831e;
        color: #fff;
        text-transform: uppercase;
        padding: 10px 22px;
        border-radius: 4px;
        font-size: 22px;
        display: inline-block;
        margin-top: 30px;
    }

        #user_detail .repeat:hover {
            opacity: .8;
        }

    #user_detail .user_products {
        margin-top: 40px;
    }

        #user_detail .user_products .table thead th {
            border: none;
            font-weight: 500;
            color: #b3b3b3;
        }

        #user_detail .user_products .table th {
            border: 1px solid #dee2e6;
            font-weight: 500;
        }

            #user_detail .user_products .table th h3 {
                font-size: 18px;
                font-weight: 600;
            }

        #user_detail .user_products .table tbody tr {
            margin-bottom: 15px;
        }

        #user_detail .user_products .table .first_table {
            line-height: 0 !important;
        }

        #user_detail .user_products .table td {
            border: 1px solid #dee2e6;
            line-height: 100px;
        }

        #user_detail .user_products .table .first_table {
            border-right: none;
        }

        #user_detail .user_products .table .kod {
            border-left: none;
            border-right: none;
        }

        #user_detail .user_products .table .cena {
            border-left: none;
            border-right: none;
        }

        #user_detail .user_products .table .ks {
            border-left: none;
            border-right: none;
        }

        #user_detail .user_products .table .suma {
            border-left: none;
        }

    #user_detail .user_total_price {
        margin-top: 18px;
    }

        #user_detail .user_total_price ul li {
            display: block;
        }

            #user_detail .user_total_price ul li span {
                display: inline-block;
                width: 170px;
                color: #b3b3b3;
                text-align: left !important;
            }

            #user_detail .user_total_price ul li:last-child span {
                width: 123px;
            }

#user_udaje {
    height: 3000px;
}

    #user_udaje h2 {
        padding: 30px 0;
    }

        #user_udaje h2 span {
            background: #d0e5f4;
            width: 25px;
            height: 25px;
            display: inline-block;
            position: relative;
            top: 4px;
            cursor: pointer;
        }

            #user_udaje h2 span .fas {
                color: #2d80ba;
                font-size: 22px;
                position: absolute;
                left: 5px;
                top: 2px;
            }

    #user_udaje form input[type=checkbox] {
        width: 3%;
    }

    #user_udaje .basic_data, #user_udaje .registration {
        padding-bottom: 30px;
    }

    #user_udaje .container_data {
        display: flex;
        margin-bottom: 26px;
    }

        #user_udaje .container_data .name_user {
            flex: 1;
        }

            #user_udaje .container_data .name_user strong {
                display: block;
                padding-top: 9px;
            }

                #user_udaje .container_data .name_user strong span {
                    color: #c0463f;
                }

        #user_udaje .container_data input {
            flex: 2;
            padding: 10px 0 10px 18px;
            border: 1px solid #a9b1b2;
            border-radius: 4px;
            background: #fff;
            width: 100%;
        }

        #user_udaje .container_data select {
            width: 100%;
            background: #fff;
            border: 1px solid #a9b1b2a;
            border-radius: 4px;
            padding: 10px 0 10px 18px;
            flex: 2;
        }

    #user_udaje .all_data {
        width: 50%;
    }

    #user_udaje .cta_user_detail {
        display: block;
        padding: 12px 26px;
        color: #fff;
        text-transform: uppercase;
        background: #2d80ba;
        border-radius: 4px;
        margin-top: 20px;
        width: 200px;
        text-align: center;
        font-size: 20px;
        border: none;
        outline: none;
        cursor: pointer;
    }

        #user_udaje .cta_user_detail:hover {
            opacity: .8;
        }

        #user_udaje .cta_user_detail .fas {
            padding-right: 6px;
        }

    #user_udaje .line_user {
        width: 100%;
        height: 1.2px;
        background: #e8efef;
    }

    #user_udaje textarea {
        width: 100%;
        padding: 10px 18px 10px 18px;
        border: 1px solid #a9b1b2a;
        border-radius: 4px;
        resize: none;
    }

    #user_udaje .stop p {
        margin: 30px 0;
    }

    #user_udaje .stop input {
        padding: 10px 0 10px 18px;
        border: 1px solid #a9b1b2;
        border-radius: 4px;
        width: 100%;
        background: #fff;
    }

#user_zakoupene {
    margin-bottom: 100px;
}

    #user_zakoupene h2 {
        padding: 30px 0;
    }

    #user_zakoupene .buy_list_center_mobile {
        display: none;
    }

    #user_zakoupene .buy_list_center td .amount {
        text-align: center;
        width: 75%;
        border: 1px solid #e8efef;
        border-radius: 4px;
        padding: 6px 5px;
    }

    #user_zakoupene .buy_list_center td .amount {
        text-align: center;
        width: 75%;
        border: 1px solid #e8efef;
        border-radius: 4px;
        padding: 6px 5px;
    }

        #user_zakoupene .buy_list_center td .amount .row {
            margin-left: 0;
            margin-right: 0;
        }

        #user_zakoupene .buy_list_center td .amount .col-4 {
            padding: 0;
        }

        #user_zakoupene .buy_list_center td .amount .fas {
            font-size: 10px;
            color: #fff;
            background: #2d80ba;
            text-align: center;
            border-radius: 50%;
            padding: 5px;
            cursor: pointer;
        }

        #user_zakoupene .buy_list_center td .amount .count_edit {
            font-weight: 300;
        }

    #user_zakoupene .buy_list_center .image_center h3 {
        font-size: 18px;
        font-weight: 600;
    }

    #user_zakoupene .buy_list_center button, #user_zakoupene .buy_list_center .btn, #user_zakoupene .buy_list_center_mobile .btn {
        text-transform: uppercase;
        color: #fff;
        border: none;
        border-radius: 4px;
        outline: none;
        background: #ff831e;
        cursor: pointer;
        letter-spacing: .3px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        #user_zakoupene .buy_list_center button:hover {
            opacity: .8;
        }

        #user_zakoupene .buy_list_center button img {
            padding-left: 5px;
            padding-right: 5px;
        }

        #user_zakoupene .buy_list_center img {
            max-height: 100px;
        }

    #user_zakoupene .buy_head_list {
        color: #b3b3b3;
    }

    #user_zakoupene table .buy_head_list td {
        border: none !important;
    }

    #user_zakoupene table td {
        border: 1px solid #dee2e6;
    }

    #user_zakoupene table td.nbr {
        border-right: none;
    }

    #user_zakoupene table td.nblr {
        border-right: none;
        border-left: none;
    }

    #user_zakoupene table .image_center {
        border-right: none;
    }

    #user_zakoupene table .kod {
        border-left: none;
        border-right: none;
    }

    #user_zakoupene table .cena {
        border-left: none;
        border-right: none;
    }

    #user_zakoupene table .ks {
        border-left: none;
        border-right: none;
    }

    #user_zakoupene table .amount_td {
        border-left: none;
        border-right: none;
    }

    #user_zakoupene table .cta_button_list {
        border-left: none;
    }

        #user_zakoupene table .cta_button_list button {
            margin-right: 5px;
        }

.menu-user {
    text-align: left !important;
}

    .menu-user .nav-item {
        text-align: center;
    }

.search-user {
    width: 20%;
    position: absolute;
    right: 330px;
    top: 128px;
}

    .search-user input {
        background: #3a92cf;
        border: 1px solid #163e5a;
        color: #fff !important;
    }

        .search-user input::placeholder {
            color: #fff;
            opacity: 1;
        }

    .search-user button {
        background: #163e5a;
        border: 1px solid #163e5a;
    }

@media (max-width: 640px) {
    #user_objednavky table {
        display: block;
        overflow-x: auto;
    }
}

@media (max-width: 850px) {
    #user_detail .detail_information {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 750px) {
    #user_detail table {
        overflow-x: auto;
    }

    #user_detail .user_products .table thead tr {
        display: none;
    }

    #user_detail .user_products .table tbody tr {
        width: 520px;
        display: inline-block;
    }
}

@media (max-width: 680px) {
    .first_table h3 img {
        display: block;
    }
}

@media (max-width: 640px) {
    #user_detail table {
        display: block;
    }
}

@media (max-width: 580px) {
    #user_detail .detail_information {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1100px) {
    #user_zakoupene .buy_list_center button img {
        padding-right: 5px;
    }
}

@media (max-width: 1040px) {
    #user_zakoupene .buy_list_center button img {
        display: none;
    }

    #user_zakoupene .buy_list_center button span {
        padding: 6px 12px;
        text-align: center;
    }
}

@media (max-width: 970px) {
    #user_zakoupene .buy_list_center {
        display: none;
    }

    #user_zakoupene .buy_list_center_mobile {
        display: block;
        margin-bottom: 30px;
        padding: 12px;
        border: 1px solid #e8efef;
    }

        #user_zakoupene .buy_list_center_mobile .header_buy_list {
            display: flex;
        }

            #user_zakoupene .buy_list_center_mobile .header_buy_list img {
                flex: 1;
                max-width: 200px;
                max-height: 200px;
                width: auto;
            }

            #user_zakoupene .buy_list_center_mobile .header_buy_list .content_buy_list {
                flex: 2;
            }

                #user_zakoupene .buy_list_center_mobile .header_buy_list .content_buy_list ul {
                    margin-left: 14px;
                }

                    #user_zakoupene .buy_list_center_mobile .header_buy_list .content_buy_list ul li {
                        display: block;
                        margin-bottom: 7px;
                    }

                        #user_zakoupene .buy_list_center_mobile .header_buy_list .content_buy_list ul li h3 {
                            font-weight: 600;
                            margin-bottom: 20px;
                        }

                        #user_zakoupene .buy_list_center_mobile .header_buy_list .content_buy_list ul li span {
                            display: inline-block;
                            width: 120px;
                            color: #b3b3b3;
                        }

        #user_zakoupene .buy_list_center_mobile .footer_buy_list {
            display: flex;
            margin-top: 20px;
        }

            #user_zakoupene .buy_list_center_mobile .footer_buy_list .group {
                flex: 1;
            }

            #user_zakoupene .buy_list_center_mobile .footer_buy_list .amount {
                text-align: center;
                width: 75%;
                border: 1px solid #e8efef;
                border-radius: 4px;
                padding: 6px 5px;
            }

                #user_zakoupene .buy_list_center_mobile .footer_buy_list .amount .row {
                    margin-left: 0;
                    margin-right: 0;
                }

                #user_zakoupene .buy_list_center_mobile .footer_buy_list .amount .col-4 {
                    padding: 0;
                }

                #user_zakoupene .buy_list_center_mobile .footer_buy_list .amount .fas {
                    font-size: 10px;
                    color: #fff;
                    background: #2d80ba;
                    text-align: center;
                    border-radius: 50%;
                    padding: 5px;
                    cursor: pointer;
                }

                #user_zakoupene .buy_list_center_mobile .footer_buy_list .amount .count_edit {
                    font-weight: 300;
                }

            #user_zakoupene .buy_list_center_mobile .footer_buy_list .cta_button_footer_buy_list {
                flex: 1;
            }

            #user_zakoupene .buy_list_center_mobile .footer_buy_list button {
                text-transform: uppercase;
                color: #fff;
                border: none;
                border-radius: 4px;
                outline: none;
                width: 63%;
                background: #ff831e;
                cursor: pointer;
                padding: 2px 0;
                letter-spacing: .3px;
            }

                #user_zakoupene .buy_list_center_mobile .footer_buy_list button:hover {
                    opacity: .8;
                }

                #user_zakoupene .buy_list_center_mobile .footer_buy_list button img {
                    padding-left: 12px;
                    padding-right: 18px;
                }
}

@media (max-width: 580px) {
    #user_zakoupene .buy_list_center_mobile .footer_buy_list button {
        width: 70%;
    }
}

@media (max-width: 520px) {
    #user_zakoupene .buy_list_center_mobile .footer_buy_list button {
        width: 80%;
    }
}

@media (max-width: 470px) {
    #user_zakoupene .buy_list_center_mobile .footer_buy_list button {
        width: 90%;
    }

    #user_zakoupene .buy_list_center_mobile .header_buy_list {
        flex-direction: column;
    }

        #user_zakoupene .buy_list_center_mobile .header_buy_list .content_buy_list {
            flex: 1;
        }
}

@media (max-width: 420px) {
    #user_zakoupene .buy_list_center_mobile .footer_buy_list button {
        width: 100%;
    }
}

@media (max-width: 380px) {
    #user_zakoupene .buy_list_center_mobile .footer_buy_list button img {
        padding-right: 5px;
    }
}

@media (max-width: 350px) {
    #user_zakoupene .buy_list_center_mobile .footer_buy_list button img {
        padding-left: 5px;
    }
}

@media (max-width: 350px) {
    #user_zakoupene .buy_list_center_mobile .footer_buy_list button img {
        display: none;
    }

    #user_zakoupene .buy_list_center_mobile .footer_buy_list button span {
        text-align: center;
        display: block;
        padding: 4px;
    }
}

@media (max-width: 1580px) {
    .search-user {
        width: 25%;
        right: 100px;
    }
}

@media (max-width: 1100px) {
    .search-user {
        width: 30%;
        right: 8px;
    }
}

@media (max-width: 840px) {
    .search-user {
        display: none;
    }
}

/*# sourceMappingURL=style-user.css.map */


.mt-15 {
    margin-top: 15px;
}

.container_data p {
    font-size: 0.8em;
    color: #e81b1b;
}