
/*Styles for modal window-------------------------------------------------------
--------------------------------------------------------------------------------*/

body.menu-opened, body.modal-opened, body.search-opened {
    overflow: hidden;
}

.modal {
    display: none;
    position: relative;
    z-index: 10000;
}

.modal.opened {
    display: block;
}

.modal__dialog, .modal__overlay {
    outline: none;
}

.modal__overlay {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.9);
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.modal__dialog {
    position: relative;
    padding: 18px 24px;
    min-height: 100%;
    width: 100%;
    padding-bottom: 70px;
}

.modal__dialog, 
.modal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
}

.modal__content {
    width: 90%;
    margin: 0 auto;
    padding: 2% 0;
    z-index: 10030;
}

.find_orders-modal__steps {
    position: relative;
    text-align: center;
}

.find_orders-modal .modal__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.find_orders-modal__title {
    font: 48px/1.5 'open-sans-bold', 'OpenSans', Arial, Helvetica, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #a3e4de;
    text-align: center;
}

.find_orders-modal__title .fobe_color {
    color: #09e5d7;
}

.find_orders-modal__description {
    margin-top: 10px;
    font: 18px/1.5 'open-sans-bold', 'OpenSans', Arial, Helvetica, sans-serif;
    font-weight: 800;
    color: #a3e4de;
}

.find_orders-modal__row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;

    margin-top: 30px;
}

