/* 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;
  margin-top: 30px;
  margin-bottom: 0px;
  background-color: transparent;
}
.breadcrumb .breadcrumb-heading,
.breadcrumbs .breadcrumb-heading {
  margin: 0;
  color: #000;
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 600;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin-bottom: 5px;
}
.breadcrumbs ul li {
  display: inline-block;
  color: #009AA5;
  padding-right: 2px;
  white-space: nowrap;
}
.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;
} */
.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 #f1f1f1;
}
.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 {
  color: #555;
  font-size: 13px;
  cursor: pointer;
  font-weight: 700;
}
.compare:hover,
.wishlist:hover {
  color: #006971;
}
.compare:hover i,
.wishlist:hover i {
  border-color: #a5ce6a;
}
.product-buttons-wrap .action {
  margin-top: 15px;
}
.product-buttons-wrap .compare,
.product-buttons-wrap .wishlist {
  padding-right: 20px;
  font-weight: 500;
}
.product-buttons-wrap .compare .fa,
.product-buttons-wrap .wishlist .fa {
  margin-right: 5px;
  font-size: 13px;
}
.compare-action{
  margin-top: 10px;
}
@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: "Roboto Slab", serif;
  font-weight: 600;
  display: inline-block;
}
.product-view .btn-cart {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: #a5ce6a;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  font-size: 22px;
}
.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;
  border: 1px solid #ebebeb;
}
.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;
    padding: 5px 10px;
}
.tabs-group .nav-tabs > li > a {
    border: 1px solid #edf7f9;
    background: #edf7f9;
    color: #028CA2;
    padding: 5px 10px;
  text-transform: uppercase;
}
.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: 28px;
}
.page-product .breadcrumbs span a {
  color: #a5ce6a;
}
.product-view .btn-cart {
  padding: 10px 15px;
}
.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;
}
.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: 32px;
  margin: 0px;
}
.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{
  text-decoration: underline;
  margin-top: 15px;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 0px;
}

.product-brand a{
  color: #028CA2!important;
  text-decoration: underline;
}

.scopri-piu a{
  color: #028CA2;
  font-weight: 600;
}

.icone-trasporto{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.trasporto-spedizione{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
}

.trasporto-spedizione .fas, .trasporto-spedizione .fab{
  font-size: 28px;
  color: #028CA2;

}
.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;

  -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%);
}
.btn-cart:hover{
  background: #3aa225!important;
}
.go-back{
  padding: 0px 5px;
  border-right: 1px solid #000;
}
.go-back a{
  color: #000!important;
}
.product-buttons-wrap{
  background: #f1f1f1!important;
}
.quantity-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0px;
}
.quantity-row .disponibile{
  color: #00A587;
}
.spedito-in{
  color: #00A587;
}
.quantity-row .non-disponibile{
  color: darkred;
}
.titolo-opzione{
  display: none;
}

.product-option{
  border-top: 1px solid lightgray;
  padding-top: 10px;
}
.pezzi{
  font-style: italic;
}

.prezzo-dettaglio{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f1f1f1!important;
    margin: 0px;
}
.risparmi{
  color: red;
}
.risparmi span{
  color: red;
  text-decoration: line-through;
  font-weight: 600;
}
.page-product #prezzo-generale {
  color: #000;
  display: block;
}

.quantity-adder .add-action {
  background: #dedede;
  color: black;
  height: 100%;
}
.quantity-adder {
  height: 50px;
}
.quantity-number, .quantity-number input {
  height: 50px;
}

.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-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: 6px;
}
.box-destro{
  padding: 15px 15px;
  background: #f1f1f1!important;
  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%);
  border-radius: 11px;
}

.trustpilot-widget{
  padding: 10px;
  margin-top: 25px;
  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: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 0px;
  margin-bottom: 31px;
}
.titolo-custom .titolo-tag {
  width: fit-content;
  background: unset;
  color: white;
  padding: 5px 21px 5px 10px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 35px;
}
@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 {
    background: url(../../image/catalog/product/titolo-related-mobile.jpg);
    background-size: contain;
}
  .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{
    margin-left: 15px;
    width: 100px;
    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 screen and (max-width:320px){
  .trasporto-spedizione {
    font-size: 10px;
  }
}

  .nav.nav-tabs {
    /* box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25); */
    width: fit-content;
  }
  .tab-content>.tab-pane {
    padding: 10px 0px !important;
    font-size: 13px !important;
    /* border: 1px solid #028ca2; */
    margin-top: 10px;
    /* box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25); */
  }

  .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;
  color: #706F6F;
  line-height: 22px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.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;
}