/*
Theme Name: OnePress Child
Author: Michael
Author URI: https://globalistic.net
Template: onepress
*/


:root {
	--blue_color: #0a3b61;
	--blue2_color: #43798e;
	--green_color: #398f6f;
	--green2_color: #4cad9a;
	--lightblue_color: #a7e6ff;
	--lightblue2_color: #6dc8ea;
	--lightblue3_color: #73b7d1;
}

.site-logo-div img {
	position: absolute;
	z-index: 801;
}

/*#mega-menu-wrap-primary {
	height: 75px;
}
#mega-menu-wrap-primary, a.mega-menu-link {
	background-color: transparent !important;
}
#mega-menu-primary {
	line-height: 75px !important;
}*/
.mega-menu-item > ul.mega-sub-menu {
	visibility: visible !important;
}


.section-title-area .section-title {
	color: var(--blue_color);
	font-weight: 700 !important;
}
.section-title-area .section-subtitle {
	color: var(--lightblue3_color) !important;
	font-weight: 500;
}


#about {
	/*background-color: #f8f9f9;*/
}


#features .row {
	gap: 15px;
	justify-content: center;
}


.site_name {
	color: var(--green_color);
	font-weight: 600;
}


h1, h2, h3, h4, h5, h6 {
    font-family: "Jost", Helvetica, Arial, sans-serif !important;
    font-weight: 600;
    color: #333333;
}


.onepress-menu a {
    color: #0b3b61 !important;
    font-family: "Jost", Helvetica, Arial, sans-serif !important;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 14px !important;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    zoom: 1;
    letter-spacing: 1px;
    white-space: nowrap;
}

.mcart {
	position: absolute;
	display: block;
	right: -15px;
	color: #0b3b61;
}
@media screen and (max-width: 1140px) {
	.mcart {
		right: 65px;
	}
}


#counter {background-color: #0a3b61;}

#counter .section-title {color:white}


.counter_item .counter__number {
    color: white !important;
    line-height: 1;
    font-family: Jost, sans-serif !important;
    text-transform: uppercase;
	font-weight:500 !important;
}

.counter_item .counter_title {
    font-size: 18px;
    font-size: 1.125rem;
	color: #47ffbc !important;
}


#services {padding:0 !important;}

#services .col-sm-6 {padding:0 4px !important;}


.section-services .row {
	justify-content: space-around;
	row-gap: 8px;
}
.section-services .service-item {
    background: #0b3b61 !important;
    padding: 15px !important;
	min-height:145px
    
}

.section-services .service-item .service-title {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    color: white !important;
}


.section-services .service-item .service-image i {
    color: #fffae0 !important;
}

.section-services .service-item .service-content p {
    margin: 0px;
    font-size: 13px !important;
    color: #47ffbc !important;
}

.section-services .service-item .service-image {
    float: left;
    margin-right: 15px !important;
}


.fa-5x {
    font-size: 4em !important;
}


.hero-slideshow-normal .container {
    padding: 5% 0px !important;
}


