<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* xl */
@media (max-width: 1199px){
	/*#c2a_featured_products .featured_product_item::before{
		width: 150px;
		height: 150px;
		top: 80px;
		transform: rotate(0deg);
	}*/
	/*#c2a_featured_products .featured_product_item a i{
		display: none;
	}*/
	#slider .slider_content {
		padding-left: 50px; 
		padding-right: 50px; 
	}
}
/* lg */
@media (max-width: 991px){
	header #slider{
		margin-top: 5px;
	}
	footer .footer_solar_logo{
		width: 50%;
	}
	#slider {
		margin-top: 38px;
	}
	#slider .slider_content {
		text-align: center;
	}
	header::before {
		height: 100%;
	}
	.sub_page_header{
		padding-top: 30px;
	}
	.sss_plus{
		position: absolute;
		top: -7px;
		right: -13px;
	}
}
/* md */
@media (max-width: 767px){
	header #menu .logo{
		max-width: 300px !important;
	}
	#c2a_featured_products .featured_product_item::before{
		display: none;
	}
	#c2a_featured_products .featured_product_item a span{
		width: auto;
		color: var(--body_text_color);
	}
	#c2a_featured_products .featured_product_item a{
		padding: 10px;
		border:1px solid var(--border_color);
		border-radius: 20px;
		width: 100%;
		margin: 7.5px 0px;
		height: auto;
	}
	.reference_image_container{
		min-height: 250px;
	}
}
/* sm */
@media (max-width: 575px){
	#slider {
		margin-top: 86px;
	}
}</pre></body></html>