.newbtn {
    display: inline-block;
    background: #c1c1c1;
    font-size: 12px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0;
       width:  49%;
    margin-top: 4px;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
}

.newbtn:hover {color: #fcd41a !important; transition-duration: .5s; background-color: black !important;}

.newcontainer {
  width: 31.5%;
  height: 500px;
  display: inline-block;
  margin: 0 0.5%;	
	color: white !important;
  position: relative;
  background-color: black;
  background-size: cover;
  cursor: pointer;
margin-bottom: 25px;
	border: 3px solid grey;
  }


.catbg {background-image: url("../siteart/cat-bg.jpg"); background-size: cover; background-position: center;}

.deerebg {background-image: url("../siteart/deere-bg.jpg"); background-size: cover; background-position: center;}

.casebg {background-image: url("../siteart/case-bg.jpg"); background-size: cover; background-position: center;}



.overlay {
  width: 100%;
  height: 100%;
  color: white !important;
  display: grid;
	padding: 25px;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 2fr 2fr 1fr;
  background: rgba(77, 77, 77, .9);
  opacity: 0;
  transition: all 0.5s;
  
font-family: 'Open Sans', sans-serif;
}

.items > p {color: white !important;}


.items {
  padding-left: 0px;
}

.head {
  font-size: 30px;
  line-height: 40px;
  
  transform: translateY(40px);
  transition: all 0.7s;
  hr {
    display: block;
    width: 0;
    
    border: none;
    border-bottom: solid 2px $bg;
    
    position: absolute;
    bottom: 0; left:20px;
    
    transition: all .5s;
  }
}

.price {
  font-size: 22px;
  line-height: 10px;
  font-weight: bold;  
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s;
  .old {
    text-decoration: line-through;
    color: lighten(rgb(77, 77, 77),40%);
  }
}

.cart {
  font-size: 12px;
  opacity: 0;
  letter-spacing: 1px;
  font-family: 'Lato', sans-serif;
  transform: translateY(40px);
  transition: all 0.7s;
  i {
    font-size: 16px;
  }
  span {
    margin-left: 10px;
  }
}

.newcontainer:hover .overlay {
cursor: context-menu !important;
  opacity: 1;
  & .head {
    transform: translateY(0px);
  }
  
  & hr {
    width: 75px;
    transition-delay: 0.4s;
  }
  
  & .price {
    transform: translateY(0px);
    transition-delay: 0.3s;
    opacity: 1;
  }
  
  & .cart {
    transform: translateY(0px);
    transition-delay: 0.6s;
    opacity: 1;
  }
}
@media screen and (max-width: 1350px) {
	.newcontainer {
  height: 570px;
  display: inline-block;
  margin: 0 0.5%;	
	color: white !important;
  position: relative;
  background-color: black;
  background-size: cover;
  cursor: pointer;
margin-bottom: 25px;
	border: 3px solid grey;
  }
	
	
	.newbtn {
    display: inline-block;
    background: #c1c1c1;
    font-size: 10px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0;
       width:  49%;
    margin-top: 4px;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
}
	
	
}


@media screen and (max-width: 1075px) {
	.newcontainer {
  width: 97.5%;
  height: 500px;
  display: inline-block;
  margin: 0 0.5%;	
	color: white !important;
  position: relative;
  background-color: black;
  background-size: cover;
  cursor: pointer;
margin-bottom: 25px;
	border: 3px solid grey;
  }
	
	
		.newbtn {
    display: inline-block;
    background: #c1c1c1;
    font-size: 12px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0;
       width:  49%;
    margin-top: 4px;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
}
	
	
}



@media screen and (max-width: 875px) {
	.newcontainer {
  width: 97.5%;
  height: 500px;
  display: inline-block;
  margin: 0 0.5%;	
	color: white !important;
  position: relative;
  background-color: black;
  background-size: cover;
  cursor: pointer;
margin-bottom: 25px;
	border: 3px solid grey;
  }
	
	
		.newbtn {
    display: inline-block;
    background: #c1c1c1;
    font-size: 11px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0;
       width:  49%;
    margin-top: 4px;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
}
	
	.overlay {padding: 10px !important;}
	
	
}













@media screen and (max-width: 575px) {
	
	.overlay {padding: 10px !important;}
	
	.newcontainer {
  width: 97.5%;
  height: 575px;
  display: inline-block;
  margin: 0 0.5%;	
	color: white !important;
  position: relative;
  background-color: black;
  background-size: cover;
  cursor: pointer;
margin-bottom: 25px;
	border: 3px solid grey;
  }
}

@media screen and (max-width: 475px) {
	
	.overlay {padding: 10px !important;}
	
	.newcontainer {
  width: 97.5%;
  height: 580px;
  display: inline-block;
  margin: 0 0.5%;	
	color: white !important;
  position: relative;
  background-color: black;
  background-size: cover;
  cursor: pointer;
margin-bottom: 25px;
	border: 3px solid grey;
  }
}



