.catalog-category-view .sidebar-main .filter-content .filter-options-content {
    padding-top: 5px;
    padding-bottom: 3px;
}
.page-layout-2columns-left .sidebar-main .block-content.filter-content .filter-options-item ol.items li a span.count {
    color: #444444;
    font-size: 13px !important;
    font-weight: 400;
}
.filter-options .filter-options-content li.item a:hover >span {
    color: #0077B0 !important;
}
.page-layout-2columns-left .sidebar-main .block-content.filter-content {
    border: 0;
}
.block.filter {
    border: 1px solid #ddd;
}
.sidebar-main .filter-title strong {
    border: 0;
    border-color: #ddd;
    background: none;
    box-shadow: none !important;
    font-size: 16px;
    color: inherit;
    font-weight: 500;
    font-family: 'Open Sans';
    padding-top: 14px;
    padding-left: 14px;
}
/* [DISABILITATO 15052026_v3] fix legacy checkbox/radio + GIF amshopby-cb1.gif + parentesi count.
   In Shopby 4.x il vendor renderizza <span class="amshopby-choice"> per il checkbox custom
   e <span class="filter-count-label">elementi</span> per il count → questi fix sono obsoleti.
   Backup: custom.css.bak_15052026_v3
.filter-options-content .items .item a,
.filter-options-content .items [class*='am-filter-item'] {
    background-image: url(../images/amshopby-cb1.gif) !important;
    background-repeat: no-repeat !important;
    background-position: 2px center !important;
    padding-left: 22px !important;
    display: inline-block !important;
    position: relative !important;
    min-height: 16px !important;
}
.filter-options-content .items a {
    margin-left: 7px;
    font-size: 13px !important;
    color: #444 !important;
}
.filter-options-content .items a input[type="checkbox"],
.filter-options-content .items a input[type="radio"],
.filter-options-content .items > .item > input[type="checkbox"],
.filter-options-content .items > .item > input[type="radio"] {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 16px !important;
    height: 16px !important;
    opacity: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none !important;
    clip: auto !important;
    overflow: visible !important;
}
.filter-options-item .filter-options-content .count,
.filter-options-content .items .count {
    display: inline-block !important;
    padding-left: 4px !important;
    padding-right: 0 !important;
    margin-left: 2px;
    white-space: nowrap;
}
.filter-options-content .count:before {
    content: '(' !important;
    margin-right: 1px;
}
.filter-options-content .count:after {
    content: ')' !important;
    margin-left: 1px;
}
*/
/* [29052026 v2] Fix sovrapposizione numero/parentesi nel count dei filtri.
   Il vendor Shopby 4.x rende <span class="count">N<span class="filter-count-label">…</span></span>
   con .count in `display:inline-flex` e parentesi via pseudo-elementi (.count::before '(' / ::after ')').
   L'inline-flex + il .filter-count-label `position:absolute` (residuo tema) facevano finire N sopra la "(".
   Soluzione minima: riportare .count a `display:inline` così "(", N e ")" tornano in flusso, con un filo
   di spaziatura. La parola elemento/elementi resta nascosta come ora (label assoluto, non toccato). */
