/*
Theme Name: RZ Theme
Description: Tema child per Hello realizzato da Riccardo Zanin.
Author: Riccardo Zanin - Onlyne You
Author URI: https://www.riccardozanin.it
Template: hello-elementor
Version: 1.0
*/

#ricercaHeader .e-search-input{
	width: 400px;
	text-align: center;
}

.accordion {
    width: 100%;
    border: none;
    background-color: #ffffff !important;
	color: #002D5A !important;
    margin-top: 6px;
    text-align: left;
    padding: 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 16px;
	border-radius: 15px; /* bordo arrotondato */
    overflow: hidden; /* Assicura che il contenuto non “esca” dal box */
	box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.16);
}

.accordion:hover {
    background-color: #fff; /* resta bianco anche al passaggio */
	color: #002D5A;
}

.accordion.active {
    background-color: #fff; /* colore bianco anche da attivo */
	color: #002D5A;
}

.accordion.focus {
    background-color: #fff;
	color: #002D5A;
}

.accordion .titolo {
    padding: 14px;
    position: relative;
}

.accordion .icon {
    float: right;
    transition: transform 0.3s ease;
}

.accordion.active .icon {
    transform: rotate(90deg);
}

.accordion .contenuto {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    background-color: #ffffff;
    padding: 0 14px;
	white-space: normal;           /* consente il ritorno a capo */
    word-wrap: break-word;         /* spezza le parole lunghe */
    overflow-wrap: break-word;     /* compatibilità moderna */
}
.accordion.active .contenuto {
    padding-top: 0px;
	padding-bottom: 10px;
}

.archive.woocommerce-page #main{
	max-width: 100%;
	padding: 0;
}
.archive.woocommerce-page #main #orderByDesktop,
.archive.woocommerce-page #main .shop-container{
	max-width: 1530px;
}
.archive.woocommerce-page #main nav.woocommerce-breadcrumb,
.archive.woocommerce-page #main header.woocommerce-products-header{
	max-width: 1140px;
}
.archive.woocommerce-page #main #orderByDesktop,
.archive.woocommerce-page #main .shop-container,
.archive.woocommerce-page #main nav.woocommerce-breadcrumb,
.archive.woocommerce-page #main header.woocommerce-products-header{
	margin-right: auto;
    margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.archive.woocommerce-page.woocommerce #main ul.products::before{
	display: none;
}
.containerShop{
	background: #E3ECF0;
	padding-top: 70px;
}

.archive.woocommerce-page #main nav.woocommerce-breadcrumb, .archive.woocommerce-page #main nav.woocommerce-breadcrumb a{
	margin-top: 30px;
	font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #004993;
	text-transform: uppercase;
}
.archive.woocommerce-page #main nav.woocommerce-breadcrumb a{
	text-decoration: underline;
}
.archive.woocommerce-page #main .woocommerce-products-header__title{
	font-family: "Roboto", Sans-serif;
    font-size: 50px;
    font-weight: 300;
    font-style: italic;
    line-height: 50px;
    color: #2BABE2;
}
.archive.woocommerce-page #main .term-description{
	font-family: "Roboto", Sans-serif;
	color: #002D5A;
	margin-bottom: 30px;
}

.archive.woocommerce-page #main .woocommerce-ordering {
  display: flex;
  align-items: center;
  gap: 10px;
	width: 30%;
    margin-left: auto;
    float: none;
}
.woocommerce-ordering--desktop label{
	white-space: nowrap;
}
.woocommerce .woocommerce-ordering.woocommerce-ordering--mobile{
	margin: 0;
}
.archive.woocommerce-page #main .woocommerce-ordering.woocommerce-ordering--mobile .orderby {
     margin-top: 0px;
}

