/* CSS Document */

#top .woocommerce-ordering {
display: none !important;
}
.home-iconmenu a {
padding:10px!important;
}
#nav-main {
margin-top: 58px!important;
}
.product_item .product_details h5 {
    min-height: 50px!important;
	font-size: 14px!important;
}
.overlay {
   background: transparent; 
   position: relative; 
   width: 100%;
   height: 480px;
   top:480px;  /* your iframe height */
   margin-top:-480px;  /* your iframe height */
}
@media (max-width: 1024px) {
.homeitemcount4 h4 { padding-bottom: 40px!important; }
}
@media (max-width: 768px) {
	.homeitemcount4 h4 { padding-bottom: 0px!important; }
}