
.dataEndBuy{
    max-width: 400px;
    margin: 120px auto 50px auto;
}

.loading{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.15);
}

.loading img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 450px;
}

.bookCode{
    display: flex;
}

.flip-clock-dot.bottom {
    bottom: 45px!important;
}

.flip-clock-dot.top {
    top: 25px!important;
}

.arrowDown {
    text-align: center;
}

.arrowDown img{
    width:50px;
    margin: 5px;
}

.pointer{
    cursor:pointer;
}

@media screen and (max-width:640px) {
    .imageSizeIcon{
        margin-left: 0px;
    }

    .mobile{
        display: none;
    }
}


