@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800");
@import url("//fonts.googleapis.com/css?family=Inter:100,100i,300,300i,400,400i,700,700i,900,900i");
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i|Zilla+Slab:300,300i,400,400i,500,500i,600,600i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap");
@import url("../icomoon/default/style.css");
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body,
html {
  font-family: "Inter", sans-serif;
  color: #000000;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
  line-height: 1.1;
  color: #000000;
}
a{
  color: #000000;
}
/* TOPBAR */
.container {
  position: relative;
}
.topbar {
  background-color: #34373e;
  border-bottom: 0;
  font-size: 12px;
}
.topbar .list-inline {
  margin: 0;
}
.topbar .list-inline li {
  float: left;
}
.top-link li,
.top-link a {
  color: #999999;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0;
}
.top-link li:hover,
.top-link a:hover {
  color: #a5ce6a;
}
.top-link .list-inline li {
  margin-left: 10px;
}
.text-right {
  text-align: right;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
#top-links {
  display: flex;
  align-items: center;
}
.topbar {
  background-color: #ffffff;
  color: #000;
  font-size: 13px !important;
  z-index: 995;
  position: relative;
  border-bottom: 1px solid #eee;
}
.topbar a {
  color: #000 !important;
  font-size: 12px !important;
}
#top-links #login {
  background: #fff;
}
.topbar .list-inline {
  margin-left: 0 !important;
}
.topbar .list-inline li {
  float: none !important;
}
.icona-header {
  display: inline-block;
  padding: 0;
}
.icona-header span {
  text-transform: initial;
  margin-right: 10px;
}
.icona-header span:before {
  position: relative;
  top: 1px;
}
.price .price-new{
  color: black;
  font-weight: 500;
  font-size:18px;
  font-weight: 800;
}
@media (max-width: 1024px) {
  /* .testo-icona{font-size:15px!important;} */
}
@media (max-width: 768px) {
  .icona-header span {
    padding: 5px;
  }
  #login a {
    font-size: 14px !important;
  }
}
.fas {
  font-family: "Font Awesome 5 Free";
  font: normal normal normal 14px/1 FontAwesome;
}
.topbar .list-inline li {
  padding: 5px;
}

  @media (max-width: 425px) {
    .topbar .list-inline li {
      padding: 0px 15px;
    }
    #top-links a i {
      font-size: 12px !important;
      margin-right: 0;
    }
    .icona-header span {
      line-height: 25px;
      color: white;
      background: #a5ce6a;
    }
    .icona-header span:before {
      position: initial;
    }
    .icona-header span {
      padding: 2.5px 15px;
    }
  }
  .topbar-v1 .container {
    display: flex;
    align-items: center;
    padding: 0;
  }
