.ceramic-plate-fav {
}
.ceramic-plate-fav .group-title {
    font-size: 18px;
}
.ceramic-plate-fav .row {
    margin-left: -10px;
    margin-right: -10px;
}
.ceramic-plate-fav .col {
    padding-left: 10px;
    padding-right: 10px;
}
.cpf-item a {
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.cpf-item.last-item a {
    margin-bottom: 0;
}
.cpf-item img {
    display: block;
    position: relative;
    z-index: 10;
    width: 100%;
    height: auto;
    /*max-width: 100%;*/
}
.cpf-item .item-name {
    position: absolute;
    right: 10px;
    left: 10px;
    bottom: 0;
    z-index: 20;
    display: block;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 -30px 15px #fff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #666;
}
.cpf-item .item-name.noimage-item {
    color: #ccc;
}

.cpf-item .item-name.center-item {
    background: none;
    box-shadow: none;
    top: 50%;
    margin-top: -15px;
    padding: 0;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.cpf-item .item-name.reverse-color {
    color: #333;
    text-shadow: none;
    background: rgba(255, 255, 255, 0.8);
    left: 0;
    right: 0;
}
.cpf-item .item-name.noimage-item {
    color: #333;
    text-shadow: none;
}
.cpf-item.noimage-item a {
    height: 40px;
    border: 1px solid #999;
}
.cpf-item.highlight-item a {
    background: #586db4;
    border-color: #586db4;
}
.cpf-item .item-name.highlight-item {
    color: #fff;
}
.cpf-item:hover .item-name {
    color: #586db4;
    text-decoration: underline;
}
.cpf-item.noimage-item a:hover {
    border-color: #586db4;
}
.cpf-item:hover .item-name.center-item {
    color: #fff;
}
.cpf-item:hover .item-name.reverse-color,
.cpf-item:hover .item-name.noimage-item {
    color: #586db4;
}
.cpf-item.highlight-item:hover .item-name {
    color: #fff;
}

/* Htabs */
.htabs.ceramic-plate-collections .item {
    font-weight: normal;
}
.htabs.ceramic-plate-collections .item:hover {
    color: #000;
}
.htabs.ceramic-plate-collections .item.selected {
    font-weight: bold;
}
