a{
	text-decoration: none;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center; 
   
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    margin: auto;
    max-width: 1340px;
    height: 370px;
  
}
.img{
	width: 267px;
	height: 250px;
	margin-top:40px;
	background-size: cover;
	background-position: center center;
	
}
.nbs-flexisel-item {
    float:left;
    cursor:pointer;
    position:relative;
    width: 410px ;
   
}


/*** Navigation ***/
.nbs-flexisel-nav-right{
	 width: 30px;
	 height: 30px;
    border-radius:50%;
    background-image:url('../img/slider/arrow_right.png'); 
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: 10px 10px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 46%;
    background-color: #04264b;
    color: #fff;     
    
}
.nbs-flexisel-nav-right:hover{
	background-color: #e74c3c;
}
.nbs-flexisel-nav-left:hover{
	background-color: #e74c3c;
}
.nbs-flexisel-nav-left{
	 width: 30px;
	 height: 30px;
    border-radius:50%;
    background-image:url('../img/slider/arrow_left.png'); 
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: 10px 10px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 46%;
    background-color: #04264b;
    color: #fff;     
}

.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left:before {
    content: ""
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;    
}

.nbs-flexisel-nav-right:before {
    content: ""
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
.products-description pre {
    color: #343432;
    text-align: center;
    line-height: 40px;
    height: 44px;
    margin-top: 10px;
    font-size: 17px;
    width: 100%;
    text-align: center;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
   
}
.products-description p{
    color: #fa7a74;
    text-align: center;
    line-height: 40px;
    height: 44px;
    margin-top: -25px;
    font-size: 17px;
    width: 100%;
    text-align: center;
    font-family: 'dejavu_sansbook';

   
}
.img-text{
	position: absolute;
	width: 270px;
	height: 250px;
	color: #fff;
	top: 20px;
	left: 0;
	opacity: 0;
	-webkit-transition-duration: 0.1s;
    -webkit-transition-delay: 0.2s;
    transition-duration: 0.1s;
    transition-delay: 0.2s;
	z-index: 9999;
}
.img-color{
	width: 270px;
	height: 250px;
	background-color: rgba(0,0,0,0.7);
	opacity: 1;
	position: absolute;
	top: -270px;
	color: #fff;
	-webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	transition: all 0.5s;
}
.img-color::after {
    content: "";
    width: 270px;
	height: 250px;
    background: #de3653;
    background: -moz-linear-gradient(-45deg, #de3653 0%, #bd3175 24%, #6a24cc 78%, #4e1fe9 100%);
    background: -webkit-linear-gradient(-45deg, #de3653 0%,#bd3175 24%,#6a24cc 78%,#4e1fe9 100%);
    background: linear-gradient(135deg, #de3653 0%,#bd3175 24%,#6a24cc 78%,#4e1fe9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de3653', endColorstr='#4e1fe9',GradientType=1 );
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
   
}


.products-description:hover .img-color{
	top: 20px;
}
.products-description:hover .img-text{
	opacity: 1;
	 -webkit-transition-duration: 0.5s; /* Safari */
    -webkit-transition-delay: 0.5s; /* Safari */
    transition-duration: 0.5s;
    transition-delay: 0.5s; 
}
.products-description{
	width: 270px;
	height: 360px;
	margin: 0px auto;
	background-color: #fff;
	position: relative;
	border-radius: 20px;
	margin-left:63px;
	overflow: hidden;
	border: 1px solid #a0a0a0;
		-webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	transition: all 0.5s;
}
.background-top-color {
    width: 285px;
    height: 3px;
    background-color: #f9423e;
    position: absolute;
    top: 0;
}
.background-bottom-color {
    width: 285px;
    height: 15px;
    background-color: #f9423e;
    position: absolute;
    top: 355px;
}
.products-description:hover{
	opacity:0.6;
}
.flexiselDemo3-text{
	font-size: 14px;
    line-height: 22px;
    color: #525252;
    padding: 5px;
    font-family: 'dejavu_sansbook'
}
.products-cost-previous {
    width: 35%;
    height: 35px;
    margin-left: 15%;
    float: left;
    font-size: 18px;
    color: #818181;
    line-height: 35px;
    margin-top: -30px;
    color:#34495e;
    font-size: 16px;
    font-weight: 600;
    font-family: "BPG Arial Caps", sans-serif;
}
.products-cost-new {
    width: 35%;
    height: 35px;
    margin-right: 15%;
    float: right;
    font-size: 18px;
    color: #818181;
    line-height: 35px;
    margin-top: -30px;
}
.products-cost-new i {
    color: #e74c3c;
    text-decoration: line-through;
}
.sale {
    width: 90px;
    height: 35px;
    background-color: #f9423e;
    top: -250px;
    color: #fff;
    left: -50px !important;
    line-height: 35px;
    display: none;
    position: absolute;
    
}
.rch {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin: -15px 210px;
    background-color: rgba(255,255,255,0.3);
    box-shadow: 0px 0px 8px rgba(0,20,0,0.3);
    cursor: pointer;
    position: absolute;
    display: none;
    
}
.fa-heart{
color:#e74c3c;
font-size: 21px;
margin-top: 5px;

}