.product-img-item-selected{
    border: 2px solid #28a745;
}

.banner-mid {
    height: 250px;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat ;
}
.banner-mid .info {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    padding: 25px 20px 25px 20px;
    opacity: 0.6;
    cursor: pointer;
}
.banner-mid .info-title {
    position: absolute;
    display: block;
    width: 100%;
    padding: 10px 20px 10px 20px;
    bottom: 0;
    color: #ffffff;
    font-size: 18px;
    z-index: 1;
    transition: color ease-in-out .6ms;
}
.banner-mid .info-title:hover{
    color: #CCCCCC;
}

.info-catalogue{
    background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
}

.info-profile{
    background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%) !important;
}

.info-cart{
    background: linear-gradient(87deg, #5603ad 0, #9d03ad 100%) !important;
}

.cart-items{
    position: absolute;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    color: #ffffff;
    top:10px;
    right: 10px;
    opacity: 1;
}

.image-block{
    position: relative;
}

.image-block .price {
    position: absolute;
    bottom: 2px;
    right: 2px;
    background: #F8A600;
    color: #000000;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}