.filt{
	max-width: 270px;
    padding: 8px 16px;
    color: #fff;
    background-color: #337ab7;
	margin-left: 16px;
}
.box{
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding:10px;
	border-radius: 10px;
 }
 .box-detail{
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding:10px;
	border-radius: 10px;
 }
.box:hover{
	/* box-shadow: 0 0 5px 5px; */
	box-shadow: 0 0 10px 5px;
 }
 .cutour{
	 font-size: 13px;
    color: #000000;
 }
 .emi-box  {
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    text-transform: uppercase;
    display: inline-block;
    font-size: .725rem;
    width: 32px;
    text-align: center;
    line-height: 18px;
    margin-right: 5px;
    background: #fff;
}
.amount{
	font-weight:700;
}
.ecas
{
	color:red;
}
.seler{
	color: #4197cd;
	font-weight:700;
}
img.cumim{
	width: 199px;
    height: 175px;
    margin-top: 6px;
    margin-left: -4px;
}
img.cumim:hover{
	 box-shadow: 0 0 10px 5px;
}

.offer-boxs{
	position: absolute;
    top: 80px;
    left: 90px;
    width: 30px;
    font-size: 11px;
    text-align: center;
    padding: 10px;
    color: #fff;
    min-height: 20px;
    overflow: hidden;
    background: #d9534f;
    border-radius: 15px;
    font-family: Rubik Bold;
    -ms-box-shadow: 0 3px 0 0 rgba(0,0,0,.5);
    box-shadow: 0 3px 0 0 rgba(0,0,0,.5);
	/* visibility: hidden; */
} 
/*magnifier*/
/* quick reset */
/* * {
  margin: 0;
  padding: 0;
  border: 0;
}
 */
/* relevant styles */
.img__wrap {
 /*  position: relative; */
 /*  height: 200px;
  width: 257px; */
  padding: 2px;
}

.img__description {
  position: absolute;
 /*  top: 10; */
 /*  bottom: 0; */
 /*  left: 30; */
 /*  right: 0; */
  background: rgba(29, 106, 154, 0.72);
  color: #fff;
  visibility: hidden;
  opacity: 0;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.img__wrap:hover .img__description {
  visibility: visible;
  opacity: 1;
}
/*magnifier*/
.rs{
	color:black;
	padding:3px;
}
.box-detail:hover  {
    background: #fff none repeat scroll 0 0;    
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}