.archive.woocommerce-page #main ul.products{
	display: flex;
    flex-wrap: wrap;
}
/* Box prodotto */
ul.products li.product {
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  overflow: hidden;
  padding: 15px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
ul.products li.product .woocommerce-LoopProduct-link.woocommerce-loop-product__link{
	padding: 0 10px;
}

.variations_form.wpcvs_form.wpcvs_archive{
	padding: 0 7px;
}

/* Immagine */
ul.products li.product img {
  max-height: 250px;
  object-fit: cover;
  margin: 0 auto;
  min-height: 250px;
}

/* Titolo */
ul.products li.product h2.woocommerce-loop-product__title {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #003C7A;
  margin: 10px 0 4px;
  line-height: 1.3;
	text-align: left;
	min-height: 100px;
	font-family: "Roboto", sans-serif;
	
}


/* Categoria */
ul.products li.product .woocommerce-loop-category__title,
ul.products li.product .posted_in {
  font-size: 13px;
  color: #555;
  margin-bottom: 4px;
}

/* Prezzo */
ul.products li.product .price {
  font-weight: 600!important;
  font-size: 16px!important;
  margin-bottom: 10px!important;
  display: block!important;
	text-align: left!important;
	color: #000!important;
}

ul.products li.product .variations.wpcvs-initialized .label{
	display: none;
}

.wpcvs-terms.wpcvs-style-rounded .wpcvs-term,
.wpcvs-terms.wpcvs-style-rounded .wpcvs-term .wpcvs-term-inner{
	border-radius: 0;
	height: auto;
	background: #FFFFFF;
	font-size: 12px;
}
.wpcvs-terms.wpcvs-style-rounded .wpcvs-term .wpcvs-term-inner{
	padding: 0 5px;
}
.wpcvs-terms.wpcvs-style-rounded .wpcvs-term,
.wpcvs-terms.wpcvs-type-button .wpcvs-term .wpcvs-term-inner .wpcvs-term-label{
	padding: 0;
}


/* Quantità wrapper */
ul.products li.product .quantity-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 10px;
}

ul.products li.product .quantity-wrapper input.quantity {
  width: 40px;
  height: 36px;
  border: 0px;
  border-radius: 6px;
  font-size: 16px;
  padding: 0;
}

ul.products li.product .quantity-wrapper button,
ul.products li.product .quantity-wrapper button:focus{
  width: 36px;
  height: 36px;
  border: 0px;
  border-radius: 6px
  background: #FFF;
  cursor: pointer;
  padding: 0;
  color: #000;
  font-size: 32px;
  font-family: 'Roboto';
  font-weight: 300;
}
ul.products li.product .quantity-wrapper button:hover {
  background: #003C7A;
  color: #FFF;
}

/* Bottone Aggiungi */
ul.products li.product .add_to_cart_button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  background-color: #003C7A;
  color: white !important;
  padding: 12px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0 0 12px 12px;
  transition: background-color 0.3s ease;
  text-align: center;
  font-size: 17px;
	font-family: "Roboto", sans-serif;
}

ul.products li.product .add_to_cart_button:hover {
  background-color: #002d5a;
}

