/* COLORS */
/*FONTS*/
/* nunito-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-v32-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/nunito-v32-latin-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/nunito-v32-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/nunito-v32-latin-700italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
a {
  color: #387450;
  transition: all 0.3s ease 0s;
}
a:hover,
a:focus {
  color: #499668;
}
.form-control:focus {
  border-color: #387450;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(56, 116, 80, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(56, 116, 80, 0.6);
}
.btn-primary,
.btn-third,
.btn-primary-novalidate {
  padding: 6px 12px;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  background: #387450;
  border-radius: 10px;
  color: #fff;
  border: none;
  transition: all 0.3s ease 0s;
}
.btn-primary[type="submit"],
.btn-third[type="submit"],
.btn-primary-novalidate[type="submit"] {
  padding: 5px 15px;
  margin-top: 15px;
}
.btn-primary:focus,
.btn-third:focus,
.btn-primary-novalidate:focus {
  color: #fff;
  background-color: #499668;
  border: none;
}
.btn-primary:hover,
.btn-third:hover,
.btn-primary-novalidate:hover {
  color: #fff;
  background-color: #9FBC62;
  border: none;
}
.btn-primary:active,
.btn-third:active,
.btn-primary-novalidate:active {
  color: #fff;
  background-image: none;
  border: none;
}
.btn-primary:active:hover,
.btn-third:active:hover,
.btn-primary-novalidate:active:hover {
  color: #fff;
  background-color: #9FBC62;
  border: none;
}
.btn-primary:active:focus,
.btn-third:active:focus,
.btn-primary-novalidate:active:focus {
  color: #fff;
  background-color: #9FBC62;
  border: none;
}
.btn-primary:active.focus,
.btn-third:active.focus,
.btn-primary-novalidate:active.focus {
  color: #fff;
  border: none;
}
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-image: none;
  border: none;
}
.open > .dropdown-toggle.btn-primary:hover {
  color: red;
  background-color: #236e5f;
  border: none;
}
.open > .dropdown-toggle.btn-primary:focus {
  color: #fff;
  background-color: #236e5f;
  border: none;
}
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  border: none;
}
.btn-primary.active.focus {
  color: #fff;
  background-color: #236e5f;
  border: none;
}
.btn-primary.disabled:hover {
  border: none;
}
.btn-primary.disabled:focus {
  border: none;
}
.carrello_hover_su .evidente {
  color: #387450;
}
.btn-primary[disabled] {
  border: none;
  background: #387450;
}
.btn-primary[disabled]:hover {
  border: none;
  background: #387450;
}
.btn-primary[disabled]:focus {
  border: none;
  background: #387450;
}
fieldset[disabled] .btn-primary:hover {
  border: none;
}
fieldset[disabled] .btn-primary:focus {
  border: none;
}
fieldset[disabled] .btn-primary.focus {
  border: none;
}
.btn-primary.disabled.focus {
  border: none;
}
.btn-primary[disabled].focus {
  border: none;
}
.btn-primary-novalidate {
  opacity: 0.8;
  cursor: not-allowed;
}
.pagination > li > a {
  background: #B8B8B8;
  color: #333333;
  border: 0 none;
  border-radius: 6px;
  margin-right: 4px;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
  background-color: #d2d2d2;
}
.pagination > li.active {
  margin-right: 4px;
}
.pagination > li.active a {
  border: 0 none;
  background: #387450;
  color: #fff;
}
.pagination > li.active a:hover {
  background-color: #499668;
  border: 0 none;
}
.pagination > li.active a:focus {
  background-color: #B8B8B8;
  border: 0 none;
}
.pagination > .active > span {
  border-radius: 6px;
  margin-right: 4px;
  border: none;
}
/* OWL-CAROUSEL */
.owl-carousel .owl-dots.disabled {
  display: block;
}
.owl-carousel .owl-nav,
.owl-carousel .owl-nav.disabled {
  display: block;
}
.owl-carousel button.owl-dot {
  color: #387450;
}
.owl-theme .owl-stage-outer {
  background: transparent;
  height: auto !important;
}
.owl-theme .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #434343;
  display: block;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  border: 1px solid #434343;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  width: 12px;
  height: 12px;
  position: relative;
}
.owl-theme .owl-dots .owl-dot:hover span:before {
  content: '';
  display: block;
  background: #434343;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -mox-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
  width: 12px;
  height: 12x;
  position: relative;
}
.owl-theme .owl-dots .owl-dot.active span:before {
  content: '';
  display: block;
  background: #387450;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -mox-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.owl-theme .owl-nav [class*=owl-]:hover {
  color: #387450;
}
#carouselBig.owl-carousel .owl-dots.disabled {
  display: none;
}
#carouselBig.owl-carousel .owl-nav.disabled {
  display: none;
}
* {
  font-family: 'Nunito', sans-serif;
}
.topNav.visible-md-block.visible-lg-block {
  display: block !important;
  background-color: #E3F5DA;
  border-top: 5px solid #387450;
  border-bottom: none;
}
.topnav_menudx {
  display: none;
}
ul.noBullets.topNav_menusx:not(:empty) {
  border: 0 none transparent;
  padding: 0 10px;
  list-style-type: disc;
  list-style-position: inside;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
ul.noBullets.topNav_menusx:not(:empty) li {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.noBullets.topNav_menusx:not(:empty) li a {
  font-family: 'Nunito', sans-serif;
  line-height: 30px;
  background: #fff;
  padding: 5px 15px;
  border-radius: 10px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  text-transform: none;
  transition: all 0.3s ease 0s;
}
ul.noBullets.topNav_menusx:not(:empty) li a:hover {
  color: #9FBC62;
  text-decoration: underline;
}
ul.noBullets.topNav_menusx:not(:empty) li a::before {
  margin: 0px 12px 0 -28px;
  max-width: 100%;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
ul.noBullets.topNav_menusx:not(:empty) li a[href*="mailto:"],
ul.noBullets.topNav_menusx:not(:empty) li a[href*="tel:"] {
  font-size: 0;
  min-width: 55px;
}
.btn-top {
  line-height: 30px;
  color: #333333;
  margin-right: 10px;
  font-size: 14px;
  background: none;
  border: none;
  text-decoration: none;
  font-weight: 600;
  padding: 5px 10px;
  text-transform: uppercase;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.3s ease 0s;
}
.btn-top:hover,
.btn-top:focus,
.btn-top:active,
.btn-top:active:hover,
.btn-top:active:focus {
  color: #333333;
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: none;
  border: none;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.btn-top {
  margin-top: 5px!important;
  margin-right: 10px;
  font-family: 'Nunito', sans-serif !important;
  color: #333333;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.3s ease 0s;
}
a.btn.btn-top:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333333;
  text-decoration: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto #387450;
}
.carrello_refresh {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: 18px 7px;
  border: none;
  margin-left: 0px;
  padding: 5px 8px;
  background-color: #fff;
}
.carrello_refresh:hover {
  opacity: 0.8;
  text-decoration: none;
}
.carrello_refresh .fa-shopping-cart {
  font-size: 0;
  line-height: 35px;
  margin-left: 8px;
  margin-right: 8px;
  background-size: cover;
  width: 24px;
  height: 24px;
  background: transparent url(/custom/images/template/ico-shop.svg) no-repeat center center;
}
.carrello_refresh span.articoli {
  font-size: 18px;
  color: #333333;
  background: transparent;
  font-weight: bold;
  position: static;
  text-decoration: underline;
}
.middleNav {
  padding: 20px 0;
}
.middleNav .container-fluid .row {
  display: flex;
  align-items: center;
}
.middleNav .input-group-addon:first-child {
  border-radius: 4px;
  height: 42px;
  width: 635px;
  border: 2px solid #ccc;
  font-size: 18px;
  color: #999;
  padding: 16px 20px;
}
.middleNav .input-group-btn:first-child > .btn {
  border-radius: 4px;
  height: 42px;
  width: 635px;
  border: 2px solid #ccc;
  font-size: 18px;
  color: #999;
  padding: 16px 20px;
}
.middleNav .input-group-btn:first-child > .btn-group > .btn {
  border-radius: 4px;
  height: 42px;
  width: 635px;
  border: 2px solid #ccc;
  font-size: 18px;
  color: #999;
  padding: 16px 20px;
}
.middleNav .input-group-btn:first-child > .dropdown-toggle {
  border-radius: 4px;
  height: 42px;
  width: 635px;
  border: 2px solid #ccc;
  font-size: 18px;
  color: #999;
  padding: 16px 20px;
}
.middleNav .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-radius: 4px;
  height: 42px;
  width: 635px;
  border: 2px solid #ccc;
  font-size: 18px;
  color: #999;
  padding: 16px 20px;
}
.middleNav .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-radius: 4px;
  height: 42px;
  width: 635px;
  border: 2px solid #ccc;
  font-size: 18px;
  color: #999;
  padding: 16px 20px;
}
.middleNav .input-group .form-control:first-child {
  border: 1px solid #d2a953;
  font-size: 15px;
  height: 48px;
  color: #010102;
  font-weight: bold;
  border-radius: 24px 0 0 24px;
  padding-left: 22px;
}
.middleNav .input-group .form-control:first-child::placeholder {
  color: #010102;
  font-weight: bold;
}
.logo {
  background-image: url(/custom/images/template/logo-famacia-piazza.svg);
  display: block;
  height: 93px;
  width: 270px;
  margin-top: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.btn-col1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 54px;
  background-color: #387450;
  border-radius: 0 10px 10px 0;
  transition: all 0.3s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-col1 i {
  font-size: 0;
  color: transparent;
  height: 24px;
  width: 24px;
  background-image: url(/custom/images/template/ico-search-white.svg);
  background-size: cover;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-col1:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.btn-col1:hover i {
  opacity: 1;
  filter: alpha(opacity=100);
}
output {
  font-size: 16px;
  color: #333333 !important;
}
.form-control {
  font-size: 16px;
  color: #333333;
  border-radius: 6px;
}
#formRicercaCatalgoTop {
  width: calc(100% - 150px);
}
#formRicercaCatalgoTop .input-group {
  width: 100%;
  display: flex !important;
  align-items: stretch;
  justify-content: flex-start;
}
#formRicercaCatalgoTop .input-group .form-control {
  height: 50px;
  line-height: 50px;
  border-radius: 10px 0 0 10px;
  border: 1px solid #DBDADA;
  width: calc(100% - 85px);
}
nav.navbar.navbar-default {
  background-color: #387450;
  margin-bottom: 0;
}
nav.navbar.navbar-default .navbar-nav > li.visible-xs-block.visible-sm-block {
  display: none !important;
}
nav.navbar.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase !important;
  font-weight: 700;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.3s ease 0s;
}
nav.navbar.navbar-default .navbar-nav > li > a:hover {
  background: transparent;
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
nav.navbar.navbar-default .navbar-nav > li > a:focus {
  background: transparent;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
nav.navbar.navbar-default .navbar-nav > li.open > a {
  background-color: #9FBC62;
  opacity: 1;
  filter: alpha(opacity=100);
}
ul.sottocategoria li.sottocategoria_figli {
  border-left: 3px solid #387450;
  padding-left: 10px;
}
#navbar-menu-collapse li.visible-xs-block a {
  position: relative;
}
#navbar-menu-collapse li.visible-xs-block a::before {
  display: inline-block;
  width: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.topBanner-menu {
  background: #B8B8B8;
  margin-top: 30px;
}
.topBanner-menu .zonaBanner.posizione82 {
  margin-bottom: 0;
}
/** FOOTER **/
.menu {
  background-color: #E3F5DA;
  margin: 0px;
  padding: 35px 0;
  text-align: left;
  font-family: 'Nunito', sans-serif;
  text-transform: uppercase;
  color: #333333;
}
.menu h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 5px;
}
.menu a {
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
  transition: all 0.3s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.menu a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
ul.noBullets {
  margin-top: 0px;
  margin-bottom: 0px;
}
.bollino-sop-otc {
  display: none;
}
.bollino-sop-otc > a > img {
  max-height: 160px;
  width: auto;
}
.footer__information {
  background-color: #387450;
}
.footer__information p {
  text-align: center;
}
.footer__information p.titolo {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
}
.footer__information p.titolo b {
  font-weight: 700;
}
.footer__information p.titolo b:nth-child(1) {
  color: #fff;
}
.footer__information p.titolo a {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
}
.footer__bottom {
  margin-bottom: 10px;
  background: #fff;
  margin: 0;
  padding: 15px;
  font-size: 15px;
}
.footer__bottom ul li {
  color: #333333;
  font-weight: 700;
}
.footer__bottom ul li a {
  color: #387450;
  font-weight: 700;
}
.footer__bottom ul li:nth-child(1) {
  text-align: left;
}
.footer__bottom ul li:nth-child(2) {
  text-align: center;
}
.footer__bottom ul li:nth-child(3) {
  text-align: right;
}
#topButton {
  background-color: #387450;
  border-radius: 6px;
  transition: all 0.3s ease 0s;
}
#topButton:active,
#topButton:hover,
#topButton:focus {
  background-color: #9FBC62;
}
/**
  * RENDER
  */