.filter-options-content .count,
.filter-options-item .filter-options-content .count {
    display: inline !important;
}
.filter-options-content .count::before {
    margin-right: 2px !important;
}
.filter-options-content .count::after {
    margin-left: 1px !important;
}
.sidebar-main .filter-content .filter-options-title {
    padding: 7px 15px 0px 15px;
    font-weight: 700 !important;
    font-family: Open Sans;
}
.filter-options-content a:hover {
    background: none;
}
.page-layout-2columns-left .sidebar-main .block-content.filter-content .filter-options-item li.item a .label {
    margin-left: 0;
    padding: 0;
    font-size: 13px;
    color: #444;
}
.catalog-category-view .sidebar-main .filter .filter-content strong.block-subtitle.filter-subtitle {
    font-size: 13px;
    color: inherit;
    font-weight: 500;
    font-family: 'Open Sans';
    background: none;
    margin: 0 15px 10px;
    padding: 14px 0;
    border-bottom: 1px solid #ddd;
}
.sidebar-main .filter-title {
    display: block;
    height: 46px;
    border-color: #ddd;
    background-color: #f5f5f5;
    color: #333;
    border-bottom: 1px solid #ddd;
}
.sidebar-main .filter-title strong {
    border: 0;
    border-color: #ddd;
    background: none;
    box-shadow: none !important;
    font-size: 16px;
    color: inherit;
    font-weight: 500;
    font-family: 'Open Sans';
    padding-top: 14px;
    padding-left: 14px;
}
#barra-sotto-menu {
    text-align: center;
    font-weight: 1000;
    font-size: 1.2em;
    margin: 0;
    padding: 0.5em;
    background-color: #ddd;
    font-family: "Open Sans";
}
#PropostaValore {
    margin-top: 25px;
}
header.page-header .header.content .header-telefono .whatsapp a, header.page-header .header.content .header-telefono .direct a {
    font-weight: 700 !important;
}
.page-wrapper .navbar-default .navbar-nav>li>a {
    font-weight: 700 !important;
    text-shadow: 2px 1px 5px rgb(0 0 0 / 62%) !important;
    padding: 10px 10px !important;
    font-family: Open Sans !important;
    line-height: 30px !important;
}
.page-wrapper div#barra-sotto-menu strong a {
    text-shadow: none !important;
}
div#barra-sotto-menu strong a {
    color: #444444;
    font-weight: 600;
}
header.page-header .header.content .header-telefono .direct a {
    font-weight: 600;
}
header.page-header .header.content .header-telefono .whatsapp a {
    font-weight: 600;
}
.catalog-product-view .price-box .price-excluding-tax .price {
    font-weight: 600;
    line-height: 28px !important;
}
.price-div span.iva-label.top_iva {
    margin-top: 2px !important;
}
.product-info-price .old-price, .product-info-price .old.price {
    color: #6383bd!important;
}
.catalog-product-view.page-layout-1column .product-info-main.row .product-info-price .price-box.price-final_price .old-price .price-including-tax span.price {
    font-size: 14px!important;
    color: #6383bd!important;
    font-weight: normal;
}
.catalog-product-view.page-layout-1column .product-info-main.row .product-info-price .price-box.price-final_price span.special-price {
    margin-top: -12px;
    float: left;
    width: 100%;
}
.catalog-product-view.page-layout-1column .product-info-main.row .row.titolo-pagina .col-md-12 h1.page-title {
    text-transform: inherit !important;
    font-weight: 600;
}
.product-info-main .product-info-stock-sku{
    display: none;
}

.price-final_price span.price-label{
    display: none !important;
}

.catalog-product-view span.iva-label{
    margin-top: 6px;
    float: left;
    margin-left: 5px;
}
.catalog-product-view .price-div {
    clear: both;
}

.catalog-product-view .price-div span.price-wrapper {
    float: left;
}

.catalog-product-view.page-layout-1column .product-info-main.row .product-info-price .price-box.price-final_price .price-including-tax span.price{
    font-size: 15px!important;
    font-weight: 600;
}  
.product-options-bottom .price-box .price-container .price, .product-info-price .price-box .price-container .price{
    font-size: 18px!important;  
}

.catalog-product-view a, .catalog-product-view .store-info .list-info .item-info .info-content>h2{
    color: #444;
    text-decoration: none;
}
.catalog-product-view a:hover,.catalog-product-view .no-rating a:hover {
    color: #0077b0;
}

.catalog-product-view .product-essential .header-telefono {
    justify-content: flex-start;
    margin-top: 15px;
    width: 67%;
    float: left;
}

