/*
Theme Name: Induscity Child
Theme URI: http://steelthemes.com/induscity
Author: Steelthemes
Author URI: http://steelthemes.com
Description: Industry / Factory / Engineering and Construction Business WordPress Theme
Version: 1.0.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: induscity
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: induscity
*/
.formhome{}
.formhome .vc_column-inner {
    border-top-right-radius: 16px; /* puoi regolare il valore */
    overflow: hidden; /* utile se vuoi tagliare elementi interni sporgenti */
}
.formhome h3.frm_form_title {
	color: #fff;
	margin: 25px 0 20px !important;
	font-size: 26px;
}
.partnershome img {
	border: 1px solid #eee;
	padding: 5px;
}

/* Personalizzazione pagina prodotto */
.product-header {
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
}

.product-header h1.product_title {
    margin-bottom: 5px;
    font-size: 28px;
}

.product-header .product-sku {
    color: #848484;
    font-size: 16px;
}

.product-details-tabs {
    margin-top: 40px;
}

/* Stile per il titolo del prodotto nella page-header */
.product-single-title {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-left: 10px;
    display: inline-block;
}

/* Custom Related Products Slider */
.custom-related-products-section {
    clear: both;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #efefef;
    width: 100%;
}

.related-products-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
    position: relative;
}

.related-products-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #f39c12;
}

.related-products-slider-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.slider-arrow {
    background: #333;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    flex-shrink: 0;
}

.slider-arrow:hover {
    background: #f39c12;
    transform: scale(1.1);
}

.related-products-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 0;
    flex: 1;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.related-products-slider::-webkit-scrollbar {
    display: none;
}

.related-product-item {
    flex: 0 0 250px;
    background: #f8f8f8;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.related-product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.product-image-container {
    position: relative;
    background: white;
    padding: 20px;
    text-align: center;
}

.product-image-container img {
    max-width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: contain;
}

.product-info {
    padding: 15px;
    background: #FFC73A;
    text-align: center;
}

.product-code {
    color: #1a1a1a;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .related-product-item {
        flex: 0 0 200px;
    }
    
    .slider-arrow {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .related-product-item {
        flex: 0 0 180px;
    }
    
    .related-products-slider-container {
        gap: 10px;
    }
}

/* Specifiche tecniche nella pagina prodotto */
.product-technical-specs {
    margin-top: 30px;
    padding-top: 20px;
   
}
.product-technical-specs::before {
	content: '';
	background: #F7C02D;
	width: 60px;
	height: 5px;
	display: inline-block;
	margin-bottom: 15px;
}
.product-technical-specs h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333333;
    text-align: center;
}
.woocommerce div.product .woocommerce-product-details__short-description { color:#1a1a1a}
/* Nuovo stile per il container delle specifiche tecniche */
.product-specs-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
}

.product-specs-row {
    display: flex;
    width: 100%;
   margin-bottom:10px;
}

.product-specs-row:last-child {
    border-bottom: none;
}

.product-specs-label {
    width: 40%;
    background-color: #F8F8F8;
    padding: 15px 20px;
    font-weight: 500;
    color: #333;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.product-specs-value {
    width: 60%;
    padding: 15px 20px;
    background-color: #FCFCFC;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #666;
}

table.shop_attributes th {
    width: 40%;
    background-color: #f2f2f2;
    padding: 12px 15px;
    font-weight: normal;
    color: #333333;
    text-align: left;
    border: none;
    border-bottom: 1px solid #efefef;
}

table.shop_attributes td {
    padding: 12px 15px;
    font-style: normal;
    border: none;
    border-bottom: 1px solid #efefef;
    color: #333333;
}

table.shop_attributes tr:nth-child(even) td,
table.shop_attributes tr:nth-child(even) th {
    background-color: #ffffff;
}

/* Personalizzazione tabs */
.woocommerce-tabs ul.tabs li {
    padding: 0 20px !important;
}

.woocommerce-tabs ul.tabs li a {
    font-size: 16px;
}

