.main-header {
font-weight:700 !important;
background-color: #db6431;
text-align:center !important;
}
.product-showcase-category .featured_image {
min-height:0px;
}
.product_item_holder .featured_image {
min-height:300px;
margin-bottom:0px;
}
.owl-carousel {
z-index:0;
}
.product-fp-box .text-holder, .product-fp-box .heading {
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.product-fp-box:hover .text-holder {
background-color:white !important;
}
.product-fp-box:hover .heading {
color:rgba(219,100,49,1) !important;
}
.product-summary .owl-height {
min-height:410px;
}
.easy-map {
margin-bottom:0px !important;
}
.easy-contact {
-webkit-box-shadow: 0 3px 18px 11px rgba(0,0,0,0.49) ;
box-shadow: 0 3px 18px 11px rgba(0,0,0,0.49) ;
margin-bottom:20px !important;
}
.easy-product-image {
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.easy-product-image:hover {
transform:translatey(-10px);
}
.page-id-75 .product_info span {
display:none;
}
.page-id-213273 .product_info span {
display:none;
}
h5 > a {
position:relative;
}
h5 > a:before {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background-color: #f0652f;
visibility: hidden;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
h5 > a:hover:before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.product_item_holder:hover h5 > a:before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);	
}