@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400);
@fa-cc-mastercard: #0a3a82;
@fa-cc-paypal: #253b80;
@fa-cc-stripe: #00afe1;
@fa-cc-visa: #0157a2;
.products {
  font-family: 'Oswald', Arial, sans-serif;
  position: relative;
  float: left;
  margin: 20px 1%;  
  min-width: 30px;
  max-width: 200px;
  width: 100%;
  background: #ffffff;
  text-align: center;
  color: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  padding: 15px;
  height:350px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-bottom: 50px;
}
.products * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.products img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}
.products figcaption {
  padding: 20px 15px;
}
.products h3,
.products p {
  margin: 0;
}
.products h3 {
  font-size: 1.3em;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.products p {
  font-size: 0.9em;
  letter-spacing: 1px;
  font-weight: 300;
}
.products .price {
  font-weight: 500;
  font-size: 1.4em;
  line-height: 48px;
  letter-spacing: 1px;
}
.products .price s {
  margin-right: 5px;
  opacity: 0.5;
  font-size: 0.9em;
}
.products i {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  background-color: #666666;
  color: #ffffff;
  font-size: 1.6em;
  border: 4px solid #ffffff;
}
.products a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.products:hover,
.products.hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.products:hover i,
.products.hover i {
  background-color: #2980b9;
}
.add-to-cart {
  display: inline-block;
  width: auto;
  border: 2px solid #0cd13d;
  padding: 0.4em 0.6em;
  color: #0cd13d;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.9em;
  text-transform: uppercase;
}
.add-to-cart:hover {
  background-color: #0cd13d;
  color: #ffffff;
}
.productimage{
  width:100%;
  height: 300px;

}

@media screen and (min-width : 1224px)  {
	.crossselling{
	   margin:5px;


    }
    .productimage{
    height: 300px;
}    }
@media screen and (max-width: 1223px)
{
  .productimage{
    height:150px;
  }
}
/* List styling */
.featureList, .featureList ul {
  margin-top: 0;
  padding-left: 2em;
  list-style-type: none;
}
.featureList li:before {
  position: absolute;
  margin-left: -1.3em;
  font-weight: bold;
}
.featureList li.tick:before {
  content: "\2713";
  color: darkgreen;
}
.featureList li.cross:before {
  content: "\2717";
  color: crimson;
}



@media only screen and (max-width: 500px) {
.products {
        width: 45%;
	margin-bottom: 40px;
  	padding: 2px;
	margin-left: 10px;
	min-height:100px;
	
  	 
    }
}