.item-dimension-Tamanho .item_unavaliable {
    position: relative;
}

.item-dimension-Tamanho .item_unavaliable:before {
    content:"";
    position: absolute;
    background: url(/arquivos/packard-bel.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    background-size: 100%;
    top: -6px;
    right: -5px;
    background-color: #f1f1f1;
    border-radius: 65%;
}

.portal-notify-me-ref {
    display: none;
}

form.form_avise_me {
    max-width: 480px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 27px 15px;
    display: none;
}

form.form_avise_me.open {
    display: block;
}

form.form_avise_me .cad {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

form.form_avise_me .cad fieldset {
    margin-right: 0px !important;
    overflow: hidden;
    clear: both;
    width: stretch;
    padding: 0;
    border: none;
    display: block;
}

form.form_avise_me .cad fieldset input {width: 100%;max-width: 300px;height: 31px;padding-left: 15px;}

.notifyme-button-ok {border-radius: 0px !important;max-width: 235px;width: 100% !IMPORTANT;box-shadow: 3px 5px 9px #0000006e;margin-top: 16px;border: none;background: #000;color: #fff;height: 35px;}

form.form_avise_me h4 {
    margin-bottom: 14px;
    margin-top: -3px;
    text-transform: uppercase;
}

.cad input#notifymeClientName {
    height: 35px;
    padding-left: 15px;
    max-width: 215px;
    width: 100%;
}

.cad input#notifymeClientEmail {
    height: 35px;
    padding-left: 15px;
    max-width: 215px;
    width: 100%;
}

@media (max-width: 480px) {
.item-dimension-Tamanho .item_unavaliable {
    position: relative;
}

.item-dimension-Tamanho .item_unavaliable:before {
    content:"";
    position: absolute;
    background: url(/arquivos/packard-bel.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    background-size: 100%;
    top: -6px;
    right: -5px;
    background-color: #f1f1f1;
    border-radius: 65%;
}

.portal-notify-me-ref {
    display: none;
}

form.form_avise_me {
    max-width: 315px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 27px 15px;
    margin: 0 auto;
}

form.form_avise_me .cad {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

form.form_avise_me .cad fieldset {
    margin-right: 0px !important;
    overflow: hidden;
    clear: both;
    width: stretch;
    padding: 0;
    border: none;
    display: block;
}

form.form_avise_me .cad fieldset input {width: 100%;max-width: 300px;height: 31px;padding-left: 15px;}

.notifyme-button-ok {border-radius: 0px !important;max-width: 235px;width: 100% !IMPORTANT;box-shadow: 3px 5px 9px #0000006e;margin-top: 16px;border: none;background: #000;color: #fff;height: 35px;margin-left: 6px;}

form.form_avise_me h4 {
    margin-bottom: 14px;
    margin-top: -3px;
    text-transform: uppercase;
    margin-left: 10px;
}

.cad input#notifymeClientName {
    height: 35px;
    padding-left: 15px;
    max-width: 90%;
    width: 100% !important;
}

.cad input#notifymeClientEmail {
    height: 35px;
    padding-left: 15px;
    max-width: 90%;
    width: 100% !important;
}
}