/* TOPLINKS LOGGATO */
#benvenuto {
  padding: 4.5px 8px;
  color: #000;
  background-color: #fff;
  font-size: 12px;
}
#top-links #login a {
  color: #000 !important;
}
#top-links a i {
  font-size: 12px !important;
  margin-right: 5px;
}
#top-links .far.fa-user-circle,
#top-links .fas.fa-user-circle {
  font-size: 16px !important;
  margin-right: 5px;
}
.accesso-utente .caret {
  color: #000;
}
#benvenuto .fas.fa-user-circle {
  font-size: 12px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #999999;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #8c8c8c;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.top-link .list-inline .dropdown-menu {
  margin: 0;
  left: auto;
  right: 0;
  min-width: 180px;
}
.top-link .list-inline .dropdown-menu li {
  border-bottom: 1px solid #ebebeb;
  margin: 0;
  padding: 6px 0;
  width: 100%;
}
.top-link .list-inline .dropdown-menu li:last-child {
  border-bottom: none;
}
.top-link .list-inline .dropdown-menu li a {
  text-shadow: none;
  font-size: 12px;
}
.top-link .list-inline .dropdown-menu li a:hover {
  color: #a5ce6a;
  font-weight: 500;
}
.dropdown-menu {
  left: 0;
  float: left;
  text-align: left;
}
/* .top-link .list-inline .dropdown-menu{
    right:auto;
    left:10px;
} */
.dropdown-menu > li > a {
  color: #999 !important;
}
@media (max-width: 1024px) {
  /* .topbar a{font-size:15px!important;} */
}
@media (max-width: 426px) {
  #benvenuto {
    font-size: 15px;
    color: #028ca2;
    background-color: white;
    margin-top: -7px;
    font-size: 24px !important;
  }
  .pull-right-mobile {
    float: right !important;
  }
  .accesso-utente .caret {
    color: #028ca2;
  }
  #benvenuto .fas.fa-user-circle {
    font-size: 28px;
  }
}
.accedi-mobile-icon {
  font-size: 36px;
}
@media (max-width: 376px) {
  #benvenuto {
    margin-top: -5px;
  }
}
@media (max-width: 376px) {
  #benvenuto {
    margin-top: -8px;
  }
}
@media (max-width: 321px) {
  .header-v1 .logo {
    margin-right: 0px !important;
    padding: 5px !important;
    margin-top: 6px !important;
  }
}
/* HEADER */
header {
  position: relative;
}
.minibasket {
  float: none;
}
.minibasket span {
  font-size: 12px;
  font-weight: 400;
}
.minibasket span {
  margin: 0;
  text-transform: uppercase;
}
.minibasket .dropdown-menu {
  background: #ffffff;
  z-index: 1001;
  min-width: 445px;
  padding: 20px;
  margin-top: 0;
  right: 0;
}
.minibasket .dropdown-menu table {
  margin-bottom: 10px;
}
.minibasket .dropdown-menu table tr {
  background: #ffffff;
}
.minibasket .dropdown-menu li > div {
  padding: 0 10px;
}
.minibasket .dropdown-menu li p {
  margin: 20px 0;
}
.minibasket .dropdown-menu .image {
  width: 90px;
}
.minibasket .dropdown-menu .name {
  font-size: 16px;
}
.minibasket:hover {
  cursor: pointer;
}
.header-v1 {
  background-color: #ffffff;
}
.header-v1 .logo {
  margin: 0;
  position: relative;
  z-index: 99;
}
.header-v1 .navbar-mega .navbar-nav > li {
  padding: 0;
}
.header-v1 .navbar-mega .navbar-nav > li a {
  padding-top: 45px;
  padding-bottom: 45px;
}
.navbar {
  border: none;
}
.input-group {
  margin-bottom: 10px;
}
.input-group .input-lg {
  height: 40px;
  line-height: 20px;
  padding: 0 10px;
}
.search-box input {
  border: none;
  border-radius: 0px;
}
.navbar-mega {
  min-height: inherit;
  margin: 0px;
  border: 0px solid transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.navbar-mega .navbar-nav {
  float: none;
}
.navbar-mega .navbar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.navbar-mega .navbar-nav li a:hover,
.navbar-mega .navbar-nav li a:active,
.navbar-mega .navbar-nav li a:focus {
  background: none;
  color: #a5ce6a;
}
.navbar-mega .navbar-nav > li {
  float: left;
  /* display: inline-block; */
  /* display: inline; */
  zoom: 1;
  margin-top: 0;
  padding: 18px 0;
}
.navbar-mega .navbar-nav > li > a {
  position: relative;
  color: #272727;
  padding: 0 12px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-mega .navbar-nav > li > a:hover,
.navbar-mega .navbar-nav > li > a:focus {
  color: #a5ce6a;
  background: transparent;
}
.navbar-mega .navbar-nav > li:hover > .dropdown-menu {
  display: block;
}
.navbar-mega .navbar-nav > li:hover > a,
.navbar-mega .navbar-nav > li:focus > a {
  color: #a5ce6a;
  background: transparent;
}
.navbar-mega .navbar-nav > li:first-child a {
  border: none;
}
.navbar-mega .navbar-nav > li .dropdown-menu {
  padding: 30px;
  border-top: 2px solid #a5ce6a;
  background: #ffffff;
  min-width: 200px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar-mega .navbar-nav > li .dropdown-menu li {
  display: block;
  padding: 0;
  position: relative;
}
.navbar-mega .navbar-nav > li .dropdown-menu li a {
  min-height: inherit;
  display: block;
  font-weight: 400;
  padding: 12px 0px;
  color: #666666;
  text-transform: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #ebebeb;
}
.navbar-mega .navbar-nav > li .dropdown-menu li:last-child a {
  border: none;
}
.list-unstyled {
  color: #333;
  font-size: 16px;
  line-height: 25px;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
@media (max-width: 1200px) {
  .navbar-mega .navbar-nav > li > a {
    padding: 0 15px;
  }
  .navbar-mega .navbar-nav > li > a {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 992px) {
  .bo-mainmenu {
    padding: 8px 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .header-v1 .bo-mainmenu {
    float: right;
    padding: 32px 0;
  }
}
@media (max-width: 768px) {
  .logo {
    text-align: center;
  }
  .input-group .form-control {
    min-width: 50px;
  }
}
@media (max-width: 480px) {
  .minibasket .dropdown-menu {
    min-width: 100%;
  }
}
.minibasket button {
  background: none;
  border: none;
}
.text-left {
  text-align: left;
}
@media (min-width: 1000px) {
  .no-padding-dekstop{
    padding: 0px;
  }
  .text-right-desktop{
    text-align: right;
  }
  .margin-top-20-desktop {
    margin-top: 20px !important;
  }
  .margin-top-10-desktop {
    margin-top: 10px !important;
  }
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.btn-primary {
  background-color: #028ca2;
  color: #fff !important;
  padding: 15px;
  font-weight: 600;
  border: none;
  display: inline-block;
  text-transform: uppercase;
}
.btn-primary:hover {
  background-color: #028ca2;
  background-image: linear-gradient(rgba(0, 0, 0, 0.15) 0 0) !important;
}
.btn-cerca-header {
  background-color: #028CA2;
  color: #FFF !important;
  font-weight: 600;
  border: none;
  width: 45px;
  padding: 0;
  border-radius: 20px;
}
.btn-cerca-header:hover {
  background-color: #006a7a;
  color: #fff !important;
}
.navbar-mega .navbar-nav > li .dropdown-menu {
  min-width: 260px;
  padding: 15px;
}
.header-v1 {
  padding-top: 7px;
  z-index: 994;
}
.search-box .form-control {
  border: 1px solid #028ca2;
  font-size: 14px;
  border-radius: 20px;
}
.search-box .input-group {
  margin-bottom: 0 !important;
}
.search-box{
  padding: 10px 0;
}
.header-v1 .logo .img-responsive {
  max-height: 80px;
}
/* @media (max-width: 770px) {
  .header-v1 .logo .img-responsive {
    max-height: 60px;
  }
} */
.header-v1 .navbar-mega .navbar-nav > li a {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 10px;
}
.header-v1 .navbar-mega .navbar-nav > li a:hover {
  color: #fff;
  background: #1a1a1a;
}
.minibasket .icon-cart:before {
  font-size: 36px;
}
#cart-total {
  /* display:grid;
    font-weight:600; */
    text-transform: capitalize;
  }
  @media (max-width: 1200px) and (min-width: 1024px) {
    .header-v1 .navbar-mega .navbar-nav > li a {
      font-size: 12px;
      font-weight: 600;
      padding: 15px 6px;
    }
  }
  @media (max-width: 1024px) {
    .header-v1 .navbar-mega .navbar-nav > li a {
      font-size: 12px;
      padding: 15px 5px;
      font-weight: 600;
    }
  }
  @media (max-width: 991px) {
    .header-v1 {
      padding-top: 5px;
    }
    .navbar-mega {
      margin-left: 10px;
    }
  }
  @media (max-width: 430px) {
    .header-v1 .minibasket-big {
      display: none;
    }
    .header-v1 {
      padding: 10px;
    }
    .search-box-wrapper {
      padding-top: 10px;
    }
  }
  @media (max-width: 767px) and (min-width: 426px) {
    /* .logo{left:8.66667%;} */
    #ricerca {
      width: 100%;
    }
  /* .carrello {
    width: 16.66667%;
  } */
}
input:focus {
  outline: none;
}
.menu-categorie .navbar {
  background-color: #edf7f9;
  margin: 10px 0;
}
.menu-categorie,
.bg-menu-cat {
  background-color: #fff;
}
.menu-categorie li a {
  color: #028CA2!important;
  text-transform: uppercase;
  padding: 10px 10px !important;
}
.menu-categorie li a:hover {
  font-weight: 500;
  background: #006a7a !important;
  color: white!important;
}
.menu-categorie .dropdown-menu li a {
  color: #666 !important;
  border: none !important;
  background-color: transparent !important;
  padding: 5px !important;
}
.menu-categorie .dropdown-menu li a:hover {
  background-color: transparent !important;
  border: none !important;
}
.menu-categorie .navbar-mega .navbar-nav > li .dropdown-menu {
  padding: 5px !important;
}
.div-megamenu{
  margin-top: 13px;
}
.altra-colonna {
  position: relative;
  display: table-cell;
  min-width: 100px;
  margin-left: 0 !important;
}
.altra-colonna li a {
  line-height: 5px;
}
.navbar-mega .navbar-nav > li .dropdown-menu li a:hover {
  color: #c90057 !important;
}
.menu-categorie .dropdown-menu {
  left: auto !important;
}
.container-scroll {
  max-width: 98%;
  min-width: 500px;
  white-space: nowrap;
  display: inline-block;
  height: 50px;
  margin: auto;
  padding: 0;
  z-index: 1000;
}
.menu-block-scroll {
  display: inline-block !important;
  overflow-x: hidden;
  position: inherit !important;
  z-index: 70;
}
.navigate-scroll a {
  text-decoration: none;
  color: #272727;
}
.navigate-scroll {
  position: relative;
  padding: 5px;
  margin-right: -5px;
  margin-left: -5px;
}
.navigate-scroll-left {
  position: absolute;
  left: 0;
  top: 18px;
  color: #272727;
  font-size: 18px;
}
.navigate-scroll-right {
  position: absolute;
  right: 0;
  top: 18px;
  color: #272727;
  font-size: 18px;
}
.header-v1 .classenav {
  display: block !important;
  float: left !important;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
}
.header-v1 .navbar-mega .navbar-nav > li a:before {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
}
.header-v1 .navbar-mega .classenav > li {
  overflow: hidden;
}
.bo-mainmenu .canvas-menu {
  background-color: #fff;
  /* border-radius: 5px; */
  /* width: 40px; */
  font-size: 42px;
  /* padding: 12px; */
  /* margin-top: 13px; */
  /* height: 40px; */
  line-height: 0;
  border: none;
}
/* ELY */
.header-v1 .form-control {
  box-shadow: none;
}
.bo-mainmenu .canvas-menu i {
  color: #028ca2;
}
.bo-mainmenu .canvas-menu:focus {
  background-color: white;
  color: #028ca2;
  outline: none;
}
.navbar-mega .navbar-nav > li .dropdown-menu li {
  border-bottom: 1px solid #ececec;
  width: 250px;
  padding: 10px 0px;
}
.navbar-mega .navbar-nav > li .dropdown-menu li:last-of-type {
  border-bottom: none;
}
a:hover,
a:focus {
  color: #028ca2;
}
.flex-center {
  display: flex !important;
  align-items: center !important;
}
.truck-box {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-template-rows: 1fr;
  margin-left: 40px;
  margin-top: 15px;
}
.truck {
  display: flex;
  align-items: center;
  justify-content: center;
}
.truck .fa-truck {
  font-size: 31px;
  color: #000000;
  margin-right: 5px;
}
.truck-text {
  font-size: 12px;
  margin: 0px;
}
.truck-text .acquisti{
  font-size: 11px;
  margin:0px;
}
.icona-header .fa-phone {
  transform: rotate(90deg);
  margin: 0px;
}
.accedi-mobile {
  margin-top: 9px;
}
.mail-topbar .icona-header span {
  text-transform: lowercase;
}
.placefontawesome {
  font-family: "Inter", sans-serif, "FontAwesome",
  "Font Awesome 5 Pro", sans-serif !important;
}
.cart-button {
  /* display: flex;
  align-items: center;
  margin-left: 40px; */
  position: relative;
}
@media screen and (max-width: 770px) {
  .cart-button {
    margin-left: 0px;
  }
}
.cart-button > span {
  margin: 0px 5px;
}
.cart-button .cart-text {
  text-transform: uppercase;
}
.cart-button .fas,
.user-button .fas {
  font-size: 34px;
}
.cart-button:focus {
  outline: none;
}
@media (max-width: 1030px) {
  .truck-box {
    margin-left: 7px;
  }
  .cart-button {
    margin-left: 15px;
  }
}
@media (max-width: 430px) {
  .search-box {
    border-top: 1px solid #eee;
    margin-left: -14px;
    margin-right: -14px;
  }
  .search-box .input-group {
    margin: 0px 14px;
  }
  /* .minibasket button {
    margin-top: 8px;
  } */
  /* .carrello {
    left: 23%;
  } */
  /* .sticky-header .carrello {
    left: 10%;
  } */
}
@media (max-width: 376px) {
  .accedi-mobile {
    margin-top: 17px !important;
  }
}
@media (max-width: 767px) {
  .minibasket-big {
    display: none;
  }
}
.fa {
  font-family: "Font Awesome 5 Free";
  font: normal normal normal 14px/1 FontAwesome;
}
@media (min-width: 430px) {
  .header-v1 {
    padding: 15px;
  }
}
.frasi-sotto-menu {
  color: #a5ce6a;
}
.frasi-mobile {
  text-align: center;
}
.btn-primary:active,
.btn-primary:focus {
  color: #fff;
  background-color: #006971;
  border-color: #006971;
}
.frasi-desktop p {
  margin: 0;
}
.canvas-menu:active {
  color: #fff !important;
}
.menu-categorie,
.bg-menu-cat {
  padding: 0;
}
.frasi-desktop {
  padding: 0;
}
.minibasket .btn-danger {
  background: #a90606;
  text-align: center;
  min-width: 30px;
  padding: 5px;
}
@media (min-width: 1024px) {
  .no-padding-desktop {
    padding: 0 !important;
  }
  .header-v1 {
    padding: 0px;
  }
  .menu-categorie .navbar {
    margin: 4px 0px 0px 0px;
  }
  .sticky-header-desktop .menu-categorie .navbar {
    margin: 0px 0px 0px 0px;
  }
  .navbar {
    min-height: initial;
  }
  .div-megamenu .nav>li>a {
    padding: 0 10px;
  }
}
/* STICKY HEADER */
@media (max-width: 1200px) and (min-width: 991px) {
  #ricerca-sticky {
    width: 200px;
  }
  .div-megamenu .nav>li>a, .icona-header {
    font-size: 10px;
    padding: 0 7px;
  }
}
.sticky-header {
  position: fixed;
  top: 0;
  z-index: 990;
  width: 100%;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.38);
  -moz-box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.38);
  box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.38);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sticky-header .menu-categorie .navbar-mega .navbar-nav > li a {
  padding: 5px 10px;
}
.sticky-header .menu-categorie .navbar {
  min-height: auto;
}
@media (max-width: 426px) {
  .sticky-header .minibasket-big {
    display: none;
  }
  .sticky-header .minibasket-small {
    display: inherit;
  }
}
@media (max-width: 320px) {
  .sticky-header {
    padding: 5px;
  }
  .sticky-header .logo {
    width: 140px !important;
  }
  .sticky-header .minibasket button {
    min-width: 50px;
  }
  .sticky-header .canvas-menu {
    padding: 10px;
  }
  .sticky-header .minibasket .icon-cart:before {
    font-size: 25px;
  }
}
.menu-categorie .dropdown-menu li a,
.menu-categorie .see-all,
.menu-categorie .see-all:first-of-type {
  color: #666 !important;
  border: none !important;
  background-color: transparent !important;
  padding: 5px !important;
}
.sticky-header .navigate-scroll-left,
.sticky-header .navigate-scroll-right {
  top: 0;
}
.menu-categorie .see-all,
.menu-categorie .see-all:first-of-type {
  color: #a5ce6a;
}
@media (min-width: 425px) {
  .sticky-header {
    padding: 5px 15px;
  }
}
.sticky-header .menu-categorie .navbar-mega .navbar-nav > li a {
  padding: 5px 10px !important;
  line-height: 0;
}
.sticky-header .container-scroll {
  padding: 0;
}
.sticky-header .navigate-scroll-left,
.sticky-header .navigate-scroll-right {
  top: 15px;
  z-index: 95;
}
/* PREFOOTER */
.text-white {
  color: #ffffff !important;
}
.pav-newsletter {
  letter-spacing: 0;
  max-width: 60%;
  margin: 0px auto;
  color: #ffffff;
  /* text-align: center; */
}
.capitalize {
  text-transform: uppercase !important;
}
.pav-newsletter-cst {
  max-width: 100%;
}
.titolo-newsletter {
  margin-top: 0px!important;
  font-size: 20px;
  font-weight: 300;
  margin-top: 4px;
}
.titolo-newsletter span {
  color: #a5ce6a;
  font-size: 28px;
}
.pav-newsletter-cst .btn-primary {
  padding-top: 11px;
  padding-bottom: 9px;
}
.mass-bottom {
  background: #fff;
  padding: 25px 15px 15px 0;
}
@media (max-width: 768px) {
  .no-padding-mobile {
    padding: 0 !important;
  }
  .mass-bottom {
    padding: 15px 0;
    margin-top: 30px;
  }
}
input:focus {
  outline: none;
}
.titolo-newsletter {
  color: #028CA2!important;
  font-weight: 600;
}
.titolo-newsletter span {
  color: #028CA2!important;
  margin-right: 10px;
}
.pav-newsletter {
  margin-top: 30px;
  border-top: 1px solid #ececec;
  padding-top: 30px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .titolo-newsletter span {
    color: #028CA2 !important;
    line-height: 42px;
    font-size: 18px;
    margin-right: 15px;
  }
  .titolo-newsletter {
    font-size: 14px;
    margin-top: 15px;
  }
  .pav-newsletter-cst .btn-primary {
    padding: 10px 10px;
    margin-top: 2px;
  }
  .pav-newsletter {
    padding-top: 15px;
    text-align: left;
  }
  .titolo-newsletter {
    font-size: 19px;
    margin-top: 0;
    margin: 0 auto 15px;
    text-align: center;
  }
  .fix-newsletter-icon {
    display: none;
  }
  .titolo-newsletter:before {
    content: "\e079";
    font-family: "icomoon" !important;
    speak-as: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
  }
}
/* BREADCRUMBS */
.breadcrumb {
  padding: 0px;
  position: relative;
  margin: 15px 0px;
  background-color: #fff;
}
.breadcrumb .breadcrumb-heading {
  margin: 0;
  color: #000000;
  text-transform: lowercase;
  font-size: 32px;
}
.breadcrumb-heading:first-letter {
  text-transform: capitalize
}
.breadcrumb ul {
  list-style: none;
  padding: 0px;
}
.breadcrumb ul li {
  display: inline-block;
  color: #009AA5;
  padding-right: 2px;
  white-space: nowrap;
}
.breadcrumb ul li a {
  color: #009AA5;
  text-transform: none;
  font-weight: 500;
  font-size: 13px;
  padding-right: 2px;
  text-decoration: none;
}
.breadcrumb .fa,.breadcrumb .fas {
  font-weight: 600;
  font-size: 12px;
}
.breadcrumb ul li a:hover {
  color: #c90057;
}
@media screen and (max-width: 430px){
  .breadcrumb ul {
    display: none;
  }
}
#content {
  min-height: 600px;
}
.page-information #content {
  min-height: 300px;
}
@media (max-width: 767px) {
  .breadcrumb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* FOOTER */
footer ul li {
  line-height: 30px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
/* footer ul li:hover{padding-left:10px;} */
#powered {
  text-align: center;
  padding: 45px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  background: #f8f8f8;
}
.copyright {
  text-align: center;
  background: #f8f8f8;
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  line-height: 24px;
  background: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 40px;
  letter-spacing: 1px;
}
#push-top {
  background-color: #e0e0e0;
  box-shadow: 0 0 0 0 #1cba37 inset;
  color: #414141;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 15px;
  text-align: center;
  top: 80%;
  transition: all 0.5s ease-in-out 0s;
  z-index: 999;
}
.lista-unstyled li:before {
  display: none;
}
.footer-top {
  background-color: #1a1a1a;
  padding-bottom: 15px;
  padding-top: 43px;
  color: #000;
  margin-top: 30px
}
.footer-top li a {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  /* text-transform: capitalize; */
}
.footer-top a {
  color: #000;
  font-size: 13px;
}
.footer-top h5 {
  text-transform: none;
  font-size: 18px;
  color: #028ca2;
  font-weight: 400;
  border-bottom: 1px solid;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.footer-top .descrizione-store i {
  color: #028ca2;
}
.copyright {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #028ca2 !important;
  color: #FFF;
}
.footer-v2 #powered {
  display: none;
}
.footer-top {
  background: #edf7f9;
}
.footer-v2 .titolo-store {
  font-size: 23px;
  color: #000;
  margin-top: 10px;
  line-height: 24px;
}
.footer-v2 .titolo-store2 {
  /* text-transform: capitalize; */
  font-size: 18px;
  color: #000;
}
.footer-v2 .descrizione-store {
  line-height: 22px;
  font-size: 14px;
  font-weight: 300;
}
.footer-v2 .copyright {
  background: none;
  font-size: 12px;
  letter-spacing: 0;
}
#footer .footer-v2 .pagamenti {
  margin-top: 10px;
  color: #000000;
}
.social-circle {
  background: white;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.social-circle i {
  color: #028ca2;
  padding: 4px;
}
.social-circle i:hover {
  color: #02697a !important;
}
@media (max-width: 992px) {
  footer {
    overflow-x: hidden;
    -webkit-box-shadow: 0px 9px 18px rgb(50 50 50 / 75%);
    -moz-box-shadow: 0px 9px 18px rgb(50 50 50 / 75%);
    box-shadow: 0px 9px 18px rgb(50 50 50 / 75%);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .footer-top .block {
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  footer h5 {
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
@media (max-width: 430px) {
  .footer-top {
    padding: 20px 10px 20px;
  }
}
/* SIDMENU */
.panel {
  -webkit-box-shadow: 0 0px 0px transparent;
  box-shadow: 0 0px 0px transparent;
}
.panel-body .list-group-item {
  border: none;
}
.panel-body .list-group-item:hover > a,
.panel-body .list-group-item li:hover a {
  font-weight: 400;
}
.panel-body .list-group-item ul li {
  padding: 5px 0;
  border: none;
}
.panel {
  position: relative;
}
#offcanvasmenu .navbar-nav {
  float: none;
  padding: 0 10px;
}
#offcanvasmenu .navbar-nav > li {
  float: none;
  border-bottom: 1px solid #ebebeb;
  padding: 0;
}
#offcanvasmenu .navbar-nav > li > a {
  background: transparent;
  padding: 12px 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
}
#offcanvasmenu .navbar-nav > li:last-child {
  border-bottom: none;
}
.padding-top-30 {
  padding-top: 30px !important;
}
.page-home .panel-heading:before {
  display: none;
}
.offcanvas-inner {
  float: none;
  padding: 0 10px;
  margin-top: 0;
  position: fixed;
  top: 0;
  width: 280px;
  overflow: auto;
  background: #fff;
  display: inline-block;
  height: 100%;
}
.offcanvas-inner {
  float: none;
  padding: 0 10px;
  margin-top: 0;
  position: fixed;
  top: 0;
  width: 280px;
  height: 100%;
  overflow: auto;
  background: #fff;
  display: inline-block;
}
.tabcontent {
  height: 550px;
}
.tab-cst button.active .tablink-content {
  background-color: #FFF !important;
  color: #028ca2;
  text-transform: none;
  font-weight: 600;
  border-radius: 15px;
  border: 1px solid;
}
.tab-cst button .tablink-content{
  background-color: #fff !important;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px;
  transition: 0.3s;
  color: #555;
  /* text-transform: uppercase; */
  font-weight: 600;
  border: 1px solid #ececec;
  border-radius: 15px;
  width: 97%;
}
.tab-cst button{
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0px;
  transition: 0.3s;
}
.offcanvas-inner .panel-heading {
  padding: 10px 10px 10px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.offcanvas-inner .panel-heading .btn-primary {
  padding: 0;
  border-radius: 100%;
  background-color: transparent;
  color: #262e31 !important;
  font-size: 18px;
}
#Categorie li {
  padding: 10px 0 !important;
  float: none !important;
}
#Pagine li {
  padding: 10px 0 !important;
  float: none !important;
}
#Categorie .collapse {
  list-style-type: none;
  padding: 0;
}
#Categorie .collapse li {
  padding: 4px 0 !important;
}
#Categorie .collapse li a {
  font-weight: 400 !important;
  text-transform: none !important;
  padding-top: 5px !important;
  width: 90%;
  padding-left: 5px !important;
}
#Pagine li a {
  background: transparent !important;
  padding: 7px 0 !important;
  font-family: "Lato", sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  display: inline-block !important;
  width: 85% !important;
  color: #272727;
}
#Pagine #offcanvasmenu .navbar-nav {
  position: relative;
}
#Categorie .list-group-item a {
  font-weight: 600 !important;
}
#Categorie .panel-body .list-group-item ul li {
  list-style-type: none;
  padding-left: 0 !important;
  margin-left: 0;
  font-weight: 400 !important;
}
.row-offcanvas-left .offcanvas-inner {
  left: -280px !important;
}
.row-offcanvas-left.active .offcanvas-inner {
  left: 0 !important;
}
@media (max-width: 992px) {
  .offcanvas-inner {
    position: fixed;
  }
  .offcanvas-heading .btn-primary {
    padding: 5px;
  }
  #offcanvasmenu .navbar-nav > li > a {
    padding: 7px 35px;
  }
  #Categorie .panel-body .list-group-item ul li {
    list-style-type: none;
    padding-left: 15px !important;
    margin-left: 0;
  }
  #Categorie .list-group-item a {
    font-weight: 400 !important;
  }
  .box-category .list-group-item {
    padding-bottom: 15px !important;
    position: relative;
    display: block;
    margin: 7px 0px;
    background-color: #fff;
    border-bottom: 1px solid #ddd !important;
  }
  .list-group-item {
    border-bottom: 1px solid #ebebeb;
  }
  #Categorie li a {
    background: 0 0 !important;
    padding: 0 0 0px !important;
    border-bottom: unset !important;
    font-family: Inter, sans-serif !important;
    font-weight: 400;
    font-size: 16px !important;
    display: inline-block !important;
  }
  .angle_mobile_a {
    position: absolute;
    top: 9px;
    right: 13px;
    padding-left: 90%;
    font-size: 18px;
  }
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -280px;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -280px;
  }
  .row-offcanvas-right.active {
    right: 280px;
  }
  .row-offcanvas-right.active:before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
  }
  .row-offcanvas-left.active {
    left: 280px;
  }
  .row-offcanvas-left.active:before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 280px;
    background: #fff;
  }
  .bottom-offcanvas {
    border-top: 1px solid #ebebeb;
    padding: 10px 0;
  }
  .product-col {
    margin-bottom: 20px;
  }
  .bo-mainmenu {
    padding: 8px 0;
  }
  #offcanvasmenu .navbar-nav {
    float: none;
    padding: 0 10px;
    position: fixed;
    width: 280px;
  }
  .offcanvas-inner {
    position: fixed;
  }
  .offcanvas-heading .btn-primary {
    padding: 5px;
  }
  #offcanvasmenu .navbar-nav > li > a {
    padding: 7px 35px;
  }
}
#Pagine .megamenu {
  padding: 0;
  margin-top: 20px;
}
.owl-wrapper-outer {
  border-radius: 0px !important;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  border: none;
  box-shadow: none;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item .item {
  padding: 0px;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.owl-carousel {
  margin: 0px !important;
  direction: ltr !important;
  overflow: hidden;
}
.owl-carousel-play {
  position: relative;
}
/* BANNERS CAROUSEL PREFOOTER START */
.carosello-partner .carousel-controls {
  display: flex;
  justify-content: flex-end;
  margin-top: -28px;
  margin-bottom: 7px;
}
.carosello-partner .carousel-control {
  position: initial;
  width: initial;
}
.carosello-partner .carousel-control.left,
.carosello-partner .carousel-control.right {
  background-image: none !important;
  color: grey;
  border: 1px solid grey;
  padding: 4px 6px;
}
.carosello-partner .carousel-control.left {
  margin-right: 5px;
}
.carosello-partner .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carosello-partner .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carosello-partner .carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-repeat: repeat-x;
}
.carosello-partner .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-repeat: repeat-x;
}
.carosello-partner .carousel-control:focus,
.carousel-control:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}
.carosello-partner .owl-wrapper-outer {
  border-radius: 0 !important;
}
.carosello-partner .owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.carosello-partner .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
  background: 0 0 !important;
}
.carosello-partner .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carosello-partner .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  border: none;
  box-shadow: none;
}
.carosello-partner .owl-carousel .owl-item {
  float: left;
}
.carosello-partner .owl-carousel .owl-item .item {
  padding: 0;
}
.carosello-partner .owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.carosello-partner .owl-carousel {
  margin: 0 !important;
  direction: ltr !important;
  overflow: hidden;
}
.carosello-partner .owl-carousel-play {
  position: relative;
}
.carosello-partner .owl-carousel-play .carousel-control {
  z-index: 5;
}
.carosello-partner .carousel-controls {
  width: 70px;
  height: 30px;
  right: 0;
  position: absolute;
  top: -72px;
  z-index: 10;
}
.carosello-partner .carousel-controls .carousel-control {
  background: #fff;
  color: #999;
  z-index: 99;
  border: 1px solid #ebebeb;
  left: auto;
  text-shadow: none;
  font-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 1;
  /* -webkit-box-shadow: 0 1px 1px 0 #e2e2e2;
  box-shadow: 0 1px 1px 0 #e2e2e2; */
  line-height: 27px;
}
.carosello-partner .carousel-controls .carousel-control.left {
  left: 0;
}
.carosello-partner .carousel-controls .carousel-control.right {
  right: 0;
}
.carosello-partner .carousel-controls .carousel-control:hover {
  background-color: #c90057;
  color: #fff;
}
.carosello-partner .carousel-controls .carousel-control.right {
  margin-top: 140px;
  margin-right: -25px;
}
.carosello-partner .carousel-controls .carousel-control.right {
  margin-top: 30px;
  margin-right: -25px;
  border: none;
}
.carosello-partner .carousel-controls .carousel-control.left {
  margin-top: 30px;
  margin-left: -25px;
  border: none;
}
.carosello-partner .carousel-controls {
  position: initial;
}
@media (max-width: 991px) {
  .carosello-partner .carousel-controls .carousel-control.right {
    margin-top: 10px;
    margin-right: -25px;
  }
  .carosello-partner .carousel-controls .carousel-control.left {
    margin-top: 10px;
    margin-left: -25px;
  }
}
.carosello-partner .carousel-control.left,
.carosello-partner .carousel-control.right {
  padding: 3px 0px;
}
.carosello-partner .carousel-control.left i,
.carosello-partner .carousel-control.right i {
  padding: 15px;
  background: #edf7f9 !important;
  border: none !important;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 9;
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #edf7f9;
  color: #028CA2;
  /* font-size: 12px; */
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  line-height: 1;
}
.carosello-partner {
  margin: 0px 20px;
}
.carosello-partner .carousel-control.left i,
.carosello-partner .carousel-control.right i {
  display: block;
}
/* BANNERS CAROUSEL PREFOOTER END */
.border-grey {
  border: 1px solid #eeeeee;
}
.margin-top-bottom-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin-top-15{
  margin-top: 15px;
}
.mb-10{
  margin-bottom: 10px;
}
.centopercento img {
  width: 100%;
}
/* TITLES */
.titolo-custom,
.titolo-custom.row {
  border-bottom: 2px solid #028ca2;
  margin-bottom: 20px;
  padding-top: 5px;
}
.titolo-tag {
  width: fit-content;
  /* background: #028ca2; */
  color: #028ca2;
  padding: 2px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.titolo-tag a{
  color: white;
}
/* BLOCCO PRODOTTO COMMON START */
.price {
  font-size: 16px;
  color: #272727;
  /* margin-top: -5px; */
  font-weight: 300;
}
.price .price-old {
  font-size: 14px;
  color: #999999;
  font-family: "Inter", sans-serif;
}
.product-brand{
  min-height: 16px;
  display: block;
}
/* .product-block {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
} */
.product-block {
  -webkit-box-shadow: 1px 2px 8px 0px rgb(50 50 50 / 12%);
  -moz-box-shadow: 1px 2px 8px 0px rgb(50 50 50 / 12%);
  box-shadow: 1px 2px 8px 0px rgb(50 50 50 / 12%);
  overflow: auto;
  border: 1px solid #ebebeb;
  padding: 15px;
  border-radius: 20px;
}
.product-block .description {
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 20px;
  color: #666666;
  display: none;
}
.product-block .name {
  line-height: 18px;
  margin-bottom: 10px;
  margin-top: 0;
  overflow: hidden;
  font-weight: normal;
  height: 60px;
}
.product-block .name a {
  font-size: 14px;
  font-family: inherit;
  text-transform: none;
}
.product-block .image {
  position: relative;
  overflow: hidden;
  border: 0px;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  z-index: 0;
}
.rating-pezzi{
  min-height: 20px;
  margin: 5px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rating i{
  color: #ffc000;
  font-size: 13px;
}
.non_disponibile{
  height: 48px;
}
.non_disponibile_title{
  color: #db4437; 
  margin-bottom: 0px;
}
.non_disponibile_detail{
  margin-bottom: 0px;
  font-size: 10px;
}
.product-block .image .img-responsive {
  display: inline-block;
}
.product-block .product-meta {
  position: relative;
  margin-top: 15px;
}
@media screen and (min-width:1000px) {
  .flex-center-desktop{
    display: flex;
    align-items: center;
  }
  /* Megafilter custom */
  .mfilter-heading-content{
    background: none !important;
  }
  .mfilter-heading-text > span{
    color: #028ca2!important;
  }
}
.product-block .top {
  text-align: left;
}
@media (max-width: 992px) {
  .product-col {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) and (min-width: 431px) {
  .product-col-single {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  .price .price-old {
    font-size: 11px;
    /* line-height: 30px; */
  }
}
.product-block .name a {
  font-size: 16px;
  line-height: 0px;
  font-family: inherit;
  text-transform: none;
  /* font-weight: 600; */
  color: black;
  font-weight: 500;
  line-height: 20px;
}
.product-block .name {
  margin-bottom: 0;
}
.product-block .top {
  margin-bottom: 0;
  min-height: 60px;
}
@media screen and (max-width: 1030px) {
  .product-block .top {
    min-height: 70px;
  }
  .panel.panel-default.hightlight.catleft-custom {display:none}
}
.product-meta .top span a {
  font-family: "Inter", sans-serif;
  color: #028ca2;
  font-weight: 300;
}
@media (max-width: 991px) {
  .product-block .product-meta {
    min-height: 150px;
  }
  .rating-pezzi {
    margin: 0px 0px 5px;
  }
  .rating i {
    font-size: 10px;
  }
  #cart-total2,
  #cart-total {
    background-color: #028ca2;
    padding: 0 4px;
    color: #fff;
    border-radius: 100%;
    height: 16px;
    position: absolute;
    left: 28px;
    top: 0px;
  } 
}
#cart-total { 
  background-color: #028ca2;
  padding: 0 4px;
  color: #fff;
  border-radius: 100%;
  height: 16px;
  position: absolute;
  right: 0;
  top: 0px;
}
@media (max-width: 430px) {
  .pull-right-mobile {
    float: right !important;
  }
  .product-block .name a {
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: -0.5px;
  }
  .product-meta .top span a {
    font-size: 12px;
  }
  a.button {
    font-size: 13px !important;
  }
  /* .price .price-new {
    color: black;
    font-weight: 500;
    font-size: 18px;
  } */
  .product-meta .price {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    min-height: unset!important;
  }
}
@media (max-width: 361px){
  .price .price-new {
    font-size: 17px;
  }
}
@media (max-width: 361px){
  .price .price-new {
    font-size: 15px;
  }
}
.btn-prodotto a:hover {
  background: #fff;
  color: #028ca2 !important;
  border-color: #028ca2 !important;
}
.btn-prodotto a {
  cursor: pointer;
  display: block;
  font-size: 12px;
  /* margin-top: 10px;
  max-width: 109px; */
  text-transform: initial;
  text-align: center;
  padding: 7px 0px !important;
  background: #edf7f9;
  font-weight: 600;
  color: #028ca2 !important;
  /* border: 1px solid #028CA2; */
  font-family: "Inter", sans-serif;
  border-radius: 8px;
  justify-content: center;
}
.product-meta .price {
  text-align: left;
  /* max-height: 52px;
  min-height: 45px; */
}
@media (max-width: 991px) {
  .btn-prodotto {
    text-align: left;
    margin-top: 15px;
  }
  .product-block{
    display: flex;
    align-items: center;
    padding: 10px 10px;
  }
  .product-block .image{
    margin-right: 10px;
  }
  .product-block .product-meta{
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.product-label {
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 9;
  /* Dimensioni fisse per il cerchio */
  width: 50px;
  height: 50px;
  border-radius: 50%; /* Usare 50% è più sicuro di 100% per i cerchi */
  /* Centratura perfetta con Flexbox */
  display: flex;
  align-items: center;     /* Centra verticalmente */
  justify-content: center;  /* Centra orizzontalmente */
  /* Estetica */
  background: #edf7f9;
  color: #028CA2;
  font-size: 12px;
  font-weight: 700;        /* Opzionale: rende la percentuale più leggibile */
  text-transform: uppercase;
  /* Reset padding */
  padding: 0; /* Il padding interno può sbilanciare il cerchio, meglio rimuoverlo */
  line-height: 1;
}
.products-block{
  /* margin: 0px 4px 20px; */
  margin: 0px 4px 20px;
}
/* .product-col {
  border-right: 1px solid #ececec;
} */
@media screen and (max-width: 430px) {
  .product-col{
    padding: 15px;
  }
  /* .product-meta .top span a {
    position: relative;
    top: -23px;
  } */
  .product-meta .top span{
    display: block;
  }
/*Fix stelline Review*/ 
.top span.fa.fa-stack{
  display: inline-block;
  font-size: 10px;
}
.btn-prodotto {
  margin-top: 0px;
}
.btn-prodotto a {
  padding: 6px 0px !important;
  text-align: center;
  line-height: 12px !important;
}
.btn-prodotto .icon-cart{
  font-size: 17px;
}
.pezzi {
  font-size: 11px;
}
.product-block .product-meta {
  min-height: unset;
}
.product-block .name {
  height: 35px
}
.product-col {
  /* border: 1px solid #ececec; */
    /* border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec; */
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  #Categorie .collapse li {
    padding: 4px 8px !important;
  }
  .leggi-tutto {
    padding-left: 15px;
  }
  #bandiera-lingua-mobile .dropdown-menu {
    left: -119px!important;
  }
}
@media screen and (max-width: 380px) {
  .price .price-old {
    font-size: 11px!important;
  }
  .product-label {
    font-size: 10px;
    width: 25px;
    height: 25px;
    top: 0px;
  }
}
@media screen and (max-width: 321px) {
  .btn-prodotto a {
    padding: 0px !important;
  }
  .accedi-mobile {
    left: 42px;
  }
}
/* BLOCCO PRODOTTO COMMON END */
/* PRODUCT CAROUSEL FLECCE START */
/* .owl-carousel-play .carousel-control {
  z-index: 5;
}
.carousel-controls {
  width: 40px;
  height: 20px;
  right: 0;
  position: absolute;
  top: -45px;
  z-index: 10;
  display: flex;
}
.carousel-controls .carousel-control {
  background: #F3F9FA;
  color: #1C8DA3;
  z-index: 99;
  border: 1px solid #DEE2E6;
  left: auto;
  text-shadow: none;
  font-size: 5px;
  width: 20px;
  height: 20px;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 27px;
  position: static;
}
.carousel-controls .carousel-control.left {
  border-radius: 4px 0 0 4px !important;
  -webkit-border-radius: 4px 0 0 4px !important;
  -moz-border-radius: 4px 0 0 4px !important;
  border-right: none;
}
.carousel-controls .carousel-control.right {
  border-radius: 0 4px 4px 0 !important;
  -webkit-border-radius: 0 4px 4px 0 !important;
  -moz-border-radius: 0 4px 4px 0 !important;
}
.carousel-controls .carousel-control:hover {
  background-color: #1C8DA3 !important;
  color: #fff !important;
} */
.owl-carousel-play .carousel-control {
  z-index: 5;
}
.carousel-controls {
  width: 43px;
  height: 23px;
  right: 0;
  position: absolute;
  top: -45px;
  z-index: 10;
}
.carousel-controls .carousel-control {
  background: #fff;
  color: #999;
  z-index: 99;
  border: 1px solid black;
  left: auto;
  text-shadow: none;
  font-size: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 1;
  -webkit-box-shadow: 0 1px 1px 0 #e2e2e2;
  box-shadow: 0 1px 1px 0 #e2e2e2;
  line-height: 27px;
}
.carousel-controls .carousel-control.left {
  left: 0;
}
.carousel-controls .carousel-control.right {
  right: 0;
}
.carousel-controls .carousel-control:hover {
  background-color: #a5ce6a;
  color: #fff;
}
.carousel-controls .carousel-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #FFF !important;
  border: 1px solid grey;
  color: grey !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

/* PRODUCT CAROUSEL FLECCE END */
.sticky-header-desktop{
  position: fixed;
  top: 0;
  z-index: 990;
  width: 100%;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.38);
  -moz-box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.38);
  box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.38);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sticky-header-desktop .navbar-mega .navbar-nav > li a{
  font-size: 14px;
}
.sticky-header-desktop .menu-categorie li a {
  padding: 10px 10px !important;
}
.price-old{
  display: block;
}
.navbar-mega .navbar-nav>li .dropdown-menu li:hover>.dropdown-menu{
  display:block;
}
.menupaloc.dropdown-menu.pull-right{
  right:-263px;
  left:auto;
  border:1px solid #ececec!important;
  position:absolute!important;
  top:-2px!important;
}
.categorie-footer a{
  text-transform: initial!important;
}
.categorie-footer a:first-letter{
  text-transform: uppercase!important;
}
.mr-5{
  margin-right: 5px;
}
.ml-5{
  margin-left: 5px;
}
.bg-dorato{
  background: #000000;
  border-color: #000000;
}
.testo-dorato a span{
  color: #000000!important;
}
/* DESKTOP SMALL */
@media screen and (min-width:1024px) and (max-width:1200px){
  .header-v1 .logo {
    padding: 10px;
    margin-top: 10px;
  }
  .btn-prodotto a {
    padding: 5px !important;
    font-size: 11px;
  }
}
/* DESKTOP */
@media screen and (min-width:1200px){
  .header-v1 .logo {
    padding: 15px;
    padding: 0px;
    padding-right: 10px;
    margin: 13px 0px;
  }
}
@media screen and (max-width: 991px) {
  .margin-top-15-tablet{
    margin-top: 15px;
  }
  #button-filter {
    width: 100%!important;
    cursor: pointer;
    position: fixed;
    text-align: center;
    bottom: 0;
    background-color: #fff;
    padding: 8px 0;
    z-index: 999;
    color: #000;
    border-top: 1px solid #eee;
    font-size: 21px;
    -webkit-box-shadow: 0px -5px 3px 0px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px -5px 3px 0px rgba(0,0,0,0.07);
    box-shadow: 0px -5px 3px 0px rgba(0,0,0,0.07);
  }
  #button-filter i{
    margin-right: 5px;
  }
  .mfilter-free-button {
    display: none!important;
  }
}
.justify-center{
  justify-content: center;
}
.page-information #content a {
  color: #028CA2;
  font-weight: 600;
}
.acquista-success{
  display: none;
}
.page-product .acquista-success{
  display: block;
}
/*==CLASSI BOOTSTRAP==*/
@media (min-width: 1200px) {
  .container {
    max-width: 1338px; /* Usa max-width invece di width */
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
/* CSS aggiuntivo per l'allineamento verticale in Bootstrap 3 */
.row-flex-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.row-flex-end {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
}
.row-flex-start {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}
/* Evita che i float di default di BS3 entrino in conflitto con flexbox */
.row-flex-center > [class*='col-'] {
  float: none;
}
.row-flex-end > [class*='col-'] {
  float: none;
}
.row-flex-start > [class*='col-'] {
  float: none;
}
/* --- MARGIN --- */
.m-0 { margin: 0 !important; } .m-1 { margin: 4px !important; } .m-2 { margin: 8px !important; } 
.m-3 { margin: 16px !important; } .m-4 { margin: 24px !important; } .m-5 { margin: 48px !important; }
.mt-0 { margin-top: 0 !important; } .mt-1 { margin-top: 4px !important; } .mt-2 { margin-top: 8px !important; } .mt-3 { margin-top: 16px !important; } .mt-4 { margin-top: 24px !important; } .mt-5 { margin-top: 48px !important; }
.mb-0 { margin-bottom: 0 !important; } .mb-1 { margin-bottom: 4px !important; } .mb-2 { margin-bottom: 8px !important; } .mb-3 { margin-bottom: 16px !important; } .mb-4 { margin-bottom: 24px !important; } .mb-5 { margin-bottom: 48px !important; }
.ml-0 { margin-left: 0 !important; } .ml-1 { margin-left: 4px !important; } .ml-2 { margin-left: 8px !important; } .ml-3 { margin-left: 16px !important; } .ml-auto { margin-left: auto !important; }
.mr-0 { margin-right: 0 !important; } .mr-1 { margin-right: 4px !important; } .mr-2 { margin-right: 8px !important; } .mr-3 { margin-right: 16px !important; } .mr-auto { margin-right: auto !important; }
.mx-0 { margin-left: 0 !important; margin-right: 0 !important; } .mx-3 { margin-left: 16px !important; margin-right: 16px !important; } .mx-auto { margin-left: auto !important; margin-right: auto !important; }
.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-3 { margin-top: 16px !important; margin-bottom: 16px !important; }
/* --- PADDING --- */
.p-0 { padding: 0 !important; } .p-1 { padding: 4px !important; } .p-2 { padding: 8px !important; } 
.p-3 { padding: 16px !important; } .p-4 { padding: 24px !important; } .p-5 { padding: 48px !important; }
.pt-0 { padding-top: 0 !important; } .pt-1 { padding-top: 4px !important; } .pt-2 { padding-top: 8px !important; } .pt-3 { padding-top: 16px !important; } .pt-4 { padding-top: 24px !important; } .pt-5 { padding-top: 48px !important; }
.pb-0 { padding-bottom: 0 !important; } .pb-1 { padding-bottom: 4px !important; } .pb-2 { padding-bottom: 8px !important; } .pb-3 { padding-bottom: 16px !important; } .pb-4 { padding-bottom: 24px !important; } .pb-5 { padding-bottom: 48px !important; }
.pl-0 { padding-left: 0 !important; } .pl-3 { padding-left: 16px !important; }
.pr-0 { padding-right: 0 !important; } .pr-3 { padding-right: 16px !important; }
.px-0 { padding-left: 0 !important; padding-right: 0 !important; } .px-3 { padding-left: 16px !important; padding-right: 16px !important; }
.py-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .py-3 { padding-top: 16px !important; padding-bottom: 16px !important; }
/* SM (Small) ≥ 768px */
@media (min-width: 768px) {
  .mt-sm-0 { margin-top: 0 !important; } .mb-sm-0 { margin-bottom: 0 !important; }
  .ml-sm-auto { margin-left: auto !important; } .mr-sm-auto { margin-right: auto !important; }
  .px-sm-3 { padding-left: 16px !important; padding-right: 16px !important; } .py-sm-3 { padding-top: 16px !important; padding-bottom: 16px !important; }
}
/* MD (Medium) ≥ 992px */
@media (min-width: 992px) {
  .mt-md-0 { margin-top: 0 !important; } .mb-md-0 { margin-bottom: 0 !important; }
  .mt-md-5 { margin-top: 48px !important; } .mb-md-5 { margin-bottom: 48px !important; }
  .ml-md-auto { margin-left: auto !important; } .mr-md-auto { margin-right: auto !important; }
  .mx-md-auto { margin-left: auto !important; margin-right: auto !important; }
  .px-md-3 { padding-left: 16px !important; padding-right: 16px !important; } .px-md-5 { padding-left: 48px !important; padding-right: 48px !important; }
  .py-md-5 { padding-top: 48px !important; padding-bottom: 48px !important; }
}
/* LG / XL (Large) ≥ 1200px */
@media (min-width: 1200px) {
  .mt-lg-5 { margin-top: 48px !important; } .mb-lg-5 { margin-bottom: 48px !important; }
  .ml-lg-auto { margin-left: auto !important; } .mr-lg-auto { margin-right: auto !important; }
  .px-lg-5 { padding-left: 48px !important; padding-right: 48px !important; } .py-lg-5 { padding-top: 48px !important; padding-bottom: 48px !important; }
  /* Alias XL per compatibilità BS5 */
  .mt-xl-5 { margin-top: 48px !important; } .mb-xl-5 { margin-bottom: 48px !important; }
  .ml-xl-auto { margin-left: auto !important; } .mr-xl-auto { margin-right: auto !important; }
}
/* XXL (Extra Extra Large) ≥ 1400px */
@media (min-width: 1400px) {
  .mt-xxl-5 { margin-top: 48px !important; } .mb-xxl-5 { margin-bottom: 48px !important; }
  .px-xxl-5 { padding-left: 48px !important; padding-right: 48px !important; }
  .mx-xxl-auto { margin-left: auto !important; margin-right: auto !important; }
}
/* --- SMALL (sm) ≥ 768px --- */
@media (min-width: 768px) {
  .pl-sm-0, .ps-sm-0 { padding-left: 0 !important; }
  .pr-sm-0, .pe-sm-0 { padding-right: 0 !important; }
  .pt-sm-0 { padding-top: 0 !important; }
  .pb-sm-0 { padding-bottom: 0 !important; }
  .ml-sm-0, .ms-sm-0 { margin-left: 0 !important; }
  .mr-sm-0, .me-sm-0 { margin-right: 0 !important; }
}
/* --- MEDIUM (md) ≥ 992px --- */
@media (min-width: 992px) {
  .pl-md-0, .ps-md-0 { padding-left: 0 !important; }
  .pr-md-0, .pe-md-0 { padding-right: 0 !important; }
  .pt-md-0 { padding-top: 0 !important; }
  .pb-md-0 { padding-bottom: 0 !important; }
  .ml-md-0, .ms-md-0 { margin-left: 0 !important; }
  .mr-md-0, .me-md-0 { margin-right: 0 !important; }
  .pl-md-3, .ps-md-3 { padding-left: 16px !important; }
  .pr-md-3, .pe-md-3 { padding-right: 16px !important; }
  .ml-md-3, .ms-md-3 { margin-left: 16px !important; }
  .mr-md-3, .me-md-3 { margin-right: 16px !important; }
}
/* --- LARGE (lg) ≥ 1200px --- */
@media (min-width: 1200px) {
  .pl-lg-0, .ps-lg-0 { padding-left: 0 !important; }
  .pr-lg-0, .pe-lg-0 { padding-right: 0 !important; }
  .ml-lg-0, .ms-lg-0 { margin-left: 0 !important; }
  .mr-lg-0, .me-lg-0 { margin-right: 0 !important; }
}
/* --- EXTRA LARGE (xl) ≥ 1200px (Alias di LG per BS3) --- */
@media (min-width: 1200px) {
  .pl-xl-0, .ps-xl-0 { padding-left: 0 !important; }
  .pr-xl-0, .pe-xl-0 { padding-right: 0 !important; }
}
/* --- EXTRA EXTRA LARGE (xxl) ≥ 1400px --- */
@media (min-width: 1400px) {
  .pl-xxl-0, .ps-xxl-0 { padding-left: 0 !important; }
  .pr-xxl-0, .pe-xxl-0 { padding-right: 0 !important; }
  .ml-xxl-0, .ms-xxl-0 { margin-left: 0 !important; }
  .mr-xxl-0, .me-xxl-0 { margin-right: 0 !important; }
}
/*==Extra class==*/
.list-icon {
  display: flex !important;
  align-items: center;
  gap: 5px;
}
.list-icon i{
  font-size: 20px;
}
.formNewLestter  .form-control.email{
  border: 1px solid #028ca2;
  border-radius: 20px;
}
.pav-newsletter-cst .btn-primary {
  border-radius: 20px;
}
@media (min-width: 991px) {
 .formNewLestter  .form-control.email{
  border-radius: 20px 0 0 20px;
}
.pav-newsletter-cst .btn-primary {
  border-radius: 0 20px 20px 0;
}
}
/* 1. Il contenitore blocca l'uscita dell'immagine (Overflow) */
.product-block .immagine-auto {
  overflow: hidden;
  display: block;
  position: relative; /* Aiuta a contenere l'immagine correttamente */
}
/* 2. L'immagine riceve l'animazione fluida */
.product-block .immagine-auto img {
  transition: transform 0.4s ease-in-out;
  /* Questi due parametri evitano sfarfallii o sfocature sui bordi durante lo zoom su browser Webkit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* 3. L'effetto Zoom: si attiva passando il mouse sull'intero .product-block */
.product-block:hover .immagine-auto img {
  transform: scale(1.15); /* Cambia questo valore per decidere quanto ingrandire (es: 1.1 o 1.2) */
}
/*==Allineamento card prodotto*/
/* Allinea le colonne della stessa riga */
@media (min-width: 992px) {
  .products-row {
    display: flex;
    flex-wrap: wrap;
  }
/* Forza ogni colonna a dare altezza piena al suo contenuto */
.product-col {
  display: flex;
  flex-direction: column;
}
/* La card vera e propria */
.product-block {
  display: flex;
  flex-direction: column;
  height: 100%; /* Forza l'altezza uguale per tutte */
  background: #fff; /* O il tuo colore di sfondo */
  padding-bottom: 15px;
}
/* Spinge il blocco del prezzo e del bottone sempre in fondo */
.product-meta {
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* Prende tutto lo spazio disponibile */
}
.row-flex-end {
  margin-top: auto; /* Trucco magico: spinge questo div in fondo alla card */
  padding-top: 15px;
}
/* 2. Applica il margine auto al contenitore finale (prezzo/bottone o non disponibile) */
.row-flex-end, 
.non_disponibile {
  margin-top: auto; /* Questa è la riga chiave */
  width: 100%;
  padding-top: 15px;
}
}
.wrapper-cart{
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.text-account,
.heading-cart{
  display: block;
  font-size: 12px;
}
.bandiera-lingua {
  padding: 7px;
  border: 1px solid #ececec;
  border-radius: 5px;
}
.bandiera-lingua img {
  width: 20px;
  height: auto;
}
.menu-contact-email {
 float: right;
 margin-top: 10px;
 margin-bottom: 10px;
}
/*==Card Blog==*/
/* Contenitore principale della card */
.artblock {
  background: #fff;
  border-radius: 20px; /* Arrotondamento pronunciato come da screen */
  overflow: hidden;    /* Fondamentale per l'effetto zoom e i bordi */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  height: 100%; /* Per averle uguali se in riga */
  border: 1px solid #f0f0f0; /* Opzionale, per definire meglio i bordi */
}
/* Gestione dell'immagine e dell'effetto zoom */
.bigimagein {
  display: block;
  overflow: hidden; /* Taglia l'immagine quando si ingrandisce */
  position: relative;
  aspect-ratio: 16 / 9; /* Forza un formato standard se le foto variano */
}
.article-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease; /* Transizione fluida dello zoom */
}
/* Effetto Hover sull'immagine */
.artblock:hover .article-image {
  transform: scale(1.1); /* Ingrandimento 10% */
}
/* Contenuto testuale */
.artblock .name, 
.artblock .description, 
.artblock .article-date {
  padding: 0 20px; /* Padding laterale coerente */
}
.artblock .name h3 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  min-height: 85px;
}
.artblock .name h3 a {
  color: #111;
  text-decoration: none;
  transition: color 0.2s;
}
.artblock .name h3 a:hover {
  color: #028CA2;
}
/* Descrizione (estratto) */
.description {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
  /* Taglio del testo a 3 righe se troppo lungo */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* Data */
.article-date {
  font-size: 13px;
  color: #aaa;
  padding-bottom: 25px; /* Spazio finale */
  margin-top: auto;    /* Spinge la data in fondo */
}
/* Nascondi elementi non necessari dallo screenshot (bottone e meta) */
.blog-button, .article-meta {
  display: none; 
}
/* 2. La Card */
.artblock-inner {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
/* 3. Allineamento interno del contenuto */
.artblock-inner .description {
  padding: 0 20px;
  /* Prende tutto lo spazio extra spingendo la data in fondo */
  flex-grow: 1; 
}
.artblock-inner .article-date {
  padding: 20px;
  margin-top: auto; /* Ancoraggio di sicurezza in basso */
}
/* 4. Fix Immagine */
.artblock-inner .article-image {
  width: 100%;
  height: auto;
  display: block;
}
/*Layerslider*/
.tp-rightarrow.default {
  right: -30px !important;
}
.tp-leftarrow.default{
  left: -20px !important;
}
.tp-simpleresponsive >ul >li{
  border-radius: 30px;
}
/*nuovo modulo categorie*/
/* Container della riga */
.cat-module-new .row-flex-center {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0; /* Spazio tra immagine e testi */
}
/* --- COLONNA IMMAGINE --- */
.cat-module-img {
  flex: 0 0 calc(50% - 15px);
}
.cat-module-img a {
  display: block;
  width: 100%;
  /* Ratio fissa 2:1 (es. 600x300) - Regola a piacimento */
  aspect-ratio: 2 / 1; 
  overflow: hidden;
  border-radius: 25px; /* Bordi arrotondati come da screen */
}
.cat-module-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Taglia l'immagine senza deformarla */
  transition: transform 0.3s ease;
}
/* --- COLONNA INFO --- */
.cat-module-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
/* Titolo Principale */
.cat-module-info > a h3, .title-hp-section h3{
  color: #00849c;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
}
/* Lista Categorie */
.categorie-b {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0 !important;
  padding-bottom: 15px;
  display:flex;
  flex-wrap:wrap;
}
.categorie-b li {
  padding: 5px 0;
  border-bottom: 1.5px solid #028ca2;
  margin-right: 20px;
  width: calc(50% - 20px) !important;
}
.categorie-b li a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.categorie-b h4 {
  margin: 0;
  color: #00849c;
  font-size: 18px;
  font-weight: 400;
}
/* Aggiunta della freccetta (chevron) tramite pseudo-elemento */
.categorie-b li a::before {
  font-size: 24px;
  color: #00849c;
}
/* Descrizione */
.descrizione-categoria h3 {
  font-size: 18px;
  color: #333;
  margin-top: 15px;
}
.descrizione-categoria p {
  font-size: 14px;
  color: #999;
  line-height: 1.6;
}
.descrizione-categoria a {
  color: #00849c;
  text-decoration: underline;
  font-weight: bold;
}
/* Link e Allineamento */
.cat-module-info .categorie-b li a {
  text-decoration: none;
  display: block;
  padding-top: 15px;
  transition: opacity 0.2s ease;
}
.cat-module-info .categorie-b li a:hover {
  opacity: 0.7;
}
.link-scopri{
 color: #00849c;
 text-decoration: underline;
 font-weight: 400;
}
.link-scopri:hover {
  opacity: 0.7;
}
/* Gestione del titolo e dell'icona */
.cat-module-info .categorie-b h4 {
  margin: 0;
  color: #00849c;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between; /* Spinge il testo a sx e l'icona a dx */
  align-items: center; /* Allineamento verticale centrato */
}
/* Stilizzazione Icona */
.cat-module-info .categorie-b .icon-right {
  font-size: 2rem; /* Regola la dimensione dell'icona */
  color: #00849c;
  font-weight: bold;
}
.bg-higlight {
  background-color: #F3F9FA;
  padding: 60px 0;
}
.bg-higlight .owl-carousel{
  background: transparent;
}
@media (min-width: 1200px) {
  .cat-module-new .row-flex-center {
    gap: 30px; /* Spazio maggiore su desktop */
  }
}
/* TABLET (Sotto i 992px) */
@media (max-width: 991px) {
  .cat-module-img, 
  .cat-module-info {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cat-module-img {
    margin-bottom: 20px;
  }
  .cat-module-img a {
    aspect-ratio: 16 / 9; /* Ratio leggermente più alta su tablet */
  }
}
/* MOBILE (Sotto i 767px) */
@media (max-width: 767px) {
  .cat-module-info > a h3 {
    font-size: 22px;
  }
  .categorie-b li {
    width: 100% !important; /* Su mobile una categoria per riga */
    margin-right: 0;
  }
  .cat-module-img a {
    border-radius: 15px; /* Bordi leggermente meno pronunciati */
  }
  .cat-module-info .categorie-b li {
    width: 100% !important;
    padding-right: 0;
  }
}
/*==Carosello Partner==*/
/* Container principale del carosello */
.carosello-partner {
  padding: 20px 0;
}
/* Stile dell'elemento che contiene il link e l'immagine */
.carosello-partner .item-inner {
  padding: 5px; /* Distanza tra gli elementi del carosello */
}
/* Definizione della Ratio 2:1 sul link */
.carosello-partner .item-inner a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 2 / 1; /* Forza il rapporto 2:1 */
  background-color: #ffffff;
  border: 1px solid #ececec; /* Bordino leggero richiesto */
  border-radius: 8px; /* Arrotondamento leggero per pulizia estetica */
  overflow: hidden;
  transition: all 0.3s ease;
}
/* Hover effect per i partner */
.carosello-partner .item-inner a:hover {
  border-color: #00849c; /* Richiamo al blu del brand */
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
/* Gestione dell'immagine all'interno della ratio */
.carosello-partner .item-inner img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover; /* Riempie tutto il box eliminando i bordi bianchi */
  display: block;
}
/* Utility per allineamento righe se non gestite da JS */
.carosello-partner .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
a:hover .category-icon{
  filter:brightness(100)
}
/* Selettore del link principale nel dropdown */
.dropdown.menu-block-scroll > a {
  position: relative;
  width: 100%; /* Assicura che il link occupi lo spazio necessario */
  justify-content: space-between; /* Spinge il testo a sinistra e l'icona a destra */
  padding-right: 10px; /* Spazio per l'icona */
  color: #333; /* Colore base testo */
  text-decoration: none;
  transition: color 0.2s ease;
}
/* Inserimento dello chevron tramite pseudo-elemento */
.dropdown.menu-block-scroll > a::after {
  /* Codice Unicode per lo chevron-right di Tabler Icons (o simile) */
  content: "\ea5f"; 
  font-family: "tabler-icons" !important;
  font-size: 1.1rem;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Colore e posizionamento */
  color: #00849c; /* Tuo colore brand */
  margin-left: auto; /* Forza il posizionamento a destra se il flex non basta */
}
/* Effetto al passaggio del mouse */
.dropdown.menu-block-scroll:hover > a {
  color: #00849c;
}
/* Rotazione dell'icona se il menu è aperto (opzionale) */
.dropdown.menu-block-scroll.open > a::after,
.dropdown.menu-block-scroll:hover > a::after {
  transform: rotate(90-deg); /* Se vuoi che la freccia punti in basso al hover */
  transition: transform 0.2s ease;
}

.cat-color{
  color:  #808080;
  text-transform: capitalize !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.cat-round {
    border-radius: 10px !important;
}

.form-rounded {
    border-radius: 10px !important;
}

.titolo-search {
    font-size: 28px;
    text-transform: none;
    font-weight: 400;
    /* font-size: x-large; */
    color: #1C8DA3 !important;
}