body, html{
	padding: 0px;
    margin: 0px;
    height: 100vh;
    width: 100vw;
    font-family: sans-serif;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}
/* start home page content */
.homepage {
    position: absolute;
    width: 320px;
    left: calc(50vw - 160px);
    top: 20vh;
    text-align: center;
}
.home-title {
    font-size: 35px;
    color: #fff;
}
.home-description {
    font-size: 14px;
    color: #fff;
}

.loading{
	position: fixed;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	color: #fff;
	z-index: 10001;
	display: none;
}
.loading-container {
    position: relative;
}
.loading-content{
	position: absolute;
	width: 300px;
	height: 40px;
	left: calc(50vw - 150px);
	top:calc(50vh - 20px);
	text-align: center;
}

canvas{
	display: block;
	z-index: 9999;
}

div#container {
    display: block;
}

div#startButton {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 20px;
    top: calc(50vh - 25px);
	background-color: #00dcb9;
    color: #2b2b2b;
    font-family: sans-serif;
    position: relative;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
}
div#startButton:hover{
	background-color: #00dcb9;
    color: #fff;	
}
/* end of home page content */

/* panorama styling */
.gyrobutton{
	width: 65px;
    height: 65px;
    display: none;
    position: absolute;
    top: 90px;
    right: 15px;
    z-index: 10000;
    border-radius: 100%;
    background: white;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s ease;
}

.gyrobutton{
	width: 65px;
    height: 65px;
    display: none;
    position: absolute;
    top: 90px;
    right: 15px;
    z-index: 10000;
    border-radius: 100%;
    background: white;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
    
.gyrobutton:hover
{
    background-color: #ece9e9f5;
}
.gyrobutton:active
{
    background-color: white;
}

.popup{
	position: absolute;
    width: 300px;
    height: 300px;
    background-color: #ffffff90;
    border-radius: 10px;
    top: 0;
    left: 0px;
    z-index: 10000;
}
.hoverlabel{
	position: absolute;
	top:0px;
	left: -500px;
	text-align: center;
    padding: 10px;
    background-color: #000;
    margin-top: -80px;
    width: 120px;
    margin-left: -70px;
    color: #fff;
    border-radius: 10px;
}
.annotation {
    position: absolute;
    z-index: 1;
    margin-left: 15px;
    margin-top: 15px;
    padding: 1em;
    width: 200px;
    margin-left: -100px;
    margin-top: 50px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    border-radius: .5em;
    font-size: 12px;
    line-height: 1.2;
    transition: opacity .5s;
    top:0px;
	left: 0px;
	opacity: 0;
}

.annotation-div-img 
{
    background-image: url('../images/icon/loading.gif') !important;
    image-rendering: unset;
    background-position: center center;
    background-repeat: no-repeat;
}
    
.annotation-body img {
    width: 100%;
}
.annotation-title {
    font-size: 20px;
    margin-bottom: 8px;
    display: block;
}
.annotation-body {
    font-size: 14px;
    display: block;
}
.close-btn {
    position: absolute;
    right: 0px;
    padding: 10px;
    top: 0px;
    cursor: pointer;
}
.close-btn:hover{
	color: #f00;
}
/* end of panorama styling */

.annotation {
    position: absolute;
    z-index: 1;
    margin-left: 15px;
    margin-top: 15px;
    padding: 1em;
    width: 300px;
    margin-left: -100px;
    margin-top: 50px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    border-radius: .5em;
    font-size: 12px;
    line-height: 1.2;
    transition: opacity .5s;
    top:0px;
	left: 0px;
    opacity: 0;
}

.annotation-title {
    font-size: 20px;
    margin-bottom: 8px;
    display: block;
}
.annotation-body {
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
}

.annotation-price
{
    margin-top: 10px;
    margin-bottom: 13px;
    font-size: 1.2rem;
    color: #FFEB3B;
    font-weight: 700;
    margin-left: 15px;
}

button
{
    cursor: pointer;
}

.annotation-head
{
    padding-top: 10px;
}
.annotation-button
{
    width: 57%;
    height: 40px;
    background-color: #FFB512;
    color: #000;
    font-family: sans-serif;
    font-size: 25px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    text-align: left;
    padding-left: 20px;
    margin-left: 10px;
    outline: none;
}

.annotation-button:hover
{
    background-color: #efa709db;
}
.annotation-button:active
{
    background-color: #FFB512;
    border: none;
}

.annotation-button:focus {
    outline:0;
}

.annotation-button:disabled
{
    background-color: #868686;
    border: none;
}

.annotation-cart-img
{
    margin-left: 6px;
    position: absolute;
}

.annotation-product
{
    font-size: 1rem;
    display: none;
}

.annotation-img{
    width: 90%;
    margin-left: 13px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 0px;
    -webkit-box-shadow: 0 10px 6px -6px #0f0b0c;
    -moz-box-shadow: 0 10px 6px -6px #0f0b0c;
    box-shadow: 0 10px 6px -6px #0f0b0c;
    display: none;
}

div#cart-container{
    transition: all 0.5s ease;
    display: inline-block;
    width: 350px;
    position: fixed;
    height: 100vh;
    right: -350px;
    vertical-align: top;
    z-index: 1000;
    background-color: white;
}

