/* COLORS */
/*FONTS*/
/* roboto-300 - 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: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v32-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-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: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v32-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - 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: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v32-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-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: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v32-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - 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: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v32-latin-900.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-300 - 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: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/poppins-v21-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-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: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v21-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - 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: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-v21-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - 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: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v21-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-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: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v21-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-800 - 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: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/poppins-v21-latin-800.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-900 - 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: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/poppins-v21-latin-900.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
a {
  color: #349EB7;
}
a:hover,
a:focus {
  color: #90BC43;
}
.form-control:focus {
  border-color: #90BC43;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(144, 188, 67, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(144, 188, 67, 0.6);
}
/*.navbar-default .navbar-nav>li:not(:first-child)>a::after{content: '';display: block;position: absolute;height: 32px;width: 1px;background-color: @primary; top:50%;left: -4px;margin-top: -16px;}*/
.btn-primary,
.btn-third,
.btn-primary-novalidate {
  padding: 6px 8px;
  font-family: 'Poppins';
  font-size: 16px;
  text-transform: uppercase;
  background: #349EB7;
  color: #fff;
  border: none;
}
.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: #90BC43;
  border: none;
}
.btn-primary:hover,
.btn-third:hover,
.btn-primary-novalidate:hover {
  color: #fff;
  background: #90BC43;
  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: #a6c969;
  border: none;
}
.btn-primary:active:focus,
.btn-third:active:focus,
.btn-primary-novalidate:active:focus {
  color: #fff;
  background-color: #a6c969;
  border: none;
}
.btn-primary:active.focus,
.btn-third:active.focus,
.btn-primary-novalidate:active.focus {
  color: #fff;
  border: none;
}
.btn-primary.focus {
  color: #fff;
  border: none;
}
.btn-primary.active {
  color: #fff;
  background-image: none;
  border: none;
}
.btn-primary.active:hover {
  color: #fff;
  border: none;
}
.btn-primary.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: #90BC43;
}
.btn-primary[disabled] {
  border: none;
  background: #90BC43;
}
.btn-primary[disabled]:hover {
  border: none;
  background: #90BC43;
}
.btn-primary[disabled]:focus {
  border: none;
  background: #90BC43;
}
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 {
  /*&.pagination-sm>li{
    &:first-child{
      >a,>span {
        border-top-left-radius: 14px;
        border-bottom-left-radius: 14px
      }
    }
    &:last-child{
      >a,>span {
        border-top-right-radius: 14px;
        border-bottom-right-radius: 14px
      }
    }
  } */
}
.pagination > li > a {
  background: #6C757D;
  color: #fff;
  border: 0 none;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
  color: #fff;
}
.pagination > li > span {
  background: #E3E3E3;
  color: #90BC43;
  border: 0 none;
}
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #fff;
}
.pagination > .active > a,
.pagination:hover > a {
  border: 0 none;
  background: #90BC43;
  color: #fff;
}
.pagination > .active > a:hover,
.pagination:hover > a:hover {
  background-color: #a6c969;
  border: 0 none;
}
.pagination > .active > a:focus,
.pagination:hover > a:focus {
  background-color: #6C757D;
  border: 0 none;
}
.pagination > .active > span,
.pagination:hover > span {
  color: #90BC43;
  border: 0 none;
}
.pagination > .active > span:hover,
.pagination:hover > span:hover {
  color: #90BC43;
  border: 0 none;
}
.pagination > .active > span:focus,
.pagination:hover > span:focus {
  color: #90BC43;
  border: 0 none;
}
/* OWL-CAROUSEL */
.owl-theme .owl-stage-outer {
  background: transparent;
  height: auto !important;
}
.owl-carousel {
  /*.owl-nav {
    button.owl-next {
      color: #d2a953;
    }
    button.owl-prev {
      color: #d2a953;
    }
  }
  button.owl-dot {
    color: #d2a953;
  }*/
}
.owl-carousel .owl-dots.disabled {
  display: block;
}
.owl-carousel .owl-nav.disabled {
  display: block;
}
.owl-theme .owl-dots .owl-dot span {
  width: 24px;
  height: 24px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 10px;
  border: 3px solid #333333;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: #333333;
  width: 24px;
  height: 24px;
  position: relative;
}
.owl-theme .owl-dots .owl-dot:hover span:before {
  content: '';
  display: block;
  background: #fff;
  border: 3px solid #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 21px;
  width: 21px;
  border-radius: 10px;
  -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: 21px;
  height: 21px;
  position: relative;
  margin: 0 30px;
}
.owl-theme .owl-dots .owl-dot.active span:before {
  content: '';
  display: block;
  background: #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 24px;
  width: 51px;
  border-radius: 10px;
  -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: #90BC43;
}
#carouselBig.owl-carousel .owl-dots.disabled {
  display: none;
}
#carouselBig.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
* {
  font-family: 'Poppins', sans-serif;
}
.topNav.visible-md-block.visible-lg-block {
  display: block !important;
  background-color: #E3E3E3;
  border-top: 9px solid #616161;
}
.topnav_menudx {
  display: none;
}
ul.noBullets.topNav_menusx:not(:empty) {
  border: 0 none transparent;
  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;
  padding: 0px 12px;
}
ul.noBullets.topNav_menusx:not(:empty) li:not(:last-child) {
  border-right: 1px solid #6C757D;
}
ul.noBullets.topNav_menusx:not(:empty) li:not(:last-child)::after {
  display: none;
}
ul.noBullets.topNav_menusx:not(:empty) li a {
  font-weight: bold;
  font-family: 'Roboto';
  font-size: 17px;
  line-height: 30px;
  color: #6C757D;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: none;
  /*&[href*="chi-siamo"],&[href*="mailto:"],&[href*="tel:"],&[href*="facebook.com"],&[href*="instagram.com"]{font-size: 0;min-width: 30px;}
      &[href*="chi-siamo"]::before{content:'';display: inline-block;background-image: url(/custom/images/template/chi-siamo-icon.svg);}
      &[href*="mailto:"]::before{content:'';display: inline-block;background-image: url(/custom/images/template/email-icon.svg);}
      &[href*="tel:"]::before{content:'';display: inline-block;background-image: url(/custom/images/template/phone-icon.svg);}
      &[href*="facebook.com"]::before{content:'';display: inline-block;background-image: url(/custom/images/template/facebook-icon.svg);}
      &[href*="instagram.com"]::before{content:'';display: inline-block;background-image: url(/custom/images/template/instagram-icon.svg);}*/
}
ul.noBullets.topNav_menusx:not(:empty) li a:hover {
  color: #90BC43;
  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: #6C757D;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  margin-right: 14px;
  text-decoration: underline ;
  text-transform: uppercase;
  margin-top: 14px;
  font-weight: 600;
  font-size: 17px;
  padding: 0 10px;
  /*&.btn-top[href="/cliente/login.jsp"] {
    border-left: 1px solid @white;
    border-top: 1px solid @white;
    border-bottom: 1px solid @white;
    border-radius: 10px;
  }
  &.btn-top[href="/cliente/condizioniRegistrazione.jsp"] {
    border-right: 1px solid @white;
    border-top: 1px solid @white;
    border-bottom: 1px solid @white;
    border-radius: 10px;
  }
  &[href="/cliente/login.jsp"]::before {
    content: '';
    display: inline-block;
    background-image: url(/custom/images/template/login-icon.svg);
    background-repeat: no-repeat;
    width: 33px;
    height: 16px;
  }
  &[href="/cliente/condizioniRegistrazione.jsp"]::before {
    content: '';
    display: inline-block;
    background-image: url(/custom/images/template/signin-icon.svg);
    background-repeat: no-repeat;
    width: 33px;
    height: 16px;
  }
  &[href="/wishlist/wishlist.jsp"]::before {
    content: '';
    display: inline-block;
    background-image: url(/custom/images/template/wish-white.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 13px;
  }*/
}
.btn-top:hover,
.btn-top:focus,
.btn-top:active,
.btn-top:active:hover,
.btn-top:active:focus {
  background-color: transparent;
  border-color: transparent;
  color: #90BC43;
  text-decoration: underline;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto #90BC43;
}
.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 20px;
  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: 38px;
  height: 40px;
  background: transparent url(/custom/images/template/cart-icon.svg) no-repeat center center;
}
.carrello_refresh span.articoli {
  font-size: 25px;
  color: #6C757D;
  background: transparent;
  font-weight: bold;
  position: static;
  text-decoration: underline;
}
.middleNav {
  padding: 30px 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-dailyfarma.png);
  display: block;
  height: 126px;
  width: 468px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.btn-col1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 65px;
  margin-left: -2px !important;
  background-color: #349EB7;
}
.btn-col1 i {
  font-size: 0;
  color: transparent;
  height: 28px;
  width: 28px;
  background-image: url(/custom/images/template/search-icon.svg);
  background-size: cover;
}
#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: 1px solid #2875A8;
  width: calc(100% - 85px);
}
nav.navbar.navbar-default {
  background-color: #90BC43;
  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;
}
nav.navbar.navbar-default .navbar-nav > li > a::before {
  content: "";
  display: block;
  position: absolute;
  background: transparent;
  bottom: 8px;
  height: 2px;
  border-radius: 1px;
  left: 50%;
  right: 50%;
}
nav.navbar.navbar-default .navbar-nav > li > a:hover,
nav.navbar.navbar-default .navbar-nav > li > a:focus {
  background: transparent;
  color: #fff;
}
nav.navbar.navbar-default .navbar-nav > li > a:hover::before,
nav.navbar.navbar-default .navbar-nav > li > a:focus::before {
  background: #90BC43;
  left: 0;
  right: 0;
}
nav.navbar.navbar-default .navbar-nav > li.open > a::before {
  content: "";
  display: block;
  position: absolute;
  background: transparent;
  bottom: 8px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  left: 0;
  right: 0;
}
ul.sottocategoria li.sottocategoria_figli {
  border-left: 3px solid #90BC43;
  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: #6C757D;
  margin-top: 30px;
}
.topBanner-menu .zonaBanner.posizione82 {
  margin-bottom: 0;
}
/**
* FOOTER
*/
.menu {
  background-color: #E3E3E3;
  color: #fff;
  margin: 0px;
  padding: 35px 0;
}
.menu h3 {
  font-family: 'Roboto';
  font-size: 26px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
  margin-top: 5px;
}
.menu a {
  font-family: 'Roboto';
  font-size: 15px;
  color: #333333;
  line-height: 1.8;
  text-align: left;
  text-transform: uppercase;
}
ul.noBullets {
  margin-top: 0px;
  margin-bottom: 0px;
}
.bollino-sop-otc > a > img {
  max-height: 160px;
  width: auto;
}
.footer__information {
  background-color: #90BC43;
}
.footer__information p {
  text-align: center;
}
.footer__information p.titolo {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}
.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: 15px;
}
.footer__bottom {
  margin-bottom: 10px;
  background: #fff;
  margin: 0;
  padding: 15px;
  font-size: 15px;
}
.footer__bottom ul {
  display: flex;
  justify-content: center;
}
.footer__bottom ul li {
  color: #333333;
}
.footer__bottom ul li a {
  color: #333333;
  font-weight: 700;
}
.footer__bottom ul li:nth-child(1) {
  text-align: right;
  border-right: 2px solid #333333;
  padding-right: 10px;
  margin-right: 10px;
}
.footer__bottom ul li:nth-child(2) {
  text-align: left;
}
.footer__bottom ul li:nth-child(3) {
  text-align: right;
}
#topButton {
  background-color: #90BC43;
}
#topButton:active,
#topButton:hover,
#topButton:focus {
  background-color: #a6c969;
}
/**
  * RENDER
  */
