/* Escribe aquí tu código CSS */

#main-footer .footer-widget {
	margin-bottom: 0;
	width: 100%;
}

#main-footer #footer-widgets {
	padding-top: 2em;
	padding-bottom: 2em;
	display: grid;
	grid-template-columns: 30% 15% 25% 30%;
}

#main-footer .footer-widget:last-of-type .jetpack_widget_social_icons {
	display: block;
	margin-bottom: 0;
	width: 100%;
	text-align: center;
}


#main-footer .footer-widget:last-of-type .jetpack_widget_social_icons .jetpack-social-widget-list {
	margin-bottom: 1rem;
}

#main-footer .footer-widget:last-of-type .fwidget.widget_text {
	display: grid;
	grid-template-columns: 35% 65%;
	max-width: 350px;
}

#main-footer .frm_style_formidable-style.with_frm_style .frm_form_fields > fieldset {
	padding-bottom: 0;
}
#main-footer .frm_style_formidable-style.with_frm_style .frm_submit button {
	margin-bottom: 0;
}

.jetpack_widget_social_icons svg {
	width: 1.75rem;
}

.wowp_pcwpg_footer p {
    color: white;
}

	.jetpack-social-widget-item a {
		width: 1.25rem !important;
	}

@media (max-width: 768px) {
	#main-footer #footer-widgets {
		text-align: center;
	}
	
	#main-footer #footer-widgets {
		grid-template-columns: 100%;
		}
	
	#main-footer #media_image-2 {
		max-width: 100% !important;
		width: 100% !important;
	}
	
	#footer-widgets .footer-widget .fwidget:last-child, #footer-widgets .footer-widget:last-child {
    margin-bottom: 0!important;
    width: 100%;
    text-align: center;
  }
	
	#main-footer #media_image-2 img {
		width: 7em;
	}
	
	#logo {
    max-height: unset !important;
    height: 90px;
}
	
	#et-info-email, #et-info-phone, .et-cart-info span {
		font-size: 1.5rem;
	}
	
	#main-header {
		box-shadow: unset;
	}
	
	.et_header_style_split #main-header {
		padding: 10px 0;
	}
	
	#page-container {
    padding-top: 110px!important;
}

}

/*LAST SETTINGS*/
.single-product .woocommerce-message a.button:after {
	font-size: 1rem !important;
}

.woocommerce #content .quantity, .woocommerce-page #content .quantity, .woocommerce-page .quantity, .woocommerce .quantity {
	width: fit-content;
}

@media(min-width: 980px) {
	.store-section .product:nth-of-type(1) .woocommerce-loop-product__title {
    top: -3.6em !important;
	}
}

@media(max-width: 979px) {
	.store-section ul.products li.product .price {
		padding-right: 0;
	}
	.store-section  ul.products li.product .price del {
		width: 100%;
	}
	
	.store-section .product .woocommerce-Price-amount {
		width: 100%;
	}
	
	.store-section ul.products li.product .price ins {
		width: 100%;
	}
}