/*show case products*/
.showcase-plus {
    content: '';
    background: url(../images/icons/showcase_plus.png) no-repeat 0 0;
    display: block;
    width: 27px !important;
    height: 28px !important;
    line-height: 28px;
    cursor: pointer; 
}
.showcase-plus.active,
.showcase-plus:hover,
.showcase-plus:focus {
    background-position: 0 100%;
}
.showcase-product {
	height: auto !important;
    position: absolute;
    z-index: 9000 !important;
    visibility: hidden;
    padding-bottom: 2px;
    background: url(../images/icons/showcase_border.png) repeat-x 0 100%;
}
.showcase-product.active {
    visibility: visible;
}
.show-product-container {
    padding: 15px;
    background: #555555;
    border-bottom: 2px #444246;   
    text-align: left;
    width: 180px !important;
    max-height: 300px !important;
    overflow: hidden;

}
.show-product-img {
    margin-bottom: 15px;
}
.show-product-img img {
    width: 150px !important;
    height: auto !important;
}
.show-product-price {
    font-family: "Carme", sans-serif;
    font-size: 14px;
    color: #add4d9;
    margin-bottom: 3px;
}
.show-product-name {
    font-family: "Josefin sans", sans-serif;
    font-size: 16px;
    color: #f5f5f5;
    margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
    .show-product-container {
        width: 150px !important;
    }
}
@media screen and (max-width: 767px) {
    .showcase-element {
        display: none !important;
    }
}