﻿body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #050202;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

input {
    /* margin-bottom: 10px; */
    width: 230px;
    height: 30px;
}


button {
    letter-spacing: 1px;
    text-transform: uppercase;
}

article.will-be-w-70vw {
    font-size: calc(1rem + (22 - 16) * (100vw - 400px) / (1000 - 400));
}

.modal {
    display: none; /* Hidden by default */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%; /* Full width */
    height: 600px; /* Full height */
    background-color: white;
    opacity: 0;
}


.modal-visible {
    display: table;
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    transition-delay: 60ms;
    animation-duration: 100ms;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}



.result {
    opacity: 1;
}

.btn-default {
    min-width: 48px;
    min-height: 48px;
    width: 125px;
    text-align: center;
    color: white;
    /* border: 1px solid #8d1cb9; */
    /* background-color: #1c39b9be; */
    background-color: #f70d0e;
    border: 0;
    border-radius: 5px;
    -webkit-appearance: button;
    /* background: transparent; */
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
    margin: auto;
    position: relative;
    top: 3%;
    font-weight: 450;
    letter-spacing: 1px;
}

.btn-login {
    background-color: #f70d0e;
    border: 0;
    border-radius: 5px;
    -webkit-appearance: button;
    color: white;
    text-transform: uppercase;
}

.btn-default:hover {
    transition: background-color 0.1s ease-in, color 0.1s ease-in;
}


.btn-default:before {
    content: '>';
    display: flex;
    font-size: 1.5rem;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30px;
    background-color: #ca0000;
    border-radius: 0 50% 50% 0;
    transform: scale(0, 1);
    transform-origin: left center;
    transition: all 0.2 linear 0s;
    color: white;
}


.btn-default:hover:before {
    transform: scale(1, 1);
    text-indent: 0;
}


.btn-default:hover {
    text-indent: 30px;
    width: 170px;
}


.btn-default:focus {
    background-color: #ca0000;
}


.btn-default:active {
    top: 4%;
    background-color: #ca0000;
}


.btn-filter {
    min-width: 48px;
    min-height: 48px;
    width: 100px;
    text-align: center;
    color: white;
    background-color: #f70d0e;
    border: 0;
    border-radius: 5px;
    -webkit-appearance: button;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
    margin: auto;
    letter-spacing: 1px;
    display: flex;
    /* justify-content: flex-end; */
    align-items: center;
    font-weight: 600;
    display: inline-block;
    /* margin-right: 30px; */
    position: relative;
    bottom: 10px;
}


.cancel {
    position: absolute;
    bottom: 10px;
    left: 20%;
    transform: translateX(-20%);
}

.save {
    position: absolute;
    bottom: 10px;
    right: 5%;
    transform: translateX(-5%);
}

.filter-btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}

.firstStepP {
    touch-action: none;
    user-select: none;
    z-index: 500;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 30px;
    font-size: 24px;
}

.image-options {
    min-width: 48px;
    min-height: 48px;
    width: 80px;
    height: 40px;
    text-align: center;
    color: white;
    border-radius: 10%;
    -webkit-appearance: button;
    background-color: #f70d0e;
    margin-left: 15px;
    margin-top: 15px;
    letter-spacing: 1px;
    text-transform: none;
    box-shadow: none;
    font-weight: 600;
}

.buy {
    background-color: green;
}

.allow {
    border: 2px solid #f70d0e;
    background-color: white;
}



.ff-playfair {
    font-family: 'Playfair Display', serif;
}


.is-hidden {
    display: none;
    margin-bottom: 30px;
}

.choice-container {
    width: 100%;
    width: 100vw;
    height: 100px;
    display: flex;
    justify-content: space-around;
    text-align: center;
}


.btn-img {
    min-width: 48px;
    min-height: 48px;
    background: white;
    border: 0;
}

    .btn-img:focus {
        outline: none;
        font-size: 15px;
        text-decoration: underline;
        color: green;
    }

.btn-upload {
    color: #f70d0e;
}

.btn-fb {
    color: #3b5998;
}

.btn-insta {
    color: #9b36b7;
}

.insta-login, .fb-login::after {
    content: '';
}

