.elementor-2019 .elementor-element.elementor-element-b0d7485{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2019 .elementor-element.elementor-element-0faed1c{--spacer-size:50px;}.elementor-2019 .elementor-element.elementor-element-c4f94d7{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2019 .elementor-element.elementor-element-271dff2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2019 .elementor-element.elementor-element-28061d9{text-align:center;}.elementor-2019 .elementor-element.elementor-element-28061d9 .elementor-heading-title{font-family:"Benzin Semibold", Sans-serif;}.elementor-2019 .elementor-element.elementor-element-5fb5ac3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2019 .elementor-element.elementor-element-e38d37a{text-align:center;}.elementor-2019 .elementor-element.elementor-element-e38d37a .elementor-heading-title{font-family:"Benzin Semibold", Sans-serif;color:var( --e-global-color-primary );}.elementor-2019 .elementor-element.elementor-element-9da89e4{text-align:center;}.elementor-2019 .elementor-element.elementor-element-9da89e4 .elementor-heading-title{font-family:"stem light", Sans-serif;font-size:22px;font-weight:400;color:var( --e-global-color-secondary );}.elementor-2019 .elementor-element.elementor-element-99209bc{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-2019 .elementor-element.elementor-element-d63579a.elementor-element{--align-self:center;}@media(min-width:768px){.elementor-2019 .elementor-element.elementor-element-271dff2{--width:66.6666%;}.elementor-2019 .elementor-element.elementor-element-5fb5ac3{--width:33.3333%;}}/* Start custom CSS */#order-summary {
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    font-family: Arial, sans-serif;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    margin: auto;
 
}

#order-summary p, #order-summary h3 {
    display: flex;
    justify-content: space-between;
    font-size: 1em;
    color: #333;
    margin: 10px 0;
    
}

#order-summary h3 {
    font-size: 1.2em;
    color: #333;
    font-weight: 400;
    margin-bottom: 15px;
     font-family: Stem !important;
}

#order-summary .highlight {
    font-weight: bold;
    color: #FF6200;
}

/* Linea divisoria */
#order-summary .divider {
    border-top: 1px solid #E0E0E0;
    margin: 15px 0;
}

.bold {
    font-weight: bold;
}
/*sinistra */
/* Stile generale per il carrello */
#cart-info {
    font-family: Arial, sans-serif;
    max-width: 500px;
    margin: auto;
}

/* Stile per ogni singolo elemento del carrello */
.cart-item {
    display: flex;
    align-items: center;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.cart-item img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    margin-right: 15px;
}

.cart-item-details {
    flex-grow: 1;
}

.cart-item-name {
      font-size: 12px;
    color: #666 !important;
    margin: 0;
    font-weight:400;
    
}
.cart-item-category{
    font-family: stem light;
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    color: #1A1A1A !important;
}
.cart-item-variety {
    font-size: 12px;
    color: #666;
    margin: 0;
}

.cart-item-quantity {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
/* Stile per il nome del prodotto */
.cart-item-name a {
    font-size: 12px;
    color: #666 !important;
    margin: 0;
    font-weight: 400;
    text-decoration: none;
}

/* Stile per la categoria del prodotto */
.cart-item-category a {
    font-family: 'Stem Light', sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    color: #1A1A1A !important;
    text-decoration: none;
}

/* Stile per la varietà del prodotto */
.cart-item-variety a {
    font-size: 12px;
    color: #666 !important;
    margin: 0;
    text-decoration: none;
}


.quantity-button {
    border: 1px solid #000;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
}

.quantity-value {
    margin: 0 10px;
    font-size: 14px;
}

.cart-item-price {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-align: right;
}

.remove-button {
    font-size: 18px;
    color: #666;
    cursor: pointer;
    margin-left: 15px;
}

/* Stile per il messaggio del carrello vuoto e il pulsante */
#empty-cart-message {
    text-align: center;
    margin-top: 20px;
}

.empty-message-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.shop-button {
   
    padding: 10px 30px;
    top:10px;
    margin: 15px ;
    text-align: center;
    background-color: #FF6200;
    font-family: Stem light;
    color: white !important;
    font-weight: normal;
    text-decoration: none;
    border-radius: 15px;
    
    cursor: pointer;
}


.checkout-button { padding: 10px 30px;
    top:10px;
    margin: 15px ;
    text-align: center;
    background-color: #FF6200;
    font-family: Stem light;
    color: white !important;
    font-weight: normal;
    text-decoration: none;
    border-radius: 15px;
    
    cursor: pointer;
}


.progress-bar-container {
    margin: 20px 0;
    text-align: center;
    position: relative;
}

.progress-bar {
    background-color: #e0e0e0;
    border-radius: 25px;
    height: 20px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.progress {
    height: 100%;
    border-radius: 25px;
    width: 0%; /* Larghezza iniziale */
    position: absolute;
    top: 0;
    left: 0;
    transition: width 0.5s ease;
    background-image: repeating-linear-gradient(
        45deg,
        #FF5F00, /* Arancione */
        #FF5F00 10px,
        #1A1A1A 10px, /* Grigio scuro */
        #1A1A1A 20px
    );
}


.progress-text {
    font-weight: bold;
    margin-top: 10px;
}

#free-shipping-message {
    font-family: stem light;
    text-align: center !important;
    font-weight: bold;
    margin-top: 10px;
}

.bold {
    font-weight: bold;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Benzin Semibold';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://luzinsport.com/wp-content/uploads/2024/11/Benzin-Semibold.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'stem light';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://luzinsport.com/wp-content/uploads/2024/11/Stem-Light.ttf') format('truetype');
}
/* End Custom Fonts CSS */