/* Showchat - frontend */
.product-addto-links {
    display: flex;
    width: 100%;
}

#show-chat-dialog {
    width: 45rem;
    height: 40rem;
    padding: 1% 2%;
    border: none;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: absolute;
}

#show-chat-dialog h3 {
    color: #007680;
}

.field.name.required #title {
    height: 5rem;
    background-color: #E6E6E6;
    border:none;
}

.field.comment.required #message {
    border-radius: 10px;
    height: 15rem;
    background-color: #E6E6E6;
    border:none;
}

#show-chat-dialog #chat_form .actions-toolbar .primary {
    display: flex;
    width: 100%;
}

#show-chat-dialog #chat_form .actions-toolbar #custom_btn {
    width: 100%;
    border-radius: 10px;
    height: 5rem;
    color: #fff;
    background-color: #007680;
    border: none;
}

#show-chat-dialog #chat_form .actions-toolbar #custom_btn span {
    font-size: 1.8rem;
    font-weight: 400;
}

#return_message{
    display: none;
}
/* End Showchat - frontend */

#payment-request-button.payment-request-button.action.tocart.StripeElement{
    display: none;
}

/* End Backoffice chat */