/* Zoom */
#blueimp-gallery{
    background-color: #FFF;
}
#blueimp-gallery h3{
    color: #000;
    text-transform: uppercase;
}
#blueimp-gallery .close{
    background: url("../images/x-big.png") no-repeat scroll 0 0;
    margin: 10px;
}
#blueimp-gallery .close, #blueimp-gallery .title {
    text-shadow: 0 0 0 #FFF;
}

/* 360 */
.img-zoom-360{
    cursor: pointer;
}
#box-product-360{
    display: none;
}
.box-background{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #FFF;
    z-index: 100;
    display: block;
    overflow: hidden;
}
#box-product-360 .box-close{
    background: url("../images/x-big.png") no-repeat scroll 0 0;
    float: right;
    margin: 0;
    padding: 5px 25px 0;
    position: relative;
    top: 20px;
    height: 20px;
    width: 20px;
}
#box-product-360 .box-close:hover{
    cursor: pointer;
    text-decoration: none;
}
#box-product-360 .box{
    padding: 0;
    margin: auto;
    width: 100%;
    float: right;
    height: 100%;
}
#box-product-360 .box h3{
    text-transform: uppercase;
    width: 90%;
    float: left;
}
#box-product-360 .box .header-product-360{
    position: absolute;
    height: 60px;
    width: 100%;
}
#box-product-360 .product-360{
    margin: 60px auto 0;
    clear: both;
    height: 100%;
    position: relative;
}
#box-product-360 .product-360 #screen, .spritespin-canvas{
    margin: auto;
}
#box-product-360 #screen canvas{
    position: relative!important;
}
#box-product-360 #screen{
    cursor: default;
    overflow: visible!important;
    max-height: 100%;
}

@media (max-width: 767px)
{
    #blueimp-gallery .title, #box-product-360 .box h3 {
        display: none;    
    }
}
/*
@media (min-height: 320px) and (max-height: 640px)
{
    #box-product-360 .product-360{
        margin: 33% auto 0;
    }
}
*/