/* USER STYLES */
#s-photo-main {
    position: relative;
    display: inline-block;
}
#zoom-wrapper {
    position: absolute;
    top: 0px;
    width: 400px;
    height: 400px;
    pointer-events: none;
    z-index: 10;
    background-repeat: no-repeat;
    border: 1px solid rgba(0,0,0,0.2);
    background-size: auto;
}
.info-users {
    background: #ffffff;
    color: #000;
    border: 2px solid #000;
    width: 600px;
    padding: 15px;
}

.info {
   position: absolute;
    top: 200px;
    right: 0;
    z-index: 99; 
}
#q3d_model {
    display: none;
}
#zoom-wrapper.zoom-in {background-size: 165%!important}
#product-image {cursor: zoom-in;}
@media (max-width: 1050px) {
    #zoom-wrapper {display:none!important;}
}
.city {
    display: none;
}
.city.active {
    display: block;
}
.city-selector {
    cursor: pointer;
}
header.s-header-wrapper nav.s-bottom-header ul.s-bottom-menu>li {
    font-size: 13px;
}

#tabs{
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
 
#tabs li{
  float: left;
  margin: 0 .5em 0 0;
}
#tabs li a {
    font-size: 24px;
    padding-right: 25px;
}
#content
{
    background: #fff;
    padding: 2em;
	position: relative;
	z-index: 2;	
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
    -moz-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
    box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
}
 
#content h2, #content h3, #content p
{
    margin: 0 0 15px 0;
}
 
#about
{
    color: #999;
}
 
#about a
{
    color: #eee;
}