/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.woocommerce div.product form.cart {
    padding: 20px 0;
    border-top: none !important;
    border-bottom: none !important;
    margin-top: 20px;
    border-color: #eaeaea;
}

.single .entry-title {
	border-bottom:none;
}
.woo-products-product-categories {
    background-color:#3A70A1 !important;
    max-width: 150px !important;
}

.woo-products-products .woo-products-products__item:hover .woo-products-product-img-overlay {
	background-color: transparent !important;
}

.woo-products-products .woo-products-products__item:hover:before {
    content: "scopri di più!";
    position: absolute;
    z-index: 999999;
    top: 50%;
    text-align: center;
    width: 100%;
    color: #3a70a1;
    font-weight: 700;
    background: #fff;
}

.woo-products-products__item {
	transition: all 0.3s ease-in-out;
}


.woocommerce ul.products li.product.outofstock .outofstock-badge {
    display: none;
	}
.blog-entry.thumbnail-entry .blog-entry-bottom {
	     border-top: 0px solid #e9e9e9 !important;
		}
/*
 h5, .theme-heading, .widget-title, .oceanwp-widget-recent-posts-title, .comment-reply-title, .entry-title, .sidebar-box .widget-title {
    font-family: Old Standard TT;
    display: none;
}