.lable {
	display: inline-block;
    color: #FFF;
    line-height: 30px;
    position: relative;
    top: -30px;
    padding: 0 50px 0 15px;
    height: 30px;
    border-bottom: 130px solid #EF4D46;
    border-right: 100px solid rgba(0, 0, 0, 0);
    font-size: 16px;
}

.sale {
	position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    background: #EF4D46;
    height: 275px;
	transition: all 0.3s ease;
	margin-bottom: 60px;
}

.sale .bx-wrapper {
margin-top: -111px!important;
background: #EF4D46;
border: none;
box-shadow: none;
}

.sale .bx-viewport {
	height: 240px!important;
	background: #EF4D46;
	margin-left: 66px !important;
	width: 88% !important;
}

.item_sale {
	padding: 5px;
    height: 240px;
    top: 15px;
    margin: 0 5px;
    left: 60px;
    width: 210px;
	background-color: #ffffff;
}

.sale_img {
    position: relative;
    display: block!important;
    height: 120px!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
    margin-bottom: 10px!important;
	width: 130px!important;
}

.sale_name {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 13px;
	word-break: break-word;
    font-weight: bold;
	white-space: nowrap;
	line-height: 18px;
	text-decoration: underline;
	text-align: center;
}

.sale_price {
	margin-bottom: 10px;
    line-height: 18px;
	font-size: 15px;
	color: #EF4D46;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}
