﻿.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.4);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

    .modal-container > .modal {
        width: 620px;
        max-height: calc(100vh - 100px);
        align-self: center;
        background: #fefefe;
        display: none;
    }

        .modal-container > .modal > .modal-header, .modal-container > .modal > .modal-footer {
            height: 50px;
            padding: 0 15px;
            display: flex;
            align-items: center;
        }

        .modal-container > .modal > .modal-header {
            border-bottom: 1px solid #ccc;
            display: flex;
            justify-content: space-between;
        }

        .modal-container > .modal > .modal-footer {
            justify-content: flex-end;
            border-top: 1px solid #ccc;
        }

            .modal-container > .modal > .modal-footer .button-section .btn {
                margin-left: 15px;
                border: 1px solid #518a8a;
                border-radius: 0;
            }

        .modal-container > .modal > .modal-content {
            margin-top: 20px;
            display: flex;
            align-content: center;
            align-items: center;
            justify-content: center;
        }

        .modal-container > .modal > .modal-header > .modal-title {
            color: #333;
            font-family: 'Roboto Condensed', sans-serif, sans-serif;
            font-size: 20px;
        }

        .modal-container > .modal > .modal-content > iframe {
            width: 100%;
            min-height: calc(100vh - 300px);
            height: auto;
            border: none;
            overflow: auto;
        }

    .modal-container .modal-close {
        width: 50px;
        height: 50px;
        margin-right: -15px;
    }

        .modal-container .modal-close button {
            width: 100%;
            height: 100%;
            background-color: transparent;
            border: none;
            cursor: pointer;
        }

            .modal-container .modal-close button:hover {
                background-color: rgba(0,0,0,0.05);
            }

.btn.btn-secundary {
    background: transparent;
    color: #518a8a;
}

    .btn.btn-secundary:hover {
        color: #fff;
    }

.order-box .form-row .label {
    width: 30%;
}

@media screen and (max-width: 619px) {
    .modal-container > .modal {
        width: 100%;
        height: 300px;
        max-height: calc(100vh - 100px);
    }

        .modal-container > .modal > .modal-content {
            max-height: calc(100vh - 300px);
            overflow-y: auto;
        }
}

.footer-address .logo img {
    filter: invert(100%);
}

.form-holder.special {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.btn.btn-medium.special {
    margin-bottom: 15px;
    font-size: 18px;
}

.top-dropdown.language .language-code {
    text-transform: uppercase;
    line-height: 21px;
    color: #737373;
    padding: 0 12px;
}

.sana-full-height-slider .top-dropdown.language .language-code {
    color: #fff;
}

.top-dropdown.language:hover .language-code {
    line-height: 32px;
}

.sticky-mode .top-dropdown.language .language-code {
    line-height: 34px;
}

.sticky-mode .top-dropdown.language:hover .language-code {
    line-height: 48px;
}

.sana-full-height-slider .sticky-mode .top-dropdown.language .language-code,
.top-dropdown.language:hover .language-code {
    color: #737373;
}
