/************************************************************** POPUP COOKIES */
#cookie-popup {
  position: fixed;
  bottom:0;
  left:0;
  display:block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #CCCCCC;
  color: #000;
  z-index:9999;
  text-align:center;
  font-size: 13px;
  display:no
}
#cookie-popup button {
  font-family: Arial;
  background-color: #EBEBEB;
  color: #000;
  border: 0px ;
  border-radius: 5px 5px 5px 5px;
  font-size:13px;
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
  padding:5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
}
#cookie-popup button:hover {
  background-color: #DDD;
}
#cookie-popup a {
  color: #000;
  text-decoration: none;
}
#cookie-list li {
  margin-left: 25px !important;
  padding-left: 0px !important;
  display: list-item !important;
  list-style-type: disc !important;
  list-style-position: outside !important;
}

/******************************************************************* GENERALE */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	color: #272C47;
}
#wrapper {
	margin: auto;
	width: 980px;
}
#wrapper-container {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}
a {
	color: #272C47;
}
h1 {
	margin: 0px;
	margin-bottom: 15px;
	font-size: 16px;
	text-align: center;
}
h2 {
	margin: 0px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #BD2317;
	text-align: center;
}
/********************************************************************* HEADER */
#header {position: relative; float: left; width: 100%; }
#header-left {float: left;}
#header-left .loghi {float: left;}
#header-left .omat-logo {margin-top: 25px; margin-left: 30px;}
/*
#header-left .daf-logo {width: 180px; height: auto; margin-top: 60px; margin-left: 40px;}
*/
#header-right {position: relative; float: right;}
#header-right .daf-logo {float: right; margin-top: 8px; margin-right: 20px;}
#header-right .daf-logo img {width: 150px; height: auto; }

.languages {float: right;}
.languages ul {
	float: right;
	margin: 0px;
	margin-top: 10px;
	margin-right: 6px;
	padding: 0px;
}
.languages li {
	display: inline;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-right: 3px;
}
.block {
	float: right;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 50%;
}
.block p {
	margin: 0px;
	padding: 0px;
}
.network {
	float: left;
}
.network img {
	height: 26px;
	margin-right: 10px;
}
.network a {
	text-decoration: none;
}
/****************************************************************** MAIN MENU */
#main-menu {position: absolute; float: right; bottom: 0px; right: 0px;}
#main-menu ul {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 30px;
	line-height: 30px;
}
#main-menu a {
	text-decoration: none;
}
#main-menu a.active {
	font-weight: bold;
}
#main-menu ul li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	list-style: none url();
}
/************************************************************ MENU AND BANNER */
#menu-and-banner {
	margin-top: 20px;
	position: relative;
	float: left;
	width: 100%;
}
#menu {
	float: left;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	display: none;
}
#menu a {
	text-decoration: none;
	color: #EEE;
}
#menu ul {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	background-image: url(../images/bg-menu-75.png);
}
#menu ul li {
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	list-style: none url();
}
#banner {
  float: left;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
#banner img {
  float: left;
  width: 100% !important;
  height: auto !important;
}
/******************************************************************** CONTENT */
#content {
	float: left;
	width: 100%;
  min-height: 200px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 100px;
}
.body-text {
  line-height: 22px;
}
.body-text p {
  margin-top: 0px;
}
#content-left {
	float: left;
	width: 220px;
	margin-right: 20px;
}
#content-right {
	float: left;
	width: 718px;
	margin-right: 20px;
}
/****************************************************************** MENU LEFT */
#menu-left {
	position: relative;
	float: left;
}
#menu-left ul {
	margin: 0px;
	padding: 0px;
}
#menu-left li {
	position: relative;
	padding-left: 50px;
	list-style: none url();
	padding-right: 20px;
	margin-bottom: 2px;
	background-color: #565655;
	width: 130px;
	height: 32px;
	line-height: 32px;
}
#menu-left li.active {
	background-color: #989898;
}
#menu-left li:hover {
	background-color: #989898;
}
#menu-left li.selected {
	background-color: #989898;
}
#menu-left ul.submenu {
	display: none;
	background-color: #989898;
	position: absolute;
	left: 200px;
	top: 68px;
	border-left: 2px #FFF solid;
	z-index: 999;
}
#menu-left ul.submenu li {
	background-color: #989898;
	padding-left: 10px;
	height: 24px;
	line-height: 24px;
}
#menu-left ul.submenu li:hover {
	background-color: #AAA;
}
#menu-left img.icon {
	position: absolute;
	left: 12px;
	top: 3px;
	height: 22px;
}
#menu-left a {
	text-decoration: none;
	color: #EEE;
}
/************************************************************ HOMEPAGE COLUMS */
#week {
	float: left;
	width: 345px;
	height: 320px;
	margin-right: 20px;
	border-left: 1px #777 solid;
	border-right: 1px #777 solid;
}
.week-image {
	text-align: center;
	margin-bottom: 20px;
}
.week-image img {
	height: 130px;
}
.week-row {
	float: left;
	margin-left: 40px;
	margin-right: 40px;
	width: 285px;
	margin-bottom: 6px;
}
.week-label {
	float: left;
	width: 80px;
	font-weight: bold;
	color: #999;
}
.week-value {
	float: left;
	width: 205px;
}
.week-scheda {
	float: left;
	width: 265px;
	margin-top: 15px;
	text-align: center;
}
.week-row a.scheda {
	text-align: center;
	background-color: #676766;
	text-decoration: none;
	color: #FFF;
	border-radius: 5px 5px 5px 5px;
	padding: 4px;
	padding-left: 20px;
	padding-right: 20px;
}
#news {
	float: left;
	width: 180px;
	height: 320px;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px #777 solid;
}
#news ul {
	margin: 0px;
	padding: 0px;
}
#news ul li {
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
	list-style: none url();
}
#marchi {
	float: left;
	margin-top: 0px;
	width: 130px;
	height: 320px;
}
#marchi img {
  float: left;
  width: 130px !important;
  height: auto !important;
	margin-bottom: 10px;
	border: 1px #999 solid;
}

