﻿.header-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    .header-top div ul {
        list-style: outside none none;
        margin: 0;
        padding: 0
    }

    .header-top > div > ul.left-message > li {
        padding-left: 10px;
    }

        .header-top > div > ul.left-message > li:not(:last-child) {
            border-right: 1px solid rgba(0,0,0,.1);
            padding-right: 10px;
        }

@media (max-width: 1120px) {
    .header-top > div > ul.left-message > li:not(:last-child) {
        border-right: 0;
        padding-right: 0;
    }
}

.header-top > div > ul.right-message > li {
    padding-left: 10px;
}

    .header-top > div > ul.right-message > li:not(:last-child) {
        padding-right: 10px;
    }

@media (max-width: 992px) {
    .header-top > div > ul.right-message > li:not(:last-child) {
        border-right: 0;
        padding-right: 0;
    }
}

.header-top div ul span {
    color: #a5d6f7;
    font-size: 13px;
}

.header-top div ul li a img {
    margin-right: 5px;
}

.header-top div ul li a i {
    font-size: 9px;
    margin-left: 5px;
}

    .header-top div ul li a i.far.fa-eye-slash {
        font-size: 14px;
        margin-left: 0px;
    }

    .header-top div ul li a i.far.fa-eye {
        font-size: 14px;
        margin-left: 0px;
    }

.header-top > div > ul > li {
    cursor: pointer;
    display: inline-block;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
    position: relative;
}

.header-top div > ul > li > a, .header-top div > ul > li > span {
    color: #666;
    font-size: 14px;
}

.header-top div ul.ht-dropdown {
    left: auto;
    right: 0px;
}

.header-top div > ul > li > ul.ht-dropdown li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-top div > ul > li ul.ht-dropdown li a {
    color: #2c2c2c;
    display: block;
    font-size: 13px;
    line-height: 30px;
    padding: 5px 20px;
}

    .header-top div > ul > li ul.ht-dropdown li a:hover {
        color: #E62E04;
    }

.header-top-area {
    background: #f8f8f8 none repeat scroll 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-guide {
}

.header-guide-text {
    text-align: center;
    text-decoration: underline;
    text-decoration-color: black;
    color: grey;
    font-size: 9px;
}

.header-guide-text-p {
    text-align: center;
    text-decoration: underline;
    text-decoration-color: white;
    color: white;
    font-size: 9px;
}

.header-serach-container {
    display: inline-flex;
    align-items: center;
    background-color: #f5f5f5; /* light gray background */
    border: 1px solid #ccc; /* gray border */
    border-radius: 4px; /* small rounded corners */
    padding: 6px 12px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
}

.header-main-search-container {
    /*margin-right: 20px;*/
}

.logo-container {
    /*max-width: 120px;
    margin-right: 20px;*/
}

.modal-nudge-left {
    position: relative;
}

.header-vin-serach-container {
    display: inline-flex;
    align-items: center;
    background-color: #f5f5f5; /* light gray background */
    border: 1px solid #ccc; /* gray border */
    border-radius: 4px; /* small rounded corners */
    padding: 6px 12px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    min-width: 100px;
}

.header-vin-icon {
    /*display: inline-block;
    width: 28px;
    height: 18px;
    margin-right: 8px;
    line-height: 18px;*/
    max-width: 100%; /* never wider than the container */
    height: auto; /* keep aspect ratio */
    display: block; /* remove inline spacing issues */
    object-fit: contain; /* make sure it scales nicely inside */
    max-height: 20px;
    margin-right: 8px;
}

.header-vin-text {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.header-tecdoc-serach-container {
    display: inline-flex;
    align-items: center;
    background-color: #f5f5f5; /* light gray background */
    border: 1px solid #ccc; /* gray border */
    border-radius: 4px; /* small rounded corners */
    padding: 6px 12px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    min-width: 100px;
}

.header-tecdoc-icon {
    /*display: inline-block;
    width: 28px;
    height: 18px;
    margin-right: 8px;
    line-height: 18px;*/
    max-width: 100%; /* never wider than the container */
    height: auto; /* keep aspect ratio */
    display: block; /* remove inline spacing issues */
    object-fit: contain; /* make sure it scales nicely inside */
    max-height: 20px;
    margin-right: 8px;
}

.header-tecdoc-text {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.mobile-right-message {
}

@media (max-width: 576px) {
    .mobile-right-message {
        max-width: 120px;
    }
}

.mobile-user-info {
}

@media (max-width: 576px) {
    .widok-wrap-anywhere {
        white-space: normal;
        overflow-wrap: anywhere; /* preferred */
        word-break: break-word; /* fallback */
    }

    .mobile-user-info {
        /*max-width: 70px;*/
    }
}

.header-bottom-list li > a i,
.header-bottom-list li > a svg {
    margin-left: 5px;
}


.header-middle {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


@media (max-width: 992px) {
    .header-top > div > ul.left-message > li {
        cursor: pointer;
        display: inline-block;
        padding-bottom: 0px;
        padding-left: 10px;
        padding-top: 2px;
        position: relative;
    }
}

@media (max-width: 992px) {
    .header-top > div > ul.right-message > li {
        cursor: pointer;
        display: inline-block;
        padding-bottom: 0px;
        padding-left: 10px;
        padding-top: 2px;
        position: relative;
    }
}

@media (max-width: 768px) {
    .header-top > div > ul.right-message > li {
        cursor: pointer;
        display: inline-block;
        padding-bottom: 0px;
        padding-left: 2px;
        padding-top: 2px;
        position: relative;
    }
}

@media (max-width: 991px) {
    .dowozy {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
}


