/*********************************************************
* CATEGORY
**********************************************************/
.productMain{
    width:100%;
    margin: 30px 0 30px;
    display: inline-block;
}
.title-header {
    display: inline-block;
    width: 100%;
    margin: 0 0 12px 0;
    font-weight: bold;
    border-bottom: 2px solid #333;
    font-size: 18px;
}
.title-header a{
    font-size: 18px;
    font-weight: bold;
    background: #333;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
}
.albumItem{
    margin-bottom: 15px;
}
.albumItem .albumTitle {
    text-align: center;
    width:100%;
    display: inline-block;
}
.albumItem .albumTitle a{
    color: #5a586b;
    font-size: 15px;
    text-align: center;
}
.albumItem img {
    width: 100%;
    height: auto;
}
section.productMain h2 {
    padding: 9px 0px;
}

ul.categoryList li {
    padding-left: 12px;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}
h1.title-view {
    margin: 10px 0;
}
.content-album {
    margin-bottom: 19px;
}
.albumGallery img{
    max-width: 100% !important;
    height: auto !important;
}
.itemImgGll {
    margin-bottom: 23px;
    text-align: center;
}
@media screen and (min-width: 992px) {
    .albumItem:nth-child(3n+1){
        clear: both;
    }
}