.fp-center {
    text-align: center;
}

.w-90vw {
    width: 90vw;
}

.w-60vw {
    width: 60vw;
}

@media only screen and (max-width: 900px) {
    .w-60vw {
        width: 80vw;
        margin: auto;
    }
}

.ep-center {
    margin-left: auto;
    margin-right: auto;
}


.cr-slider-wrap:after {
    content: 'Zoom';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Playfair Display', serif;
}


.to-close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: transparent;
    width: 48px;
    height: 48px;
    border: 0;
    font-size: 2rem;
    font-weight: 600;
}


.buy-now-form {
    display: none;
}

.photos {
    width: 100%;
    text-align: center;
}

.result-position {
    width: 100%;
    height: 30%;
    margin-bottom: 2vh;
}

.address-form {
    display: none;
    height: 350px;
}


    .address-form > input {
        display: block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }


        .address-form > input:before {
            content: 'Street';
            position: absolute;
            left: 30px;
            top: 0;
        }


input[type=range]::-webkit-slider-thumb {
    background: #f70d0e;
}


input[type=range]::-moz-range-thumb {
    background: #f70d0e;
}


.buy-now-form {
    margin-bottom: 40px;
    margin-left: 5px;
}

    .buy-now-form > input {
        /* position: relative;
    left: 50%;
    transform: translateX(-50%); */
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

.will-center {
    text-align: center;
    display: flex;
    justify-content: center;
}


.filer-btn-container {
    width: 100%;
    max-width: 700px;
    height: 60px;
}

.text-decoration-animation {
    animation: underline 2s;
    animation-iteration-count: 1;
}



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

    article {
        height: 100%;
    }

    .choice-container {
        width: 75vw;
        margin-left: auto;
        margin-right: auto;
    }

    .is-hidden {
        width: 70vw;
        margin-left: auto;
        margin-right: auto;
    }

        .is-hidden > h2, p {
            text-align: center;
            width: 60%;
            margin-left: auto;
            margin-right: auto;
        }

    .buy-now-form {
        margin-bottom: 40px;
        max-width: 595px;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }

        .buy-now-form > input {
            /* position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 20px; */
            margin-left: auto;
            margin-right: auto;
        }

    .will-center {
        text-align: center;
        display: flex;
        justify-content: center;
        max-width: 800px;
    }


    .y {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .modal {
        /* height: 800px; */
    }

    .cancel {
        position: absolute;
        bottom: 10px;
        left: 20%;
        transform: translateX(-20%);
    }

    .save {
        position: absolute;
        bottom: 10px;
        right: 10%;
        transform: translateX(-10%);
    }
}

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

    .btn-img:after {
        position: relative;
    }

    .cancel {
        position: absolute;
        bottom: 10px;
        left: 35%;
        transform: translateX(-30%);
    }

    .save {
        position: absolute;
        bottom: 10px;
        right: 30%;
        transform: translateX(-20%);
    }
}

@media only screen and (min-width: 900px) {
    .choice-container {
        width: 60vw;
    }

    .will-be-w-70vw {
        width: 70vw;
    }
}

@media only screen and (min-width: 1000px) {
    .will-be-w-70vw {
        width: 60vw;
    }
}