.header-telefono {
    display: flex;
    font-size: 18px;
    font-weight: 700;
    justify-content: flex-end;
    flex-wrap: wrap;
    float: left;
    margin-top: 7px;
}
.header-telefono .direct {
    border: 3px solid #5f87d1;
    padding: 5px;
    padding-left: 20px;
    border-radius: 5px;
    margin-right: 15px;
}
.header-telefono>div {
    position: relative;
    margin-bottom: 5px;
}
.header-telefono .whatsapp {
    border: 3px solid #48d365;
    padding: 5px;
    padding-left: 20px;
    border-radius: 5px;
}
.header-telefono .direct a {
    color: #5f87d1;
}
.header-telefono .direct:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(https://www.holity.com/media/images/phone-alt.svg) no-repeat;
    position: absolute;
    left: -10px;
    background-color: #fff;
}
.header-telefono .whatsapp:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(https://www.holity.com/media/images/whatsapp.svg) no-repeat;
    position: absolute;
    left: -10px;
    background-color: #fff;
}
.catalog-product-view .product-essential .header-telefono+span {
    display: flex;
    float: right;
    width: 33%;
    align-items: center;
    height: 64px;
    justify-content: center;
    font-size: 14px!important;
}
.fotorama__more{
    font-weight: 500;
    line-height: 1.1;
    font-size: 100%;
    border-top: 1px solid #ccc;
    padding-top: 6px;
}
.page-layout-2columns-left .sidebar-main .block-content.filter-content{
    overflow: hidden;
}
.items.am-filter-items-attr_price .amshopby-slider-container .am-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.8em;
    height: 1.2em;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
    background-color: #f18200;
    border: 1px solid #de5400;
    box-sizing: border-box;
    outline: none;
    top: 1px;
    margin-left: -0.4em;
}

.items.am-filter-items-attr_price .ui-slider-horizontal .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    background-color: #999;
}

.items.am-filter-items-attr_price .ui-widget.ui-widget-content {
    border: 0;
}
.category-description .col-md-4 a,
.category-vantaggi-top .col-md-4 a {
    color: #444;
}

.category-description .col-md-4 a .box-vantaggi img,
.category-vantaggi-top .col-md-4 a .box-vantaggi img {
    vertical-align: middle;
    max-width: 50px;
    max-height: 50px;
    margin: 10px!important;
}

/* Icona box: cap a 50px di larghezza, altezza proporzionale.
   Vale anche per i box SENZA link <a> (il selettore sopra richiede l'<a>). */
.category-description .col-md-4 .box-vantaggi img,
.category-vantaggi-top .col-md-4 .box-vantaggi img {
    vertical-align: middle;
    max-width: 50px;
    height: auto;
    margin: 10px !important;
}

.category-description .col-md-4 a .box-vantaggi h3,
.category-vantaggi-top .col-md-4 a .box-vantaggi h3 {
    margin-top: 0;
    font-weight: 500;
}
.category-description .col-md-4 a:hover,
.category-vantaggi-top .col-md-4 a:hover {
    color: #0077b0;
    text-decoration: none;
}
.page-products .products-grid .product-items li.item.product.product-item .product-item-info a.product.photo.product-item-photo span.product-image-container span.product-image-wrapper {
    padding-bottom: 0 !important;
    height: auto;
}

.page-products .products-grid .product-items li.item.product.product-item .product-item-info a.product.photo.product-item-photo span.product-image-container img.product-image-photo {
    height: 230px;
    object-fit: contain;
}

#amasty-shopby-product-list .products.wrapper li.item.product.product-item .product-item-info .product-item-inner .actions-primary {
    display: block;
}

#amasty-shopby-product-list .products.wrapper li.item.product.product-item .product-item-info .product-item-inner .actions-primary button.action.tocart.primary {
    display: block;
    width: 100%;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
}
.page-products .products-grid .product-items li.item.product.product-item .product-item-info .product.details.product-item-details {
    position: relative;
    padding-top: 5px;
}


.page-products .products-grid .product-items li.item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner {
    border: 0;
    clip: inherit;
    height: 100%;
    margin: 0;
    overflow: inherit;
    padding: 0;
    position: initial;
    width: 100%;
    padding: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0;
}



#amasty-shopby-product-list .products.wrapper li.item.product.product-item span.old-price span.price-container .price-wrapper span.price {
    color: #6383bd!important;
    font-size: 12px;
}

.page-products .products-grid .product-items li.item.product.product-item .product-item-info .product.details.product-item-details {
    position: relative;
    padding-top: 5px;
    min-height: 300px;
}

#amasty-shopby-product-list .products.wrapper li.item.product.product-item span.price-wrapper.price-excluding-tax span.price {
    font-size: 24px;
    color: #0657b7!important;
}

