body {
    background-color: #00529c;
    background-image: url('/images/bg-logo.jpg');
}

.loaderBackground {
    position: absolute;
    z-index: 99;
    background-color: black;
    /* background-image: url('../images/bg-repeat-black.jpg'); */
    background-repeat: repeat;
    color: white;
    width: 100vw;
    height: 100vh;
}

.loaderBackground2 {
    position: absolute;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.6);
    background-repeat: repeat;
    color: white;
    width: 100vw;
    height: 100vh;
    display: none;
    pointer-events: none;
}

.pic-circle {
    border-radius: 50%;
}

#phaserStage {
    width: 100%;
    margin: auto;
    height: 100vh;
}

.storeNameBox {
    font-size: 30px;
    color: #6b5537;
    font-weight: bold;
    width: 624px;
    text-align: center;
}

.storeCategoryBox {
    color: #6b5537;
    width: 624px;
    height: 80px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.storeCategoryBtn {
    background-color: #fbf3d4;
    color: #6b5537;
    border-radius: 10px;
    padding: 10px;
    font-size: 25px;
    float: left;
    cursor: pointer;
    margin-right: 10px;
    width: auto;
    white-space: nowrap;
}

.storeProductBox {
    width: 634px;
    height: 832px;
    padding: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 20px;
}

.bankTable {
    padding: 0px;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: bold;
    font-size: 30px;
}

.storeProductBox table tr td {
    font-size: 25px;
    padding: 8px;
    font-weight: bold;
}

.productThumb {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.36);
    width: 150px;
    height: 150px;
}

.addToCartBtn {
    cursor: pointer;
}

.circleRed {
    border-radius: 50%;
    background-color: #ff0000;
    color: #fff;
    padding: 6px;
    width: 50px;
    height: 50px;
    font-size: 25px;
    text-align: center;
}

.shippingOption {
    padding: 15px;
    background-color: none;
    border-radius: 20px;
}

.shippingOptionSelect {
    background-color: royalblue;
    color: #fff;
}

.fontForm {
    font-size: 25px;
    height: 60px;
}

#timerData {
    font-size: 50px;
    font-weight: bold;
    color: red;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    #phaserStage {
        width: 100%;
    }
}


/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 768px) {
    #phaserStage {
        width: 100%;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    #phaserStage {
        width: 100%;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    #phaserStage {
        width: 100%;
    }
}

@media (min-width: 1600px) {
    body {
        overflow: hidden;
    }

    #phaserStage {
        width: 100%;
    }
}