/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* custom styles */
#cboxOverlay
{
    background-color: #4b4b4b;
}
#colorbox
{
    background-color: #fff;
    border: 5px solid #3074cd;
    border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;;
    ;
}
#cboxLoadedContent, #cboxContent
{
    background-color: #fff;
    border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;;
}
#cboxLoadingOverlay
{
    background:#fff url(//cdn.shopify.com/s/files/1/0105/0592/t/50/assets/loading.gif?1180120351338735320) no-repeat 5px 5px;
    position: absolute;
    top: 50%;
    left: 50%;
}
#cboxClose
{
    position: absolute;
    top: 3px;
    right: 3px;
    width: 24px;
    height: 24px;
    text-indent:-9999px;
    background:url(//cdn.shopify.com/s/files/1/0105/0592/t/50/assets/close.png?1180120351338735320) no-repeat 0px 0px;
}