.row_teaser{
    margin-right: -10px !important;
    margin-left: -10px !important;
}
.row-m-0{
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.products-teaserbox{
    margin: 0 !important;
}
.product-item {
    margin-bottom: 20px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.product-item-name{
    font-size: 20px;
    display: table;
    width: 100%;
    /*white-space: nowrap;*/
}
.product-item-name-text{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.product-item-info-teaserbox{
    padding: 0;
    display: block;
    height: auto;
    /*min-height: 200px;*/
    border: 1px solid #b5091f;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.product-item-info-teaserbox .fa-ticket{
    color: #6e716e;
}
.product-item-info-teaserbox:hover{
    background: #ffffff;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #e04f00;
    position: relative;
    cursor: pointer;
    z-index: 2;
}
.product-item-info-teaserbox:hover .teaserbutton{
    background: #e04f00;
}
.product-item-info-teaserbox > .product-item-details > .teaserbutton{
    width: 100%;
    border-radius:0;
   /*
    bottom: 0;
    left: 0;
    position: absolute;
    */
}
.product-item-info-teaserbox .product-item-inner{
    display: table;
    width: 100%;
}
.product-item-info-teaserbox .product-item-description{
    display: table;
    width: 100%;
}
.product-item .price-box,
.product-item .price-details {
    margin: 0;
    text-align: right;
}
.product-item .product-item-description > p{
    margin-top: 0rem;
    margin-bottom: 0rem;
}
.product-item .price-box .price{
    font-size: 30px;
    text-align: right;
    color: #b5091f;
}
.product-item .price-box .price-label{
    font-size: 16px;
    color: #b5091f;
}
@media screen and (max-width: 767px) {
    .page-products .columns{
        padding-top: 10px !important;
    }

}
@media (min-width: 578px) and (max-width: 767px) {
    .col-xs-12.product-item{
        width: 50% !important;
    }
}
@media screen and  (max-width: 577px) {
    .col-xs-12.product-item{
        width: 100% !important;
    }
    .product-item-info-teaserbox{
        min-height: auto;
    }
}

/* Magento CSS override */
.column.main{
    padding-top: 0 !important;
}
.product-item-description {
    margin: 10px 0;
    padding: 0 5px;
}