.bigSlider {
  margin-top: 30px;
}
.bigSlider .container-fluid {
  display: block;
  padding: 0 15px;
}
.bigSlider img {
  width: 100%;
  max-width: 100%!important;
}
#carouselBig {
  margin-bottom: 40px;
}
#carouselBig .owl-dots {
  display: block !important;
  transform: translateY(25px);
  display: none !important;
}
#carouselBig .owl-nav {
  display: none;
}
.boxSliderCorrelatiProdotto h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #90BC43;
  padding: 5px 0;
  background: transparent;
  margin-bottom: 34px;
  width: 100%;
  border-bottom: 1px solid #E3E3E3;
  font-family: 'Poppins';
  text-transform: uppercase;
}
#SliderCorrelatiProdotto .thumbnail {
  background: #6C757D;
}
.boxSliderProdotti {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 60px;
}
.boxSliderProdotti h4 {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  color: #616161;
  padding: 5px 0;
  background: transparent;
  margin: 34px 0;
  width: 100%;
}
.boxSliderProdotti h4 a {
  color: #333333;
  display: inline-block;
  text-align: center;
  font-size: 35px;
  font-family: "Poppins";
  text-decoration: none;
}
.boxSliderProdotti h4 a:hover {
  text-decoration: none;
  color: #90BC43;
}
.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: 35px;
  color: #333333;
  font-weight: 600;
  font-family: 'Poppins';
}
.categories h3 a,
.categories h4 a {
  text-align: center;
  color: #616161;
  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: #90BC43;
}
.categories ul.noBullets {
  display: none;
}
.categories img {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
/*.boxCategories {
  margin-bottom: 30px;
} */
.boxDitte {
  text-align: center;
}
.boxDitte h4 {
  font-family: "Poppins";
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #333333;
  padding: 5px 0;
  background: transparent;
  width: 100%;
  position: relative;
  display: inline-block;
  margin-top: 50px;
}
.boxDitte h4 a {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #616161;
  padding: 5px 0;
  background: transparent;
  width: 100%;
  position: relative;
}
.boxDitte h4 a:hover {
  text-decoration: none;
  color: #90BC43;
}
.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: #90BC43;
}
.boxNotizie {
  margin-bottom: 0;
  padding-bottom: 14px;
  margin-top: 50px;
}
.boxNotizie > .container-fluid > h4 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #616161;
  padding: 5px 0;
  background: transparent;
  margin-top: 34px;
  width: 100%;
}
.boxNotizie > .container-fluid > h4 a {
  color: #616161;
  display: inline-block;
  text-align: center;
  font-size: 35px;
  font-family: "Poppins";
  text-decoration: none;
}
.boxNotizie > .container-fluid > h4 a:hover {
  text-decoration: none;
  color: #90BC43;
}
.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: 40px 0 30px;
  margin-bottom: 0;
}
.box2Banner .posizione55002 {
  margin: 10px 0;
}
/**
* PRODOTTI
*/
.bloccoPrezzo .sc {
  font-weight: 600;
  background: #F47C16;
  position: absolute;
  height: 46px;
  width: 82px;
  text-align: center;
  right: 5px;
  top: 12px;
  color: white;
  padding: 9px 5px;
  font-size: 18px;
  border-radius: 0;
}
.bloccoPrezzo .sc:before {
  content: "-";
  display: inline;
}
/* PROMO*/
.promoDuePiuUno {
  border-top: 150px solid #F47C16;
  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 {
  left: 15px;
}
.st1 {
  fill: #bcd78e;
}
.txt_nm {
  fill: #bcd78e;
}
/* STAMPA PRODOTTO */
/*.SliderQuattroProdotti, .slider-6-prodotti, .slider-prodotti, .slider-prodotti-correlati{
  .owl-stage-outer{padding-top: 40px;}
}*/
.mt-nm {
  padding-bottom: 20px;
  margin: 0 -4px 0;
  display: block;
  background: #fff;
}
a.bloccoDatiProdotto p {
  color: #333333;
  font-family: "Poppins";
  font-size: 17px;
  font-weight: 500;
}
.wishlist .thumbnail .txt-addCart.hidden {
  display: none !important;
}
.wishlist .thumbnail .bloccoBtn {
  display: block;
  margin-bottom: 0;
  margin-top: 10px;
}
.wishlist span.fa-stack {
  display: inline-block !important;
}
.wishlist .thumbnail .bloccoBtn {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  padding: 12px;
  text-transform: uppercase;
  width: 100%;
  background-color: #349EB7;
  color: #fff;
  font-family: "Poppins";
  font-size: 19px;
  font-weight: 500;
  margin-left: 0 !important;
}
.wishlist .thumbnail .bloccoBtn a.link-carrello-disponibile.bloccoBtn--link {
  background: transparent;
}
.thumbnail {
  padding: 0 4px 30px;
  overflow: unset;
  border: 1px solid #EBEBEB;
}
.thumbnail .caption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.thumbnail img.img-responsive {
  width: 60%;
  margin: 10px 20% ;
  padding-top: 50px;
}
.thumbnail .link-info,
.thumbnail .link-wishlist,
.thumbnail a.nome-ditta,
.thumbnail p[itemprop="description"],
.thumbnail p[itemprop="productID"] {
  display: none;
}
.thumbnail .bloccoPrezzo .sc {
  /* position: absolute;
      top: 12px;
      right: 15px;*/
  font-size: 22px;
  height: 46px;
  width: 82px;
  top: 5px;
  /*left: -10px;
      transform: translateY(-20%);*/
  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: #349EB7;
  color: #fff;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 500;
}
.thumbnail a.bloccoBtn--link.link-cart:hover,
.thumbnail a.bloccoBtn--link.link-cartNotDisp:hover {
  border: none;
  background: #90BC43;
}
.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;
  width: 100%;
  background-color: #000;
  font-family: "Poppins";
  font-size: 19px;
  font-weight: 500;
  align-items: center;
  text-transform: uppercase;
  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;
  flex-wrap: wrap;
}
.thumbnail .bloccoPrezzo .pf,
.thumbnail .bloccoPrezzo .pfs {
  font-weight: bold;
  font-family: "Poppins";
  color: #616161;
  font-size: 33px;
}
.thumbnail .bloccoPrezzo .pi {
  font-family: "Roboto";
  font-weight: 400;
  margin-left: 15px;
  color: #616161;
  font-size: 20px;
}
.wishlist .thumbnail {
  padding-bottom: 100px;
}
.nome-ditta {
  color: #90BC43;
}
/** Newsletter **/
.form-check-label a {
  color: #90BC43;
}
#formNl #submitButton {
  padding: 8px 24px;
}
/** Login **/
.contenutoServizio input.btn-primary {
  background: #349EB7;
}
.contenutoServizio input.btn-primary:hover {
  background: #F47C16;
}
/**
* NEWS
*/
.thumbnail.thumbnailNews {
  padding: 0;
  border: none;
  background: transparent;
  border: 1px solid #EBEBEB;
}
.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: "Poppins";
  font-size: 20px;
  background-color: #349EB7;
}
.thumbnail.thumbnailNews img.img-responsive {
  width: 100%;
  margin: 0;
}
#datiAnagrafica .thumbnail .caption,
#datiAnagraficaConvenzioni .thumbnail .caption {
  display: block;
}
/* DITTE */
#carouselDitte {
  border-top: 0 none;
  border-bottom: 0 none;
}
#carouselDitte .owl-item {
  padding-left: 10px;
}
#carouselDitte .owl-item img {
  border: 2px solid #E3E3E3;
}
/**
* CATALOGO
*/
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #90BC43;
  outline: 0;
}
.filtri-ricerca-r a:hover,
.filtri-ricerca-r a:focus {
  color: #90BC43;
}
.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: #349EB7;
  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: #90BC43;
  border: none;
  outline: none;
  color: #fff;
  text-decoration: none;
}
.filtri-ricerca-r #filter_prezzo_max,
.filtri-ricerca-r #filter_prezzo_min {
  border: 1px solid #E3E3E3;
  border-radius: 0x;
  text-align: center;
  line-height: 28px;
}
.borderBlu {
  height: 2px;
  display: block;
  margin-bottom: 5px;
  background-color: #90BC43;
}
a.filter_remove_active {
  color: #fff;
  background: #90BC43;
  padding: 5px 8px;
  float: right;
}
span.parola-cercata {
  font-size: 16px;
  font-weight: 700;
  color: #90BC43;
}
#boxAcquista_boxAdd > div:nth-child(2) > a {
  font-size: 16px;
}
#boxAcquista_boxAdd .col-sm-12:last-of-type {
  padding-left: 0;
}
a.bottone.continua_shop span,
a.bottone_wishlist.vai_carrello span {
  background: #EBEBEB;
  text-align: center;
  padding: 0;
  padding-top: 10px;
  font-weight: bold;
}
a.bottone_wishlist.vai_carrello span,
a.bottone.vai_carrello span {
  color: #90BC43;
  background: #EBEBEB;
  padding: 0;
  font-weight: bold;
  padding-top: 10px;
}
/* CATALOGO */
.box-bredcrumbs {
  margin: 20px 0;
}
.box-bredcrumbs .bredcrumbs {
  color: #90BC43;
}
.listProducts .thumbnail {
  margin-left: 0;
  margin-right: 0;
}
.listProducts .row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  align-self: stretch;
}
.listProducts .row > span {
  flex-basis: 50%;
  width: 50%;
  display: flex;
  align-items: stretch;
  align-self: 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;
  align-self: stretch;
  border: none;
}
.listProducts .row > span > .col-sm-3 .thumbnail,
.listProducts .row > span > .col-xs-6 .thumbnail {
  border: 1px solid #EBEBEB;
}
/**
* SCHEDA PRODOTTO
*/
.nome-prodotto {
  font-family: 'Roboto';
}
.schedaProdotto .thumbnail {
  background: #fff;
}
.schedaProdotto .boxAcquista .bloccoPrezzo .sc {
  position: relative;
}
.schedaProdotto .boxAcquista span {
  margin-bottom: 30px;
  top: 10%;
}
.boxAcquista {
  margin-bottom: 0;
}
a.addWishScheda {
  display: block;
  width: 100%;
  border: 1px solid #EBEBEB;
  color: #349EB7;
  padding: 8px 10px;
}
a.addWishScheda:hover {
  color: #90BC43;
  text-decoration: underline;
}
.nav-tabs > li.active > a {
  border-radius: 14px;
  border: 0 none;
  color: #349EB7;
}
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #90BC43;
  border: 0 none;
}
.nav-tabs > li > a {
  border-radius: 14px;
  border: 0 none;
}
.nav-tabs > li > a:hover {
  color: #90BC43;
  border: 0 none;
}
/**
* PAGINE
*/
.testo h2,
section.wishlist h1,
section.listaCategorie h1 {
  font-weight: bold;
  font-size: 22px;
  color: #90BC43;
}
/*
* OPC
*/
input[type=radio]:checked {
  border: 5px solid #a6c969;
}
input[type=checkbox]:checked {
  background-color: #a6c969;
}
/**
* RESPONSIVE
*/
section.box4Banner {
  margin: 0;
}
@media screen {
  li a[href*="mailto:"] {
    padding-left: 28px;
  }
  li a[href*="tel:"] {
    padding-left: 28px;
  }
}
@media screen and (max-width: 768px) {
  .box-invia {
    position: relative;
    background: transparent;
    clear: both;
  }
}
@media screen and (min-width: 768px) {
  .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;
  }
}
@media screen and (max-width: 992px) {
  #boxAcquista_boxAdd > div:nth-child(2) > a {
    font-size: 12px;
    margin-left: 15px;
    margin-top: 10px;
  }
  .boxSliderProdotti h4 a {
    font-size: 30px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    display: none;
  }
  .owl-carousel .owl-nav button.owl-next {
    display: none;
  }
  .navbar-nav > li.visible-xs-block.visible-sm-block {
    display: none !important;
  }
  .navbar-nav > li > a {
    color: #90BC43;
    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: #90BC43;
  }
  .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% - 80px);
  }
  #formRicercaCatalgoTop .input-group .form-control {
    width: 100%;
  }
  .navbar-header_icone {
    color: #fff;
  }
  .carrello_refresh {
    border: 0 none transparent;
    background: transparent;
    padding: 0;
    filter: brightness(100);
  }
  .carrello_refresh .fa-shopping-cart {
    line-height: 21px;
    height: 28px;
    background-size: contain;
  }
  .navbar-default .navbar-toggle .icon-bar,
  #navbar-menu-collapse {
    background: #fff;
  }
  nav.navbar.navbar-default .navbar-nav > li > a {
    color: #90BC43;
  }
  ul.navbar-nav .open .dropdown-toggle {
    color: #90BC43 !important;
  }
  ul.navbar-nav .open ul.dropdown-menu {
    border-left: 3px solid #90BC43;
  }
}
@media screen and (min-width: 992px) {
  .carrello_refresh {
    min-height: 60px;
  }
  .topnav_menudx {
    display: block;
  }
  ul.noBullets.topNav_menusx:not(:empty) {
    width: unset;
    display: block;
    float: left;
    margin-top: 7px;
  }
  ul.noBullets.topNav_menusx:not(:empty) li a[href*="mailto:"],
  ul.noBullets.topNav_menusx:not(:empty) li a[href*="tel:"] {
    font-size: 14px;
  }
  header ul.dropdown-menu {
    border-top: 3px solid #90BC43;
  }
}
@media screen and (min-width: 768px) {
  #carouselBig.owl-theme .owl-nav .owl-prev {
    left: 20px;
  }
  .owl-theme .owl-nav .owl-prev {
    left: -60px;
  }
  .owl-theme .owl-nav .owl-next {
    right: -60px;
  }
  .owl-theme .owl-nav .owl-next,
  .owl-theme .owl-nav .owl-prev {
    opacity: 1!important;
  }
}
.fa-circle:before {
  color: limegreen;
}
@media screen and (min-width: 768px) {
  .owl-theme .owl-nav .owl-prev span {
    background-image: url(/custom/images/template/arrow-left.svg);
    background-repeat: no-repeat;
  }
  .owl-dots {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .owl-theme .owl-nav .owl-next span,
  .owl-theme .owl-nav .owl-prev span {
    height: 40px;
    width: 40px;
    display: inline-block;
    font-size: 55px;
    color: transparent!important;
    background-color: transparent;
    background-size: contain;
    background-position: center;
  }
  #carouselBig.owl-theme .owl-nav .owl-next {
    right: 20px;
  }
  .owl-theme .owl-nav .owl-next span {
    background-image: url(/custom/images/template/arrow-right.svg);
    background-repeat: no-repeat;
  }
}
.divider {
  border: none;
}
.contenutoServizio span {
  height: 34px !important;
}
.btn-applica {
  background: #90BC43;
  border-color: #90BC43;
}
.btn-applica:hover,
.btn-applica:focus,
.btn-applica:active,
.btn-applica.active,
.btn-applica.active.focus:hover,
.btn-applica:active.focus:hover {
  border-color: #90BC43;
  background: #90BC43;
}
.btn-applica.disabled,
.btn-applica[disabled],
fieldset[disabled] .btn-applica,
.btn-applica.disabled:hover,
.btn-applica[disabled]:hover,
fieldset[disabled] .btn-applica:hover,
.btn-applica.disabled:focus,
.btn-applica[disabled]:focus,
fieldset[disabled] .btn-applica:focus,
.btn-applica.disabled:active,
.btn-applica[disabled]:active,
fieldset[disabled] .btn-applica:active,
.btn-applica.disabled.active,
.btn-applica[disabled].active,
fieldset[disabled] .btn-applica.active {
  background-color: #90BC43;
  border-color: #90BC43;
}
.btn-primary-novalidate {
  background: #349EB7;
  border-color: #349EB7;
}
.btn-primary-novalidate:hover,
.btn-primary-novalidate:focus,
.btn-primary-novalidate:active,
.btn-primary-novalidate.active,
.btn-primary-novalidate.active.focus:hover,
.btn-primary-novalidate:active.focus:hover {
  border-color: #90BC43;
  background: #90BC43;
}
.btn-primary-novalidate.disabled,
.btn-primary-novalidate[disabled],
fieldset[disabled] .btn-primary-novalidate,
.btn-primary-novalidate.disabled:hover,
.btn-primary-novalidate[disabled]:hover,
fieldset[disabled] .btn-primary-novalidate:hover,
.btn-primary-novalidate.disabled:focus,
.btn-primary-novalidate[disabled]:focus,
fieldset[disabled] .btn-primary-novalidate:focus,
.btn-primary-novalidate.disabled:active,
.btn-primary-novalidate[disabled]:active,
fieldset[disabled] .btn-primary-novalidate:active,
.btn-primary-novalidate.disabled.active,
.btn-primary-novalidate[disabled].active,
fieldset[disabled] .btn-primary-novalidate.active {
  background-color: #90BC43;
  border-color: #90BC43;
}
/*# sourceMappingURL=stile_shop.css.map */