.offers.container{
    position: relative;
    margin: auto;
    max-width: 1140px;
    padding: 0 8px 10px;
    background-color: #f1f4f7;
}

.product-offer {
    position: relative;
    background: #fff;
    height:180px;
}


.slick-products .slick-slide img {
    display: block;
    height: auto !important;
    max-height: 180px;
}

.product-offer.featured:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    display: block;
    border-right: 60px solid transparent;
    border-bottom: 50px solid transparent;
    border-top: 55px solid #FFDB58;
}

.product-offer.featured:before {
    z-index: 999;
    top: -8px;
    font-size: 34px;
    left: 2px;
    content: "\2605";
    position: absolute;
    color: white;
}

.product-offer span{
    background: #c51111;
    padding: 5px;
    position: absolute;
    bottom: 0px;
    color: white;
    right: 0px;
}

.product-offer a{
    height: 180px;
    display: grid;
    padding-left: .5rem;
    padding-right: .5rem;
}

.offers > ul {
	margin-top: 20px;
	padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.pagination-button{
    visibility: hidden;
}

.offers ul  li {
    min-height: 250px;
    max-width: 369.99px;
    width: 17%;
    padding: 10px;
    display: inline-block;
}
.offers ul > li > div {
	text-align: center;
}
.offers ul > li h3{
	margin: 5px 0 0 !important;
	line-height: 1rem !important;
	max-height: 50px;
	overflow: hidden;
	font-weight: 500 !important;
    text-align: left;
}

.offers p.category {
    color: #c51111;
    text-align: left;
    font-weight: 800;
}

.offers > ul img{
	width: auto;
    height: 180px;
}

.offers > ul a:hover {
	color: #c51111;
}

.offers > ul a {
    color: #000;
    font: bold 14px Arial;
    letter-spacing: normal;
    line-height: 1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.offers p {
	color: #616161;
    line-height: 1.2rem;
    margin: 5px 0 3px;
    overflow: hidden;
    font-size: 0.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.offers #more-offers{
    font: bold 14px 'Roboto Condensed';
    background: #f1f4f7;
    position: absolute;
    right: 0px;
    top: 5px;
    text-transform: uppercase;
    padding: 0px 10px;
}

.offers .btn-next{
    display: block;
    float: right;
    height: 3.3125rem;
    position: relative;
    width: 1.4rem;
    top: 5.125rem;
    padding-right:8px;
    z-index: 3;
}

.offers .btn-next:after,
.offers .btn-prev:after
{
    width: 1.125rem;
    content: "";
    height: 3.125rem;
    display: block;
    position: absolute;
}

.offers .btn-next:after{
    background-image: url(/images/rightarrow.svg);
    background-repeat: no-repeat;
    background-position: -1.1875rem 0;
    background-size: 3.5rem;
}

.offers .btn-prev{
    display: block;
    float: left;
    height: 3.3125rem;
    position: relative;
    width: 0.8rem;
    top: 5.125rem;
    z-index: 3;
}

.offers .btn-prev:after{
    background-image: url(/images/leftarrow.svg);
    background-repeat: no-repeat;
    background-position: -1.1875rem 0;
    background-size: 3.5rem;    
}

.offers .time , .offers .offer_intro{
    display:none;
}

.offers h2.rC {
    font: normal 24px 'Roboto Condensed';
    color: #000;
    text-transform: uppercase;
    font-weight: 100;
    position: absolute;
    z-index: 2;
    background-color: #F1F4F7;
    padding-right: 10px;
}

@media screen and (max-width: 939px) {
	.offers {
	    padding: 0 15px;
	}
}

@media screen and (max-width: 795px) {
	.offers ul  li {
        min-height: 265px;
        max-width: 369.99px;
        width: 31%;
        padding: 10px;
        display: inline-block;
    }
}



@media screen and (max-width: 639px){

	.offers > ul > li {
	    width: 90% !important;
	    margin: 0px;
	    margin-bottom: 30px;
        text-align: left;
	}
}

@media screen and (max-width: 576px){
    .offers > ul{
        text-align: center;
    }
}