@media (min-width: 800px) {
    .m-r{
        width: 95%;
        margin-right: 5%;
    }

    .m-l{
        width: 95%;
        margin-left: 5%;
    }
}


#ro_carta{
    display: none;
}

#form-upload{
    width:100%;
    height: 42px;
    font-size: 12px;
    line-height: 42px;
    padding-left: 10px;
    border: 1px solid #E5E5E5;
    cursor: pointer;
}

.lw-alert {

    position: fixed;
    z-index: 9999;
    left:-webkit-calc(50% - 312px);left:-moz-calc(50% - 312px);left:calc(50% - 312px);
    top: 15px;
    width: 624px;

}

.lw-alert > span {

    cursor: pointer;
    float: right;

}

/* ==== SELECT CUSTOM ==== */
/* Stile della select */
select.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: .375rem .75rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* Stile della freccia della select */
select.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

/* Stile della select quando in focus */
select.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

/* Stile della select quando disabilitata */
select.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

/* ==== ==== ==== */

/* ==== LABEL REGISTRAZIONE ==== */
label[for="ship-box"]:hover {
    cursor: pointer;
}

/* ==== DISABLED PER LABEL CARRELLO ==== */
label.disabled {
    opacity: 0.5; /* Opacità ridotta */
    pointer-events: none; /* Non è possibile interagire con l'elemento */
    cursor: not-allowed; /* Il cursore del mouse diventa "non permesso" */
}

.home-6 .header-container{
    background: linear-gradient(-45deg,#00476f,#85bc3c);
}

.home-6 .header-top-menu > ul > li > a, .home-6 .header-top-menu > ul > li > span{
    color: white;
}

.home-6 .cart-total{
    color: white;
}

.header-top-area{
    color: white;
    border-bottom: 1px solid #ebebeb;
}



.search-box {
    width: 95%;
    margin-left: 5%;
    float: left;
    position: relative;
    background: #fff;
    height: 50px;
    border-radius: 0 30px 30px 0;
}

.search-box input{
    border-left: none;
}

.home-6 .search-box-area{
    border: 2px solid transparent;
}

.home-6 .search-box button{
    background: #666;
    right: -4px;
}

.home-6 .mini-cart-area > ul > li > a {
    border-color: white;
    color: white;
}

.mini-cart-area:hover > ul > li > a {
    border-color: #11bb0b!important;
    color: #11bb0b!important;

    transition: all 0.8s ease;
}

.mini-cart-area:hover > ul > li > a > span {
    color: #FFF!important;
}

.home-6 .cart-add {
    color: #fff;
    background: #11bb0b;
}

#bottone-ricerca-header-sx{
    text-align:center;
    margin-top:30px;
    height:50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;

    transition: all 0.8s ease; /* Aggiungi una transizione */

}

#bottone-ricerca-header-sx:hover{
    background-color: #00476f;
    border-color: #00476f;
}

.advanced-search{
    height: 510px;
    padding:15px 10px!important;
    position: relative;
    background-image: linear-gradient(-45deg, #00476f, #85bc3c);
    margin-bottom: 10px;

    border: 1px solid transparent!important; /* Imposta un bordo trasparente */
    border-radius: 4px!important; /* Imposta un bordo di raggio 4px */

}

div.advanced-search select{
    margin-bottom: 0px;
}

.form-fild{
    margin-bottom: 10px;
}

.form-fild > p {
    margin: 0;
    text-align: center;
}

div.advanced-search label {
    color: white;
    font-weight: bold;
}

.home-6 .slider-text{
    top:0;
}

.slider-text h1{
    color: white;
}

.home-6 .slider-text > h4 > span {
    color: #69ACFF;
}

a.button {
    font-size: 13px;
    color: #fff!important;
    line-height: 46px;
    text-transform: uppercase;
    display: inline-block !important;
    vertical-align: top;
    padding: 0 40px;
    font-weight: 500!important;
    background: #07A900!important;
    border-radius: 5px;

    transition: background-color 0.8s ease; /* Aggiungi una transizione */
}

a.button:hover {
    background-color: #00476f!important;
}

.home-6 .slider-text > h4 > span {
    color: #69ACFF;
}

.block-wrapper, .block-wrapper2, .block-wrapper3, .block-wrapper4{
    width: 90%;
    margin: 0 5%;
}

@media (max-width: 767px){
    .all-about {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0;
    }

    #header-search{
        margin-top: 10px;
    }

    #slider-desktop #slider{
        margin: 0 0 20px 0;
    }

}

@media (min-width: 768px) and (max-width: 991px){


    .logo-header{
        width: 100%;
        height: auto;
        margin-top: 0;
        margin-bottom: 0;
    }

}


/* Merged .logo class definitions */
.logo {

    padding: 0;

    height: 124px;
    display: flex;
    align-items: center;
}



/* Additional CSS */

.advanced-search select{
    padding-bottom:0;
    margin-bottom: 0!important;
}

.advanced-search  p label{
    width: 100%;
    text-align:center;
    color:#fff;
    font-weight:bold;
}

.header-container {
    background-image: linear-gradient(-45deg, #00476f, #85bc3c)!important;
}

@media only screen and (max-width: 600px) {
    div.advanced-search select,
    div.advanced-search input[type="text"]{
        margin-bottom: 0px;
    }
    div.advanced-search input[type="submit"]{
        width:200px!important;
    }
    div.advanced-search h2{
        font-size:21px;
        padding:0;
        padding-bottom: 20px;
    }
}


/* ==== FIX FRANCESCO ==== */
/* Media query per schermi di dimensioni ridotte (es. smartphone) */
@media (max-width: 768px) {
    .conferma-filtri, #bottone-ricerca-header-sx  {
        width: 100%!important; /* Rimuovi la larghezza specificata */
    }
}