body, html
{
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background:#fff;
}

body
{
    font-family: Arial;
    font-size: 12px;
}

@font-face {
    font-family: "MMC Regular";
    src: url("fonts/MMCOFFICE-Regular.eot");
    src: url("fonts/MMCOFFICE-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/MMCOFFICE-Regular.woff") format("woff"), url("fonts/MMCOFFICE-Regular.ttf") format("truetype"), url("fonts/MMCOFFICE-Regular.svg#aller") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MMC Medium";
    src: url("fonts/MMCOFFICE-Medium.eot");
    src: url("fonts/MMCOFFICE-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/MMCOFFICE-Medium.woff") format("woff"), url("fonts/MMCOFFICE-Medium.ttf") format("truetype"), url("fonts/MMCOFFICE-Medium.svg#aller") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MMC Bold";
    src: url("fonts/MMCOFFICE-Bold.eot");
    src: url("fonts/MMCOFFICE-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/MMCOFFICE-Bold.woff") format("woff"), url("fonts/MMCOFFICE-Bold.ttf") format("truetype"), url("fonts/MMCOFFICE-Bold.svg#aller") format("svg");
    font-weight: normal;
    font-style: normal;
}
     
#content
{
    width: 100%;
    height: calc(100vh - 60px);
    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(237, 0, 0, 0.85);
    height:100%;
    width:300px;
    transform: translateX(350px);
    z-index:99;
    transition: all 0.5s;
    border-left:1px solid rgba(237, 0, 0, 0);;
}

.sidebar.active{
    transition-timing-function: ease-out;
    transition: 0.5s;
    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:#fff;
}

.sidebar h1{
    color:#fff;
}

.close{
    position: absolute;
    left: -50px;
    margin-top: -25px;
    top: 50%;
    z-index: 19;
    width: 50px;
    height:50px;
    background:rgba(237, 0, 0, 0.85);;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor:pointer;
    display: flex;
    justify-content: center;
    align-items: center;    
    border:1px solid rgba(237, 0, 0, 0.);
}


.close img{
    display: inline-block;
    vertical-align: middle;
    width:25px;
    height: auto;    
}

.feature{
    display:none;
}

.feature img{
    width:100%;
}

#pano{
    font-size:16px; 
    color:#FFFFFF;
}

.swatches{
    position:fixed;
    bottom:0;
    background:none;
    width:100%;
    transform: translateX(0px);
    z-index:97;
    transition: all 0.5s;   
    text-align:center;
    padding: 10px 0;
}

.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;

    display: flex;
    flex-wrap: wrap;          /* allow wrapping on large screens */
    justify-content: center;  /* center items horizontally */


}

/* hide scrollbar on some browsers (optional) */
.colors::-webkit-scrollbar {
  height: 6px;
}
.colors::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 3px;
}
.colors::-webkit-scrollbar-track {
  background: #f0f0f0;
}

/* each color item */
.colors .thumb {
  flex: 0 0 auto; /* ensures items don’t shrink or wrap */
  width: 100px;   /* adjust to your thumbnail size */
  text-align: center;
}

.colors li{
    border-bottom: 3px solid hsla(0,0%,100%,.2);
    display: inline-block;
    height:100px;
    padding:0 5px;
    margin:0 10px 5px 0;
}


.colors li.thumb{
    position:relative;
    width:100px;
    
}

.colors li.thumb > img{
    width:100px;
    display:inline-block;
    cursor:pointer;
}

.colors .thumb.active{
    border-bottom: 3px solid #e30613;
}

.colors .thumb.active .color-title{ 
    font-weight:bold;
    color:#000;
    font-family:'MMC Bold';
}

.colors li.thumb .color-title{
    width:100px;
    height:45px;
    display:block;
    position:absolute;
    bottom:0;
    color:#444;
    font-family:'MMC Regular';
}

.variants-list{
    margin: 0;
    padding:0;
    outline:none;
    list-style-type:none;
}

.variants-list li{
    margin-top:20px;
    padding-bottom:5px;
    display: inline-block;
    width: 90px;
    color: #000;
    font-size:1rem;
    cursor:pointer;
}

.variants-list li.active
{
    border-bottom:4px solid #de182e;
    font-weight:bold;
}

.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;
    font-size:1rem;
    font-family:'MMC Regular';
}


.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;
}

#icon360{
    width:100px;
}

#disclaimerNot360{
    display:none;
    margin-bottom:10px;
    color:#444;
    font-family:'MMC Regular';
}

@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);
        width: 40px;
        height:40px;        
    }

 

    .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;
    }




}

@media screen and (max-width: 780px) {
      .colors {
        flex-wrap: nowrap;      /* keep in one line */
        overflow-x: auto;       /* enable horizontal scroll */
        justify-content: flex-start; /* align to left for smooth scrolling */
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
      }    
}


.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;
}

#currentDisclaimer{
    text-align:center;
    color:#444;
    font-size:1rem;
    font-style:italic;
    background:rgba(255,255,255,0.5);
    width:350px;
    height:30px;
    margin:0 auto;
    padding-bottom:30px;
    border-radius:5px;
    font-family:'MMC Regular';
}



.toggle-container{
    margin-top: 0px;
    display: inline-block;
    background: none;
    padding: 10px 0;
    width: 100%;
    background:rgba(255,255,255,0.3);
}

/*
.toggle-container{
    position:absolute;
    right:0;
    top:0;
    width:60px;
    height:100vh;
    display: flex;
    align-items: center;  
    background:red;  
}
*/

.toggle {
  cursor: pointer;
  display: inline-block;
}

.toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}
.toggle-switch:before, .toggle-switch:after {
  content: "";
}
.toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.25s;
}
.toggle:hover .toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.toggle-checkbox:checked + .toggle-switch {
  background: rgb(222, 24, 46);
}
.toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}


.toggle-label {
  position: relative;
  top: 2px;
  color:#333;
    margin-right: 10px;
    margin-left: 20px;  
    font-weight:bold;
    text-shadow: 0px 0px 3px #fff;    
}

/*
.toggle-label {
    color:#333;
    font-weight:bold;
}
*/

.indicator_link{
    opacity:0 !important;
}

li.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.noselect {
  user-select: none;      /* Standard */
  -webkit-user-select: none; /* Chrome, Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE/Edge */
}


@media only screen and (max-width: 480px) {
    /*
    .close{
        margin-top: 0px;
        top:5px;
        right:5px;
        left:auto;
        border-radius:100%;
        background:#fff;
    }
    */





    .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{
        top:35px;
    } 

    .variants-list li{
        width: 80px;
        font-size:0.7rem;
        margin-top: 15px;
        padding-bottom: 5px;
    }



    .feature img{
        margin-top:50px;
    }

    .sidebar{
        width:250px;
    }

    #icon360{
        width:70px;
    }
}