.ocd body, html.ocd,
html.ocd body,
input, textarea, select, button {
    color: var(--text-color-1);
    font-family: var(--main-font-family);
    line-height: 140%;
}

html body button, html body input {
    font-family: var(--main-font-family) !important;
}

.ocd h1, .ocd h2, .ocd h3, .ocd h4, .ocd h5 {
    color: inherit;
    line-height: 130%;
}

.non-ocd {
    display: none !important;
}

html body h1 {
    font-weight: 300;
}

html body,
.ocd body,
.chat-doc body {
    font-family: var(--main-font-family);
}

body h3 {
    color: inherit;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-align: left;
}

input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, input[type=number]:focus, select:focus, textarea:focus {
    border-color: #dca520 !important;
    box-shadow: 0 0 2px #dca520;
    outline: none;
}

input.ocd-input, textarea.ocd-input, button.ocd-button, a.ocd-button {
    border: solid 1px var(--brand-color) !important;
}

.ocd p {
    line-height: 1.5;
}

body h1 {
    color: inherit;
}

.ocd .playground h1 {
    letter-spacing: 0;
}

.new-account-created p {
    line-height: 170%;
}

.chat-type .internal-chat-title, .internal-chat-title {
    color: red;
}

    .chat-type .internal-chat-title .internal-chat-quote, .internal-chat-title .internal-chat-quote {
        display: none;
    }

.modal_content .shopping_cart .actions button.checkout {
    display: none;
}

.ocd .chat-type .internal-chat-title, .ocd .internal-chat-title {
    color: red;
}

span.internal-chat-title {
    font-weight: 500;
}

.ocd .chat-type .internal-chat-title:before, .ocd .internal-chat-title:before {
    font-family: "fontello";
    content: '\e818';
    left: 0;
    margin-right: 2px;
}