.cart_hide_panel
{
    border-radius: 100%;
    background-image: url(../images/icon/bucket.png);
    width: 65px;
    height: 65px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 10px;
    left: -80px;
    cursor: pointer;   
    background-color: white;
}
.cart_hide_panel:hover
{
    background-color: #ece9e9f5;
}
.cart_hide_panel:active
{
    background-color: white;
}

.btn.btn-check-out {
    z-index: 99999;
    display: block;
    position: relative;
    bottom: 0px;
    background-color: #f1260a;
    height: 40px;
    color: #ffffff;
    width: 90%;
    text-align: center;
    padding-top: 9px;
    top: 35px;
    font-size: 14px;
    cursor: pointer;
    left: 18px;
    border-radius: 16px;
    font-weight: 600;
}

.btn.btn-check-out:hover {
    background-color: #f44336;
}

.btn.btn-check-out:active {
    background-color: #f1260a;
}

span.cart_item_count
{
    position: absolute;
    right: 13px;
    top: 12px;
    color: white;
    font-size: 10px;
}

.cart_list
{
    position: relative;
    bottom: 0px;
    height: calc(100% - 190px) !important;
    width: 100%;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 60px;
    border-bottom: 1px solid #9e9e9e75;
    z-index: 999;
}

a.btn-close-cart
{
    top: 20px;
    position: absolute;
    left: 20px;
    cursor: pointer;
    z-index: 9999999;
}

.product_img
{
    margin-left: 20px;
    width: 70px;
    height: 80px;
}
.product_label
{
    width: 65%;
    position: relative;
    top: -80px;
    right: -96px;
}

.btn_product_remove
{
    right: -12px;
    position: absolute;
    top: 40px;
    cursor:pointer;
}

.btn_product_remove:hover
{
    opacity: 0.9;
}

.product_price
{
    margin-top: -62px;
    text-align: center;
    margin-left: -74px;
    color: red;
}

.product_qty_panel
{
    text-align: center;
    display: inline-flex;
    margin-left: 60px;
    margin-top: 5px;
    height: 37px;
    margin-bottom: 10px;
}

.product_qty_label
{
    margin-top: 11px;color: #9E9E9E;font-size: 16px;
}

.btn_minus
{
    width: 36px;
    border-top: 1px solid #9E9E9E;
    border-left: 1px solid #9E9E9E;
    border-right: none;border-bottom: 1px solid #9E9E9E;
    background-color: white;
    font-size: 25px;
    color: #9E9E9E;
    border-radius: 4px 0px 0px 4px;
    cursor: pointer;
}

.btn_minus:hover
{
    background-color: #ece9e9;
}

*:focus {
    outline: none;
}

.btn_plus
{
    width: 36px;
    border-top: 1px solid #9E9E9E;
    border-left: none;border-right: 1px solid #9E9E9E;
    border-bottom: 1px solid #9E9E9E;
    background-color: white;
    font-size: 25px;
    color: #9E9E9E;
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
}

.btn_plus:hover
{
    background-color: #ece9e9;
}

.price_qty_input
{
    width: 60px;
    border-right: none;
    border-left: none;
    border-top: 1px solid #9E9E9E;
    border-bottom: 1px solid #9E9E9E;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    color: #9e9e9e;
}

.product_total_panel
{
    display: inline-flex;
    padding-left: 20px;
    width: 90%;
    margin-top: 15px;
}

.slimScrollDiv
{
    border-bottom: 1px solid #cccccc;
}

.product_total_label
{
    width: 70%;
    font-size: 1.0rem;  
    font-weight: 600;
}

.product_total_price
{
    text-align: right;
    font-size: 1.1rem;
    font-weight: 600;
    width: 50%;
    color: red;
}

hr
{
    width: 88%;
    background-color: #ccc;
    height: 1px;border: none;
    margin-bottom:35px;
}

.no-product
{
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
}

.is-loading
{
    border: none;
    width: 30px;
    margin-left: 30px;
    margin-top: 10px;
}

