body, html
{
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background:#fff;
}

body
{
    font-family: Arial;
    font-size: 12px;
}
     
#content
{
    width: 100%;
    height: 100%;
    border: none;
}


.customprogress
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background:rgba(255,255,255,0.85);
    display: flex;
    justify-content: center;
    align-items: center;            
}

.succeeding-load{
    background:rgba(0,0,0,0.3) !important;
}

.panel h1{
    color:#fff;
    padding:10px 10px 0 10px;
}
.panel .description{
    color:#ccc;
    padding:0 10px 0 10px;
    font-size:16px;
    line-height:26px;
}


.loading{
    position:absolute;
    left:0
    top:0;
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;            
}

.sidebar{
    position:fixed;
    right:0;
    top:0;
    background:rgba(0, 0, 0, 0.7);
    height:100%;
    width:300px;
    transform: translateX(350px);
    z-index:99;
    transition: all 0.5s;
}

.sidebar.active{
    transform: translateX(0px);
}
.sidebar-bg{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:98;
    display:none;
    background:rgba(0,0,0,0.8);    
}

.sidebar p{
    font-size:0.9rem;
    line-height: 1.5;
    color:#ccc;
}

.sidebar h1{
    color:#fff;
}

.close{
    position: absolute;
    left: -50px;
    margin-top: -25px;
    top: 50%;
    z-index: 19;
    width: 50px;
    height:50px;
    background:rgba(0, 0, 0, 0.7);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor:pointer;
    display: flex;
    justify-content: center;
    align-items: center;    
}


.close img{
    display: inline-block;
    vertical-align: middle;
    width:25px;
    height: auto;    
}

.feature{
    display:none;
}


#pano{
    font-size:16px; 
    color:#FFFFFF;
}

.swatches{
    position:fixed;
    bottom:0;
    left:0;
    background:none;
    width:100%;
    transform: translateX(0px);
    z-index:97;
    transition: all 0.5s;   
    text-align:center;
}

.variants{
    position:fixed;
    top:0;
    left:0;
    background:none;
    width:100%;
    z-index:97;
    transition: all 0.5s;   
    text-align:center;
}

.open-swatches{
    position: absolute;
    right: -50px;
    margin-top: -25px;
    top: 50%;
    z-index: 19;
    width: 50px;
    height:50px;
    background:#222;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor:pointer;
    display: flex;
    justify-content: center;
    align-items: center;    
    outline:0;
}

.open-swatches img{
    display: inline-block;
    vertical-align: middle;
    width:25px;
    height: auto;    
}

.colors {
    margin: 0;
    padding:0;
    outline:none;
    list-style-type:none;
}

.colors li{
    margin-bottom:10px;
    padding:5px;
    border-radius:100%;
    border: 1px solid hsla(0,0%,100%,.2);
    display: inline-block;
    width: 45px;
    height: 45px;    
}

.colors li.thumb > span{
    width:45px;
    height:45px;
    border-radius:100%;
    display:inline-block;
    cursor:pointer;
}

.colors .thumb.active{
    border: 1px solid #e30613;
}

.variants-list {
    margin: 0;
    padding:0;
    outline:none;
    list-style-type:none;
}

.variants-list li{
    margin-top:20px;
    padding-bottom:10px;
    display: inline-block;
    width: 150px;
    font-weight:bold;
    font-size:1rem;
    cursor:pointer;
}

.variants-list li.active{
    border-bottom:3px solid #de182e;
}

.modal{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:99;
    display:none;
    background:#000;
}

.bar {
    width: 230px;
    background: rgba(255,255,255,0.8);
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom:10px;
}

.load {
    width: 0%;
    height: 8px;
}

.loading-text{
    color:#de182e;
    text-align:center;
}


.disclaimer_rollover{
    width:400px !important;
    height:auto !important;
    right:0 !important;
    left:auto !important;
    top:auto !important;
    bottom:40px !important;
    padding:10px;
    background:rgba(0,0,0,0.5);
    color:#888;
    text-align:right;
}

.disclaimer_rollover .hotspot_cdata{
    left:0 !important;
}

@media screen and (max-width: 39.9375em) {
    .close{
        margin-top: 0px;
        top:5px;
        right:5px;
        left:auto;
        border-radius:100%;
        background:rgba(0,0,0,0.8);
    }

    .colors {
        margin: 0 0 0 10px;
    }    

    .colors li{
        width:25px;
        height:25px;        
    }
    .colors li.thumb > span{
        width:25px;
        height:25px;
        border:none;
    }    

    .open-swatches{
        right: -35px;
        margin-top: -25px;
        border-radius:100%;
        width:30px;
        height:30px;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }


    .disclaimer_rollover{
        width:260px !important;    
        bottom:40px;
    }

    .variants-list li{
        width: 90px;
        font-size:0.7rem;
    }

}


.wr360_player .container .theme_panel .toolbar a.left_button {
    background: url(../img/light/left.png) no-repeat 0 0 !important;
}
.wr360_player .container .theme_panel .toolbar a.right_button {
    background: url(../img/light/right.png) no-repeat 0 0 !important;
}
.wr360_player .container .theme_panel .toolbar a.zoomin_button {
    background: url(../img/light/plus.png) no-repeat 0 0 !important;
}
.wr360_player .container .theme_panel .toolbar a.zoomout_button {
    background: url(../img/light/minus.png) no-repeat 0 0 !important;
}
.wr360_player .container .theme_panel .toolbar a.play_button {
    background: url(../img/light/play.png) no-repeat 0 0 !important;
}
.wr360_player .container .theme_panel .toolbar a.pause_button {
    background: url(../img/light/pause.png) no-repeat 0 0 !important;
}
.wr360_player .container .theme_panel .toolbar a.hotspotson_button {
    background: url(../img/light/hotspot-on.png) no-repeat 0 0 !important;
}
.wr360_player .container .theme_panel .toolbar a.hotspotsoff_button {
    background: url(../img/light/hotspot-off.png) no-repeat 0 0 !important;
}

#currentColorName{
    text-shadow: 1px 1px 10px #ffffff;
}

li.disabled {
  pointer-events: none;
  cursor: not-allowed;
}