/*resCarousel Css*/

.outt {
    display: none;
}

.leftRs {
    position: absolute;
    margin: auto !important;
    top: 25px;
    bottom: 0;
    z-index: 100;
    left: -40px;
    width: 63px;
    height: 79px;
    background-image: url(../../images/prev-v.png) !important;
    background-repeat: no-repeat !important;
    background-color: transparent;
    border: none;
}

.rightRs {
    position:absolute;
    margin: auto !important;
    top: 25px;
    right: -40px;
    bottom: 0;
    width: 63px;
    height: 79px;
    background-image: url(../../images/next-v.png) !important;
    background-repeat: no-repeat !important;
    background-color: transparent;
    border: none;
}

.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;
}


/*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;
}


/*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*/

.product-font {
	color: #fff;
	font-size: 14px;
	font-family: 'arial';
	text-align: center;
	font-weight: 700;
	letter-spacing: 1px;
}

.pro-slider-bg {
	background-color: #272827;
	width:278px;
	height: 60px;
	padding: 15px;
	border-top: 6px solid #dd2c1c;
}