.badge-preferential-origin {
    display: inline-block;
    margin-top: 3px;
    position: relative;
    cursor: pointer;
    color: white !important;
    background-color: green;
    padding: 3px 6px;
    border-radius: 3px;
}

.xoo-wsc-pname .badge-preferential-origin, .elementor-menu-cart__main .badge-preferential-origin  {
    display: none !important;
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
.modal-text {
    flex-wrap: wrap;
    flex-direction:column;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-grow: 1;
    margin: 0 !important;
}
.modal-text h2 {
    text-align:center;
}
.modal-content {
    flex-direction: column;
    display: flex;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 0 20px 20px 20px;
    border: 3px solid green;
    width: 80%;
    
}

.close-modal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-modal:hover,
.close-modal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.preferential-origin-icon {
    
    cursor: pointer;
    margin-left: 5px;

    background: white;
    padding: 1px 7.5px;
    border-radius: 100%;
    font-weight: bold !important;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    color : black;
}