.feature-item h4 a {color:#0a3b61;text-transform: uppercase;font-weight: 400 !important;}



.section-padding {
    padding: 40px 0px;
    padding: 2.375rem 0rem !important;
}


.page-header {
    padding: 30px 0px;
    border-top: 1px solid #e9e9e9;
    background: #0b3b61 !important;
    border-bottom: 1px solid #e9e9e9;
   
}


.page-header .entry-title, .page-header .page-title {color: white !important;}


.btn.btn-secondary-outline {
   
    background: #398e6f !important;
}


.byline {display:none !important}

.section-services .service-item {
    /* width: 50%; */
    background: #FFFFFF;
    margin: 0px !important;
	
	height: 100%;
}

@media (max-width: 992px) {
	 .wpfFilterWrapper {width:50% !important;float:left}
    .col-lg-3 {
        -webkit-box-flex: 0;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}


.woocommerce ul.products li.product .woocommerce-loop-product__title {
	/*text-align: center;*/
	
	height: calc(1.7*2em);
	
	overflow: hidden;
	padding: unset;
}
/*.woocommerce ul.products li.product .price {
	text-align: center;
}*/
.woocommerce ul.products li.product {
	box-shadow: 2px 2px 6px 0px #c8c8c8;
	padding-bottom: .75em;  /* 10px */
	border-radius: 5px;
	overflow: hidden;
	
	margin: 0 2% 1.5em 0;  /* 0 3% 2em 0 */
	width: 23.5%;  /* 22.75% */
	
	transition: all 0.3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	text-align: center;
	
	background-color: #fff;
}
.woocommerce ul.products:before {
	content: unset;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
	.woocommerce ul.products {
		/*display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 5%;*/
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 20px;
		
	}
	.woocommerce ul.products li.product {
		/*width: 100%;
		max-width: 100%;
		/*margin-right: 1%;*/
		flex: 0 0 calc(50% - 10px);
		margin: unset;
	}
	/*.woocommerce ul.products li.product:nth-child(3n) {
		margin-right: unset;
	}*/
}
@media screen and (min-width: 992px) {
	.page-id-7982 .wpfFilterWrapper {width:25% !important;float:left}
    .page-id-7996 .wpfFilterWrapper {width:33% !important;float:left}
	.page-id-8007 .wpfFilterWrapper {width:25% !important;float:left}
	.page-id-8016 .wpfFilterWrapper {width:33% !important;float:left}
	.page-id-8209 .wpfFilterWrapper {width:25% !important;float:left}
	.page-id-8216 .wpfFilterWrapper {width:25% !important;float:left}
	.page-id-8220 .wpfFilterWrapper {width:25% !important;float:left}
	.page-id-8224 .wpfFilterWrapper {width:25% !important;float:left}
	.page-id-8239 .wpfFilterWrapper {width:33% !important;float:left}
	.page-id-8243 .wpfFilterWrapper {width:33% !important;float:left}
	.page-id-8248 .wpfFilterWrapper {width:33% !important;float:left}
	.page-id-8258 .wpfFilterWrapper {width:33% !important;float:left}
	.page-id-8261 .wpfFilterWrapper {width:33% !important;float:left}
	.page-id-8265 .wpfFilterWrapper {width:33% !important;float:left}
	.page-id-8365 .wpfFilterWrapper {width:25% !important;float:left}
	.page-id-8369 .wpfFilterWrapper {width:25% !important;float:left}
	.page-id-8373 .wpfFilterWrapper {width:25% !important;float:left}
	.page-id-8377 .wpfFilterWrapper {width:25% !important;float:left}
	.page-id-8381 .wpfFilterWrapper {width:25% !important;float:left}
	.page-id-8385 .wpfFilterWrapper {width:25% !important;float:left}
	.page-id-8389 .wpfFilterWrapper {width:25% !important;float:left}
	.woocommerce ul.products li.product {
		width: 23.5%;
		max-width: 23.5%;
	}
	.woocommerce ul.products li.product:nth-child(4n) {
		margin-right: unset;
	}
}
.woocommerce .product .price bdi {
	font-size: 2em;
	font-weight: 600;
	color: #f00;
}
.woocommerce a.button, #contacts input[type=submit] {
	background-color: var(--green_color) !important;
}
.woocommerce a.button:hover, #contacts input[type=submit]:hover {
	background-color: #222 !important;
}
#contacts {
	padding-bottom: unset !important;
}
#contacts input[type=submit]:hover {
	opacity: 1;
}
.section-contact .address-contact .fa-circle {
	color: #398e6f;
}
.section-contact .address-contact .address-content a {
	color: var(--blue_color);
}
.section-contact .address-contact .fa-circle {
	font-size: 3em;
}
.section-contact .address-contact i:not(.fa-circle) {
	font-size: 23px;
	margin-top: 6px;
	margin-left: 3px;
}
.section-contact .address-contact {
	margin-bottom: 25px !important;
}
.section-contact .address-contact .address-content {
	font-size: 1.2rem;
	padding-left: 50px !important;
}
.section-contact .address-box h3 {
	margin-bottom: 25px;
}


.feature-item .feature-media {
	margin-bottom: unset;
}
.feature-item h4 {
	padding: 10px 0;
	background-color: #0b3b61;

}
.feature-item h4 a {
	color: #fff;
}


.sidebar .widget a {
	color: #bbb !important;
}
.sidebar .widget a:hover {
	/*color: #03c4eb !important;*/
	color: #47ffbc !important;
}


.menu_basket {
	position: relative;
}
.menu_basket .count_of_goods {
	position: absolute;
	display: flex;
	
	border-radius: 50%;
	padding: 3px;
	background-color: #fff;
	bottom: 0;
	right: 0;
	transform: translate(50%, 75%);
	font-size: 12px;
	color: #0b3b61;
	text-shadow: none;
}


#section_sun_energy {
	padding-top: unset !important;
}
.hero_cntnr {
	width: 100%;
	min-height: 450px;
	background-image: url(/wp-content/uploads/2025/04/sun_bg_06.webp);
	background-position: center;
	background-size: cover;
	position: relative;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}
.hero_cntnr .container {
	padding: 5% 0;
	position: relative;
}
.hero_cntnr .container .row {
	margin-right: unset;
	margin-left: unset;
	justify-content: center;
	text-align: center;
}
.hero_cntnr .title_content {
	margin-top: unset !important;
	padding: 3rem 0;
}
.hero_cntnr .title_content h3 {
	font-size: 2.5rem;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
	margin-bottom: 2.5rem;
}
#section_sun_energy .section-title-area {
	margin-top: 30px;
}

.woocommerce table.shop_attributes td {
    font-style: normal;
    font-weight: 800;
    padding: 0 30px;
	pointer-events: none
}

table th {
    font-size: 14px;
    letter-spacing: 0 !important;
}

.page-id-7982 [hidden] {
    display: block !important;
}


