/* CSS Document */
/* Less Mobile first

Bootstrap 4.5.3

*/
/*

Default style

*/
/*colori*/
body {
  color: #3F3F3F;
  font-family: 'Cabin', sans-serif;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(55, 55, 55, 0.5);
  border-radius: 10px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(55, 55, 55, 0.5);
  background-color: #555;
}
::selection {
  color: #F77F00;
  background: #F77F002E;
}
a {
  color: #29BF12;
}
a:hover {
  color: #29BF12;
}
.btn-primary {
  background-color: #29BF12;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited {
  background-color: #29BF12;
  color: #fff;
  border-color: #29BF12 !important;
  box-shadow: 0 0 0 0.2rem rgba(41, 191, 18, 0.5) !important;
}
.btn-secondary {
  background-color: #F77F00;
  color: #fff!important;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  padding: 10px 30px;
  font-weight: 700;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:visited {
  background-color: #F77F00;
  color: #fff!important;
  border-color: #F77F00 !important;
  box-shadow: 0 0 0 0.2rem rgba(247, 127, 0, 0.5) !important;
}
.btn-file {
  left: -3px;
}
header {
  background-color: #fff;
  text-transform: uppercase;
}
header .navbar-toggler {
  border: 2px solid #29BF12;
  width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 43px;
}
header .navbar-toggler:before {
  content: "MENU";
  display: block;
  color: #29BF12;
  font-weight: 700;
  padding: 5px;
}
header .navbar-toggler-icon {
  display: none;
}
header #orariTop {
  color: #707070;
  position: relative;
  top: 10px;
}
header #orariTop b {
  color: #F77F00;
  font-weight: 900;
}
header .bi.bi-clock-fill {
  margin-top: -2px;
}
header nav .dropdown-toggle:after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f107";
  border: 0;
  font-size: 15px;
  margin-left: 0px;
}
header nav .navbar-nav .dropdown-menu {
  border-radius: 0;
}
header nav .navbar-nav .dropdown-menu .dropdown-item {
  padding: .50rem 1.5rem;
  color: #666;
}
header nav .navbar-nav .dropdown-menu .dropdown-item.all {
  color: #29BF12;
  background: #f2f2f2;
  font-weight: bold;
  text-align: right;
}
header nav .navbar-nav .nav-item {
  padding-right: 1rem;
  padding-left: 1rem;
}
header nav .navbar-nav .nav-item .nav-link {
  color: #3F3F3F;
  font-size: 20px;
}
header nav .dropdown-item.active,
header nav .dropdown-item:active,
header nav .dropdown-item:focus,
header nav .dropdown-item:visited {
  background-color: #f2f2f2;
  color: #29BF12;
}
.positionAbsolute {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
}
.titleSection {
  text-transform: uppercase;
  font-size: 24px;
  color: #3F3F3F;
  font-weight: 800;
}
#owl-slide .copySlider {
  position: static;
  bottom: 0;
  text-align: center;
  width: 100%;
  background: #29BF12;
}
#owl-slide .copySlider a {
  color: #fff;
}
#owl-slide .copySlider a:hover {
  text-decoration: none;
}
#owl-slide .copySlider a h2 {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
}
#owl-slide .owl-nav {
  position: absolute;
  bottom: 13rem;
  width: 100%;
  max-width: 1400px;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
}
#owl-slide .owl-nav .owl-next {
  position: absolute;
  right: 0;
}
#owl-slide .owl-nav .owl-prev {
  position: absolute;
  left: 0;
}
#owl-slide .owl-nav .owl-next:focus,
#owl-slide .owl-nav .owl-next:active,
#owl-slide .owl-nav .owl-prev:focus,
#owl-slide .owl-nav .owl-prev:active {
  outline: 0;
}
.contenitore_risultati > .row {
  flex-direction: row-reverse;
}
.notturno {
  order: -1;
}
.primo {
  order: 1;
}
#reparti .row {
  flex-wrap: nowrap!important;
}
#reparti h3 {
  font-size: 16px;
}
#reparti p {
  font-size: 11px;
}
#reparti img {
  max-width: 110px;
}
#reparti a.col-xs-6.col-sm {
  color: #3F3F3F;
  margin: 0;
  padding: 0;
}
#reparti a.col-xs-6.col-sm:hover {
  text-decoration: none;
  color: #007F5F;
}
#reparti a.col-xs-6.col-sm:hover img {
  transform: scale(1.1);
  transition: 0.5s cubic-bezier(0.6, -0.28, 0.74, 0.05);
  filter: grayscale(0);
}
#servizi .bgServizi {
  background-image: url("/img/servizi.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 2px solid #F77F00;
  border-bottom: 2px solid #F77F00;
}
#servizi .bgServizi .col a {
  min-height: 80px;
  background-color: #fff;
  border-radius: 0;
  color: #007F5F;
  font-weight: 700;
}
#servizi .bgServizi .col a:hover {
  transform: scale(1.1);
  transition: 0.5s cubic-bezier(0.6, -0.28, 0.74, 0.05);
  box-shadow: 0 7px 20px rgba(55, 55, 55, 0.5);
}
#owl-offerte .item {
  background: #F77F00;
  width: 100%;
  color: #fff;
}
#owl-offerte .item .thumbnail {
  padding: 0 15px;
}
#owl-offerte .item .thumbnail #Immagine {
  max-width: 400px;
}
#owl-offerte .caption {
  width: 100%;
  text-align: center;
}
#owl-offerte .caption #NomeProdotto {
  font-size: 28px;
  font-weight: 800;
}
#owl-offerte .caption #tipo1 .sconto {
  position: absolute;
  top: 139px;
  right: 25px;
  background: #FF0000;
  color: #fff;
  border-radius: 10px;
  padding: 7px 20px;
  font-weight: 800;
  font-size: 24px;
}
#owl-offerte .caption #tipo1 .prezzo-finale {
  font-size: 26px;
  font-weight: 800;
  margin-left: 20px;
}
#owl-offerte .caption #tipo1 .prezzo {
  font-size: 20px;
}
.farmacia p {
  color: #333;
  font-size: 9px;
  width: 100px;
  margin: 0;
  margin-bottom: 0px;
  padding: 10px;
  text-transform: uppercase;
}
#notizie {
  background-image: url("/img/notizie.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top: 2px solid #F77F00;
  border-bottom: 2px solid #3F3F3F;
}
#notizie #owl-notizie .item {
  background-color: #fff;
}
#notizie #owl-notizie .item #Immagine {
  max-width: 400px;
}
#notizie #owl-notizie .item .copy {
  color: #3F3F3F;
  text-align: center;
}
#notizie #owl-notizie .item .copy a #Titolo {
  color: #3F3F3F;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}
