.overlay-message-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: none ;
    justify-content: center;
    align-items: end;
    z-index: 9;
}

#overlay-message {
    background: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    max-width: 80%;
}

.flag.flag-en {
    background-position: -176px -44px; }

@media only screen and (max-width: 538px) {

    .dropdown-menu.cart-mini.show {

        left: -150px !important;
    }
}


.selectize-input {
    border: 1px solid #ced4da;
    padding: 1rem 1rem;
}

@media only screen and (min-width: 992px) {

    .navbar {
        font-size: 16px
    }
    .navbar .navbar-nav .nav-link {
        padding: 27px 10px;
    }
}
