/* breadcrumb per la pagina ricerca */
.breadcrumb {
  padding: 0;
  position: relative;
  margin-bottom: 30px;
  background-color: #FFF;
}
.breadcrumb .breadcrumb-heading{
  border-bottom: none!important;
  padding-bottom: 0px!important;
}
/* breadcrumb per la pagina prodotto */
.breadcrumbs {
  padding: 0;
  position: relative;
  background-color: transparent;
}
.breadcrumb .breadcrumb-heading,
.breadcrumbs .breadcrumb-heading {
  margin: 0;
  color: #000;
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 10px;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin-bottom: 5px;
}
.breadcrumbs ul li {
  display: inline-block;
  color: #009AA5;
  padding-right: 2px;
}
.breadcrumbs ul li a {
  color: #009AA5;
  text-transform: none;
  font-weight: 600;
  font-size: 12px;
  padding-right: 2px;
  font-weight: 500;
  text-decoration: none;
}
.breadcrumbs .fa,.breadcrumbs .fas {
  font-weight: 600;
  font-size: 12px;
}
/* li.go-back:hover {
  background: #006a7a !important;
} */
@media (max-width: 767px) {
  .breadcrumbs ul li {
    display: block;
  }
}
.product-brand-title a{
  color: #028CA2;
  font-size: 20px;
}
.maincols {
  overflow: hidden;
}
#content {
  min-height: 600px;
}
#sys-notification {
  position: fixed;
  top: 10px;
  width: 100%;
  z-index: 9999;
}
input:focus {
  outline: 0;
}
.panel-default > .panel-heading:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: " ";
  content: "";
  background: #a5ce6a;
}
div.required .control-label::before {
  color: red;
  content: "* ";
  font-weight: 700;
}
.nav-tabs {
  margin-bottom: 20px;
}
.list-unstyled span {
  /* font-weight: 600;
  color: #706F6F; */
}
.thumbs-image .image {
  /* -webkit-box-shadow: 0 1px 1px 0 #e2e2e2;
  box-shadow: 0 1px 1px 0 #e2e2e2; */
  pointer-events: none;
  border: 1px solid #DADADA;
  border-radius: 20px;
}
.thumbs-preview {
  margin-top: 10px;
}
.product-view {
  background-color: #fff;
  padding: 30px;
}
.product-view .btn-cart {
  background-color: #34373e;
  text-transform: uppercase;
  color: #fff;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 50px;
}
.tabs-group {
  padding-top: 30px;
  padding-bottom: 30px;
}
.tabs-group .nav-tabs {
  border-bottom: 3px solid #fff;
  -webkit-box-shadow: 0 1px 0 0 #ebebeb;
  box-shadow: 0 1px 0 0 #ebebeb;
}
.tabs-group .nav-tabs > li.active a:before {
  opacity: 1;
  width: 100%;
  height: 3px;
}
.tabs-group .nav-tabs > li > a {
  border: none;
  font-size: 16px;
  /* font-weight: 600; */
  margin-right: 0px;
  padding-right: 0;
  padding-left: 0;
  letter-spacing: 0;
  -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;
}
.tabs-group .nav-tabs > li > a:before {
  background: #a5ce6a;
  position: absolute;
  width: 0%;
  height: 3px;
  bottom: -2px;
  left: 0;
  content: "";
  opacity: 0;
  -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;
}
.tabs-group .nav-tabs > li > a:hover {
  background-color: transparent;
}
.tabs-group .nav-tabs > li > a:hover:before {
  opacity: 1;
  width: 100%;
  height: 3px;
}
.tabs-group .tab-content {
  background-color: #fff;
  padding: 30px;
  line-height: 26px;
  letter-spacing: 0;
  color: #666;
  font-weight: 300;
}
.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%;
  -ms-touch-action: pan-y;
  background: 0 0 !important;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item .item {
  padding: 0;
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.owl-carousel {
  margin: 0 !important;
  direction: ltr !important;
  overflow: hidden;
}
.owl-carousel-play {
  position: relative;
}
.quantity-adder .form-control {
  padding: 8px 2px;
}
.quantity-adder .add-action {
  width: 38px;
  height: 40px;
  display: block;
  line-height: 40px;
  position: relative;
  cursor: pointer;
  font-size: 10px;
  text-align: center;
  color: #666;
}
.quantity-adder .add-action:hover {
  color: black;
  background: lightgray
}
.quantity-adder .quantity-number input {
  width: 72px;
  /* height: 38px; */
  text-align: center;
  display: inline-block;
  zoom: 1;
  border: none;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  box-shadow: none;
  color: #333;
}
.compare,
.wishlist {
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none !important;
}
.compare:hover,
.wishlist:hover {
  opacity: 0.8;
}
.compare:hover i,
.wishlist:hover i {
  opacity: 0.8;
}
.product-buttons-utils .compare,
.product-buttons-utils .wishlist {
  padding-right: 20px;
  font-weight: 500;
  color: #000;
}
.product-buttons-utils .compare .fa,
.product-buttons-utils .wishlist .fa {
  margin-right: 5px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .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-left {
    left: 0;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -280px;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 280px;
    background: #fff;
  }
}
@media (max-width: 992px) {
  .zoomContainer {
    display: none;
  }
}
@media (max-width: 767px) {
  .input-group .form-control {
    min-width: 50px;
  }
}
.text-center {
  text-align: center !important;
}
.padding-top-15 {
  padding-top: 15px !important;
}
@media (max-width: 768px) {
  .padding-mobile-15-left {
    padding-left: 15px !important;
  }
  .display-flow-root {
    display: flow-root !important;
  }
}
.navbar-mega .navbar-nav > li .dropdown-menu {
  min-width: 260px;
  padding: 15px;
}
input:focus,
textarea:focus {
  outline: 0;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .price .price-old {
    line-height: 30px;
  }
}
.bottone-invia .btn-primary {
  width: 100%;
}
.page-product .contatto-prodotto {
  padding-top: 60px;
}
.page-product .product-view {
  padding: 0;
}
.page-product .breadcrumb {
  background: 0 0;
}
.cont-facilities {
  padding: 0;
}
.prezzo-dettaglio h2 {
  font-family: "Inter", serif;
  font-weight: 600;
  display: inline-block;
}
.product-view .btn-cart {
  background: #028ca2 !important;
  color: #FFF !important;
  padding: 20px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  border-radius: 9px;
  margin-left: 10px;
  text-transform: none;
  font-weight: 400;
  width: auto;
}
.product-view .btn-cart.list-icon i{
  font-size: 28px;
}
.product-view .cart {
  display: grid;
}
.quantity-adder {
  color: #272727;
  display: block;
  height: 54px;
  position: relative;
  /* margin-right: 15px; */
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.quantity-adder .add-action {
  line-height: 55px;
}
.tabs-group .tab-content {
  padding: 30px 0;
}
.tabs-group .nav-tabs > li.active a:before {
  display: none;
}
.tabs-group .nav-tabs {
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tabs-group .nav-tabs > li.active a {
  border: 1px solid #028CA2;
  color: #fff;
  background: #028CA2;
}
.tabs-group .nav-tabs > li > a {
  border: 1px solid #edf7f9;
  background: #edf7f9;
  color: #028CA2;
  padding: 5px 10px;
  /* text-transform: uppercase; */
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 15px;
}
.tabs-group .nav-tabs > li > a:hover {
  background-color: #028CA2;
  color: white;
}
.tabs-group .nav-tabs > li > a:hover:before {
  display: none;
}
/* .tabs-group .nav-tabs > li.active a:hover {
  color: #a5ce6a;
} */
.tabs-group .tab-content {
  padding: 0;
  color: #706F6F;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .product-view .btn-cart {
    padding: 10px 15px;
  }
  .quantity-adder .quantity-number input {
    width: 40px;
  }
  .content-mobile {
    padding-top: 15px;
  }
}
.page-product .breadcrumb-heading {
  font-size: 32px;
  font-weight: 700;
}
.page-product .breadcrumbs span a {
  color: #a5ce6a;
}
.prezzo-dettaglio h2 {
  margin-top: 10px;
}
.tab-content h2 {
  font-size: 24px;
}
.gruppo-prezzo-quantita {
  /* margin-top: 30px; */
  padding: 0;
}
@media (max-width: 425px) {
  .product-view .btn-cart {
    padding: 10px 15px;
    padding: 13px 5px;
    font-size: 18px;
  }
  .tabs-group .nav-tabs > li.active a {
    font-size: 13px;
  }
  .tabs-group .nav-tabs > li > a {
    font-size: 13px;
  }
}
.trasporto-spedizione {
  font-weight: 600;
  font-size: 16px;
}
.trasporto-spedizione span {
  color: #79a35f;
}
@media (max-width: 425px) {
  .trasporto-spedizione {
    font-size: 13px;
  }
  .icona-spedizione:before,
  .icona-trasporto:before {
    width: 20px;
    height: 20px;
    background-size: 20px;
    margin-top: -1px;
  }
}
.product-related .panel-heading {
  text-align: center;
  text-transform: uppercase;
  box-shadow: none;
}
.product-related .panel-heading:before {
  display: none;
}
.quantity-adder .add-action {
  width: 25px;
  border-radius: 0 10px 10px 0;
}
.quantity-adder .quantity-number input {
  width: 30px;
}
.product-view .breadcrumbs {
  margin-top: 0px;
  margin-bottom: 10px;
}
.product-view hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.prezzo-iva-inclusa {
  font-size: 11px;
}
.prezzo-iva-esclusa {
  display: inline-block;
  font-size: 11px;
  margin-bottom: 0px;
}
.page-product #prezzo-generale {
  font-size: 28px;
  margin: 0px;
  font-weight: 700;
}
.thumbs-preview .image-hitem img {
  -webkit-box-shadow: 0 1px 1px 0 #e2e2e2;
  box-shadow: 0 1px 1px 0 #e2e2e2;
}
#input-captcha {
  margin-bottom: 10px;
}
.tab-title {
  font-size: 24px;
}
/* Alert start */
.alert {
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #272727;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #272727;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.padding-bottom-15 {
  padding-bottom: 15px !important;
}
.alert-success {
  background-color: #79a35f;
  border-color: #79a35f;
  color: #fff;
}
.alert-success a {
  color: #fff;
  text-decoration: underline;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  filter: alpha(opacity=1);
}
.success-cart button {
  background: #f2ece6;
  border: none;
  padding: 7px 15px;
  margin-right: 10px;
  margin-left: 10px;
}
.success-cart button a {
  color: #272727;
  text-decoration: none;
  font-weight: 600;
}
.success-cart button.close {
  background: transparent;
  color: #fff;
}
@media (max-width: 425px) {
  .success-cart button.close {
    background: transparent;
    color: #fff;
    border: 1px solid;
  }
  .success-cart button {
    margin-right: 0;
    margin-left: 0;
    background: #fff;
  }
  .success-cart button a {
    color: #79a35f;
  }
}
.success-cart button {
  margin-right: 0;
  margin-left: 0;
  background: #fff;
}
.success-cart button a {
  color: #79a35f;
}
/* Alert end */
@media screen and (max-width: 380px){
  .product-col {
    padding: 15px;
    padding-bottom: 0px;
  }
}
.thumbs-image .sale-exist {
  text-transform: uppercase;
  font-size: 14px;
}
.thumbs-image .product-label {
  top: 15px;
  right: 26px;
}
.scopri-piu{
    margin-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 0px;
    font-size: 16px;
}
.product-brand a{
  color: #028CA2!important;
  text-decoration: underline;
}
.scopri-piu a{
  color: #028CA2;
  font-weight: 300;
}
.icone-trasporto{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  background: #F3F9FA;
  padding: 15px;
  border-radius: 15px;
}
.trasporto-spedizione{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
}
.trasporto-spedizione .fas, .trasporto-spedizione .fab{
  font-size: 48px;
  color: #028CA2;
  margin-bottom: 7px;
}
.trasporto-spedizione p{
  margin: 0px;
}
@media screen and (max-width:1030px){
  .trasporto-spedizione p{
    font-size: 11px;
  }
}
.product-view{
  padding: 0px 10px!important;
}
.dati-prodotto{
  /* color: #706F6F;
  line-height: 22px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px; */
  margin-bottom: 0px;
}
.dati-prodotto span, .dati-prodotto a {
  color: #706F6F;
}
.btn-cart{
  background: #028CA2!important;
  color: #FFF!important;
  padding: 14px 16px;
  border-radius: 11px;
  padding: 10px 16px;
  font-size: 19px;
  margin-bottom: 10px;
}
.btn-cart:hover{
  transition: filter 0.3s ease;
  background-image: linear-gradient(rgba(0, 0, 0, 0.15) 0 0) !important;
}
.go-back{
  padding: 0px 15px;
}
.go-back a{
  color: #000!important;
}
.product-buttons-wrap{
}
.quantity-row{
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0px;
}
.quantity-row .disponibile{
  color: #00A587;
}
.quantity-row .non-disponibile{
  color: darkred;
}
.titolo-opzione{
  display: none;
}
.product-option{
  padding-top: 10px;
}
.pezzi{
  font-weight: 300;
  font-size: 14px;
}
.wrapper-price{
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #DADADA;
}
.prezzo-dettaglio{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px;
}
.risparmi{
  color: #028ca2;
}
.risparmi span{
  color: #028ca2;
  font-weight: 600;
}
.page-product #prezzo-generale {
  color: #000;
  display: block;
}
.quantity-adder .add-action {
  background: #fff;
  color: #272727;
  height: 76px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.quantity-adder {
  height: 76px;
}
.quantity-number, .quantity-number input {
  height: 76px;
  border: none !important;
}
.short-desc{
  font-size: 16px;
}
.quantity-adder .add-down {
  border-radius: 10px 0 0 10px;
}
.product-buttons-wrap .cart{
  overflow: auto;
}
.product-buttons-wrap .action{
  display: flex!important;
  align-items: center;
  flex-wrap: wrap;
  display: inline-block;
  width: 100%;
}
.product-buttons-utils{
  background: transparent;
}
.product-buttons-utils .action {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.product-action a{
  color: #706F6F;
  text-decoration: underline;
}
.product-action i{
  margin-right: 4px;
}
.prezzo-barrato{
  color: #706F6F;
}
.radio.inputGroup-terzaluna{
    width: 100%;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 15px;
    background: #fff;
    padding: 20px 15px;
    border-radius: 15px;
    border: 1px solid #DADADA;
}
.radio.inputGroup-terzaluna label{
    font-size: 18px;
    font-weight: 400;
}
.inputGroup-terzaluna label {
    display: flex;
    align-items: center; /* Allinea verticalmente al centro */
    gap: 8px;            /* Crea uno spazio uniforme tra radio e testo */
    cursor: pointer;
}

/* Rimuovi eventuali margini che il browser aggiunge di default al radio */
.inputGroup-terzaluna input[type="radio"] {
    margin: 0;
    flex-shrink: 0; /* Impedisce al radio di restringersi se il testo è lungo */
}
.box-destro{
  padding: 25px;
  background: #edf7f9 !important;
  border-radius: 20px;
}
.trustpilot-widget{
  padding: 10px;
  position: relative;
  background: #f1f1f1!important;
  border-radius: 11px;
  border: 1px solid lightgray;
  -webkit-box-shadow:0px 3px 7px -1px rgb(50 50 50 / 38%);
  -moz-box-shadow:0px 3px 7px -1px rgb(50 50 50 / 38%);
  box-shadow: 0px 3px 7px -1px rgb(50 50 50 / 38%);
}
.product-related {
  margin-top: 40px;
}
.product-related .carousel-controls {
  top: -26px;
}
.titolo-custom {
  /* background: url(../../image/catalog/product/titolo-related.jpg); */
  width: 100%;
  /* height: 150px; */
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  border-bottom: 0px;
  margin-bottom: 31px;
}
.titolo-custom .titolo-tag {
  /* width: fit-content; */
  background: unset;
  color: #272727;
  font-weight: 500;
  font-size: 24px;
  text-transform: none;
}
.quantity-row .pezzi {
  margin-left: 5px;
}
@media screen and (max-width:430px){
  .spedito-condividi{
    font-size: 9px;
  }
  .spedito-in { 
    font-size: 12px;
  }
  .breadcrumb .breadcrumb-heading{
    border-bottom: none;
    padding-bottom: 0px;
  }
  .page-product .breadcrumb {
    margin-bottom: 10px;
  }
  .page-product .scopri-piu {
    margin-top: 10px;
  }
  .box-destro .pezzi {
    font-size: 14px;
  }
  .box-destro .rating i {
    font-size: 14px;
  }
  .titolo-custom .titolo-tag {
    font-size: 26px;
  }
  .icone-trasporto{
    margin-bottom: 20px;
  }
  .trasporto-spedizione {
    font-size: 11px;
  }
  /* .product-buttons-wrap{
    margin-bottom: 20px;
  } */
  .product-view{
    padding: 0!important;
  }
  /* .products-row{
    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
  } */
  .go-back{
    font-size: 11px;
  }
  #tab-description{
    font-size: 14px;
  }
  .radio.inputGroup-terzaluna {
    display: block;
  }
  .tabs-group {
    padding-top: 0px;
  }
  .product-related {
    margin-bottom: 0px;
  }
  .product-buttons-wrap .action {
    justify-content: space-between;
  }
  .compare-action {
    margin-top: 0px;
  }
  .product-buttons-wrap .compare, .product-buttons-wrap .wishlist{
    font-size: 11px;
  }
}
@media (max-width: 1024px){
  .page-product .breadcrumbs{
    margin-bottom: 0  !important;
  }
}
  .wrapper-price .product-label{
    position: relative;
  }
.nav.nav-tabs {
  width: fit-content;
  display: flex;
  gap: 0; 
}
.nav.nav-tabs li + li {
  margin-left: 15px;
}
.nav.nav-tabs li:not(.hidden) ~ li:not(.hidden) {
  margin-left: 15px;
}
.tab-content>.tab-pane {
  font-size: 14px !important;
  /* border: 1px solid #028ca2; */
  margin-top: 10px;
  /* box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25); */
  border: 1px solid #ececec;
  padding: 20px !important;
  border-radius: 20px;
}
.nav-tabs {
  margin-bottom: 0px;
}
.tabs-group .tab-content {
  padding: 0;
  color: #706F6F;
  font-size: 13px;
  font-weight: 400;
}
.tab-content h2 {
  font-size: 16px;
}
.tab-content h3 {
  font-size: 14px;
}
#tab-specification > div {
  display: list-item;
  margin-left: 25px;
}
/* SIDEBAR PAGINA RICERCA */
#column-left .panel-body ul li {
  padding: 5px 0;
}
/* Product filter top PAGINA RICERCA */
.products-filter-panel {
  border-bottom: 1px solid #ececec;
  box-shadow: none;
  padding-bottom: 10px;
  border-top: 1px solid #ececec;
  padding-top: 10px;
}
.products-filter-panel .row {
  display: flex;
  align-items: center;
}
.products-filter-panel label {
  margin-bottom: 0px;
}
.pagination>.active>a, .pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span, .pagination>.active>span:hover, .pagination>.active>span:focus {
  color: #fff;
  background-color: #028ca2;
  border-color: #028ca2;
}
.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {
  color: #706F6F;
}
@media screen and (min-width: 992px){
  .btn-cart {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
}
@media screen and (min-width:770px){
  .page-product-search .panel{
    /* box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25); */
    padding-top: 10px!important;
    min-height: 356px;
  }
  .page-product-search .panel-body li {
    padding: 5px 10px!important;
    border-bottom: 1px solid #ececec !important;
    margin: 0px 10px;
  }
}
.row-dati-prodotto{
  overflow: auto;
  line-height: 22px;
  display: flex;
  justify-content: space-between; /* Spinge i contenuti ai due estremi */
  align-items: center;            /* Allineamento verticale centrato */
  flex-wrap: wrap;                /* Permette il wrap su mobile se necessario */
  width: 100%;
  padding: 15px 0;
  font-size: 16px;
}
.condividi-su{
  display: flex;
  align-items: center;
}
.addthis-box {
  margin-left: 10px;
}
/* TABLET E LAPTOP SMALL */
@media (min-width: 768px) and (max-width: 1200px) {
  .spedito-condividi{
    font-size: 9px;
  }
  .spedito-in { 
    font-size: 12px;
  }
  .btn-cart {
    padding: 17px 5px;
    font-size: 8px;
  }
  .prezzo-dettaglio{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .quantity-row{
    flex-direction: column;
    align-items: flex-start;
  }
  .compare-action {
    margin-top: 0px;
  }
  .trasporto-spedizione {
   text-align: center;
 }
 .trasporto-spedizione p {
  font-size: 8px;
}
}
/* STICKY FOOTER */
.nav-down {
  bottom: -120px
}
.prezzo-sticky.price{font-weight:600;}
.prezzo-sticky.price .price-new{color:#000;}
.colonna-sticky{display:flex;align-items:center;}
.nome-marca{color:#028CA2!important;font-weight:600;display:inline-block;}
.bottoni-prezzo-container{padding-left:0;padding-right:0;display:flex;align-items:center;}
sticky-footer{background:#fff;padding:10px 0;position:fixed;bottom:0;transition:bottom .2s ease-in-out;width:100%;-webkit-box-shadow:-1px 2px 26px -6px rgba(0,0,0,.59);-moz-box-shadow:-1px 2px 26px -6px rgba(0,0,0,.59);box-shadow:-1px 2px 26px -6px rgba(0,0,0,.59);z-index:100;}
.titolo-sticky{font-weight:600;color:#000;text-transform:uppercase;font-size:16px;text-decoration:underline;font-weight:600;}
.configura-sticky{background:#028CA2!important;border-radius: 11px;color:#fff;border:none;padding:10px 5px;width:100%;text-transform:uppercase;font-weight:600;font-size:16px;-webkit-box-shadow:0 0 4px -1px rgba(0,0,0,.85);box-shadow:0 0 4px -1px rgba(0,0,0,.85);}
@media (max-width:1240px){
  sticky-footer{padding:5px 0 15px;}
  .titolo-sticky{width:100%;font-size:13px;}
  .prezzo-sticky{padding-left:0;}
  .colonna-sticky .configura-sticky{font-size:12px!important;}
  .colonna-sticky{padding:0 10px;}
  sticky-footer{padding:10px 0 10px;z-index:999999999999;}
  .nav-down {
    bottom: -225px !important
  }
}
.colonna-sticky .nome-marca{display:block;}
.prezzo-prodotto{font-weight:600;margin:0;margin:0;}
.sticky-prices{display:flex;justify-content:space-between;    margin-bottom: 0px;flex-direction: column;
  align-items: flex-end!important;}
  .sticky-prices .price-new{font-size:20px;}
  @media screen and (max-width:780px){
    .colonna-sticky{display:block;display: flex;
      align-items: center;
      flex-wrap: wrap;}
      .bottoni-prezzo-container{display:block;}
      .titolo-sticky{font-size:10px;}
      .sticky-prices{margin:0 0 0px;flex-direction: row;}
      .sticky-prices .price-new{font-size:18px!important;}
    }
    .page-product-search .row.products-row{
      margin-bottom: 30px;
    }
/* --- STILE MINIATURE (THUMBNAILS) --- */
.image-additional .owl-item .item .image-hitem a {
  display: block;
  width: 100%;
  aspect-ratio: 420 / 200;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #ececec;
  background: #fff;
}
.image-additional .owl-item .item .image-hitem img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Mantiene l'intero logo/prodotto visibile */
}
/* --- IMMAGINE PRODOTTO  --- */
/* Container dell'immagine */
.image-prodotto-offerta {
    width: 100%; /* O la larghezza che preferisci */
    overflow: hidden; /* Taglia ciò che esce dai bordi */
}

/* L'immagine stessa */
.product-image-zoom {
    display: block;
    width: 100%;
    /* Forza il rapporto 1:1 */
    aspect-ratio: 4 / 3; 
    /* Fondamentale: copre l'area senza schiacciarsi, ritagliando i bordi in eccesso */
    object-fit: cover; 
    /* Centra l'immagine nel ritaglio */
    object-position: center; 
}
/* --- POSIZIONAMENTO CONTROLLI CAROSELLO (STILE PARTNER) --- */
.thumbs-preview {
  position: relative;
  padding: 0 40px; /* Spazio laterale per le frecce */
}
.carousel-controls-v4 {
  position: static; /* Reset posizionamento standard */
}
.carousel-controls-v4 .carousel-control {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #f4f9fa; /* Colore chiaro come screenshot loghi */
  color: #00849c !important;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  text-shadow: none;
  border: 1px solid #e0eff1;
  transition: all 0.3s ease;
}
.carousel-controls-v4 .carousel-control.left {
  left: -32px;
}
.carousel-controls-v4 .carousel-control.right {
    right: -35px;
}
.carousel-controls-v4 .carousel-control:hover {
  background: #00849c;
  color: #fff;
}
/* Fix per icone FontAwesome all'interno dei controlli */
.carousel-controls-v4 .carousel-control i {
  line-height: 0;
  font-size: 18px;
}
/* --- RAPPORTO 1:1 ANCHE PER L'IMMAGINE PRINCIPALE (Opzionale) --- */
.thumbs-image .image-prodotto-offerta a {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 5px;
}
.thumbs-image .image-prodotto-offerta img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