.woocommerce-tabs .panel {
    padding: 30px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	color: #F8C12D !important; background-color: #fff !important; border-color:#efefef !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li { background-color:#F8C12D !important; color:#000 !important;border-color:#F8C12D !important;}

/* Stili per tab Accessories */
.accessories-content {
    margin-bottom: 20px;
}

.accessory-item,.download-item,.manual-item   {
    margin-bottom: 15px;
   
}

.accessory-item a.download, 
.download-item a.download,.manual-item a.download {
    display: inline-block;
    color: #f39c12;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;  padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.accessory-item a:hover,.download-item a:hover  {
    color: #e67e22;
}


/* Stili per tab Manual */
.manual-content {
    margin-bottom: 20px;
}

.manual-item {
    margin-bottom: 15px;

}



/* Personalizzazione layout prodotto */
.mf-product-details {
    display: flex;
    margin-bottom: 40px;
}
.single-product.woocommerce div.product-image{
    width: 60%;
    padding-right: 10px;
} 

.single-product.woocommerce .product-summary {
    width: 40%;
}

@media (max-width: 991px) {
    .mf-product-details {
        flex-direction: column;
    }
    
    .product-image,
    .product-summary {
        width: 100% !important;
        padding-right: 0 !important;
    }
    
    .product-image {
        margin-bottom: 30px;
    }
}.custom-category-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}

.category-box {
    flex: 1 1 calc(50% - 20px);
    background-color: #f5f5f5;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.2s;
    padding: 20px;
    box-sizing: border-box;
}

.category-box:hover {
    transform: translateY(-5px);
}

.category-image {
    width: 100%;
    padding-top: 100%; /* Square ratio */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    border: 1px solid #ddd;
}

.category-title {
    font-weight: bold;
    font-size: 1.1em;
    background: #FFC107;
    color: #000;
    padding: 10px 15px;
    border-radius: 4px;
    margin-top: 10px;
    display: inline-block;
}
#frm_form_3_container.richiesta_sidebar {
	background: #F2F2F2;
	padding: 10px 20px;
}
#frm_form_3_container.richiesta_sidebar #frm_checkbox_15-0 label{ color:#848484 !important}
#frm_form_3_container.richiesta_sidebar #frm_checkbox_15-0 label a { color: #848484 !important; text-decoration:underline}
#frm_form_3_container.richiesta_sidebar h4 { color:#9E9E9E}
#frm_field_15_container { margin-bottom: 0 !important}
/* Custom Category Menu Shortcode Styles */
.custom-category-menu-wrapper {
    font-family: 'Hind', sans-serif;
    margin: 20px 0;
    overflow: hidden;
}

.custom-category-toggle {
    width: 100%;
    background: #333;
    color: white;
    border: none;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}

.custom-category-toggle:hover {
    background: #555;
}

.custom-category-toggle i {
    font-size: 18px;
}

.custom-category-menu {
    display: none;
    background: white;
   /* max-height: 500px;*/
    overflow-y: auto;
}

.custom-category-menu.active {
    display: block;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        max-height: 0;
    }
    to {
        opacity: 1;
        max-height: 500px;
    }
}

.custom-category-menu-wrapper .menu-header {
    padding:  0;
    font-weight: 500;
    color: #333;
    text-align:left; font-size:24px
}

.categories-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-item {
    border-bottom: 1px solid #f0f0f0;
}

.category-item:last-child {
    border-bottom: none;
}

.category-link {
    display: block;
    padding: 15px 20px;
    background: #fff;
    cursor: pointer;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    border-left: 4px solid #F7C02D;
    position: relative;
}

.category-link:hover {
    background: #fafafa;
    border-left-color: #F7C02D;
    color: #333;
}

