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

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


.page-header-title{
	color: #1d71b8;
	font-weight: 600 !important;
	font-size: 32px !important;
}

ul.products li.product-category{
	padding-bottom: 0px !important;
	margin-bottom: 20px !important;
}

ul.products li.product-category .woo-entry-image{
	display: none !important;
}
ul.products li.product-category .woo-entry-inner a{
	display: block;
	background-color: #1D71B8;
	color: #fff !important;
	padding: 10px;
	text-transform: uppercase;
}
ul.products li.product-category .woo-entry-inner a:hover{
	background-color: #0D598D;
}
ul.products li.product-category .woo-entry-inner a h2{
	margin: 0;
}
ul.products li.product-category .woo-entry-inner a h2 mark.count{
	display:none;
}
ul.products li.product-category .woo-entry-inner .woocommerce-loop-category__title{
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 400;
}
nav.woocommerce-pagination{
	margin-bottom: 40px;
}

.woo-entry-image-main {
	border: 1px solid #1D71B8 !important;
	width: 247.5px !important;
	height:247.5px !important;
}

#block-12 {
	background-color: #f7f7f7;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.wc-block-product-categories-list-item a span{
	color: #1d71b8;
	font-size: 16px;
  	font-weight: bold;
	border-bottom: 1px solid #1d71b8;
	display: block;
	margin-top: 15px;
	margin-bottom:10px;
}

.wc-block-product-categories-list-item .wc-block-product-categories-list-item a span{
	color: #1d71b8;
	padding-left:10px;
	font-weight: 400;
	font-size: 14px;
	border-bottom: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
.products .entry .product-inner li.title {
	margin-bottom: 10px !important;
}

.products .entry .product-inner li.title h2{
	margin-bottom: 0px !important;
	height: 30px;
}


.oceanwp-searchform input[type="text"]{
	border: none !important;
	outline: none !important;
	border-radius: 0px !important;
	border-bottom: 1px solid #1d71b8 !important;
	padding: 5px !important;
}
.oceanwp-searchform button i.fa{
	color: #1d71b8 !important;
}