@media only screen and (min-height: 500px) {

    @supports (display: grid) {
        .g-btn {
            display: grid;
            position: absolute;
            bottom: 0;
            height: 60px;
            width: 100vw;
            grid-template-columns: [margin] 1fr [save] 2fr [add] 2fr [margin] 1fr;
        }

        .save {
            grid-area: save;
            background-color: green;
        }

        .cancel {
            grid-area: add;
            justify-self: end;
        }
    }

    .add {
        position: static;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .spinner {
        margin: 100px auto;
        width: 40px;
        height: 40px;
        position: relative;
        text-align: center;
        -webkit-animation: sk-rotate 2.0s infinite linear;
        animation: sk-rotate 2.0s infinite linear;
    }

    .dot1, .dot2 {
        width: 60%;
        height: 60%;
        display: inline-block;
        position: absolute;
        top: 0;
        background-color: #333;
        border-radius: 100%;
        -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
        animation: sk-bounce 2.0s infinite ease-in-out;
    }

    .dot2 {
        top: auto;
        bottom: 0;
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    @-webkit-keyframes sk-rotate {
        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes sk-rotate {
        100% {
            transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
        }
    }

    @-webkit-keyframes sk-bounce {
        0%, 100% {
            -webkit-transform: scale(0.0);
        }

        50% {
            -webkit-transform: scale(1.0);
        }
    }

    @keyframes sk-bounce {
        0%, 100% {
            transform: scale(0.0);
            -webkit-transform: scale(0.0);
        }

        50% {
            transform: scale(1.0);
            -webkit-transform: scale(1.0);
        }
    }
}

.modal-filter {
    padding: 50px 0 70px;
}

.basket {
    display: none;
}

.loadingAnimation {
    border-radius: 50%;
    background: #ee3c3c;
    width: 60px;
    height: 60px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #f70d0e;
    animation: loading 2s infinite;
    outline: none;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#btnSignUp {
    background-color: green;
}

.loginButtonAnimation {
    background: linear-gradient(103deg, #fd1313, #fdc413, #13fd45, #13fd45);
    background-size: 100% 100%;
    -webkit-animation: loginButton 3s ease infinite;
    -moz-animation: loginButton 3s ease infinite;
    animation: loginButton 3s ease infinite;
}

@-webkit-keyframes loginButton {
    0% {
        background-position: 0% 13%;
    }

    50% {
        background-position: 100% 88%;
    }

    100% {
        background-position: 0% 13%;
    }
}

@-moz-keyframes loginButton {
    0% {
        background-position: 0% 13%;
    }

    50% {
        background-position: 100% 88%;
    }

    100% {
        background-position: 0% 13%;
    }
}

@keyframes loginButton {
    0% {
        background-position: 0% 13%;
    }

    50% {
        background-position: 100% 88%;
    }

    100% {
        background-position: 0% 13%;
    }
}

.imgEdit {
    display: none;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background-color: #c5c0c0;
}

.textEdit {
    position: relative;
    top: 10%;
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    height: 100vw;
    max-width: 600px;
    max-height: 600px;
}

.interactValue {
    position: relative;
}

#textred {
    text-align: center;
    width: 100%;
    margin-top: 2%;
}

    #textred input, select {
        height: 6vh;
        box-sizing: border-box;
        padding: 0 5px;
        font-family: Tahoma;
        border-radius: 5px;
        font-size: 100%;
        border: 0.5px solid #C5D4CA;
        outline: none;
        box-shadow: 1px 1px 4px #EBEBEB;
        margin-top: 2%;
    }

    #textred input {
        padding: 0 9px;
    }

#movetext {
    float: right;
    width: 35%;
    margin-right: 5%;
    margin-top: 3%;
}

    #movetext button {
        width: 10vw;
        height: 10vw;
        max-width: 70px;
        max-height: 70px;
        margin-top: 1%;
        height: 3%;
        font-size: 1.5vw;
        border-radius: 5px;
    }

.sbut {
    width: 33%;
    float: left;
    text-align: center;
    font-size: 90%;
    font-family: Arial;
    margin-top: 3vh;
}

.btext {
    background-color: #f70d0e;
}

#tableres {
    border-collapse: collapse;
    width: 90%;
    margin-left: 10%;
    font-size: 2vw;
    margin-bottom: 1vh;
}

    #tableres a {
        font-size: 1.5vw;
        color: #f70d0e;
    }

    #tableres tr {
        border-top: 4px solid #f70d0e;
        border-bottom: 4px solid #f70d0e;
    }

.resultdiv {
    position: relative;
    padding: 4% 2%;
    width: 29%;
    float: left;
}

.delphoto {
    position: absolute;
    top: 0;
    right: 0;
    color: #f70d0e;
    cursor: pointer;
    font-family: Arial black;
    font-size: 2vw;
}

.chinp {
    width: 80%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.5vw;
    text-align: center;
}

