.woocommerce ul.products li.product .button {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}
.woocommerce ul.products li.product {
    min-height: 420px; /* ajusta el valor de altura según sea necesario */
}

/*Ajustar color de títulos productos asociados barra lateral derecha en páginas de productos*/

#secondary .widget ul li a{
    color: #123758;
}

/*Ajustar la paginación al centro*/
.woocommerce nav.woocommerce-pagination {
    text-align: center;
}
/*Ajustar color de la paginación*/
.woocommerce nav.woocommerce-pagination ul a {
	background: #dc143c;
	color: #fff
}

/*Cambio del la posición de elementos del footer, empieza con menú y termina en logo en desktop*/
.tg-column-wrapper .tg-column-3 {
    width: 30.33%;
    float: right;
}
/*Ajuste de margenes del footer en desktop*/
.tg-column-wrapper {
    clear: both;
    margin-left: 3%;
}
/*Cambiar color del top-footer*/
#top-footer {
    background-color: #123758;
}
/*Cambiar color del bottom-footer*/
#bottom-footer {
    background-color: #123758;
	  display: none;
}
/*Ajuste para centrar un poco el menú en desktop*/
.center-logo-below-menu #site-navigation {
    float: left;
	margin-left: 30px;
}

/*Ancho completo del sitio*/
.tg-container {
    max-width: none;
    margin-right: 5px;
    margin-left: 5px;
}

.wp-custom-header {
	text-align: center;
	position: relative;
	width: 500px; 
	height: 90px;
}

#site-navigation ul li a {
    color: #4c5867;
}
.header-bottom .site-navigation-wrapper {
	flex: 6;
	position: relative; z-index:1;
	top: -3.2em;
height: 52px;
}

.logo .logo-text {
	float: left;
	margin-left: 0px;
	color: #4c5867;
}

.logo .logo-image {
	width: 130px; height: 20px;
	margin-right: 10px;
	margin-top: -1px;
}

/*Cambiar color de la línea del menú*/
.header-bottom .site-navigation-wrapper {
border-bottom: 3px solid #123758;
}

a {
	color: #4c5867;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	font-weight: bold;
}

.full-width .alignwide,
.full-width-center .alignwide {
	margin-left: 0px;
	margin-right: 0px;
	max-width: unset;
}
article .entry-content p {
  text-align: justify;
}
.header-bottom {
	height:100px;
z-index:150;
margin:initial;
width:100%;
position:fixed;
top:auto;
left:0;
right:0;
text-align: center;
}
.single .entry-thumbnail {
	margin-top: 20px;
	width: 100%;
	display: none !important;
}
.wp-social-link a:visited, .wp-social-link svg {
    color: #ffff;
    fill: currentColor;
}
.trail-title {
    float: left;
    font-weight: 400;
    font-size: 15px;
    padding: 14px 0;
	display: none;
}
.breadcrumb-trail.breadcrumbs .trail-items {
    float: left;
    margin-top: 100px;
    padding: 1px 0;
    list-style: none;
}
.woocommerce .woocommerce-breadcrumb {
    float: left;
    margin-top: 100px;
    padding: 20px 0;
}
.breadcrumb-trail.breadcrumbs .trail-title {
	float: left;
	font-weight: 400;
	font-size: 15px;
	padding: 10px 0;
}
#secondary .widget {
	margin-bottom: 40px;
	margin-top: 22px;
}
.wp-block-media-text>figure>img, .wp-block-media-text>figure>video {
    max-width: unset;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 10px;
}
.wp-block-image .alignleft {
    float: left;
    margin-right: 1em;
    margin-top: 10px;
}
.wp-block-image {
    margin-bottom: 0em;
}
.single-product div#jp-relatedposts {
    display: none !important;
}
.grid-view #primary .post {
	display: inline-block;
	margin-bottom: 30px;
	margin-right: 1%;
	vertical-align: top;
	width: 30%;
}

.grid-view #primary .post .entry-thumbnail {
	width: 100%;
}
.mc-modal{
    display: block;
    opacity: 1;
    width: 400px;
max-width: 400px;
}
/*Añadir color a butón de añadir al carrito en página de tienda*/
.woocommerce ul.products li.product .button {
    background-color: #123758;
}
.woocommerce-Price-amount.amount{
    color: #19c32e;
    font-weight: bold;
    font-size: 15px;
}
/*Cambiar color del botón de añadir al carrito en la home*/
.wp-block-button__link {
background-color: #123758;
}

a.wp-block-button__link {
	color: #ffffff
	}
.wp-block-button__link.add_to_cart_button {
color: #fff;
}
.wc-block-grid__product .wc-block-grid__product-image, .wc-block-grid__product .wc-block-grid__product-title {
color: #5c5c5c;
}

.wp-block-latest-posts.is-grid {
background: #fffef8
}

@media (max-width: 767px) { div.wc-block-grid.has-4-columns .wc-block-grid__product {
    flex-basis: 50%;
    max-width: 50%;
	float: left;
}


