/*
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 */

.products .product-category img {
    border: 1px solid #ccc;
}

.products .product-category img:hover {
    border: 1px solid #004F9E;
	opacity: 0.5;
  	transition: .5s ease;	
}

.woocommerce ul.products li.product-category.product .woo-entry-inner a .woocommerce-loop-category__title {
    font-size: 18px;
	font-weight: 700;
	background-color: #f2f2f2;
    padding: 10px;
    
}

.woocommerce ul.products li.product-category.product .woo-entry-inner a .woocommerce-loop-category__title:hover {
	background-color: #004F9E;
	color: #ffffff;
}

img.woo-entry-image-main {
    border: 1px solid #ccc !important;
}

.widget-title {
    line-height: 1.6;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	background: #f8f6f6;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	background: none;
}

.woocommerce.woo-left-tabs div.product .woocommerce-tabs ul.tabs {
	border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
     border-bottom: none !important; 
   
}

.woocommerce div.product .woocommerce-tabs .panel h2:first-child {
	display: none !important;
}
