@media screen and (max-width: 320px) /* iphone 4 & 5 */ {
    .map-themes button {
        margin: 2px !important;
    }

    #side-modal-text .ok-button, #side-modal-citymarble .ok-button {
        margin: 6px 0;
        padding: 1rem 2rem 1rem 2rem;
    }
}

.no-left{
    left: auto !important;
}

.makeblurry
{
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.loading-modal {
    position: absolute;
    border: 13px solid #d8d8d8;
    border-radius: 50%;
    border-top: 13px solid #65c4f0;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    horizontal-a: center;
    margin: auto;
    margin-top: 30vh;
    z-index: 1;
    text-align: center;
    margin-left: calc(50% - 40px);
}

@media screen and (max-width: 850px)
{
    #tawkchat-minified-box{
        display: none !important;
    }
}

.android-popup-section{
    text-align: center;
}

.android-popup{
    width: 64rem;
    background-color: #24656a;
    position: absolute;
    z-index: 9999999999999;
    margin-left: calc(50% - 30rem);
    margin-top: 20vh;
    border-radius: 30px;
    color: white;
    font-family: "Helvetica Neue";
}
p.button-android-popup {
    display: flex;
    justify-content: center;
}
.text-android-popup{
    margin-bottom: 40px;
    font-size: 16px;
    font-family: 'Helvetica Neue';
    margin-top: 30px;
    font-weight: 200;
}

.android-popup a {
    background-color: #eb405d ;
    color: white;
    width: 15rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    float: left;
    margin-left: 1rem;
    cursor: pointer;
    font-size: 120%;
    border-radius: 30px;
}
.android-popup a:hover{
    text-decoration: none;
    color: white;
}
.android-popup h3{
    background-color: #1f565c;
    color: white;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 0;
    font-family: 'Helvetica Neue';
    font-weight: bold;
    border-radius: 30px 30px 0px 0px;
}

.button-android-popup{
    margin-top: 5rem;
}

@media screen and (max-width: 850px)
{
    .android-popup{
        width: 90%;
        margin-left: 5%;
    }

    .button-android-popup{
        margin-top: 3rem;
    }
}

.new-pin{
    width: 5rem;
    margin-top: -4px;
    margin-left: 1rem;
}

.price-old, .currency-old
{
    /*color: #e31519;*/
    text-decoration: line-through red;
    font-size: 70%;
}

.price-new, .currency-red
{
    color: #e31519;
}

.stored-images
{
    width: 100%;
    float: left;
}

.upload-image
{
    width: 13rem;
    height: 13rem;
    display: inline-block;
    float: left;
    margin: 0.5rem;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #e7e7e7;
}

.img-thumb
{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border-radius: 50%;
}

.upload-loader{
    left: calc(50% - 30px);
    position: absolute;
    z-index: 99999;
    border-radius: 50%;
    border-top: 7px solid #65c4f0;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    border-top: 10px solid #e34853;
    border-right: 10px solid #f1b342;
    border-bottom: 10px solid #6dc5ec;
    border-left: 10px solid #845fa4;
}

.remove-img
{
    color: white;
    position: relative;
    float: right;
    text-align: center;
    margin-right: 1px;
    margin-top: 1px;
    margin-bottom: -21px;
    border-radius: 100%;
    width: 2rem;
    height: 2rem;
}

.gift-tool{
    background-color: #b3b3b3;
}

.gift-tool:after{
    background: gray;
}

@media(max-width: 900px)
{
    .nav-qr{
        display: none;
    }
}