/************************************************************ SEARCH PRODUCTS */
.search {
	float: left;
	width: 696px;
	padding: 10px;
	background-color: #DDD;
	margin-bottom: 20px;
}
.search .fields-line {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.search .fields span.value {
	float: left;
	width: 116px;
	margin-right: 10px;
}
.search label.title {
	float: left;
	width: 100%;
	height: 20px;
	color: #272C47;
	text-align: center;
}
.search .fields span.da-a {
	float: left;
	width: 116px;
	margin-right: 10px;
}
.search .fields span.da-a label.etichetta {
	float: left;
	width: 16px;
	margin-right: 4px;
	line-height: 18px;
	text-align: right;
}
.search .fields span.da-a input[type='text'] {
	float: left;
	width: 80px;
	margin-bottom: 3px;
}
.search .fields select {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 110px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
}
.search .fields input[type='text'] {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 112px;
	height: 16px;
	line-height: 16px;
}
.search .fields input[type='submit'] {
	float: left;
	margin: 0px;
	margin-left: 20px;
	margin-top: 23px;
	padding: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-indent: -999px;
	background-image: url(../images/submit.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #AAA;
	border-radius: 5px 5px 5px 5px;
	border: 0px;
	cursor: pointer;
}
.search .fields input[type='submit']:hover {
	background-color: #999;
}
.products {
	float: left;
	width: 100%;
}
.products .header th {
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #272C47;
	color: #FFF;
}
.products .header tr {
	float: left;
	padding-top: 5px;
}
.products thead tr {
	float: left;
	text-align: left;
}
.products tbody tr {
	float: left;
	display: table-cell;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px #CCC solid;
}
.products .img {
	width: 130px;
}
.products .img img {
	width: 120px;
	height: auto;
}
.products .marca {
	width: 161px;
}
.products .modello {
	width: 161px;
}
.products .codice {
	width: 60px;
}
.products .peso {
	width: 40px;
	text-align: right;
}
.products .portata {
	width: 60px;
	text-align: right;
}
.products .prezzo {
	width: 60px;
	text-align: right;
}
.products .scheda {
	width: 30px;
	text-align: right;
}
.products .scheda img {
	height: 22px;
}
.products .schede {
	width: 280px;
}
.products .schede img {
  margin-right: 10px;
}
.products .schede a {
  text-decoration: none;
}

/*************************************************************** PHOTOGALLERY */
.photogallery .thumb {
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}
/*********************************************************************** GMAP */
#gmap {
	width: 100%;
	height: 400px;
	color: #000 !important;
}
/******************************************************************* CONTATTI */
#contattaci strong {
	color: red;
	font-size: 14px;
	font-weight: bold;
}
#contattaci .row {
	margin-bottom: 5px;
}
#contattaci .label {
	margin-bottom: 2px;
}
#contattaci input[type='text'] {
	width: 300px;
}
#contattaci input[type='checkbox'] {
	float: left;
	width: 14px;
	margin: 0px;
	margin-right: 5px;
	padding: 0px;
}
#contattaci input[type='submit'] {
	background-color: #DC382F;
	color: #FFF;
	border: 0px;
	margin-top: 10px;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}
#contattaci textarea {
	width: 680px;
	min-width: 680px;
	max-width: 680px;
	min-height: 100px;
	margin-bottom: 20px;
}
#contattaci a.informativa {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contattaci .message {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#contattaci .message .error {
	color: red;
}
#contattaci .message .ok {
	color: green;
}
/********************************************************************* FOOTER */
#footer {
	float: left;
	width: 980px;
	margin: auto;
	background-color: #DDD;
	padding-top: 30px;
	text-align: left;
	/*
	background-image: url(../images/footer-red-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	*/
}

#footer .blocks {
	width: 832px;
	margin: 0px auto;
}

#footer .block {
	float: left;
	margin-left: 50px;
	margin-right: 50px;
	width: 0px;
	width: auto;
}

#footer ul {margin: 0px; padding: 0px;}

#footer li {
	list-style: none url();
}

/*********************************************************************  */
#homepage-daf-banners {
	margin-top: 30px;
}

#homepage-daf-banners .wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	flex-flow: row wrap;
}

#homepage-daf-banners .wrapper a {
	width: 100%;
}

#homepage-daf-banners .wrapper img {
	max-width: 100%;
	height: auto;
}

@media screen and (min-width: 980px) {
	#homepage-daf-banners .wrapper a {
		width: 40%;
	}
}