#products-list > div.item > a > div.product-box {
    background-position: right bottom;
    background-repeat: no-repeat;
    border: thin solid #8d8b8c !important;
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
    height: 240px!important;
    margin: 0 0 25px 0;
    padding: 5px;
    position: relative;
    width: 100%;
}
#products-list > div.item > a > div.product-box.embroidery .product-name::after {
    color: #8d8b8c;
    content: "z dowolnym haftem";
    font-size: 14px;
    text-transform: lowercase;
}
#products-list > div.item > a > div.product-box.embroiderybasket .product-name::after {
    color: #8d8b8c;
    content: "z dowolnym haftem w koszu";
    font-size: 14px;
    text-transform: lowercase;
}
#products-list > div.item > a > div.product-box.backet .product-name::after {
    color: #8d8b8c;
    content: "w koszu";
    font-size: 14px;
    text-transform: lowercase;
}

#products-list > div.item > a > div.product-box .product-name::before {
    color: #8d8b8c;
    content: "Zestaw";
    font-size: 14px;
    text-transform: none;
}
#products-list > div.item > a > div.product-box .product-name {
    position: absolute;
    width: 70%;
    color: #8d8b8c;
    font-size: 22px;
    font-weight: bold;
    height: 50px;
    left: 10px;
    top:10px;
    
    padding: 0;
    display:block;
    text-align: left;
    text-transform: uppercase;

    z-index: 100;
    
}
.btn-more {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 10px;
    color: #f83a68;
    font-size: 22px !important;
    left: 10px;
    padding: 5px !important;
    position: absolute;
}
.product-box .price {
    color: #1c6b8c;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 10px;
    white-space: nowrap;
}
.product-box .oldprice {
    font-size: 12px;
    font-weight: normal;
    margin: 0 10px;
    position: absolute;
    right: 4px;
    text-decoration: line-through;
    top: 0;
    white-space: nowrap;
}
