/**
Theme Name: Seeoo
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: seeoo
Template: astra
*/

.woocommerce .ast-shop-toolbar-container {
    margin-bottom: 10px;
    -js-display: flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* --- Rimpicciolisci Titolo Bundle --- */

div+.bundle_sells_title {
    padding-top: opx;
	  padding-bottom: 15px;
}

.bundle_sells_title h3 {
  font-size: 20px !important;
	  text-transform: none;
}

.bundled_product_title .item_title {
  font-size: 20px;
}

/* --- Fine Modifica --- */

/* --- Ingrandisci Checkbox Bundle --- */

.bundled_product_optional_checkbox .bundled_product_checkbox {
  transform: scale(1.5); /* Ingrandisce il checkbox del 50%. Puoi cambiare 1.5 ad es. con 2 per raddoppiarlo */
  /* Potrebbe essere necessario regolare l'allineamento verticale */
  vertical-align: middle; /* Prova diversi valori: middle, sub, bottom, top, text-bottom, etc. */
  /* Aggiungi un po' di margine se necessario per distanziarlo dal testo */
  margin-right: 5px;
}

/* --- Fine Modifica --- */

/* --- Ingrandisci Area Label Checkbox Bundle --- */

.bundled_product_optional_checkbox {
  display: block; /* Assicura che padding e margini funzionino come previsto */
  padding: 10px 0; /* Aggiunge spazio sopra e sotto l'etichetta */
  font-size: 18px; /* Rende il testo "Add for..." più grande (aggiusta il valore come preferisci) */
  line-height: 1.4; /* Migliora la spaziatura verticale se il font è più grande */
}

/* --- Fine Modifica --- */

/* --- Aumenta Dimensione Prezzo Scontato Bundle --- */

.bundled_product_optional_checkbox .price ins .amount {

 	font-size: 20px;
	font-weight: 600;
}

/* --- Fine Modifica --- */

/* --- Aggiungi Spazio tra Simbolo Euro e Prezzo Scontato Bundle --- */

.bundled_product_optional_checkbox .price ins .amount .woocommerce-Price-currencySymbol {
  margin-right: 2px; 
}

/* --- Fine Modifica --- */

/* --- Font disponibilita sottile --- */

.woocommerce-js div.product p.ast-stock-detail .ast-stock-avail, .woocommerce-js div.product p.stock .ast-stock-avail {
    font-weight: 300;
}

/* --- Fine Modifica --- */

/* --- Distanze filtro e sorting --- */

.woocommerce-js .variations select, 
.woocommerce-js .woocommerce-ordering select {
    padding-right: 0px;
}

/* --- Fine Modifica --- */

/* --- Margine icona freccia menu --- */
.ast-icon.icon-arrow svg {
    margin-left: 5px;
}
/* --- Fine Modifica --- */

.woocommerce-MyAccount-navigation-link--saved-cards {
	display: none;
}