#amasty-shopby-product-list .products.wrapper li.item.product.product-item span.price-wrapper.price-excluding-tax {
    display: inline-block;
    color: #777 !important;
}

#amasty-shopby-product-list .products.wrapper li.item.product.product-item .price-div:last-child span.price-wrapper.price-including-tax span.price {
    font-size: 12px;
    color: #9a9a9a!important;
}

#amasty-shopby-product-list .products.wrapper li.item.product.product-item .product-item-info .product-item-inner .product.actions.product-item-actions {
    position: inherit;
}

#amasty-shopby-product-list .products.wrapper li.item.product.product-item .price-div:last-child span.price-wrapper.price-including-tax {
    display: inline-block;
    color: #9a9a9a!important;
}

#amasty-shopby-product-list .products.wrapper li.item.product.product-item .price-div:last-child span.iva-label {
    color: #9a9a9a!important;
}

.items.am-filter-items-attr_price .amshopby-slider-container .am-slider .ui-slider-handle {
    background-color: #f18200;
    border: 1px solid #de5400;
    box-sizing: border-box;
    outline: none;
    position: absolute;
    z-index: 2;
    width: 0.8em;
    height: 1.2em;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
    top: 3px;
    margin-left: -0.4em;
    border-radius: 0;
}

.items.am-filter-items-attr_price .ui-slider-horizontal .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    border-radius: 0;
    top: 0.2em;
    height: 8px;
}

#amasty-shopby-product-list .products.wrapper li.item.product.product-item .product-item-info:hover .product-item-inner {
    position: initial !important;
}

#amasty-shopby-product-list .products.wrapper li.item.product.product-item .product-item-info .product-item-inner .actions-primary button.action.tocart.primary i {
    display: none;
}

#amasty-shopby-product-list .toolbar.toolbar-products .pages {
    float: left;
    /* width: 100%; */
    /* margin-top: 4px; */
    /* text-align: center; */
    /* order: 2; */
    /* display: block; */
    /* float: none; */
}

.toolbar.toolbar-products .field.limiter {
    /* order: 1; */
    /* float: none; */
}

#amasty-shopby-product-list .toolbar.toolbar-products .pages li.item {
    display: inline-block;
    margin: 0 2px;
}

#amasty-shopby-product-list .toolbar.toolbar-products .pages li.item a.page, #amasty-shopby-product-list .toolbar.toolbar-products .pages li.item strong {
    border-radius: 0;
    line-height: 100%;
    padding: 5px 10px;
    background-color: #f4f4f4;
    margin-left: 5px;
    float: left;
    border: 1px solid #e9e9e9;
    color: #444;
    font-weight: normal;
}

#amasty-shopby-product-list .toolbar.toolbar-products .pages li.item.pages-item-next a.action.next {
    border-radius: 0;
    line-height: 100%;
    padding: 5px 10px;
    background-color: #f4f4f4;
    margin-left: 5px;
    float: left;
    border: 1px solid #e9e9e9;
    box-shadow: none;
    color: #444;
}

#amasty-shopby-product-list .toolbar.toolbar-products .pages li.item.pages-item-next a.action.next::before {
    content: "\f0da";
    font-family: 'FontAwesome';
    color: #444;
}
.page-products .products-grid .product-items li.item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner{
    padding: 0!important;
}
#amasty-shopby-product-list .products.wrapper li.item.product.product-item .product-item-info .product-item-inner .product.actions.product-item-actions .stock.unavailable {
    color: #fff;
    background-color: #f15c22;
    border-color: #f15c22;
    outline: 0;
    background-image: none;
    / -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%); /
    / box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%); /
    font-size: 14px;
    padding: 8px 12px;
    text-align: center;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

li.etichetta-freeshipping, li.etichetta-custom{
    list-style-type: none;
    margin-bottom: 0;
    margin-top: -25px;
}

.etichette ul {
    padding: 0;
}

li.etichetta-custom {
    float: right;
}

.filter-options-content .items a {
    padding-left: 17px;
}

span.header-telefono__span {
    display: flex;
    justify-content: center;
    width: 100%;
}

.header-telefono {
    justify-content: center;
    width: 100%;
}

.header-telefono .whatsapp a {
    color: #48d365;
}


