<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#prdthumbs {white-space: nowrap; overflow: hidden; }
#prdimg .wrapper {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    width: inherit;
    background: transparent url('images/loading.gif') center center no-repeat;
}
#prdimg .wrapper img {display: inline-block;}
#prdimg .wrapper .loading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    background: rgba(255, 255, 255, 0.5) url('images/loading.gif') center center no-repeat;
    width: 100%;
    height: 100%;
}

#prdimg .arrow, #prdimg .zoom-button
{
    display: none; /* start hidden */
    position: absolute;
    top: 45%;
    background: rgba(128,128,128,0.5);
    height: 20px;
    width: 20px;
    z-index: 20;
    cursor: pointer;
    padding:15px 15px;

    text-align: center;
    vertical-align: middle;
    color: #333;

}

#prdimg .zoom-button {
    right: 0;
    top: 0;
}

#prdimg .leftArrow {
    left: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#prdimg .rightArrow {
    right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#prdimg .arrow i, #prdimg .zoom-button i
{font-size:20px; color:#fff; display:block; width:20px; margin:0px; padding:0px;}

#prdimg .leftArrow i {text-align:left;}
#prdimg .rightArrow i {text-align:right;}


#prdimg .title {
    width: 100%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 6px 0;
    z-index: 30;
    white-space: normal;
    display: none;
}

#coolgallery_video {
    position: relative;
    display: none;
    background-color: #c5c5c5;
    margin: 12px auto;
    padding: 12px 46px 12px 12px ;
    border-radius: 26px;
}


/* close button positioned on upper right corner */
#coolgallery_video .close {
    position:absolute;
    right:6px;
    top:6px;
    cursor:pointer;

    background:#666;
    color:#ccc;
    text-align:center;
    width:40px;
    height:35px;
    display:block;
    font-size:24px;
    text-decoration:none;
    font-weight:bold;
    border:#333 0 solid;
    padding-top:5px;
    border-radius:24px;
}

#coolgallery_video_play {
    cursor: pointer;
}

/* keep the player iframe at a set aspect ratio (roughly 16:9) at all screen sizes */
#video_player {
    position: relative;
    padding-top: 56%;
}

#video_player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* product image 'zoom' effect */
#prdcontainer #prdimg .zoom-button {
    display: none;
}
#prdthumbs.prdvideo {
    /*float: left;*/
}
#thumbWrapper {
    position: relative;
    overflow: hidden;
}
#coolgallery_video_play {
    position: absolute;
    top: 0;
    right: 0;
}
@media screen and (min-width: 661px) {
    #prdcontainer #prdimg .wrapper img {
        cursor: zoom-in;
    }
    .touch #prdcontainer #prdimg .zoom-button {
        display: block !important;
    }
    #prdcontainer.zoom #prdimg {
        clear: both;
    }
    #prdcontainer.zoom #prdimg .wrapper img {
        width: 100%;
        margin: 0;
        cursor: zoom-out;
    }
    #prdcontainer.zoom #prdoptions,
    #prdcontainer.zoom h1 {
        width: auto;
        clear: both;
        float: none;
    }
}</pre></body></html>