html {
	scroll-behavior: smooth;
}

#aviso-de-cookie {
	color: #fff;
	font-family: inherit;
	background: #131a20d6;
	padding: 20px;
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 100%;
	max-width: 300px;
	box-shadow: 0 10px 20px rgba(0,0,0,.2);
	border-radius: 5px;
	margin: 0px;
	z-index: 1000000;
	box-sizing: border-box
}

#aviso-de-cookie button {
	color: inherit;
	background: #b49964;
	border: 0;
	padding: 10px;
	margin-top: 10px;
	width: 100%;
	cursor: pointer
}

@media only screen and (max-width: 600px) {
	#aviso-de-cookie {
		max-width:100%;
		bottom: 0;
		left: 0;
		border-radius: 0
	}
}

.wp-block-woocommerce-checkout, .wp-block-woocommerce-cart {
    padding: 0 20px;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    fill: #a3a3a3;
}

.ast-header-button-1 .ast-custom-button, .ast-header-social-1-wrap .ast-social-color-type-custom svg {
    color: #757575;
	border-color: #dbdbdb;
	fill: #757575;
}

#btnGoTop svg {
	margin: -3px 11px!Important;
    width: 20px;
}

#galeria-modal button {
    font-size: 24px;
    margin: 0 10px;
    padding: 10px;
    background: #fff;
    border: none;
    cursor: pointer;
}
#galeria-modal button:hover {
    background: #ddd;
}

#siguiente {
    right: 0;
    position: absolute;
    top: 50%;
}

#anterior {
    left: 0;
    position: absolute;
    top: 50%;
}