.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0 #048f83!important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #016090;
  border-color: #016090;
}

.btn.btn-primary {
  background-color: #30bf7f!important;
  border-color: #30bf7f!important;
  /*border-radius: 7px;*/
  font-size: 18px;
  font-weight: 500;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

.btn.btn-primary.articolo {
  background-color: #ffa800 !important;
  border: 1px solid #ffa800 !important;
  font-size: 18px;
  font-weight: 600;
}

.btn.btn-primary.articolo:hover {
  background-color: #ffffff !important;
  color: #ffa800;
  border: 1px solid #ffa800 !important;
}

.nav-item.dropdown.border.rounded.lanostrastoria {
  border-radius: 17px;
}

.navbar-light .navbar-nav .nav-link {
  border-radius: 7px;
}

.nav-item.dropright:HOVER {
  border-bottom: 3px solid #30BF7F;
}

.dropdown-toggle:hover {
  text-decoration: none !important;
}

.nav-item.dropdown.border.rounded.lanostrastoria {
  border: 1px solid #ffffff !important;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link:hover {
  /*border-bottom: 3px solid #30BF7F;*/
}

.citazione {
  border-left: 3px solid #30bf7f;
}

.col-md-3.colonnaprodotti:hover {
  /*border-radius: 20px;*/
  /*border: 1px solid #818181 !Important;*/
}

.img-fluid.prodicon:hover {
  transform: scale(1.2);
  transition: transform .5s;
}

.plugin {
  border: 3px solid #ffffff;
}

.more:hover {
  text-decoration: none !important;
}