.cssload-thecube {
    width: 94px;
    height: 94px;
    margin: 0 auto;
    margin-top: 63px;
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}

    .cssload-thecube .cssload-cube {
        position: relative;
        transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
    }

    .cssload-thecube .cssload-cube {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }

        .cssload-thecube .cssload-cube:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #f70d0e;
            animation: cssload-fold-thecube 2.28s infinite linear both;
            -o-animation: cssload-fold-thecube 2.28s infinite linear both;
            -ms-animation: cssload-fold-thecube 2.28s infinite linear both;
            -webkit-animation: cssload-fold-thecube 2.28s infinite linear both;
            -moz-animation: cssload-fold-thecube 2.28s infinite linear both;
            transform-origin: 100% 100%;
            -o-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            -webkit-transform-origin: 100% 100%;
            -moz-transform-origin: 100% 100%;
        }

    .cssload-thecube .cssload-c2 {
        transform: scale(1.1) rotateZ(90deg);
        -o-transform: scale(1.1) rotateZ(90deg);
        -ms-transform: scale(1.1) rotateZ(90deg);
        -webkit-transform: scale(1.1) rotateZ(90deg);
        -moz-transform: scale(1.1) rotateZ(90deg);
    }

    .cssload-thecube .cssload-c3 {
        transform: scale(1.1) rotateZ(180deg);
        -o-transform: scale(1.1) rotateZ(180deg);
        -ms-transform: scale(1.1) rotateZ(180deg);
        -webkit-transform: scale(1.1) rotateZ(180deg);
        -moz-transform: scale(1.1) rotateZ(180deg);
    }

    .cssload-thecube .cssload-c4 {
        transform: scale(1.1) rotateZ(270deg);
        -o-transform: scale(1.1) rotateZ(270deg);
        -ms-transform: scale(1.1) rotateZ(270deg);
        -webkit-transform: scale(1.1) rotateZ(270deg);
        -moz-transform: scale(1.1) rotateZ(270deg);
    }

    .cssload-thecube .cssload-c2:before {
        animation-delay: 0.285s;
        -o-animation-delay: 0.285s;
        -ms-animation-delay: 0.285s;
        -webkit-animation-delay: 0.285s;
        -moz-animation-delay: 0.285s;
    }

    .cssload-thecube .cssload-c3:before {
        animation-delay: 0.57s;
        -o-animation-delay: 0.57s;
        -ms-animation-delay: 0.57s;
        -webkit-animation-delay: 0.57s;
        -moz-animation-delay: 0.57s;
    }

    .cssload-thecube .cssload-c4:before {
        animation-delay: 0.855s;
        -o-animation-delay: 0.855s;
        -ms-animation-delay: 0.855s;
        -webkit-animation-delay: 0.855s;
        -moz-animation-delay: 0.855s;
    }

@keyframes cssload-fold-thecube {
    0%, 10% {
        transform: perspective(175px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        transform: perspective(175px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        transform: perspective(175px) rotateY(180deg);
        opacity: 0;
    }
}

@-o-keyframes cssload-fold-thecube {
    0%, 10% {
        -o-transform: perspective(175px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -o-transform: perspective(175px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -o-transform: perspective(175px) rotateY(180deg);
        opacity: 0;
    }
}

@-ms-keyframes cssload-fold-thecube {
    0%, 10% {
        -ms-transform: perspective(175px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -ms-transform: perspective(175px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -ms-transform: perspective(175px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%, 10% {
        -webkit-transform: perspective(175px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(175px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(175px) rotateY(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cssload-fold-thecube {
    0%, 10% {
        -moz-transform: perspective(175px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -moz-transform: perspective(175px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -moz-transform: perspective(175px) rotateY(180deg);
        opacity: 0;
    }
}

.chinp input {
    width: 20%;
    height: auto;
    font-size: 1.5vw;
    margin-left: 5%;
}

@media all and (max-width : 480px) {
    .resultdiv {
        width: 90%;
        margin-left: 5%;
    }

    .chinp {
        margin-top: -3vh;
    }

        .chinp input {
            width: 40%;
            font-size: 2vh;
        }

        .chinp span {
            font-size: 3vh;
        }

    .delphoto {
        font-size: 4vh;
        margin-top: -3vh;
    }
}

.frameborder canvas { 
    border: 15mm solid #000000;
}
