/*-------- Colors --------*/
/*-------- Generals Assets --------*/
body {
  font-family: 'Montserrat', sans-serif;
  color: #3f3f3f;
  font-size: 1rem;
  overflow-x: hidden;
}
:focus {
  outline: 0;
}
::selection {
  color: #fff;
  background: #749467;
}
::-webkit-scrollbar {
  width: 13px;
  height: 13px;
}
::-webkit-scrollbar-thumb {
  background: #749467;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #9cc48c;
}
::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: inset 7px 10px 12px #eaeaea;
}
h2,
h3 {
  font-family: 'Montserrat', sans-serif;
}
a {
  color: #749467;
  font-weight: bold;
}
header .logo {
  width: 400px;
}
header #topNav {
  background-color: #cae2b2;
  font-size: 0.9rem;
}
header #topNav > img {
  margin-right: 15px;
}
header #topNav a {
  color: #3f3f3f;
}
header #topNav a:hover {
  color: #9cc48c;
  text-decoration: none;
}
header #topNav a img {
  margin-left: 15px;
}
header #header_main {
  padding: 30px 0;
}
header #header_main .info {
  padding-left: 30px;
  border-left: 1.5px solid #749467;
}
header #header_main .info p {
  margin-left: 15px;
}
header #header_main .info p a:hover {
  color: #9cc48c;
  text-decoration: none;
}
header nav {
  background-color: #9cc48c;
}
header nav li.nav-item {
  border-right: 1.5px solid #749467;
  text-transform: uppercase;
}
header nav li.nav-item a {
  color: #fff;
}
header nav li.nav-item:hover,
header nav li.nav-item:focus,
header nav li.nav-item:active {
  background-color: #cae2b2;
}
header nav li.nav-item .dropdown-menu {
  background-color: #9cc48c;
}
header nav li.nav-item .dropdown-menu .dropdown-item {
  color: #fff;
}
header nav li.nav-item .dropdown-menu .dropdown-item:hover,
header nav li.nav-item .dropdown-menu .dropdown-item:focus,
header nav li.nav-item .dropdown-menu .dropdown-item:active {
  background-color: #9cc48c;
  color: #fff;
}
header nav li.nav-item.active {
  font-weight: bold;
  background-color: #749467;
}
footer #main_footer {
  color: #fff;
}
footer #main_footer .logo {
  max-width: 340px;
}
footer #main_footer a {
  font-weight: 700;
  color: #749467;
}
footer #main_footer a:hover {
  color: #9cc48c;
  text-decoration: none;
}
footer #main_footer h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}
footer #main_footer h3,
footer #main_footer li {
  color: #3f3f3f;
}
footer #last_footer {
  background-color: #749467;
  padding: 20px 0;
  color: #fff;
}
footer #last_footer .col {
  display: flex;
  align-items: center;
}
footer #last_footer .col a {
  font-weight: 700;
  color: #fff;
}
footer #last_footer .col a:hover {
  color: #fff;
  text-decoration: underline;
}
footer #last_footer .col:nth-child(2) {
  justify-content: flex-end;
}
/*Homepage*/
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: #cae2b2 !important;
  padding: 9px!important;
  margin: 10px!important;
  border-radius: 50%!important;
  border: none!important;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel button.owl-dot:hover {
  background: #9cc48c !important;
}
button.owl-dot.active {
  background: #749467 !important;
}
#owl-slider {
  position: relative;
}
#owl-slider .sfondoSlider {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
#owl-slider .copy a.wrapper {
  position: relative;
  background-color: #cae2b2;
  color: #3f3f3f;
  text-decoration: none;
}
#owl-slider .copy a.wrapper h2 {
  font-size: 1rem;
  text-shadow: 0 0 5px #666;
  font-weight: 600;
}
#owl-slider .copy a.wrapper p {
  font-size: 0.8rem;
  text-shadow: 0 0 5px #666;
  font-weight: 400;
}
#owl-slider .owl-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  top: 100%;
  margin: auto;
  left: auto;
  right: auto;
}
#owl-slider .owl-dots .owl-dot:focus {
  outline: none;
}
.title-h {
  font-weight: 100;
}
.title-h h3 {
  margin: 5px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.title-h h3 span {
  color: #749467;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}
.title-h a {
  text-decoration: underline;
  font-size: 12px;
}
.title-h a:hover {
  color: #9cc48c;
}
#highlights > div > div > div {
  z-index: 10;
}
#highlights > div > div > div > a {
  box-shadow: 0px 0px 7.36px 0.64px rgba(0, 0, 0, 0.15);
  display: block;
  margin-bottom: 30px;
}
#highlights > div > div > div > a:hover {
  text-decoration: none;
  transition: 0.5s ease-in;
  margin-top: -15px;
}
#highlights > div > div > div > a:hover .title {
  background-color: #749467;
  transition: 0.5s ease;
}
#highlights > div > div > div > a .title {
  background-color: #9cc48c;
  color: #fff;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
}
#highlights > div > div > div > a .title h3 {
  font-size: 1.5rem;
}
#owl-offerte .thumbnail,
#products .thumbnail {
  box-shadow: 0px 0px 7.36px 0.64px rgba(0, 0, 0, 0.15);
}
#owl-offerte .thumbnail button#PiuInfo,
#products .thumbnail button#PiuInfo {
  background-color: #9cc48c;
  position: absolute;
  top: 45%;
  left: 4px;
}
#owl-offerte .thumbnail button#PiuInfo i,
#products .thumbnail button#PiuInfo i {
  color: #fff;
}
#owl-offerte .thumbnail div#CheckDataScadenza,
#products .thumbnail div#CheckDataScadenza {
  color: #ff0000;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  position: absolute;
  top: 7px;
  width: 90%;
}
#owl-offerte .thumbnail #NomeProdotto,
#products .thumbnail #NomeProdotto {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 16px;
}
#owl-offerte .thumbnail #tipo1 .prezzo-finale,
#products .thumbnail #tipo1 .prezzo-finale {
  color: #749467;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 23px;
}
#owl-offerte .thumbnail #tipo1 .prezzo,
#products .thumbnail #tipo1 .prezzo {
  font-size: 14px;
}
#owl-offerte .thumbnail #tipo1 .sconto,
#products .thumbnail #tipo1 .sconto {
  background-color: #ff0000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  border-radius: 50%;
  color: #fff;
  padding: 13px 7px;
  position: absolute;
  top: 15px;
  right: 15px;
}
#owl-offerte .thumbnail #tipo2 .testo1,
#products .thumbnail #tipo2 .testo1 {
  color: #749467;
}
#owl-offerte .thumbnail #tipo2 .prezzo-finale,
#products .thumbnail #tipo2 .prezzo-finale {
  color: #749467;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 23px;
}
#owl-offerte .thumbnail #tipo3 .testo1,
#products .thumbnail #tipo3 .testo1 {
  color: #749467;
}
#owl-offerte .thumbnail #tipo3 .prezzo-finale,
#products .thumbnail #tipo3 .prezzo-finale {
  color: #749467;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 23px;
}
#owl-offerte .thumbnail #tipo4 .testo1,
#products .thumbnail #tipo4 .testo1 {
  color: #749467;
  line-height: 16px;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
