.elementor-widget.elementor-widget-woocommerce-product-add-to-cart .button-select-store{
    margin-inline-start: 0 !important;
}

.cz-error-product--container{
    display:flex;
    width:100%;
    gap:10px;
}
.cz-error-product{
    width: 100%;
    background: #f6f6f6;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cz-error-product--button{
    border:none;
    cursor:pointer;
}


/* -- */

.cz-offers-not-available-container{
    width:100%;
    flex-direction: column;
    display:flex;
    gap:20px;
}

.cz-offers-not-available{

    display:flex;
    flex-direction: column;
    gap:20px;
    width:100%;
    background: #f6f6f6;
    padding: 30px;
    text-align: center;
    justify-content: center;

    .cz-offers-not-available--info{
        font-size: 20px;
        font-weight: 700;
    }

    .cz-offers-not-available--actions{
        display: flex;
        gap: 4px;
        justify-content: center;
        align-items: center;
        flex-direction: column;

        .cz-offers-not-available--button{
            border:none;
            cursor:pointer;
            gap:8px;
        }

        .cz-offers-not-available--search{
            display: flex;
            gap: 5px;
            align-items: center;

            .cz-offers-not-available--search-input{
                background: white;
            }
        }

        .cz-offers-not-available--search-button{
            border:none;
            cursor:pointer;
        }
    }

}