span#home-page-trending {
    display: block;
    width: 100%;
    position: relative;
    float: right;
    overflow: hidden;
}


.catalog-product-view .price-box .price-including-tax .price {
    color: #444444!important;
    font-size: 15px!important;
    line-height: 1.6!important;
}

.conf-price p {
    font-weight: bold;
    color: #444;
    margin-bottom: 0;
}

.conf-price span.price {
    font-weight: bold;
}

.conf-price .price span.label {
    font-weight: normal;
}

span.old-price {
    text-decoration: none;
    line-height: 50px;
}

.catalog-product-view.page-layout-1column .product-info-main.row .product-info-price .price-box.price-final_price .old-price .price-including-tax span.price {
    text-decoration: line-through;
}

.catalog-category-view span.old-price {
    text-decoration: line-through;
    text-decoration-color: #6383bd;
    line-height: normal;
}


.catalog-category-view .product-item .price-box{
  margin: 0;
}

.catalog-category-view .product.details .conf-price p {
    min-height: auto;
    margin-bottom: 0;
    color: #9a9a9a;
}

.catalog-category-view .conf-price span.label {
    color: #9a9a9a;
}
/*
.catalog-category-view .conf-price {
    margin-bottom: 20px;
}
*/
.catalog-category-view button.action.tocart.primary {
    border-radius: 4px;
}

.catalog-category-view a.btn.btn-primary.btn-block.btn-carrello{
    background-color: #f15c22;
    border-color: #eb4c0f;
}
   
.catalog-category-view a.btn.btn-primary.btn-block.btn-carrello:hover{
    background-color: #d3450d;
    border-color: #b13a0b;
}


.catalog-product-view .product-info-price {
    min-height: 113px;
}

.btn-primary.btn-noprice {
    background-color: #6bdb5b;
    border-color: #6bdb5b;
    color: #fff;
}

.btn-primary.btn-noprice:active, .btn-primary.btn-noprice:focus, .btn-primary.btn-noprice:hover {
    background-color: #4ba03e!important;
    border-color: #4ba03e!important;
    color: #fff!important;
}

.footer-bottom {
    margin-top:20px;
    background-color: #ddd;
    padding: 8px 0;
}

.footer-bottom p {
    margin: 0;
}

.footer-disclaimer {
    background-color: #fff;
    font-size: 13px;
    padding: 5px 10px;
}

footer.page-footer {
    padding-bottom: 0;
}

.page-footer .footer.content {
    display: none;
}

.copyright span {
    display: inline;
}

.banner-right ul {
    padding: 0;
    list-style: none;
}

.banner-right li {
    margin-bottom: 36px;
}

.page-layout-1column.page-with-filter .column.main {
    padding-top: 0 !important;
}

.prices-tier span {
    margin: 0!important;
    font-size: 1.4rem!important;
    line-height: normal;
    margin-top: 2px !important;
    display: inline!important;
    float: unset!important;
}

.prices-tier .price-div {
    display: inline;
}

.prices-tier{
    background-color: #fafafa;
    padding: 5px 10px;
}

.page-products a.minimal-price-link {
    display: none;
}


@media only screen and (max-width: 767px) {
  .catalog-product-view.page-layout-1column .product-info-main.row {
    width: auto!important;
    margin-right: 0;
    margin-left: 0;
  }
}

/* [21052026] utility: padding 0 (usata su .col-md-7 del page-title-wrapper, html/title.phtml) */
.no-padding {
  padding: 0 !important;
}

/* [03062026] page-title categoria: peso medio */
.page-layout-2columns-left .column.main .titolo-pagina h1.page-title {
    font-weight: 500;
}

  /* [29062026] barra di ricerca: più alta (spessa) e più larga (lunga) */
  .block-search { width: 100%; }
  .block-search .control { width: 100%; }
  .block-search .control input#search,
  .minisearch input.input-text {
    height: 46px;            /* "più spessa": aumenta/diminuisci qui */
    width: 100%;             /* "più lunga": riempie il contenitore (col-md-5) */
    font-size: 15px;
    padding-left: 15px;
    box-sizing: border-box;
  }
  .minisearch .action.search { height: 46px; }  /* allinea il pulsante */

  