.sun_panel_installation .row {
	justify-content: space-around;
	/*gap: 30px;*/
	row-gap: 25px;
}
.sun_panel_installation .feature-item {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	/*padding: unset;*/
	/*margin-bottom: 15px;*/
}
.sun_panel_installation .feature-item .feature-media img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.sun_panel_installation .feature-media a:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 15px;
	width: calc(100% - 30px);
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(15, 15, 15, 0.5), rgba(0, 0, 0, 0.4));
	transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}
.sun_panel_installation .feature-item:hover .feature-media a:after {
	opacity: .25;
}
.sun_panel_installation .feature-item h4 {
	position: absolute;
	width: calc(100% - 30px);
	max-width: calc(100% - 30px);
	padding: 10px;
	background-color: transparent;
	margin: unset;
}
.sun_panel_installation .feature-item h4 a {
	text-shadow: 2px 2px 5px #000;
}


/* Search bar in header menu */
.search_item {
	position: absolute;
	display: block;
	right: 15px;
	line-height: inherit !important;
	color: #0b3b61;
	cursor: pointer;
}
.search_item .search-submit {
	position: absolute;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	border: unset;
	margin: unset !important;
	padding: unset;
	top: -1px;
	left: 0;
}
.search_item .search-form {
	height: 100%;
	
	position: absolute;
	min-width: 12em;
	width: fit-content;
	top: 50%;
	left: 0;
	transform: translate(-75%, 0);
	z-index: 801;
	
	display: none;
}
@media screen and (max-width: 420px) {
	.search_item .search-form {
		left: unset;
		right: 0;
		transform: translate(75px, 0);
	}
}
.search_item:hover .search-form, .search_item .search-form:focus-within {
	display: flex;
}
.search_item .search-form:before {
	content: "";
	position: absolute;
	/*display: inline-block;*/
	font-family: 'FontAwesome', sans-serif;
	font-style: normal;
	font-size: 1.15em;
	font-weight: 400;
	top: 0;
	left: 0.5em;
	bottom: 0;
	display: flex;
	align-items: center;
	
	/*z-index: -1;*/
	
	color: #777;
}
.search_item .search-field {
	padding-left: 1.75rem !important;
	border-radius: 20px;
	
	/*width: 2.5em !important;
	background-color: transparent;
	box-shadow: none;
	
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;*/
}
.search_item .search-field:focus-visible {
	/*width: 100% !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;*/
}
.search_item .sub-menu {
	height: -webkit-fill-available !important;
}
@media screen and (max-width: 1140px) {
	.search_item {
		/*display: none !important;*/
		right: 90px;
	}
	.search_item > i {
		display: none;
	}
	.search_item .sub-menu {
		opacity: 1;
		z-index: 0;
	} 
}
.search_item i {
	color: var(--blue_color);
}
@media screen and (min-width: 1140.1px) {
	.main-navigation {
		padding-right: 30px;
	}
}


.page-id-7982 .wpfFilterWrapper {width:50%;float:left}
.page-id-7996 .wpfFilterWrapper {width:50%;float:left}
.page-id-8209 .wpfFilterWrapper {width:50%;float:left}
.page-id-8216 .wpfFilterWrapper {width:50%;float:left}
.page-id-8220 .wpfFilterWrapper {width:50%;float:left}
.page-id-8224 .wpfFilterWrapper {width:50%;float:left}
.page-id-8239 .wpfFilterWrapper {width:50%;float:left}
.page-id-8243 .wpfFilterWrapper {width:50%;float:left}
.page-id-8248 .wpfFilterWrapper {width:50%;float:left}
.page-id-8258 .wpfFilterWrapper {width:50%;float:left}
.page-id-8261 .wpfFilterWrapper {width:50%;float:left}
.page-id-8265 .wpfFilterWrapper {width:50%;float:left}
.page-id-8365 .wpfFilterWrapper {width:50%;float:left}
.page-id-8369 .wpfFilterWrapper {width:50%;float:left}
.page-id-8373 .wpfFilterWrapper {width:50%;float:left}
.page-id-8377 .wpfFilterWrapper {width:50%;float:left}
.page-id-8381 .wpfFilterWrapper {width:50%;float:left}
.page-id-8385 .wpfFilterWrapper {width:50%;float:left}
.page-id-8389 .wpfFilterWrapper {width:50%;float:left}

.wcpt-table th.wcpt-heading {font-size:13px;text-transform:none;color:#398e6f}
.wcpt {font-size: 14.5px;}
.wcpt-amount {font-weight:700;color:#03b743}

.wpfFilterWrapper .wfpDescription {
    font-weight: 600;
    color: black;
}

.related {display:none}

.woocommerce ul.products li.product .woocommerce-loop-category__title {height: 50px;line-height: 1.6;}

.woocommerce-Tabs-panel a {color:red}

.wcpt-title {font-weight:600 !important;}


.wcpt-title {pointer-events: none}
