/*

custom CSS for home page products
Shamir Dasgupta
shamir_dasgupta@xpressions.com

*/

.item_holder {
background-color: #fff;
text-align: center;
align-content: center;
display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 330px;
/* min-height: 370px; */
position: relative;
margin-bottom: 20px;
padding-bottom: 15px;
border: 1px solid #eee;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.smallitem_holder 
{
background-color: #fff;
text-align: center;
align-content: center;
display: flex;
flex-direction: column;
justify-content: space-around;
height: 180px;
margin-bottom: 20px;
/* min-height: 370px; */
position: relative;
padding: 0px 0px 10px 0px;
border: 1px solid #efefef;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.smallitem_holder:hover, .item_holder:hover {
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.smallitem_holder a.greylink
{
color:#333;
font-size: 14px;
line-height: 16px;
text-decoration: none;
}

.smallitem_holder a.greylink:hover
{
color:#ED1C2E;

}

.item_holder:hover {
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.item_holder img {
display: block;
margin: 0 auto;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
width: auto;
height: auto;
max-width: 200px;
max-height: 200px;
}

.item_holder img:hover, .smallitem_holder img:hover{
-moz-transform: scale3d(0.95, 0.95, 0.95);
-o-transform: scale3d(0.95, 0.95, 0.95);
-ms-transform: scale3d(0.95, 0.95, 0.95);
-webkit-transform: scale3d(0.95, 0.95, 0.95);
transform: scale3d(0.95, 0.95, 0.95);
transition-duration: 200ms;
}
.nodisplay{display: none;}

.item_holder .img-container {
    position: relative; 
    overflow: hidden;
    border:none;
    height: 460px;
    vertical-align: middle;
    align-items: center;
    align-content: center;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.smallitem_holder .img-container {
    position: relative; 
    overflow: hidden;
    border:none;
    height: 100%;
    vertical-align: middle;
    align-items: center;
    align-content: center;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
a.greylink
{
color:#000;
font-size: 16px;
text-decoration: none;
}
.btn-2 {
background-color: #ED1C2E;
color: #fff;
border: none;
padding: 10px 20px;
text-transform: uppercase;
text-decoration: none;
font-size: 14px;
font-weight: 700;
display: inline-block;
margin-top: 10px;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}

.btn-2:hover {
background-color: #E4B42F;
text-decoration: none;
color: #fff;
}
.content 
{
/* margin-top: auto; */
text-align: center; /* Optional: centers the text and button horizontally */
}

.catitem_holder 
{
/* background-color: #fff; */
text-align: center;
align-content: center;
display: flex;
flex-direction: column;
height: 200px;
margin-bottom: 20px;
/* min-height: 370px; */
position: relative;
padding: 0px 0px 10px 0px;
/* border: 1px solid #efefef; */
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.catitem_holder:hover {
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.catitem_holder a.greylink
{
color:#333;
font-size: 14px;
line-height: 14px !important;
text-decoration: none;
}

.catitem_holder a.greylink:hover
{
color:#ED1C2E;

}
.catitem_holder img {
display: block;
margin: 0 auto;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
width: auto;
height: auto;
max-width: 150px;
max-height: 150px;
}
.catitem_holder img:hover{
-moz-transform: scale3d(0.95, 0.95, 0.95);
-o-transform: scale3d(0.95, 0.95, 0.95);
-ms-transform: scale3d(0.95, 0.95, 0.95);
-webkit-transform: scale3d(0.95, 0.95, 0.95);
transform: scale3d(0.95, 0.95, 0.95);
transition-duration: 200ms;
}
.card {
    background-color: transparent;
    border: none;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.card:hover {
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.card img {
    display: block;
    margin: 0 auto;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: auto;
    height: auto;
    max-width: 150px;
    max-height: 150px;
}
.card img:hover {
    -moz-transform: scale3d(0.95, 0.95, 0.95);
    -o-transform: scale3d(0.95, 0.95, 0.95);
    -ms-transform: scale3d(0.95, 0.95, 0.95);
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
    transition-duration: 200ms;
}

.card a.greylink {
    color: #333;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
}
.search-box .fp {
	float: none !important;
	align-content: center;
	width: 200px;
	height: 36px;
	margin: 0 -1px 0 0;
}