#letmeknow_sbp_modal_header {
    position: static;
}

#letmeknow_sbp_modal_span {
    font-size: 15px;
}

#letmeknow_sbp_overaly_black {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0);
    opacity: .5;
    z-index: 50000;
}

#letmeknow_sbp_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#letmeknow_sbp_cross_btn {
    font-size: 2rem;
    background-color: white;
    border: none;
    outline: none;
    color: rgb(78, 76, 76);
    cursor: pointer;
}

#letmeknow_sbp_line_modal_head {
    margin: 8px 0;
    width: 100%;
}

#letmeknow_sbp_modal_form {
    display: flex;
    z-index: 60000 !important;
    flex-direction: column;
    gap: 13px;
    margin-top: 12px;
}

#letmeknow_sbp_modal_form_header {
    margin-bottom: 7px;
}

#letmeknow_sbp_modal_form_item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 550;
    padding-bottom: 5px;
}

#letmeknow_sbp_modal_form_item2 {
    align-items: center;
    gap: 12px;
    font-weight: 550;
}

#letmeknow_sbp_submit_wrapper {
    display: flex;
    justify-content: end;
    margin-top: 30px;
}

#letmeknow_sbp_modal_form_btn {
    font-size: 1.2rem;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 1px 30px;
    border-radius: 7px;
    color: white;
    justify-self: end;
}

@media screen and (max-width: 800px) {
    #letmeknow_sbp_modal2 {
        width: 311px;
        border-radius: 10px;
    }
}

.radio_letmeknow_sbp {
    box-sizing: border-box;
    margin-top: 0;
    margin-left: 2px;
    padding: 0;
    vertical-align: middle;
}

.checkbox_letmeknow_sbp2 {
    width: 5mm;
    height: 5mm;
}

.modal_form_letmeknow_sbp {
    margin-top: 25px;
}

.allcheck_letmeknow_sbp {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}

.checkers_letmeknow_sbp {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.check_box_containe_letmeknow_sbp {
    display: flex;
    gap: 1px;
    font-size: 16px;
    font-weight: 700;
    align-items: center;
}

.get_mobile_letmeknow_sbp {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}

#mobile_input_letmeknow_sbp {
    height: 30px;
    width: 100%;
    outline: none;
    font-size: 18px;
    border: 2px solid #aaa;
    border-radius: 4px;
    margin: 8px 0;
    padding: 8px;
    box-sizing: border-box;
    transition: 0.3s;
}

#delete_letmeknow_sbp_modal_header {
    position: static;
}

#delete_letmeknow_sbp_overaly_black {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0);
    opacity: .5;
    z-index: 5;
}

#delete_letmeknow_sbp_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#delete_letmeknow_sbp_modal_form {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-top: 12px;
}

#delete_letmeknow_sbp_modal_form_header {
    margin-bottom: 7px;
}

#delete_letmeknow_sbp_submit_wrapper {
    display: flex;
    justify-content: end;
    margin-top: 30px;
}

#delete_letmeknow_sbp_modal_form_btn {
    font-size: 1.2rem;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 1px 30px;
    border-radius: 7px;
    color: white;
    justify-self: end;
}

#navbar_waiting_list_letmeknow_sbp {
    display: flex;
    margin-right: 30px;
    gap: 20px;
    margin-bottom: 10px;
}

#navbar_waiting_list_letmeknow_sbp a {
    text-decoration: none;
    color: rgb(114, 114, 114);
    font-size: 20px;
}

#navbar_waiting_list_letmeknow_sbp a:last-child {
    padding-bottom: 8px;
    border-bottom: 5px solid red;
    border-radius: 6px;
}


#main-img_waiting_list_letmeknow_sbp {
    width: 200px;
    margin: auto;
    display: block;
}

#item_waiting_list_letmeknow_sbp {
    cursor: pointer;
    width: 180%;
    padding: 30px;
    border: 1px solid rgb(214, 202, 202);
    border-radius: 5px;
}

.item_waiting_list_letmeknow_sbp {
    margin: 0px 0 8px 8px;
    cursor: pointer;
    width: 180%;
    padding: 30px;
    border: 1px solid rgb(214, 202, 202);
    border-radius: 5px;
}

#h4_waiting_list_letmeknow_sbp {
    font-size: 1rem;
    text-align: end;
}

#h5_waiting_list_letmeknow_sbp {
    margin-top: 10px;
    font-size: 22px;
    color: gray;
}

#box_waiting_list_letmeknow_sbp {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#btn_waiting_list_letmeknow_sbp {
    border: none;
    background: transparent;
    font-size: 0.8rem;
    color: gray;
    cursor: pointer;
}

#btn-delete_waiting_list_letmeknow_sbp {
    width: 90px;
    height: 41px;
    font-size: 15px;
    border: 0.7px solid rgb(212, 195, 195);
    color: gray;
    border-radius: 10px;
    padding: 4px 10px;
    background-color: transparent;
    cursor: pointer;
    transition: all .75s;
}

#btn-delete_waiting_list_letmeknow_sbp:hover {
    color: black;
}

#container_waiting_list_letmeknow_sbp{
    width: 80%;
    margin-inline: auto;
    display: flex;
    gap: 50px;
    padding-block: 6px;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

@media only screen and (min-width: 100vw) {
    #container_waiting_list_letmeknow_sbp {
        padding: 5px;
        display: flex;
        justify-content: space-around;
        border-radius: 6px;
    }

    #btn_waiting_list_letmeknow_sbp {
        margin-right: 10px;
    }

}

@media only screen and (max-width: 800px) {
    #container_waiting_list_letmeknow_sbp {
        display: flex;
        flex-direction: column;
    }

    #item_waiting_list_letmeknow_sbp {
        width: 100%;
        padding: 30px;
        border: 1px solid rgb(214, 202, 202);
        border-radius: 5px;
        margin-bottom: 22px;
    }

    .item_waiting_list_letmeknow_sbp {
        width: 100%;
        padding: 30px;
        border: 1px solid rgb(214, 202, 202);
        border-radius: 5px;
        margin-bottom: 22px;
    }
}

@media screen and (max-width: 536px) {
    #container_waiting_list_letmeknow_sbp {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    #item_waiting_list_letmeknow_sbp {
        width: 100%;
        padding: 30px;
        border: 1px solid rgb(214, 202, 202);
        border-radius: 5px;
        margin-bottom: 22px;
    }

    .item_waiting_list_letmeknow_sbp {
        width: 100%;
        padding: 30px;
        border: 1px solid rgb(214, 202, 202);
        border-radius: 5px;
        margin-bottom: 22px;
    }
}

.attachments-browser .media-toolbar {
    height: 82px;
}

.image-product{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.image-product img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    display: block;
}