/*resCarousel Css*/

.outt {
    display: none;
}

.leftRs {
    position: absolute;
    margin: auto;
    bottom: 50%;
    z-index: 2;
    left: -20px;
    width: 50px;
    height: 50px;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3);
    border-radius: 999px;
}

.rightRs {
    position: absolute;
    margin: auto;
    top: 0;
    right: -30px;
    bottom: 50%;
    z-index: 2;
    width: 50px;
    height: 50px;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3);
    border-radius: 999px;
}

.resCarousel {
    /*float: left;
    overflow: hidden;*/
    width: 100%;
    position: relative;
}

.resCarousel-inner {
    overflow-x: hidden;
    white-space: nowrap;
    font-size: 0;
    vertical-align: top;
}

.resCarousel-inner .item {
    display: inline-block;
    font-size: 14px;
    white-space: initial;
	position:relative;
}


/*banner*/

.banner {
    overflow: hidden !important;
}


/*tile css*/

.resCarousel-inner .item .tile {
    background: white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 5px;
	border-radius:8px;
	overflow:hidden;
}

.resCarousel-inner .item  .sale {
	position:absolute;
	top:5px;
	right:5px;
	width:80px;
	height:80px;
	border-radius:50%;
	background-color:#991e1e;
	z-index:55544445;
}

.resCarousel-inner .item  .sale p {
	font-size:15px;
	color:#fff;
	font-weight:700;
	text-align: center;
}

.item-image-holder {
    position: relative;
    width:100%;
    float: left;
    display: block;
    height: 230px; overflow: hidden;
}


.image-holder {
    float:left;
    display: block;
    width: 100%;
}

.image-holder img { height: 220px; }


/*animation*/

.resCarousel[data-animator="lazy"] .item {
    transition: .6s ease all;
}

@media (max-width: 767px) {
    .leftRs,
    .rightRs {
        /*display: none;*/
    }
    .resCarousel-inner {
        overflow-x: auto;
    }
}


/*resCarousel Css End*/