.div_magnets_mida{
    display: none !important;
}
.contenidor_a {
    width: 32%;
    box-sizing: border-box;
}
#llista_productes_linkats{
    display: flex;
    flex-direction: row;
    padding-left: 30px;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 10px;
    
}

#llista_productes_linkats:has(> *:nth-child(2):last-child) {
    justify-content: flex-start;
    gap: 13px;
}
.contenidor_mesura:hover{
    border: 2px solid #558240;
    background-color: #eef4e9;
    border-radius: 6px;
}

.contenidor_mesura{
    background-color: white;
    border: 2px solid #939393;
    border-radius: 6px;
    list-style-image: none;
    list-style-type: none;
    font-size: 17px;
    padding: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    width: 85%;
    justify-content: space-between;
    text-align: center;
    color:#666;
}
.inside{
    justify-content: center;
}

.opcio_wizard_selected{
    border: 2px solid #558240;
    background-color: #eef4e9;
    border-radius: 6px;
}

#productes_enllasats{
    margin-top: 0px !important;
}

.div_zona_quantitats{
    margin-top: 10px;
}

@media (max-width: 990px) {
    #llista_productes_linkats {
        flex-direction: row;
        margin: 0 5px 0 0px;
        padding-left: 0px;
        gap: 1em;
    }
    .contenidor_a {
        width: 100%;
    }
    
    .contenidor_mesura{
        box-sizing: border-box;
        width: unset;
    }
}

@media (min-width: 990px) and (max-width: 1400px) {
    .contenidor_mesura{
        width: 75%;
    }
}