/* Icona nel bottone (se presente) */
ul.products li.product .add_to_cart_button::after {
  content: "";
  display: inline-block;
  width: 26px; /* o la dimensione del tuo svg */
  height: 26px;
  margin-left: 8px;
  background-image: url('/wp-content/uploads/2025/08/icon-shopping-white.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

li.product {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

li.product .quantity-wrapper {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
}

li.product .add_to_cart_button {
  margin-top: 0; /* rimuove eventuale spazio indesiderato */
}


.quantity-wrapper button {
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 1;
}

.quantity input[type="number"] {
  width: 60px;
  text-align: center;
  height: 32px;
}

ul.products li.product a.woocommerce-loop-product__link {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  display: block;
}

ul.products li.product .add_to_cart_button {
  margin-top: 0 !important;
}

ul.products li.product {
  flex: 0 0 22.05%;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul.products li.product .woocommerce-loop-product__link {
  flex-grow: 1;
}

ul.products li.product .quantity-wrapper {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

ul.products li.product .quantity-wrapper .quantity input[type="number"] {
  width: 46px!important;
  text-align: center;
  height: 32px;
  padding: 0;
  margin-left: 12px;
  border: 0;
  font-family: 'Roboto';
  font-size: 24px;
}

ul.products li.product .add_to_cart_button {
  margin-top: auto;
}

.shop-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  margin: 0 auto;
}

.shop-sidebar {
  width: 250px;
}

.shop-content {
  flex-grow: 1;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image--top-left {
    right: 0;
	left: auto;
    top: 0;
	margin: 0;
    padding: 5px;
}
#divOrderMobile {
    display: none;
  }

	#divOrderMobile.open {
	  display: block;
	}
.bapf_sfilter {
    margin-top: 20px;
    margin-bottom: 20px;
}
.berocket_single_filter_widget{
	border-top: 1px solid #003C7A;
}
.bapf_hascolarr, .bapf_head h3{
	font-family: "Roboto", Sans-serif;
   font-weight: 300;
   text-transform: uppercase;
	font-size: 16px;
	color: #003C7A;
	margin-bottom: 10px;
	cursor: pointer;
}
.bapf_sfilter .bapf_colaps_smb{
	color: #2BABE2;
}
.bapf_sfilter.bapf_ckbox input[type=checkbox], .bapf_sfilter.bapf_ckbox label, .bapf_sfilter.bapf_ckbox label+span, .bapf_sfilter.bapf_ckbox label>span,
.bapf_from .bapf_val, .bapf_to .bapf_val, .bapf_from .bapf_taprice, .bapf_to .bapf_taprice{
	color: #003C7A;
	font-family: "Roboto", Sans-serif;
}
.bapf_radio_chck ul li input[type=checkbox] {
    border: 2px solid #2BABE2;
}
.bapf_asradio2 ul li input[type=checkbox] {
    border: 1px solid #2BABE2;
    padding: 0px;
}
.bapf_asradio2 ul li input[type=checkbox]:checked{
    background: #2BABE2;
}
.bapf_sfilter.bapf_ckbox input[type=checkbox] {
    margin-right: 15px;
}
.bapf_sfilter ul li {
    margin-bottom: 5px !important;
}
.bapf_slidr_main.ui-widget-content, .berocket_filter_price_slider.ui-widget-content {
    height: 10px;
	border-radius: 10px;
	border: 1px solid #2BABE2!important;
	background: #E3ECF0;
}
.bapf_slidr_main.ui-widget-content .ui-slider-range, .berocket_filter_price_slider.ui-widget-content .ui-slider-range {
    background: #2BABE2;
	border-radius: 10px;
	border: 1px solid #2BABE2;
}
.bapf_slidr_main.ui-widget-content .ui-slider-handle, .berocket_filter_price_slider.ui-widget-content .ui-slider-handle, .slide.default .bapf_slidr_main .ui-state-default, .slide.default .bapf_slidr_main .ui-widget-header .ui-state-default, .slide.default .bapf_slidr_main.ui-widget-content .ui-state-default, .slide.default .berocket_filter_price_slider .ui-state-default, .slide.default .berocket_filter_price_slider .ui-widget-header .ui-state-default, .slide.default .berocket_filter_price_slider.ui-widget-content .ui-state-default{
	display: none;
}

.single-product .elementor-add-to-cart .stock.in-stock{
	display:none!important;
}

.single_add_to_cart_button.is-loading{
  position: relative;
  opacity: .85;
  pointer-events: none; /* ok: il submit è già partito */
}
.single_add_to_cart_button.is-loading::after{
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 1em; height: 1em;
  margin-top: -0.5em; margin-left: -0.5em;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: atc-spin .6s linear infinite;
}
@keyframes atc-spin { to { transform: rotate(360deg); } }

.single-product .elementor-add-to-cart form.cart, .single-product .elementor-add-to-cart .woocommerce-variation-add-to-cart{
	justify-content: space-between;
}
.single-product .elementor-add-to-cart .txtQuantitaSingleProd, .single-product .elementor-add-to-cart .ue-inner-btn-wrapper{
	font-family: "Roboto", Sans-serif;
   font-weight: 300;
   text-transform: uppercase;
	font-size: 16px;
}
.single-product .elementor-add-to-cart .txtQuantitaSingleProd{
	line-height: 36px;
    width: 25%;
	color: #004993;
}
.single-product .elementor-add-to-cart .quantity{
    width: 25%;
}
.single-product .elementor-add-to-cart .single_add_to_cart_button, .single-product .elementor-add-to-cart .woocommerce-variation-add-to-cart .single_add_to_cart_button{
	background-color: #004993!important;
	width: 50%;
}
.single-product .elementor-add-to-cart .woocommerce-variation-add-to-cart .single_add_to_cart_button.disabled,
.single-product .elementor-add-to-cart .woocommerce-variation-add-to-cart .single_add_to_cart_button.disabled:hover{
	background-color: #2BABE2;
}
.single-product .elementor-add-to-cart .ue-inner-btn-wrapper{
	color: #FFF;
}

/* opzionale: velo leggero su tutta la pagina */
body.is-submitting::before{
  content:"";
  position:fixed; inset:0;
  background: rgba(255,255,255,.35);
  pointer-events:none;
}


/* opzionale: velo leggero su tutta la pagina */
body.is-submitting::before{
  content:"";
  position:fixed; inset:0;
  background: rgba(255,255,255,.35);
  pointer-events:none;
}
.single-product .elementor-add-to-cart table.variations.wpcvs-initialized th,
.single-product .elementor-add-to-cart table.variations.wpcvs-initialized td{
	background-color: #FFF!important;
}
.single-product .elementor-add-to-cart table.variations.wpcvs-initialized tr .label {
    width: 25%;
    flex: 0 0 25%;
	padding: 20px 0;
    text-align: left;
	font-family: "Roboto", Sans-serif;
   font-weight: 300!important;
   text-transform: uppercase;
	font-size: 16px;
	color: #004993;
}
.single-product .elementor-add-to-cart .variations th.value{
	padding: 0 20px;
}
.single-product .elementor-add-to-cart table.variations.wpcvs-initialized tr .label label{
   font-weight: 300!important;
}

/*===============  stili barra spedizione gratuita ========================*/
.sg-wrap{
  display:flex;
  align-items:center;
  gap:12px;
  margin:10px 0;
flex-wrap: wrap;
}

.spedizione-gratuita-msg{
  font-weight:400;
  margin:0;
  color:#004993; /* rosso default */
	font-size:16px;
}
.sg-amount{
	font-weight:700;
	font-size:22px;
}

/* contenitore barra */
.sg-progress{
  flex:1;                /* occupa lo spazio a destra */
  height:10px;
  background:#fff;
	border:1px solid #2babe2;
  border-radius:9999px;
  overflow:hidden;
  position:relative;
	
}

/* barra di avanzamento */
.sg-progress__bar{
  display:block;
  height:100%;
  width:0;
  background:#2babe2;    /* blu progress */
  transition:width .4s ease;
	border-radius:9999px;
}

/* Stato raggiunta soglia: messaggio verde */
.sg-wrap.sg-complete .spedizione-gratuita-msg{
  color:#2a7d2e;
}

@media (max-width: 769px) {
	.spedizione-gratuita-msg{
		width:100%;
	}
	
}
	
	
	
	
/*====================.  STILI CARRELLO ===============================*/

/* tabella prodotti */
.elementor-widget-woocommerce-cart .woocommerce table.cart{
	margin-top: 35px;
}

.elementor-widget-woocommerce-cart .e-cart__container {
    align-items: stretch;
    display: grid;
    flex-wrap: wrap;
    /*grid-template-columns: 66% auto !important;*/
    grid-column-gap: 30px !important;
    grid-row-gap: 30px !important;
}

.elementor-widget-woocommerce-cart .woocommerce table.cart img {
	width: 150px !important;
    max-width: 150px !important;
	box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19) !important;
	padding:10px;
	border-radius: 6px;
}

.elementor-widget-woocommerce-cart .woocommerce table.cart td{
	padding:15px !important;
}
.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-thumbnail{
	padding:15px 0px!important;
}



.e-shop-table.e-cart-section{
	border: 0;
	padding: 0;
}




.titleCarrello{
	font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
	color: #004993;
	margin-top: 5px;
}
.boxRiepilogoCarrello, .woocommerce-cart-form__coupon.coupon{
	padding: 10px;
	background: #E3ECF0;
}
.woocommerce .wc-proceed-to-checkout .checkout-button{
	width: 100%!important;
}
.woocommerce-shipping-totals .woocommerce-shipping-destination{
	display: none;
}
tr.order-total th, tr.order-total td{
	border-top: 1px solid #004993!important;
} 
.woocommerce-cart .shop_table.cart{
	margin-bottom: 50px!important;
}
.woocommerce-cart-form__coupon.coupon h3{
	font-family: "Roboto", Sans-serif;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
	color: #004993;
}
.woocommerce-cart-form__coupon.coupon .checkout_coupon{
	margin: 0!important;
	padding: 0!important;
	border: 0!important;
}

.woocommerce-cart-form__coupon.coupon button{
	border: 1px solid #004993!important;
	background-color: #004993!important;
	color: #FFF!important;
	border-radius: 10px!important;
	font-family: "Roboto", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
}
.woocommerce-cart-form__contents .product-price, .woocommerce-cart-form__cart-item.cart_item .product-price,
.woocommerce-cart-form__contents .product-quantity, .woocommerce-cart-form__cart-item.cart_item .product-quantity{
	text-align: center;
}
.woocommerce-cart-form__contents .product-subtotal, .woocommerce-cart-form__cart-item.cart_item .product-subtotal{
	text-align: right;
	padding-right: 0;
}

.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td:before{
	width: 50%;
}
.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td{
	display: flex;
    justify-content: space-between;
    padding-right: 12px;
}
.text-shipping-cost{
	font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
	color: #004993;
}
.woocommerce-cart .fgf-success-message.fgf-notice.woocommerce-message{
	display: none!important;
}

@media (max-width: 767px) {
    .elementor-widget-woocommerce-cart .woocommerce table.cart tr {
        padding: 5px!important;
    }
	.elementor-widget-woocommerce-cart .woocommerce table.cart td {
		padding: 5px !important;
	}
}

/*========= STILI CHECKOUT =============*/
.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text{
	font-family: "Roboto", Sans-serif!important;
	font-size: 14px!important;
	font-weight: 500!important;
    color: #002D5A!important;
}

@media (max-width: 1200px){
	ul.products li.product {
        flex: 0 0 28%;
        min-height: 460px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}
@media (max-width: 1050px){
	ul.products li.product {
        flex: 0 0 45%;
        min-height: 460px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}
@media (max-width: 768px) {
	.archive.woocommerce-page #main nav.woocommerce-breadcrumb,
	.archive.woocommerce-page #main header.woocommerce-products-header,
	.containerShop{
		padding-left: 10px;
		padding-right: 10px;
	}
  .shop-container {
	padding-left: 10px!important;
	padding-right: 0px!important;
  }

  .toggle-sidebar {
    flex: 1;
    display: inline-block;
    background-color: #003C7A;
    color: #fff;
    border: none;
    padding: 9px 12px;
    margin-bottom: 10px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
	border: 1px solid #003C7A;
    text-align: center;
  }
	
  	.toggle-sidebar:hover, .toggle-sidebar:focus {
		background-color: #E3ECF0;
    	color: #003C7A;
	}

  .shop-container {
    display: flex;
    flex-direction: column;
  }

  .shop-sidebar {
    display: none;
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }

  .shop-container.sidebar-open .shop-sidebar {
    display: block;
  }

  .shop-content {
    order: 2;
  }
	.archive.woocommerce-page #main ul.products {
		justify-content: space-between;
	}
	ul.products li.product {
		flex: 0 0 48%;
		min-height: 460px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	ul.products li.product .quantity-wrapper .quantity input[type="number"] {
		margin-left: 2px;
	}
	
	.archive.woocommerce-page #main .woocommerce-ordering {
		flex-direction: column;
		align-items: flex-start;
	}

  .archive.woocommerce-page #main .woocommerce-ordering .orderby {
    margin-top: 10px;
  }

  .archive.woocommerce-page #main .woocommerce-ordering .orderBy_label {
    background-color: #003C7A;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    user-select: none;
  }

  .archive.woocommerce-page #main .woocommerce-ordering.active .orderby {
    display: block;
  }
	.toggle-bar {
		display: flex;
		width: 100%;
		margin-bottom: 10px;
		justify-content: space-between;
		gap:7px;
		padding-right: 7px;
	  }

  .woocommerce-ordering--mobile {
    flex: 1;
  }

  .woocommerce-ordering--mobile select.orderby {
    width: 100%;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 16px;
    background-color: #003C7A;
    color: #fff;
    border: none;
    cursor: pointer;
    appearance: none; /* rimuove stile nativo */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23fff" height="14" viewBox="0 0 20 20" width="14" xmlns="http://www.w3.org/2000/svg"><path d="M5.516 7.548a.5.5 0 0 1 .707 0L10 11.325l3.777-3.777a.5.5 0 1 1 .707.707l-4.13 4.13a.5.5 0 0 1-.707 0l-4.13-4.13a.5.5 0 0 1 0-.707z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
  }

  /* Per compatibilità: spaziatura extra a destra */
  .woocommerce-ordering--mobile {
    position: relative;
  }

  .woocommerce-ordering--mobile select.orderby:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(43, 171, 226, 0.4); /* blu chiaro */
  }

  .toggle-sidebar,
  .woocommerce-ordering {
    flex: 1 1 48%;
    max-width: 50%;
  }

  .woocommerce-ordering {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .woocommerce-ordering .orderBy_label {
    background-color: #003C7A;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    text-align: center;
  }

  .shop-sidebar {
    display: none;
    order: 1;
    margin-bottom: 20px;
  }

  .shop-container.sidebar-open .shop-sidebar {
    display: block;
  }

  .shop-content {
    order: 2;
  }
	.woocommerce-ordering--desktop {
    display: none!important;
  }

  .woocommerce-ordering--mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .woocommerce-ordering--mobile .orderBy_label {
    background-color: #003C7A;
    color: white;
    padding: 10px 12px;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    width: 100%;
  }
}

/* pulsante load more */
.lmp_load_more_button .lmp_button {
    font-family: "Roboto", sans-serif;
    font-size: 17px !important;
    text-transform: uppercase;
    background-color: #003C7A !important;
    color: #fff !important;
    border-radius: 6px !important;
    margin-bottom: 30px !important;
}
.lmp_load_more_button .lmp_button:hover {
	background-color: #062D5A !important;
}
/* Desktop: layout normale */
@media (min-width: 769px) {
	.shop-container {
		display: flex;
		gap: 30px; /* spazio tra sidebar e contenuto */
	  }

	  .shop-sidebar {
		width: 20%;
		max-width: 300px; /* opzionale, se vuoi un limite */
		flex-shrink: 0;
		padding-top: 50px;
	  }

	  .shop-content {
		width: 80%;
	  }
  .toggle-sidebar, .woocommerce-ordering--mobile {
    display: none;
  }

  .shop-content {
    order: initial;
  }
	
  .toggle-bar {
    display: none;
  }

  .shop-sidebar {
    display: block !important;
    order: initial;
  }

  .shop-content {
    order: initial;
  }
	.woocommerce-ordering--mobile {
    display: none;
  }

  .woocommerce-ordering--desktop {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }
}