#owl-offerte .thumbnail #tipo5 .prezzo-finale,
#products .thumbnail #tipo5 .prezzo-finale {
  color: #749467;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 23px;
}
#owl-offerte .owl-dots,
#products .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}
#products .consegne {
  background-image: url("/assets/media/domicilio.png");
  background-repeat: no-repeat;
  min-height: 381px;
  color: #fff;
}
#products .consegne a {
  color: #fff;
  text-decoration: none;
  display: block;
}
#products .consegne a h5 {
  font-size: 1.50rem;
}
#products .consegne a h5 b {
  font-family: "Gotham Black";
}
#products .consegne a:hover {
  text-decoration: none;
}
#owl-news .notizia,
#news .notizia {
  box-shadow: 0px 0px 7.36px 0.64px rgba(0, 0, 0, 0.15);
}
#owl-news .notizia a,
#news .notizia a {
  color: #3f3f3f;
  display: block;
}
#owl-news .notizia a #Titolo,
#news .notizia a #Titolo {
  font-size: 16px;
  line-height: 19px;
}
#owl-news .notizia a:hover,
#news .notizia a:hover {
  text-decoration: none;
  color: #9cc48c;
  transition: 0.5s ease-in;
  margin-top: -15px;
}
#owl-news .notizia #CheckDataOra,
#news .notizia #CheckDataOra {
  position: absolute;
  margin-top: -2px;
  right: 0;
  left: 0;
  font-size: 0.7rem;
}
#owl-news .notizia #CheckDataOra svg,
#news .notizia #CheckDataOra svg {
  fill: #749467;
}
#owl-news .owl-dots,
#news .owl-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#prenotaprodotti .col-lg-8 {
  background-color: #eaeaea;
}
#newsletter {
  background-color: #cae2b2;
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: 73px 8px;
}
#newsletter h3 {
  font-family: 'Montserrat', sans-serif;
}
.modal-header .close {
  padding: 0;
  margin: 0;
}
/*Fine Homepage*/
/* Interne Generale */
.interna_header {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("/assets/media/sfondo-titoli.jpg");
  background-attachment: fixed;
  left: 0px;
  background-position: center;
  min-height: 180px;
  position: relative;
}
.interna_header h1 {
  z-index: 10;
  color: #fff;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.63);
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.interna_header h1 span {
  color: #cae2b2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}
.interna_header:after {
  content: "";
  display: block;
  height: 180px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.farmacia_da_evidenziare {
  background: none repeat scroll 0 0 #9cc48c;
}
.form_ricercafarmacie,
.sceltagiorni {
  background: #eaeaea;
  margin: 0 0 10px 0;
  text-align: center;
}
.sceltagiorni {
  padding: 20px;
  margin-bottom: 20px;
}
.pager {
  padding-left: 15px;
  list-style: none;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
  list-style: none;
}
.pagination li {
  display: inline;
}
.pagination li a {
  border-radius: 0;
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #749467;
  margin-left: -1px;
  color: #749467;
}
.pagination li a.active,
.pagination li.active a {
  background-color: #749467 !important;
  color: #fff!important;
  font-weight: 900;
}
.contenitore_risultati .farmacia .box-farmacia {
  padding: 10px;
  background-color: #eaeaea;
  margin-bottom: 10px;
  margin-top: 10px;
}
.area_middle,
.area_middle_orari {
  margin-bottom: 10px;
  display: block;
  width: 65%;
  margin-left: 30px;
}
.farmacia p {
  color: #3f3f3f;
  font-size: 14px;
  width: auto;
  margin: 0;
  margin-bottom: 0px;
  padding: 15px;
}
.farmacia p a {
  color: #3f3f3f;
}
.area_middle.col-xs-12 .row,
.area_middle_orari .row {
  display: flex;
  flex-direction: column;
}
.area_middle.col-xs-12 .row .mappa_farmacia,
.area_middle_orari .row .mappa_farmacia {
  padding: 0;
}
.farmacia .orari_turni {
  width: 108px;
  background: none repeat scroll 0 0 #fff0;
  color: #3f3f3f;
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
  text-align: left;
}
/* Interne Generale */
@media all and (min-width: 768px) {
  .dropdown-menu {
    background-color: #fff!important;
  }
  .dropdown-menu .dropdown-item {
    color: #3f3f3f !important;
  }
  .dropdown-menu .dropdown-item:hover,
  .dropdown-menu .dropdown-item:focus,
  .dropdown-menu .dropdown-item:active {
    background-color: #9cc48c;
    color: #fff;
  }
  #owl-slider .item p {
    display: block;
  }
}
@media all and (min-width: 992px) {
  #owl-slider .copy {
    position: absolute;
    color: #3f3f3f;
    top: 25%;
    left: 5%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #owl-slider .copy h2 {
    font-size: 1.3rem;
    text-shadow: 0 0 5px #666;
  }
  #owl-slider .owl-dots {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    top: 77%;
    margin: auto;
    left: auto;
    right: auto;
  }
  .contenitore_risultati .farmacia {
    flex-basis: 25%;
    max-width: 50%;
  }
  #newsletter {
    background-image: url("/assets/media/newsletter-bg.svg");
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: 73px 8px;
  }
  #highlights {
    margin-top: -150px;
  }
  #owl-slider .copy h2 {
    font-size: 2rem;
  }
}
@media all and (min-width: 1200px) {
  #owl-slider .copy {
    max-width: 50%;
  }
  #owl-slider .copy h2 {
    font-size: 1.8rem;
  }
  #owl-slider .copy h2 p {
    font-size: 0.9rem;
  }
  #owl-slider #blog .saperesal {
    overflow: auto;
    max-height: none;
  }
  #owl-slider #blog .saperesal .copy {
    padding: 45px 50px 45px 150px;
  }
  #owl-slider #blog .saperesal .copy p.lead {
    font-size: 1.8rem;
    line-height: 41px;
  }
  #owl-slider #owl-news .notizia,
  #owl-slider #news .notizia {
    min-height: 452px;
  }
  #owl-slider .area_middle {
    height: 41px;
  }
  #owl-slider .area_middle_orari {
    height: 68px;
  }
  #owl-slider .area_middle.col-xs-12 .row,
  #owl-slider .area_middle_orari .row {
    flex-direction: row;
  }
  #owl-slider .area_middle.col-xs-12 .row .mappa_farmacia,
  #owl-slider .area_middle_orari .row .mappa_farmacia {
    padding: 10px;
  }
  #owl-slider .area_middle,
  #owl-slider .area_middle_orari {
    width: 100%;
  }
}
@media all and (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1400px;
  }
  #owl-slider .copy {
    top: 18%;
    left: 5%;
  }
  #owl-slider .copy h2 {
    font-size: 2.4rem;
  }
  #owl-slider .copy p {
    font-size: 1.3rem;
  }
}
