/* Buscador */
.wp-block-search__input{
	height:40px;
	padding-left: 16px;
	display:flex;
	justify-content:center;
}

 .wp-block-search__button{
	height:40px;
	padding-top:8px;
}

/* Estilo de listas */
.cat-rel ul{
	padding-inline-start:0px;
	list-style-type:none;
	text-transform: uppercase;
}

.dep-item{
	display:flex !important;
	flex-direction:row;
	flex-wrap: wrap;
	flex-grow: 1;
	flex-shrink: stretch;
	list-style-type:none;
}

.dep-item li{
	margin:0.2em;
	padding: 0.3rem;
	border: 1px solid #055b38;
	border-radius: 0.2em;
}

.dep-item li:hover{
	border: 1px solid #d12026;
}

.yith-wcwl-add-to-wishlist-button, .yith-wcwl-add-to-wishlist-button--anchor{
	gap:0 !important;
}

.btn-buy button{
	padding:0.6em 1em;
}

.price-tag p{
  align-items: flex-start !important;
  flex-direction: column !important;
  gap: 0px !important;
}

.value, .reset_variations{
	display:inline-flex;
	align-items:center;	
}

.input-postcode{
	height:1.4em !important;
	appearance:none;
	border: 1px solid #d12026;
}

.submit{
	appearance: none;
	width:3em;
	height:3em !important;
	background-color: #055b38;
	border-radius:0.4em;
	border: none;
	color: #FFFFFF;
}

.dep-cat{
	width:100%;
	display:grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap:1em;
	padding-inline-start:0px;
	list-style: none;
}

.dep-cat li{
	width:auto;
	height:2em;
	text-align:center;
	align-content: center;
	padding:1em;
	border: 1px solid #d12026;
	border-radius: 0.4em;
}


