/*#sidebar {
    position:fixed;
    height:calc(100% - 80px);
    width:400px;
    right:0px;
    border-left:1px solid #F3F3F3;
    transition:top 1s, opacity 0.5s;
    top:80px;
    overflow-y:auto;
}

body.photoCart #sidebar {
    opacity: 0;
}

#sideBarThumbnailWrapper {
    position:relative;
    display:none;
}

#contentWrapper {
    margin-right:420px;
    left:0;
    transition:opacity 1s;
}


body.photoCart #sideBarThumbnailWrapper {
    display:block;
}

body.photoCart #sidebar {
    position:static;
    width:auto;
    display:block;
    left:0;
}

body.photoCart #photoLeftRightButtons {
    display:block;
    top: 50%;
    margin-top:-23px;
    width:100%;
}

body.photoCart #photoLeftRightButtons  a {
    width:auto;
    height:auto;
}

body.photoCart #sliderContainer {
    display:none;
}


body.photoCart #removeButton {
    display:none;
}


*/

/*body.photoCart .breadcrumb {
    display:none;
}
*/

body.slideshow #sidebar, body.slideshow #colorFilter{
    display:none;
}

body.slideshow #sliderContainer > div {
    float:none;
    margin:auto;
}

body.photoCart .slideshowButton {
    display:none;
}


body.noSidebar #sidebar, body.slideshow #sidebar{
    display:none;
}

body.noSidebar #contentWrapper, body.slideshow #contentWrapper, body.photoCart #contentWrapper{
    margin-right:0px;
}

#articlesSpinner {
    margin-top:30px;
}

#articles .form-group {
    margin-bottom:0;
}

#articles .list-group-item {
    padding:6px 5px;
}

#articles hr {
    margin:2px;
}

.articleQty {
    padding:0;
    text-align:center;
}

#photoLeftRightButtons {
    display:none;
}



.articles .colArticle {
    float:left;
    width:60%;
    text-align:left;
}

.articles .colQty {
    float:right;
}

.articles .articlePrix {
    width:100%;
    text-align:right;
}

/*body.photoCart .articles {
    width:60%;
    margin-left:20%;
}*/

/*@media (min-width: 1000px) {
    body.photoCart .articles {
        width:60%;
        margin-left:20%;
    }
}
*/

body.photoCart .articles .colArticle {
    width:70%;
}

body.photoCart .articles .colQty {

}

.articles .articleNom{
    float:left;
    text-align:left;
    width:80%;
}

.articles .articlePrix {
    float:left;
    width:20%;
}

.articles .articlePrix hr {
    display:none;
}

#colorFilter {
    margin-top:10px;
    /*border-top:1px solid #CCCCCC;*/
    color:#AAA;
}

#colorFilter h3 {
    margin-top:-17px;
    background-color:white;
    display:inline-block;
    padding-right:15px;
}

#colorFilter img {
    margin-right:3px;
    cursor:pointer;
}

#colorFilter img:hover,#colorFilter img.selected{
    box-shadow:0 0 2px 2px #0d87e9;
}

#colorFilter div.mask {
    display:none;
    position:absolute;
    background-color:rgba(255,255,255,0.5);
    width:100%;
    height:100%;
}

#colorFilter .runningMessage {
    display:none;
}

#colorFilter.running .runningMessage {
    display:inline;
}

#colorFilter.running div.mask {
    display:block;
}