.find_orders-modal__input {
    width: 450px;
    padding: 3px;
    border-radius: 10px;

    background: rgb(163,228,222);
    background: -moz-linear-gradient(-33deg, rgba(163,228,222,1) 0%, rgba(9,229,215,1) 100%);
    background: -webkit-linear-gradient(-33deg, rgba(163,228,222,1) 0%, rgba(9,229,215,1) 100%);
    background: linear-gradient(-33deg, rgba(163,228,222,1) 0%, rgba(9,229,215,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a3e4de",endColorstr="#09e5d7",GradientType=1);
}

.find_orders-modal__input.error {
    background: #eb5757;
}

.custom-input {
    position: relative;
    overflow: hidden;
}

.custom-input__input {
    display: block;
    width: 100%;
    padding: 15px 15px 14px;
    height: 60px;
    color: #75aeaa;
    font-size: 18px;
    font-family: 'open-sans-bold', 'OpenSans', Arial, Helvetica, sans-serif;
    font-weight: 800;
    line-height: 1.4;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #0b1118;
    border-radius: 10px;
    background-color: #0b1118;
    -webkit-transition: border-color .3s ease,opacity .3s ease;
    transition: border-color .3s ease,opacity .3s ease;
}

.custom-input__input:focus {
    border-color: transparent !important;
    outline: none !important;
}

.find_orders-modal__input .custom-input__input {
    opacity: 1;
    background-color: #000;
    text-align: center;
}

.find_orders-modal__input .custom-input__input::placeholder {
    color: #82ece4;
}

.custom-input.error .custom-input__input {
    border-color: #eb5757;
}

.custom-input__input::placeholder {
    color: #75aeaa;
    opacity: .4;
}

.custom-button a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.custom-button {
    position: relative;
    height: 60px;
    background-color: #09E5D7;
    border-radius: 15px;
    padding: 15px 15px 14px;
    cursor: pointer;
    text-align: center;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;

    -webkit-transition: background-color .2s ease;
    -ms-transition: background-color .2s ease;
    transition: background-color .2s ease;
}

.custom-button a {
    position: static;
    text-decoration: none;
    color: #0b1118 !important;
    font-size: 18px;
    font-family: 'open-sans-bold', 'OpenSans', Arial, Helvetica, sans-serif;
    font-weight: 800;
    line-height: 1.5;
}

.custom-button:active {
    background-color: #16aca2;
}

.find_orders-modal__row .custom-button {
    height: 66px;
    margin-left: 25px;
    min-width: 200px;
}

.find_orders-modal__title {
	-webkit-animation: hs-rotate-open .7s  ease;
	animation: hs-rotate-open .7s  ease;
    z-index: 10025;
}

.find_orders-modal__description {
	-webkit-animation: hs-rotate-open .3s  ease;
	animation: hs-rotate-open .3s  ease;
}

.find_orders-modal__row {
	-webkit-animation: hs-rotate-open .9s  ease;
	animation: hs-rotate-open .9s  ease;
}

.modal__overlay-custom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

@-webkit-keyframes hs-rotate-open {
	0% {
        opacity: 0;
		-webkit-transform: perspective(120px) rotateX(2deg);
        -webkit-scale: 1.1;
        padding-left: 25px;
	}
	100% {
        opacity: 1;
		-webkit-transform: perspective(120px) rotateX(0deg);
        -webkit-scale: 1;
        padding-left: 0px;
	}
}

@keyframes hs-rotate-open {
	0% {
        opacity: 0;
		-webkit-transform: perspective(120px) rotateX(2deg);
		transform: perspective(120px) rotateX(2deg);
        -webkit-scale: 1.1;
        scale: 1.1;
        padding-left: 25px;
	}

	100% {
        opacity: 1;
		-webkit-transform: perspective(120px) rotateX(0deg);
		transform: perspective(120px) rotateX(0deg);
        -webkit-scale: 1;
        scale: 1;
        padding-left: 0px;
	}

}

.open-btn,
.basket-btn {
    position: fixed;
    right: 25px;
    bottom: 180px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #09e5d7;
    cursor: pointer;
    z-index: 1000;
}

.basket-btn {
    bottom: 80px;
    background-color: #000;
}

.open-btn .image,
.basket-btn .image {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(images/database.png) no-repeat center;
    background-size: 70%;
}

.basket-btn .image {
    background: url(https://i.imgur.com/i1ipFLj.png) no-repeat center;
    background-size: 100%;
}

.find_orders-modal__ending {
    display: none;
    width: 90%;
    max-width: 675px;
    margin-top: 30px;
    border-radius: 15px;
    text-align: center;
    color: #1b1c1c;
    padding: 25px 35px;
    background-color: #172331;
    font: 18px/1.5 'open-sans-bold', 'OpenSans', Arial, Helvetica, sans-serif;
    font-weight: 800;
}

.find_orders-modal__ending.success {
    background-color: #8be38f;
}

.find_orders-modal__ending.error {
    background-color: #e18aad;
}

.open-btn {
    right: 25px;
    bottom: 20px;
    width: 50px;
    height: 50px;
}

@media only screen and (max-width:750px) {
    
    .find_orders-modal__row .find_orders-modal__input {
        width: 68%;
    }

    .find_orders-modal__row .custom-button {
        width: 30%;
        margin-left: 2%;
        min-width: 150px;
    }

    .modal__content {
        width: 100%;
    }

    .find_orders-modal__description {
        text-align: center;
    }

    .find_orders-modal__row {
        width: 100%;
    }
}

@media only screen and (max-width:560px) {
    
    .find_orders-modal__title {
        font: 32px/1.5 'open-sans-bold', 'OpenSans', Arial, Helvetica, sans-serif;
        font-weight: 800;
    }

    .find_orders-modal__ending {
        width: 100%;
        padding: 20px 15px;
        font: 18px/1.5 'open-sans-bold', 'OpenSans', Arial, Helvetica, sans-serif;
        font-weight: 800;
    }

    .open-btn {
        right: 13px;
        bottom: 23px;
        width: 50px;
        height: 50px;
    }
}

@media only screen and (max-width:390px) {

    .find_orders-modal__title {
        font: 28px/1.5 'open-sans-bold', 'OpenSans', Arial, Helvetica, sans-serif;
        font-weight: 800;
    }

    .find_orders-modal__row {
        flex-wrap: wrap;
    }

    .find_orders-modal__row .find_orders-modal__input {
        width: 100%;
    }

    .find_orders-modal__row .custom-button {
        width: 100%;
        margin-top: 20px;
    }

    @-webkit-keyframes hs-rotate-open {
        0% {
            opacity: 0;
            -webkit-transform: perspective(120px) rotateX(2deg);
            -webkit-scale: 1.05;
            padding-left: 15px;
        }
        100% {
            opacity: 1;
            -webkit-transform: perspective(120px) rotateX(0deg);
            -webkit-scale: 1;
            padding-left: 0px;
        }
    }
    
    @keyframes hs-rotate-open {
        0% {
            opacity: 0;
            -webkit-transform: perspective(120px) rotateX(2deg);
            transform: perspective(120px) rotateX(2deg);
            -webkit-scale: 1.05;
            scale: 1.05;
            padding-left: 15px;
        }
    
        100% {
            opacity: 1;
            -webkit-transform: perspective(120px) rotateX(0deg);
            transform: perspective(120px) rotateX(0deg);
            -webkit-scale: 1;
            scale: 1;
            padding-left: 0px;
        }
    
    }
}



/*Styles for orders page-------------------------------------------------------
--------------------------------------------------------------------------------*/


.orders {
    padding-bottom: 50px;
}

.gradient {
    position: absolute;
    z-index: 0;
    height: 50vh;
    width: 100%;
    right: 15%;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    background-color: #0B1118;
    background: radial-gradient(circle at 100% 0%, rgba(9,229,215,.6),  rgba(11,17,24,1),  rgba(11,17,24,1));
    background-size: 200%;
    background-position: 40% 100%;
    opacity: 0.7;
    filter: blur(3rem);

}

.orders__header {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;

}

.orders__header-content h1 {
    font: 50px/1.5 'open-sans-bold', 'OpenSans', Arial, Helvetica, sans-serif;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: .04em;
}

.orders__header-content-email {
    font: 30px/1.5 'open-sans-bold', 'OpenSans', Arial, Helvetica, sans-serif;
    font-weight: 800;
    color: #09e5d7;
}

.orders__header-modal__input {
    margin-top: 90px;
    width: 660px;
    position: relative;
    z-index: 5;
}

.orders__header-modal__input .custom-input__input {
    background-color: #172331;
    color: #889EB8;
    border-color: transparent !important;
    outline: none !important;
}

.orders__header-modal__input .custom-input__input::placeholder {
    color: #889EB8;
}

.orders__header__image img {
    width: 520px;
    position: relative;
    margin-top: -60px;
}

.orders__list {
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.orders__list__order {
    padding: 40px 0;
    border-bottom: 2px solid #172331;
}

.orders__list__order-date {
    font: 30px/1.5 'open-sans-bold', 'OpenSans', Arial, Helvetica, sans-serif;
    font-weight: 800;
    color: #09e5d7;
}

.orders__list__order-id {
    font: 18px/1.5 'open-sans-bold', 'OpenSans', Arial, Helvetica, sans-serif;
    font-weight: 800;
    color: #c5dcf8;
    margin-top: 10px;
}

.orders__list__order-product {
    display: flex;
    flex-wrap: nowrap;
    margin: 10px 20px;
    padding: 15px 0px;

    overflow-y: hidden;
    overflow-x: auto;
}

@media only screen and (max-width:620px) {

    .orders__list__order-product {
        margin: 25px 0px 35px;
        padding: 25px 25px;
        background-color: rgba(0, 0, 0, .5);
        border-radius: 20px;
    }
}

.orders__list__order-product::-webkit-scrollbar {
	width: 4px;
    height: 4px;
}

.orders__list__order-product::-webkit-scrollbar-track {
	background: transparent;
}

.orders__list__order-product::-webkit-scrollbar-thumb {
	background: #09E5D7;
	border-radius: 4px;
}

.orders__list__order-product::-webkit-scrollbar-thumb:hover {
	background: #0eb4a9;
}

.orders__product-img {
    overflow: hidden;
    height: 90px;
    width: 275px;
    border-radius: 15px;
    background-color: #172331;
    white-space: nowrap;
    
    flex-shrink: 0;
}

.orders__product-img img {
    width: 100%;
    scale: 1;
    margin-top: -20px;
    transition: scale .3s ease;
}

.orders__product-img img:hover {
    scale: 1.1;
}

.orders__product-info {
    height: 90px;
    min-width: 130px;
    padding: 15px 25px;
    margin-left: 30px;
    border-radius: 15px;
    background-color: #172331;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    
    white-space: nowrap;
    flex-shrink: 0;
}

.orders__product-info__title {
    font: 14px/1.5 'open-sans-bold', 'OpenSans', Arial, Helvetica, sans-serif;
    font-weight: 800;
    color: #09e5d7;
}

.orders__product-info__main {
    font: 18px/1.5 'open-sans-bold', 'OpenSans', Arial, Helvetica, sans-serif;
    font-weight: 800;
    color: #c5dcf8;
}

.orders__list__order-button {
    width: 250px;
    margin-top: 15px;
}

.orders__list__order-button .custom-button {
    height: 55px;
    padding: 15px;
}

.no-search-result {
    display: none;
    position: relative;
    z-index: 5;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 30px;
    text-align: center;
    font: 40px/1.5 'open-sans-bold', 'OpenSans', Arial, Helvetica, sans-serif;
    font-weight: 800;
    color: #C5DCF8;
    
	-webkit-animation: hs-rotate-open 1s  ease;
	animation: hs-rotate-open 1s  ease;
}

@media only screen and (max-width:620px) {

    .orders__list__order-button {
        width: 100%;
    }

    .orders__list__order-button .custom-button {
        height: 60px;
    }
}

@media only screen and (max-width:700px) {

    .orders__header-content {
        z-index: 5;
        width: 100%;
        text-align: center;
    }
    .orders__header__image {
        order: -1;
        opacity: .7;
        position: absolute;
        z-index: 0;
    }

    .orders__header-modal__input {
        margin-top: 25px;
        width: 100%;
    }

    .orders__header-modal__input .custom-input__input {
        text-align: center;
    }

    .orders__header {
        flex-wrap: wrap;
    }

    .orders__header__image img {
        width: 50%;
        float: right;
        margin-top: 0px;
    }

    .orders__header-content h1 {
        font: 35px/1.3 'open-sans-bold', 'OpenSans', Arial, Helvetica, sans-serif;
    font-weight: 800;
    }

    .orders__header-content-email {
        font: 24px/1.3 'open-sans-bold', 'OpenSans', Arial, Helvetica, sans-serif;
    font-weight: 800;
    }

    .orders__list__order-date {
        font: 24px/1.3 'open-sans-bold', 'OpenSans', Arial, Helvetica, sans-serif;
    font-weight: 800;
    }

    .no-search-result {
        font: 30px/1.3 'open-sans-bold', 'OpenSans', Arial, Helvetica, sans-serif;
    font-weight: 800;
    }
    
    .orders__header__image {
        display: none;
    }
}

@media only screen and (max-width:450px) {

    .orders__header-content {
        z-index: 5;
    }

}





