.modal-lable-carousel {
    font-size: 18px;
    margin-top: 10px;
    color: #333;
    max-height: 50px;
    height: 50px;
    overflow: hidden;
}

.item-viewed{
    height: 180px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 10px;
}

.item-viewed img{
    max-width: 100%;
    max-height: 100%;
}

.item-viewed a img{
    max-width: 100%;
    max-height: 180px;
}

.owl-carousel .owl-item a img {
    transform-style: preserve-3d;
}

.small-grey-card .fa-angle-left, .small-grey-card .fa-angle-right {
    color: #c2c2c2;
    font-size: 60px;
}

.small-grey-card .fa-angle-left:hover,.small-grey-card  .fa-angle-right:hover {
    color: #c3524a;
}

h2.product-title.carousel-title-size a.active{
    text-decoration: underline;
    color: #428bca;
}

h2.product-title.carousel-title-size a{
    color: #333;
}