.bigSlider {
  margin-top: 30px;
}
.bigSlider .container-fluid {
  width: 100%;
  display: block;
  padding: 0;
}
#carouselBig {
  margin-bottom: 40px;
}
#carouselBig .owl-dots {
  margin-top: 20px;
}
#carouselBig img {
  border-radius: 6px;
}
.boxSliderCorrelatiProdotto .thumbnail {
  background: #B8B8B8;
}
.boxSliderCorrelatiProdotto h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #387450;
  padding: 5px 0;
  background: transparent;
  margin-bottom: 34px;
  width: 100%;
  border-bottom: 1px solid #B8B8B8;
  font-family: 'Nunito', sans-serif;
  text-transform: uppercase;
}
.boxSliderProdotti {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 60px;
}
.boxSliderProdotti h4 {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  padding: 5px 0;
  background: transparent;
  margin-top: 34px;
  width: 100%;
}
.boxSliderProdotti h4 a {
  color: #333333;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  font-family: 'Nunito', sans-serif;
  text-decoration: none;
}
.boxSliderProdotti h4 a:hover {
  text-decoration: none;
  color: #387450;
}
.boxSliderProdotti h4 a:after {
  content: url(/custom/images/template/arrow-link.svg);
  text-align: center;
  color: #7cba49;
  font-size: 35px;
  margin-left: 40px;
  text-transform: lowercase;
  font-weight: 500;
}
.boxSliderProdotti h4 a:nth-child(2) {
  display: none;
}
.categories {
  text-align: center;
}
.categories h3,
.categories h4 {
  border-top: 0 none transparent;
  border: none;
  font-size: 30px;
  color: #333333;
  font-weight: 500;
}
.categories h3 a,
.categories h4 a {
  text-align: center;
  color: #387450;
  padding: 5px 0;
  background: transparent;
  margin-bottom: 34px;
  width: 100%;
  position: relative;
  display: inline-block;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  text-underline-offset: 2px;
  font-size: 15px;
}
.categories h3 a:hover,
.categories h4 a:hover {
  color: #9FBC62;
  text-decoration: underline;
}
.categories ul.noBullets {
  display: none;
}
.categories img {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 10px;
}
.boxDitte {
  text-align: center;
}
.boxDitte h4 {
  font-family: 'Nunito', sans-serif;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  padding: 5px 0;
  background: transparent;
  width: 100%;
  position: relative;
  display: inline-block;
}
.boxDitte h4 a {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #333333;
  padding: 5px 0;
  background: transparent;
  width: 100%;
  position: relative;
}
.boxDitte h4 a:hover {
  text-decoration: none;
  color: #387450;
}
.boxDitte h4 a:after {
  content: url(/custom/images/template/arrow-link.svg);
  text-align: center;
  font-size: 35px;
  margin-left: 40px;
  text-transform: lowercase;
  font-weight: 500;
}
.boxDitte h4:hover {
  text-decoration: none;
  color: #387450;
}
.boxNotizie {
  margin-bottom: 0;
  padding-bottom: 14px;
  margin-top: 50px;
}
.boxNotizie > .container-fluid > h4 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #333333;
  padding: 5px 0;
  background: transparent;
  margin-top: 34px;
  width: 100%;
}
.boxNotizie > .container-fluid > h4 a {
  color: #333333;
  display: inline-block;
  text-align: center;
  font-size: 35px;
  font-family: 'Nunito', sans-serif;
  text-decoration: none;
}
.boxNotizie > .container-fluid > h4 a:hover {
  text-decoration: none;
  color: #387450;
}
.boxNotizie > .container-fluid > h4 a:after {
  content: url(/custom/images/template/arrow-link.svg);
  text-align: center;
  color: #7cba49;
  font-size: 35px;
  margin-left: 40px;
  text-transform: lowercase;
  font-weight: 500;
}
.boxNotizie > .container-fluid > h4 a:nth-child(2) {
  display: none;
}
.boxNotizie > .container-fluid > p {
  display: none;
}
.box2Banner {
  padding: 10px 0;
  margin-bottom: 0;
}
.box2Banner .posizione55002 {
  margin: 10px 0;
}
/**
* PRODOTTI
*/
.bloccoPrezzo .sc {
  font-weight: 600;
  background: #B9144D;
  position: absolute;
  height: 40px;
  width: 70px;
  text-align: center;
  right: 0;
  top: 12px;
  color: white;
  padding: 9px 5px;
  font-size: 18px;
  border-radius: 10px;
}
.bloccoPrezzo .sc:before {
  content: "-";
  display: inline;
}
.bloccoPrezzo i {
  display: none;
}
/* PROMO*/
.promoDuePiuUno {
  border-top: 150px solid #499668;
  top: 0;
  left: 0;
}
.promoDuePiuUno_box {
  top: 10px;
}
.promoDuePiuUno_box span:first-child {
  font-size: 2.7em;
}
.promoDuePiuUno_box span:last-child {
  font-size: 1.2em;
}
.col-sm-4 .promoDuePiuUno {
  border-radius: 10px 0 0 0;
  left: 15px;
}
.st1 {
  fill: #60b281;
}
.txt_nm {
  fill: #60b281;
}
/* STAMPA PRODOTTO */
.mt-nm {
  padding-top: 35px;
  padding-bottom: 20px;
  margin: 0 -4px 0;
  display: block;
  background: #fff;
}
a.bloccoDatiProdotto p {
  color: #333333;
  font-family: 'Nunito', sans-serif;
  font-size: 17px;
  font-weight: 500;
}
.wishlist span.fa-stack {
  display: inline-block !important;
}
.wishlist .thumbnail .txt-addCart.hidden {
  display: none !important;
}
.wishlist .thumbnail .bloccoBtn {
  display: block;
  margin-bottom: 0;
  margin-top: 10px;
}
.wishlist .thumbnail .bloccoBtn {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  padding: 6px 12px;
  text-transform: uppercase;
  border-radius: 0 0 6px 6px;
  width: 100%;
  background-color: #387450;
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-left: 0 !important;
}
.thumbnail {
  border-radius: 6px;
  padding: 5px 4px 30px;
  overflow: unset;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #DBDADA;
}
.thumbnail .caption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.thumbnail img.img-responsive {
  width: 60%;
  margin: 10px 20% ;
}
.thumbnail .link-info,
.thumbnail .link-wishlist,
.thumbnail a.nome-ditta,
.thumbnail p[itemprop="description"],
.thumbnail p[itemprop="productID"] {
  display: none;
}
.thumbnail .bloccoPrezzo .sc {
  font-size: 18px;
  height: 55px;
  width: 55px;
  top: 4px;
  right: 4px;
  border-radius: 55px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thumbnail .bloccoBtn hr {
  display: none;
}
.thumbnail span.fa-stack {
  display: none;
}
.thumbnail a.bloccoBtn--link.link-cart,
.thumbnail a.bloccoBtn--link.link-cartNotDisp {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  padding: 25px;
  text-transform: uppercase;
  width: 100%;
  background-color: #387450;
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-size: 19px;
  font-weight: 500;
  border-radius: 0 0 6px 6px;
  transition: all 0.3s ease 0s;
}
.thumbnail a.bloccoBtn--link.link-cart:hover,
.thumbnail a.bloccoBtn--link.link-cartNotDisp:hover {
  border: none;
  background: #9FBC62;
}
.thumbnail .link-cart .hidden {
  display: inline !important;
  background: transparent;
  border: 0 none transparent;
  font-size: inherit;
  padding: 0;
}
.thumbnail .txt-addCart.hidden {
  display: flex !important;
  justify-content: center;
  display: block;
  border-radius: 0 0 10px 10px;
  position: absolute;
  left: 0;
  bottom: 0px;
  padding: 12px;
  text-transform: uppercase;
  width: 100%;
  background-color: #000;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  color: #fff;
  text-align: center;
}
.thumbnail .txt-addCart.hidden,
.thumbnail .txt-addCart.hidden:hover,
.thumbnail .txt-addCart.hidden:focus,
.thumbnail .txt-addCart.hidden:active,
.thumbnail .txt-addCart.hidden:active:hover,
.thumbnail .txt-addCart.hidden:active:focus {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
}
.thumbnail .bloccoPrezzo {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.thumbnail .bloccoPrezzo .pf,
.thumbnail .bloccoPrezzo .pfs {
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
  margin-left: 15px;
  color: #004EA8;
  font-size: 33px;
}
.thumbnail .bloccoPrezzo .pi {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  margin-left: 15px;
  color: grey;
  font-size: 15px;
}
.wishlist .thumbnail {
  padding-bottom: 100px;
}
.nome-ditta {
  color: #387450;
}
/** Newsletter **/
.form-check-label a {
  color: #387450;
}
#formNl #submitButton {
  padding: 8px 24px;
}
/** Login **/
.contenutoServizio input.btn-primary {
  background: #387450;
  border-radius: 6px;
  padding: 6px 12px;
}
.contenutoServizio input.btn-primary:hover {
  background: #9FBC62;
}
/**
* NEWS
*/
.thumbnail.thumbnailNews {
  padding: 0;
  border: none;
  background: transparent;
  border: 1px solid #DBDADA;
}
.thumbnail.thumbnailNews a {
  display: flex;
  flex-direction: column-reverse;
  padding: 0;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
.thumbnail.thumbnailNews a::before {
  content: "Leggi ancora";
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  margin-bottom: 0px;
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  background-color: #387450;
  border-radius: 0 0 10px 10px;
}
.thumbnail.thumbnailNews img.img-responsive {
  width: 100%;
  margin: 0;
  border-radius: 10px 10px 0 0;
}
#datiAnagrafica .thumbnail .caption,
#datiAnagraficaConvenzioni .thumbnail .caption {
  display: block;
}
/* DITTE */
#carouselDitte {
  border-top: 0 none;
  border-bottom: 0 none;
}
#carouselDitte.owl-theme .owl-dots {
  margin-top: 20px;
}
#carouselDitte .owl-item {
  padding-left: 10px;
}
#carouselDitte .owl-item img {
  border: 1px solid #DBDADA;
  border-radius: 6px;
}
/**
* CATALOGO
*/
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #387450;
  outline: 0;
}
.filtri-ricerca-r a:hover,
.filtri-ricerca-r a:focus {
  color: #60b281;
}
.filtri-ricerca-r .filtri-ricerca-attivi-r > span {
  margin: 0 15px 15px;
  position: relative;
  display: block;
}
.filtri-ricerca-r input.filtra-per-prezzo.btn.btn-sm.btn-primary {
  font-size: 16px;
  border-radius: 0px;
}
.filtri-ricerca-r .filtra-per-prezzo,
.filtri-ricerca-r .filter_remove_active {
  background: #387450;
  border: none;
  border-radius: 0px;
  text-align: center;
}
.filtri-ricerca-r .filtra-per-prezzo:hover,
.filtri-ricerca-r .filter_remove_active:hover,
.filtri-ricerca-r .filtra-per-prezzo:focus,
.filtri-ricerca-r .filter_remove_active:focus {
  background: #499668;
  border: none;
  outline: none;
  color: #fff;
  text-decoration: none;
}
.filtri-ricerca-r #filter_prezzo_max,
.filtri-ricerca-r #filter_prezzo_min {
  border: 1px solid #B8B8B8;
  border-radius: 0x;
  text-align: center;
  line-height: 28px;
}
.borderBlu {
  height: 2px;
  display: block;
  margin-bottom: 5px;
  background-color: #387450;
}
a.filter_remove_active {
  color: #fff;
  background: #387450;
  padding: 5px 8px;
  float: right;
}
span.parola-cercata {
  font-size: 16px;
  font-weight: 700;
  color: #387450;
}
#boxAcquista_boxAdd > div:nth-child(2) > a {
  font-size: 14px;
}
a.bottone.continua_shop span,
a.bottone_wishlist.vai_carrello span {
  background: #DBDADA;
  text-align: center;
  padding: 0;
  padding-top: 10px;
  font-weight: bold;
}
a.bottone_wishlist.vai_carrello span,
a.bottone.vai_carrello span {
  color: #387450;
  background: #DBDADA;
  padding: 0;
  font-weight: bold;
  padding-top: 10px;
}
/* CATALOGO */
.box-bredcrumbs {
  margin: 20px 0;
}
.box-bredcrumbs .bredcrumbs {
  color: #387450;
}
.listProducts .thumbnail {
  margin-left: 0;
  margin-right: 0;
}
.listProducts .row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.listProducts .row > span {
  flex-basis: 50%;
  display: flex;
  align-items: stretch;
  min-height: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
}
.listProducts .row > span > .col-sm-3,
.listProducts .row > span > .col-xs-6 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  border: none;
}
.listProducts .row > span > .col-sm-3 .thumbnail,
.listProducts .row > span > .col-xs-6 .thumbnail {
  border: 1px solid #DBDADA;
}
/**
* SCHEDA PRODOTTO
*/
.fa-circle:before {
  color: lightgreen;
}
.nome-prodotto {
  font-family: 'Nunito', sans-serif;
}
.schedaProdotto .thumbnail {
  background: #fff;
  margin: 0;
}
.schedaProdotto .boxAcquista span {
  margin-bottom: 30px;
  top: 15%;
}
.boxAcquista {
  margin-bottom: 0;
}
a.addWishScheda {
  display: block;
  width: 100%;
  border: 1px solid #DBDADA;
  color: #387450;
  padding: 8px 10px;
}
a.addWishScheda:hover {
  color: #387450;
  text-decoration: underline;
}
.nav-tabs > li.active > a {
  border-radius: 14px;
  border: 0 none;
  color: #9FBC62;
}
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #387450;
  border: 0 none;
}
.nav-tabs > li > a {
  border-radius: 14px;
  border: 0 none;
}
.nav-tabs > li > a:hover {
  color: #387450;
  border: 0 none;
}
/**
* PAGINE
*/
.testo h2,
section.wishlist h1,
section.listaCategorie h1 {
  font-weight: bold;
  font-size: 22px;
  color: #387450;
}
/*
* OPC
*/
input[type=radio]:checked {
  border: 5px solid #499668;
}
input[type=checkbox]:checked {
  background-color: #499668;
}
/**
* RESPONSIVE
*/
section.box4Banner {
  margin: 0;
}
@media (max-width: 992px) {
  #formRicercaCatalgoTop {
    width: 100%;
  }
  #formRicercaCatalgoTop .input-group {
    width: 100%;
  }
  #formRicercaCatalgoTop .input-group .form-control {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .box4Banner > .container-fluid > .row {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .listProducts .row > span {
    flex-basis: 25%;
  }
  .listProducts .row > span > .col-sm-3,
  .listProducts .row > span > .col-xs-6 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    border: none;
  }
  .owl-theme .owl-nav .owl-next span,
  .owl-theme .owl-nav .owl-prev span {
    height: 36px;
    width: 36px;
    display: inline-block;
    font-size: 55px;
    color: transparent;
    background-color: transparent;
    background-size: contain;
    background-position: center;
  }
  .owl-theme .owl-nav .owl-next {
    right: -40px;
    transition: all 0.3s ease 0s;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .owl-theme .owl-nav .owl-next:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .owl-theme .owl-nav .owl-next span {
    background-image: url(/custom/images/template/ico-next.svg) !important;
    background-repeat: no-repeat;
  }
  .owl-theme .owl-nav .owl-prev {
    left: -40px;
    transition: all 0.3s ease 0s;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .owl-theme .owl-nav .owl-prev:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .owl-theme .owl-nav .owl-prev span {
    background-image: url(/custom/images/template/ico-prev.svg) !important;
    background-repeat: no-repeat;
  }
  #carouselBig.owl-theme .owl-nav .owl-next {
    right: 20px;
  }
  li a[href*="mailto:"] {
    padding-left: 28px;
  }
  li a[href*="tel:"] {
    padding-left: 28px;
  }
  ul.noBullets.topNav_menusx:not(:empty) li a {
    background: none;
    border: none;
    transition: all 0.3s ease 0s;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  ul.noBullets.topNav_menusx:not(:empty) li a:hover,
  ul.noBullets.topNav_menusx:not(:empty) li a:focus {
    opacity: 0.7;
    filter: alpha(opacity=70);
    color: #333333;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .navbar-nav > li.visible-xs-block.visible-sm-block {
    display: none !important;
  }
  .navbar-nav > li > a {
    color: #387450;
    text-transform: uppercase !important;
    font-weight: 500;
  }
  .navbar-nav > li > a::before {
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    bottom: 8px;
    height: 2px;
    border-radius: 1px;
    left: 50%;
    right: 50%;
  }
  .navbar-nav > li > a:hover,
  .navbar-nav > li > a:focus {
    background: transparent;
    color: #387450;
  }
  .middleNav .container-fluid .row {
    display: block;
  }
  .middleNav .visible-md-block.col-md-3,
  .middleNav .logo,
  .middleNav .col-m-9 {
    display: block !important;
    width: 100%;
  }
  .middleNav #formRicercaCatalgoTop {
    width: calc(100% - 130px);
  }
  #formRicercaCatalgoTop .input-group .form-control {
    width: 100%;
  }
  .navbar-header_icone {
    color: #387450;
  }
  .carrello_refresh {
    border: 0 none transparent;
    background: transparent;
    padding: 0;
  }
  .navbar-default .navbar-toggle .icon-bar,
  #navbar-menu-collapse {
    background: #fff;
  }
  nav.navbar.navbar-default .navbar-nav > li > a {
    color: #387450;
  }
  ul.navbar-nav .open .dropdown-toggle {
    color: #387450 !important;
  }
  ul.navbar-nav .open ul.dropdown-menu {
    border-left: 3px solid #387450;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .carrello_refresh {
    min-height: 41px;
  }
  .topnav_menudx {
    display: block;
  }
  ul.noBullets.topNav_menusx:not(:empty) {
    width: unset;
    display: block;
    float: left;
    margin-top: 0;
  }
  ul.noBullets.topNav_menusx:not(:empty) li a[href*="mailto:"],
  ul.noBullets.topNav_menusx:not(:empty) li a[href*="tel:"] {
    font-size: 14px;
    background: none;
    border: none;
  }
  header ul.dropdown-menu {
    border-top: none;
  }
}
.divider {
  border: none;
}