#notizie #owl-notizie .item .copy a #Testo {
  color: #3F3F3F;
  font-size: 18px;
}
#notizie #owl-notizie .item .copy a .btn-news {
  border: 2px solid #F77F00;
  color: #F77F00;
  background-color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  padding: 7px 30px;
}
#notizie #owl-notizie .item .copy a .btn-news:hover {
  color: #fff;
  background-color: #F77F00;
  transition: 0.5s ease-in;
}
#notizie #owl-notizie .item .copy a:hover {
  text-decoration: none;
}
#offerteInterne .item {
  background-color: #fff;
  padding: 25px;
  min-height: 350px;
  position: relative;
  border: 1.5px solid #0D8729;
}
#offerteInterne .item #NomeProdotto {
  color: #3F3F3F;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  min-height: 100px;
  overflow: hidden;
}
#offerteInterne .item #CheckDataScadenza {
  font-size: 16px;
  color: #29BF12;
  font-weight: 600;
  position: absolute;
}
#offerteInterne .item #tipo1 .prezzo {
  color: #3F3F3F;
  text-decoration: line-through;
  font-size: 16px;
}
#offerteInterne .item #tipo1 .prezzo-finale {
  color: #F77F00;
  font-weight: 900;
  font-size: 23px;
  margin-left: 10px;
}
#offerteInterne .item #tipo1 .sconto {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #FF0000;
  color: #fff;
  border-radius: 10px;
  padding: 5px 10px;
  font-weight: 800;
  font-size: 20px;
}
#offerteInterne .item #tipo2 .testo1 {
  display: block;
  font-size: 16px;
  color: #3F3F3F;
  text-align: center;
  display: inline;
}
#offerteInterne .item #tipo2 .prezzo-finale {
  color: #F77F00;
  font-weight: 900;
  font-size: 23px;
}
#offerteInterne .item #tipo3 .testo1 {
  display: block;
  font-size: 16px;
  color: #3F3F3F;
  text-align: center;
  display: inline;
}
#offerteInterne .item #tipo3 .prezzo-finale {
  display: block;
  font-size: 22px;
  color: #F77F00;
  text-align: center;
  font-weight: 600;
  display: inline;
}
#offerteInterne .item #tipo4 .testo1 {
  display: block;
  font-size: 16px;
  color: #3F3F3F;
  text-align: center;
  display: inline;
}
#offerteInterne .item #tipo5 .prezzo-finale {
  display: block;
  font-size: 22px;
  color: #29BF12;
  text-align: center;
  font-weight: 600;
}
.social .line {
  width: 100%;
}
.card-body .card-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  min-height: 55px;
}
.card-body .btn-primary {
  width: 100%;
  background-color: #F77F00;
}
.card-body .btn-primary:hover,
.card-body .btn-primary:active,
.card-body .btn-primary:focus {
  background-color: #F77F00 !important;
  border-color: #F77F00 !important;
  box-shadow: 0 0 0 0.2rem rgba(247, 127, 0, 0.5) !important;
}
.list-group-item.active {
  background-color: #29BF12;
  border: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.badge-primary {
  background-color: #29BF12;
  float: right;
}
.letturaNews #CheckDataOra {
  color: #29BF12;
}
.letturaNews #Titolo {
  text-transform: uppercase;
  color: #29BF12;
  font-size: 24px;
  font-weight: 600;
}
.letturaNews #Testo {
  color: #3F3F3F;
  font-size: 16px;
  font-weight: 300;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination li {
  display: inline;
}
.pagination li a {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
  border: 2px solid #29BF12;
  color: #29BF12;
}
.pagination .active {
  background-color: #29BF12;
  border-color: #29BF12;
  color: #fff;
}
.pagination .active a {
  background-color: #29BF12;
  border-color: #29BF12;
  color: #fff;
}
.titoloInterne {
  background-color: #F77F002E;
}
.titoloInterne h1 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 800;
  color: #F77F00;
  padding-bottom: 0;
  margin-bottom: 0;
}
.letturaNews #CheckDataOra {
  color: #29BF12;
}
.letturaNews #Titolo {
  text-transform: uppercase;
  color: #29BF12;
  font-size: 24px;
  font-weight: 600;
}
.letturaNews #Testo {
  color: #3F3F3F;
  font-size: 16px;
  font-weight: 300;
}
.orariInt b {
  color: #29BF12;
  font-weight: 900;
}
.newsBox .d-flex {
  box-shadow: 0px 10px 15px 0px rgba(73, 73, 73, 0.1);
  background-color: #fff;
}
.newsBox .d-flex:hover {
  text-decoration: none;
  transform: translateY(-15px);
  transition: 0.5s ease;
  box-shadow: 0px 15px 15px 0px rgba(73, 73, 73, 0.2);
}
.newsBox a #CheckDataOra {
  color: #29BF12;
}
.newsBox a #Titolo {
  text-transform: uppercase;
  color: #29BF12;
  font-size: 20px;
  font-weight: 600;
}
.newsBox a #Testo {
  color: #3F3F3F;
  font-size: 16px;
  font-weight: 300;
}
.newsBox a #Testo:after {
  content: "LEGGI";
  text-decoration: none;
  color: #29BF12;
  border: 2px solid #29BF12;
  font-size: 16px;
  display: inline-block;
  font-weight: 800;
  padding: 7px 30px;
  margin-top: 20px;
}
.newsBox a #Testo p {
  margin-bottom: 0;
}
.newsBox a:hover {
  text-decoration: none;
}
footer {
  background-color: #ECECEC;
}
.footerInfo a {
  margin-right: 5px;
}
@media all and (min-width: 992px) {
  #owl-offerte .caption #tipo1 .sconto {
    top: 25px;
  }
  #reparti a.col-xs-6.col-sm {
    color: #3F3F3F;
    margin: auto;
    padding: 15px;
  }
  #reparti a.col-xs-6.col-sm h3 {
    font-size: 22px;
  }
  #reparti a.col-xs-6.col-sm img {
    filter: grayscale(0.25);
    max-width: 100%;
  }
  #reparti a.col-xs-6.col-sm p {
    font-size: 16px;
  }
  #reparti a.col-xs-6.col-sm:hover {
    text-decoration: none;
    color: #007F5F;
  }
  #reparti a.col-xs-6.col-sm:hover img {
    transform: scale(1.1);
    transition: 0.5s cubic-bezier(0.6, -0.28, 0.74, 0.05);
    filter: grayscale(0);
  }
  #offerteInterne .item {
    min-height: 430px;
  }
  #owl-slide .copySlider {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: #178d059e;
    left: 0;
    right: 0;
  }
  .navbar-brand img {
    max-width: 550px;
  }
  .farmacia p {
    color: #333;
    font-size: 10px;
    width: 152px;
    margin: 0;
    margin-bottom: 0px;
    padding: 10px;
    text-transform: uppercase;
  }
}
@media all and (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1400px;
  }
}
/*CSS fix da Bootstrap 3 a 4.5*/
.farmacia .orari_turni {
  background: none repeat scroll 0 0 #fff0;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
  text-align: left;
}
.form_ricercafarmacie,
.sceltagiorni {
  background: #f7f7f7;
  margin: 0 0 10px 0;
  text-align: center;
}
.fa.fa-arrow-right,
.fa.fa-arrow-left {
  color: #29BF12;
}
.sceltagiorni .row {
  padding: 15px;
}
.pager {
  padding-left: 15px;
}
section.pageContent .container ol li::before,
section.pageContent .container ul li::before {
  content: "\2022";
  color: #e63945;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
section.pageContent .container ul.pager li::before {
  display: none !important;
}
section.pageContent .container ol li,
section.pageContent .container ul li {
  line-height: 1.4;
}
.turni .contenutoPagina ul.pagination li,
.turni ul li {
  margin-bottom: 10px;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
section.pageContent .container ol,
section.pageContent .container ul {
  padding-left: 30px;
}
.turni .pagination {
  margin-top: 10px;
}
.turni .col-md-3 {
  width: 50%;
}
.box-farmacia {
  padding: 10px;
  background-color: #F7F7F7;
  margin-bottom: 10px;
  margin-top: 10px;
}
section.pageContent .container p {
  margin-bottom: 1.2em;
  line-height: 1.4;
  color: #666;
}
.nome_farmacia {
  height: 45px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 190px;
  overflow: hidden;
  line-height: 14px;
}
.area_middle {
  height: 41px;
}
.area_middle,
.area_middle_orari {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  margin-left: 30px;
}
section.pageContent .container p {
  margin-bottom: 1.2em;
  line-height: 1.4;
  color: #666;
}
.area_middle_orari {
  height: 68px;
}
.farmacia .orari_turni {
  font-size: 15px;
  width: 108px;
}
.icon_mappa i {
  background-color: #DD4B3E;
  border: 2px solid #bc2b1e;
}
.fa-map-marker::before {
  content: "\f041";
}
.icon_mappa i,
.icon_apertura_notturno i,
.icon_apertura_diurna i {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  height: 25px;
  padding: 2px;
  text-align: center;
  width: 25px;
}
.icon_mappa i,
.icon_apertura_notturno i,
.icon_apertura_diurna i {
  color: #fff;
  font-size: 17px;
  text-align: center;
}
.fa-toggle-right::before,
.fa-caret-square-o-right::before {
  content: "\f152";
}
.icon_mappa i,
.icon_apertura_notturno i,
.icon_apertura_diurna i {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  height: 40px;
  padding: 10px;
  text-align: center;
  width: 40px;
}
.icon_apertura_notturno i {
  background-color: #336699;
}
icon_mappa i,
.icon_apertura_notturno i,
.icon_apertura_diurna i {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.fa-moon-o::before {
  content: "\f186";
}
.collapse.in {
  display: block;
  min-height: 350px;
}
