

.home-display-holder{
width: 100%;
padding: 0px 0px;
margin: 0px auto;
margin-bottom: 40px;
}

.home-display-holder ul{
padding: 0;
display: flex;
flex-flow: row wrap;
justify-content: space-around;
}
.home-display-holder li{
position: relative;

padding: 0;
margin: 14px;
list-style: none;
width: 360px;
height: auto;
background-color: #ffffff;
/*
-webkit-box-shadow: 1px 12px 15px 0px rgba(0,0,0,0.2); 
box-shadow: 1px 12px 15px 0px rgba(0,0,0,0.2);
*/


}
.home-display-holder li h6{
display: block;
padding: 4px 8px;
margin: 14px;
font-family: Poppins, Roboto, Arial;
font-size: 1em;
font-weight: normal;
text-transform: uppercase;
color: #ffffff;
}
.home-display-holder .home-display-deal{
background-color: rgba(251,0,4,0.8);
}
.home-display-holder .home-display-code{
background-color: #000000;
}
.home-display-info{
position: relative;
width: 100%;
height: 210px;
padding: 20px;
}
.home-display-info h4{
padding: 0;
margin-bottom: 8px;
font-family: Poppins, Roboto, Arial;
font-size: 1.3em;
font-weight: 600;
color: #000000;
text-transform: uppercase;
}
.home-display-info h4 a:link,
.home-display-info h4 a:active,
.home-display-info h4 a:visited,
.home-display-info h4 a:hover{
font-family: Poppins, Roboto, Arial;
font-weight: 600;
color: #000000;
text-transform: uppercase;
text-decoration: none;
}
.home-display-info h5{

}
.home-display-info h5 a:link,
.home-display-info h5 a:active,
.home-display-info h5 a:visited,
.home-display-info h5 a:hover{
font-family: Poppins, Arial;
font-sie: 1em;
font-weight: bold;
color: #000000;
text-decotation: none;
}


.home-display-info p{
font-family: Poppins, Roboto, Arial;
font-size: 0.9em;
font-weight: 100;
}

.home-display-info-bottom{
width: 100%;
padding: 0px 20px 0px 20px;
/* background-color: rgba(0,0,0,0.5); */
}

.home-display-info-bottom h5{
display: table;
font-family: Roboto, Arial;
font-size: 1em;
font-weight: 400;
color: #fb0004;
text-transform: uppercase;
float: left;
}
.home-display-info-bottom h5 a:link,
.home-display-info-bottom h5 a:active,
.home-display-info-bottom h5 a:visited,
.home-display-info-bottom h5 a:hover{
padding: 10px 14px;
font-family: Poppins, Roboto, Arial;
/*font-size: 1em;*/
font-size: 1em;
font-weight: 100;
display: table;
margin-right: 40px;
/*background-color: #fb0004;*/
color: #fb0004;
text-decoration: none;
}
.home-display-info-bottom h5 a:first-child{
margin-right: 20px;
}


/* More Deals */
.home-display-more-deals{
display: table;
margin: 0px auto;
margin-bottom: 60px;
border-radius: 6px;
font-family: Poppins, Arial;
font-size: 1em;
font-weight: bold;
color: #ffffff;
text-transform: uppercase;
text-align: center;
}
.home-display-more-deals a:link,
.home-display-more-deals a:active,
.home-display-more-deals a:visited,
.home-display-more-deals a:hover{
display: flex !important;
justify-content: center !important;
align-items: center !important;
padding: 20px 60px !important;
margin: 0px auto !important;
font-family: Poppins, Arial !important;
font-size: 0.9em !important;
font-weight: 600 !important;
color: #2a2b2e !important;
border: none !important;
background-color: #eaff00 !important;
border-radius: 60px !important;
text-align: center !important;
text-transform: uppercase !important;
}


@media(max-width: 767px){
.home-display-holder li{
margin: 0px auto;
margin-bottom: 30px;
float: none;
}

}





