@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

/*
Theme Name: farmaciaricaldone

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

/*
LANGA IDSI
*/

.dashFooterBox {
	bottom: 0;
	left: 0;
	z-index: 999999999999999999999999999 !important;
	right: 0;
	margin: 0 auto;
}

.dashFooterBoxInner {
	position: relative;
}

.dashFooterBtn {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 999999999999999999999999999 !important;
}

.dashFooter {
	background: #0a0a0a;
	padding: 20px 0px;
	position: absolute;
	bottom: 0;
	z-index: 999;
	width: 100%;
}

.dashFooterBtn label {
	background: transparent;
	cursor: pointer;
	display: inline-block;
	padding: 0px 10px;
	color: #8c8c8c;
	font-weight: 100;
}

.dashFooter {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.r-foot-check {
	display: none;
}

input.r-foot-check:checked+.dashFooter {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

ul.footNavUL {
	list-style: none;
	padding: 0 90px;
	margin: 0 auto !important;
	max-width: 1600px;
}

#product-signature {
	font-family: nexa_boldregular;
	font-size: 1.2em;
	margin-right: 10px;
}

#basic-font {
	font-family: 'Open Sans', sans-serif;
}

ul.footNavUL li {
	color: #ffffff;
	display: inline-block;
}

@media only screen and (max-width: 600px) {
	span#slogan {
		display: none;
	}
	ul.footNavUL {
		padding: 0 30px;
	}
}

.woocommerce-shop ul.products{margin:0 !important;}