/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/


/** product archive pages */


.custom-archive-header {
	position: relative;
}

header.woocommerce-products-header .custom-archive-header img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: auto;
	z-index: 0;
}

.custom-archive-header h1 {
	z-index: 1;
}
.below-woocommerce-category h2 {
	border-radius: 0px !important;
}


.below-products-content{
	margin-top: 30px;
}

.below-products-content h2 {
	background-color: #999933;
    color: white;
	font-weight: bold;
    padding: 5px;
	font-size: 32px
	
}

.below-products-content p {
	font-size: 24px;
	font-weight: 400;
	color: #444444;
}
.below-products-content ul {
	font-size: 24px;
}
.below-products-content li {
	font-size: 24px;
}

.site-content { 

}

