@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: 60rem;
    height: 30rem;
    background-color: white;
    position: absolute;
    z-index: 9999999999999;
    margin-left: calc(50% - 30rem);
    margin-top: 20vh;
}

.text-android-popup{
    padding: 2rem;
    font-size: 18px;
    margin-top: 4rem;
}

.android-popup a {
    background-color: #797979;
    padding: 1rem 3rem 1rem 3rem;
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.android-popup h3{
    background-color: #797979;
    color: white;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-weight: lighter;
    text-transform: uppercase;
    margin-top: 0;
}

.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: auto;
    vertical-align: middle;
}

.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: #50B078;
}

.inner .variations{
    margin-top: 0 !important;
    margin-bottom: 2rem !important;
    font-weight: bolder;
}

.inner .price{
    right: unset !important;
    top: unset !important;
    position: unset !important;
    margin-bottom: 2rem;
}

.inner .button-container{
    float: left;
    margin: auto;
    text-align: center;
    width: 100%;
}

.cover-column{
    padding-bottom: 1rem !important;
}

.inner .caption{
    padding-left: 1rem;
    padding-right: 1rem;
}

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

    .inner .variations{
        top: unset !important;
        margin-bottom: 1rem;
        margin-top: 2rem;
    }

    .inner .price{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}



