
a.filter-new.active,
a.filter-popular.active,
a.filter-discount.active,
a.filter-event.active {
    font-weight: bold;
}
a.filter-new.active > span.glyph-label:after,
a.filter-popular.active > span.glyph-label:after,
a.filter-discount.active > span.glyph-label:after,
a.filter-event.active > span.glyph-label:after {
    position: relative;
    content: '\e616';
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 16px;
    color: #8f8f8f;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    margin-left: 5px;
}

.universe-item-grid {
    margin-bottom: 15px;
}

.category-cms, .category-image, .category-description {
    margin-bottom: 30px;
}

.universe-item {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    height: 360px;
}

.universe-item .category-left {
     width: 50%;
     float: left;
     background-color: #e6e6e6; /*@ae-beige*/
    height: 100%;
    padding: 15px;
}

.universe-item .category-right {
    width: 50%;
    float: left;
    background-color: #22252a; /*@ae-beige*/
    height: 100%;
    padding: 30px 30px;
}

.universe-item-special {
    margin-bottom: 30px;
}

.universe-item-special .category-title,
.universe-item .category-title {
color: #fff;
}

.universe-item .category-title h3 {
   margin-top: 0px;
}

.universe-item .category-title p {
    font-weight: 400;
}
.universe-item .category-title .category-description > p {
    margin-top: 15px;
    font-size: 12px;
}
.universe-item-special .category-subtitles .category-description > p {
    font-weight: normal;
    color: black;
    font-size: 12px;
}

.universe-item-subtitles .category-subtitles,
.universe-item .category-subtitles {
color: #EA1243;
}

.universe-item .category-subtitles .link.link-red{
    font-weight: 400;
}

.universe-item .category-subtitles ul {
    padding: 0;

}

.universe-item .category-subtitles ul li {
    list-style-type: none;
    margin-bottom: 3px;
}

.universe-item .category-right table {
    height: 100%;
}

.universe-item .category-right table > tbody > tr > th {
    padding: 0px;
}

.universe-item .category-right table tr.middle-line {
    height: 100%;
}
.universe-item .category-right table tr.middle-line > th {
   vertical-align:middle;
}

.category-subblock:hover,
.universe-item:hover {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(34,37,42,0.5);
    -moz-box-shadow: 0px 5px 20px 0px rgba(34,37,42,0.5);
    box-shadow: 0px 5px 20px 0px rgba(34,37,42,0.5);
    -o-box-shadow: 0px 5px 20px 0px rgba(34,37,42,0.5);
    transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    z-index: 100;
    position: relative;
}

.category-subblock:hover div.image-hover img:first-child,
.universe-item:hover div.image-hover img:first-child {
    visibility: hidden;
    opacity:0;
}

.category-subblock:hover div.image-hover img:last-child,
.universe-item:hover div.image-hover img:last-child {
    visibility: visible;
    opacity:1;
}

.universe-item.universe-item-large .category-subtitles ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.universe-item.universe-item-large .category-button {
    text-align: right;
}

.universe-item.category-id-350 {
    height: 500px;
}

a.action.glyph-notext {
    border-radius: 30px;
    padding: 9px;
    float: left;
    line-height: 0;
    margin: 10px;
    transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
}
a.action.glyph-notext:hover {
    padding: 11px;
    margin: 8px;
}

a.action.addwishlist {
    background-color: #22252a;
}
a.action.quickview {
    background-color: #fff;
}

.products-grid .product-item-box .actions-secondary {
    margin-top:5px;
}

@media (min-width: 768px) {
    .products-grid .product-item-box .actions-secondary {
        display: inline-block;
    }
}


.universe-item-special .category-title {
    background-color: #22252a;
    padding: 12px 15px;
}
.universe-item-special .category-title h3 {
    margin-top: 12px;
    margin-bottom: 12px;
}


.universe-item-special .category-subblock {
    background-color: #e6e6e6;
    display: inline-block;
    padding: 15px;
    background-color: #e6e6e6; /*@ae-beige*/
    display: inline-block;
    width: 100%;
}
.universe-item-special .image-hover {
    width: 50%;
    float: left;
}
.universe-item-special table {
    width: 50%;
    float: left;
}

.universe-item-special .category-title {
    background-color: #22252a; /*@ae-beige*/
}
.universe-item-special .category-title .row > div {
    line-height: 10px;
}

span.ribbon-small.custom-button-discount {
    display: none;
}

.product-info-price span.ribbon-small.custom-button-discount{
    display: inherit;
    background-color: #EA1243;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: small;
    padding: 2px 5px;
}

.sidebar-state {
    color: #8A8A8A;
    font-weight: 600;
    font-size: 12px;
    text-align: end;
}