.category-link::after {
    content: '\f078';
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.category-item.active .category-link {
    background: #F7C02D;
    color: #1a1a1a;
    border-left-color: #F7C02D;
}

.category-item.active .category-link::after {
    transform: translateY(-50%) rotate(180deg);
}

.product-count {
    font-weight: normal;
    opacity: 0.8;
    margin-left: 5px;
}

.products-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none !important;
    background: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.category-item.active .products-list {
    display: block !important;
    /*max-height: 500px;*/
    overflow-y: visible;
}

.product-item {
    border-bottom: 1px solid #f5f5f5;
}

.product-item:last-child {
    border-bottom: none;
}

.product-link {
    display: block;
    padding: 12px 20px 12px 40px;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.product-link:hover {
    background: #f8f9fa;
    color: #007cba;
    padding-left: 45px;
}

.product-item.active .product-link {
    background: #fafafa;
    color: #F7C02D;
    font-weight: 500;
    border-left: 3px solid #F7C02D;
}
.home .mf-services-3.style-2 .vc_service-wrapper { padding-bottom:0;}
/* Stile di default */
.vc_service-wrapper h3 {
 background:#7E7E7E; margin-bottom:0; color:#F7C12D;padding: 20px 0 0; font-weight:700; font-size:16px; position:relative;
  transition: all 0.3s ease;
}

.vc_service-wrapper .desc {
 background:#7E7E7E; margin-top:0; color:#fff;padding: 10px 50px 20px;
  line-height: 1.2; min-height:90px;
  transition: all 0.3s ease;
}

.vc_service-wrapper h3 a {
  color: #F7C12D !important;
}
.vc_service-wrapper img.img-icon { width:auto; max-height:320px}
/* Attivo (default o al passaggio) */
.vc_service-wrapper.active h3 {
  background: #F7C12D;
  color: #000;
}
.vc_service-wrapper.active .desc {
  background: #F7C12D;
  color: #000;
}
.vc_service-wrapper.active h3 a {
  color: #000 !important;
}
.vc_service-wrapper.active h3::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #F7C12D;
}
.bianco a { color:#fff; text-decoration:underline}
.woof_list_label li .woof_label_term:hover, .woof_list_label li .woof_label_term.checked {
	background-color: #F7C12D !important;
	border-color: #F7C12D !important;
	color: #1a1a1a !important;
}
.woof_list_label .woof_label_term {

	line-height: 1.4 !important;
	 height: auto !important;

}
#primary-sidebar {}
#primary-sidebar form.searchwp-form .searchwp-form-input-container .swp-input {
	border: 1px solid #ddd;
}
#searchwp-form-1 input[type="submit"] {
	background-color: #fafafa;
	border: 1px solid #ddd;
}
.product-inner .product-footer { display:none !important}
.sfondo_grigio .category-link{
	background: #F2F2F2;
 
}
.sfondo_grigio { background: #F2F2F2;	padding: 10px 20px 20px;}

.download .item-download {
  background-color: #f7f7f7;
  margin-bottom: 20px;
  position: relative;
  transition: 0.5s;
}
.download .item-download:last-child {
  margin-bottom: 0;
}
.download .item-download a {
  display: block;
  padding: 17px 20px 13px 20px;
}
.download .item-download .fa {
  padding-right: 15px;
}
.download .item-download:hover {
  background-color: #f7c02d;
}
.download .item-download:hover a {
  color: #252525;
}
.bordo_grigio {
	border: 1px solid ; margin-top:30px !important;
}
.download .mf-team-contact i {
  color: #f7c02d;
  padding-right: 10px;
  transform: translateY(3px);
  display: inline-block;
}
.download .mf-team-contact span {
  color: #393939;
  font-size: 14px;
  text-transform: uppercase;
}
.download .mf-team-contact br { display:none !important}
.induscity-social-links-widget a {
  color: #848484;
  padding: 0 10px;
  display: inline-block;
}
.induscity-social-links-widget a:first-child {
  padding-left: 0;
}
.induscity-social-links-widget a:last-child {
  padding-right: 0;
}
.sidebar-right h4.widget-title{font-size: 20px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-weight: 500;}
.sidebar-right .sfondo_grigio  h4 { border-bottom: 1px solid #e5e5e5;font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-weight: 500; padding-top:5px}
  .download-btn.down { background:#FFC73A;  color:#000; padding: 4px 8px !important;
  line-height: 1;}
/* Responsive adjustments */
@media (max-width: 768px) {
    .custom-category-menu {
        max-height: 400px;
    }
    
    .custom-category-toggle {
        padding: 12px 16px;
        font-size: 14px;
    }
    
    .category-link,
    .product-link {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .product-link {
        padding-left: 30px;
    }
    
    .product-link:hover {
        padding-left: 35px;
    }
}
/* Mobile - una colonna */
@media (max-width: 768px) {
    .category-box {
        flex: 1 1 100%;
    }
}

.single-product .page-header.hide-title h1 { text-indent: 0% !important; line-height: 1;}
/* Category Products Comparison - Flex Table Layout */
.category-products-comparison {
  margin: 30px 20px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  position: relative;
  display: inline-table;
}

.comparison-wrapper {
    overflow-x: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Header della tabella */
.comparison-header {
    display: flex;
    background: #0b0b0b;
    color: white;
    font-weight: 600;
    min-width: 800px;
    position: sticky;
    top: 0;
    z-index: 10;
}

.header-cell {
  padding: 10px 5px !important;
  text-align: center;
  border-right: 1px solid #34495e;
  white-space: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  line-height: 1;
}

.header-cell:last-child {
    border-right: none;
}

.product-header {
    flex: 0 0 120px;
    min-width: 120px;
    position: sticky;
    left: 0;
    background: #0b0b0b;
    z-index: 11;margin-bottom: 0;
  border: none;
}

.attribute-header {
    flex: 0 0 120px;
    min-width: 120px;
}

.downloads-header {
    flex: 0 0 100px;
    min-width: 100px;
}

/* Body della tabella */
.comparison-body {
    background: white;
    min-width: 800px;
}

.product-row {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 0.3s ease;
}

.product-row:hover {
    background-color: #f5f5f5;
}

.product-row:nth-child(even) {
    background-color: #fafafa;
}

.product-row:nth-child(even):hover {
    background-color: #f0f0f0;
}

.product-row:last-child {
    border-bottom: none;
}

.row-cell {
    padding: 12px 10px;
    text-align: center;
    border-right: 1px solid #e0e0e0;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.row-cell:last-child {
    border-right: none;
}

.product-cell {
    flex: 0 0 120px;
    min-width: 120px;
    position: sticky;
    left: 0;
    background: inherit;
    z-index: 5;
}

.product-row:nth-child(even) .product-cell {
    background: #fafafa;
}

.product-row:hover .product-cell {
    background: #f5f5f5;
}

.product-row:nth-child(even):hover .product-cell {
    background: #f0f0f0;
}

.attribute-cell {
    flex: 0 0 120px;
    min-width: 120px;
    font-weight: 500;
    color: #333;
}

.downloads-cell {
    flex: 0 0 100px;
    min-width: 100px;
}

.product-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.product-image-wrapper img {
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
    border-radius: 4px;
    transition: transform 0.3s ease;
}

.product-image-wrapper img:hover {
    transform: scale(1.1);
}

.download-btn {
    display: inline-block;
    padding: 8px 12px;
    background: #3498db;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.download-btn:hover {
    background: #2980b9;
    color: white;
    text-decoration: none;
}

/* Responsive design per mobile */
@media (max-width: 768px) {
    #block-15 {
	margin-bottom: 30px;
}
    .category-products-comparison {
        margin:0 auto;
        padding: 0;
        border-radius: 0;
        width: 90%;
        max-width: 90%;
        overflow-x: hidden; display:block;
    }
    
    .comparison-wrapper {
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .comparison-header,
    .comparison-body {
        min-width: 500px;
        width: max-content;
    }
    
    .header-cell,
    .row-cell {
        padding: 8px 6px;
        font-size: 12px;
    }
    
    .product-header,
    .product-cell {
        flex: 0 0 70px;
        min-width: 70px;
        position: sticky;
        left: 0;
        z-index: 11;
    }
    
    .product-header {
        background: #0b0b0b;
    }
    
    .product-cell {
        background: inherit;
    }
    
    .product-row:nth-child(even) .product-cell {
        background: #fafafa;
    }
    
    .product-row:hover .product-cell {
        background: #f5f5f5;
    }
    
    .product-row:nth-child(even):hover .product-cell {
        background: #f0f0f0;
    }
    
    .attribute-header,
    .attribute-cell {
        flex: 0 0 80px;
        min-width: 80px;
    }
    
    .downloads-header,
    .downloads-cell {
        flex: 0 0 60px;
        min-width: 60px;
    }
    
    .product-image-wrapper img {
        max-width: 60px;
        max-height: 60px;
    }
    
    .download-btn {
        padding: 6px 8px;
        font-size: 14px;
    }
}

/* Tablet e desktop più grandi */
@media (min-width: 1024px) {
    .comparison-header,
    .comparison-body {
        min-width: 900px;
    }
    
    .product-header,
    .product-cell {
        flex: 0 0 140px;
        min-width: 140px;
    }
    
    .attribute-header,
    .attribute-cell {
        flex: 0 0 180px;
        min-width: 180px;
    }
    
    .downloads-header,
    .downloads-cell {
        flex: 0 0 120px;
        min-width: 120px;
    }
    
    .product-image-wrapper img {
        max-width: 80px;
        max-height: 80px;
    }
}

/* WOOF Filter Styles */
/* Classi per responsive visibility */
.mobile-only {
    display: block;
}

.desktop-only {
    display: none;
}

@media (min-width: 769px) {
    .mobile-only {
        display: none;
    }
    
    .desktop-only {
        display: block;
    }
}

/* Stili per la sezione confronto categoria */
.category-comparison-section {
    margin: 40px 0;
    padding: 20px 0;
}

.category-comparison-section .comparison-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 600;
    color: #333;
}

/* Griglia responsive */
.woof .woof_redraw_zone {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 12px;
	margin-top: 20px;
	margin-bottom: -50px;
	align-items: stretch;
}
.woof .woof_redraw_zone .chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #777;
}
/* Ogni blocco filtro */
.woof_container {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Nascondi label (testo sopra) */
.woof_block_html_items label {
  display: none !important;
}

/* Stile contenitore Chosen (select visuale) */
.chosen-container {
  width: 100% !important;
  font-family: inherit;
}

/* Sfondo grigio chiaro ai select */
.woof_redraw_zone .chosen-container-single .chosen-single{
  background-color: #f1f2f4; /* colore di sfondo grigio chiaro */
  border: none;
  border-radius: 0;
  padding: 8px 12px;
  font-size: 14px;
  height: 42px !important;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease;
  box-shadow: none;
}
.woof_redraw_zone .chosen-container-single .chosen-single div b {
	background-position: 0 10px !important;
}

/* Hover */
.woof_redraw_zone .chosen-single:hover {
  background-color: #e6e8eb;
  border-color: #999;
}

/* Active/focus */
.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #F7C02D;
  border-color: #F7C02D; color:#1a1a1a;
  box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.2);
}

/* Freccia */
.chosen-single div b {
  border-color: #555;
}

/* Dropdown menu */
.chosen-drop {
  background-color: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  z-index: 999;
}

.chosen-results li {
  padding: 8px 12px;
  font-size: 14px;
  color: #333;
}

/* Forza stile della voce evidenziata */
.woof .woof_redraw_zone .chosen-container .chosen-results li.result-selected,
.woof .woof_redraw_zone .chosen-container .chosen-results li.highlighted,
.woof .woof_redraw_zone .chosen-container-active .chosen-results li.highlighted,
.woof .woof_redraw_zone .chosen-container .chosen-results li.result-selected.highlighted {
  background-color: #F7C02D !important; /* il tuo giallo */
  color: #1a1a1a !important;
  background-image: none !important;
}

/* Rimuove gradienti o sfumature imposti da Chosen */
.chosen-container .chosen-results li {
  background-image: none !important;
}
.woof_submit_search_form_container { margin:0 !important}
.button.woof_reset_search_form {
	padding: 0 !important;
	line-height: 1 !important;
	height: 42px !important;
	/* min-height: 0 !important; */
}
.shop-toolbar form.woocommerce-ordering,.shop-toolbar { display: none !important}
ul.products.columns-3 { margin-top:30px !important}

/* Responsive: impila su mobile */
@media screen and (max-width: 600px) {
  .woof .woof_redraw_zone {
    grid-template-columns: 1fr;
  }
}