img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--font-family--inter: "Inter", sans-serif;
    --wp--preset--font-family--cardo: Cardo;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.is-layout-flex> :is(*, div) {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

.is-layout-grid> :is(*, div) {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6;
}
.woocommerce form .form-row .required {
    visibility: visible;
}

.nd_donations_bg_green {
    background-color: #22b6af;
}

.nd_donations_bg_red {
    background-color: #f2a922;
}

.nd_donations_single_cause_form_validation_errors {
    background-color: #f2a922;
}

.nd_donations_bg_greydark {
    background-color: #282828;
}

.nd_donations_tabs .ui-tabs-active.ui-state-active {
    border-bottom: 2px solid #282828;
}

#nd_donations_single_cause_header_img_title_content {
    width: 100%;
}

#nd_donations_single_cause_header_img_title_content_2 {
    display: none;
}

#nd_donations_single_cause_header_img_title {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
}

#nd_donations_single_cause_header_img_filter {
    background-color: rgb(40 40 40 / 0.5);
}

#nd_donations_single_cause_info_bar_donate_btn a {
    border-radius: 0px;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 10px 20px;
    line-height: 13px;
    margin-top: 10px;
    font-weight: bold;
    background-color: #fff !important;
    color: #282828 !important;
}

#nd_donations_single_cause_info_bar_goal h5.nd_options_color_grey {
    color: #fff;
    font-size: 13px;
}

#nd_donations_single_cause_info_bar_donations h5.nd_options_color_grey {
    color: #fff;
    font-size: 13px;
}

#nd_donations_single_cause_header_testimonial_section h2 {
    line-height: 1.5em;
}

#nd_donations_single_cause_tab_list h4 a {
    font-weight: bold;
    letter-spacing: 1px;
}

#nd_donations_single_cause_image_loader .nd_donations_height_3 {
    height: 5px;
}

#nd_donations_single_cause_image_loader p.nd_donations_border_radius_100_percentage {
    border-radius: 0px;
}

.nd_donations_tabs .ui-tabs-active.ui-state-active h4 a {
    border-bottom: 4px solid;
    line-height: 12px;
    padding: 0px;
    margin: 0px;
}

.nd_donations_tabs .ui-tabs-active.ui-state-active {
    border-bottom-width: 0px;
}

#nd_donations_single_cause_tab_list h4 a {
    margin: 0px;
    padding: 0px;
}

#nd_donations_single_cause_tab_list h4 span.nd_donations_margin_top_8 {
    margin-top: 5px;
}

#nd_donations_single_cause_step_1 div.nd_donations_border_radius_100_percentage,
#nd_donations_single_cause_step_2 div.nd_donations_border_radius_100_percentage,
#nd_donations_single_cause_step_3 div.nd_donations_border_radius_100_percentage {
    border-radius: 0px;
}

input[type="text"].nd_donations_single_cause_form_donation_value.nd_donations_fixed_value_donation_selected {
    color: #fff !important;
}

input[type="text"].nd_donations_single_cause_form_donation_value#nd_donations_single_cause_form_donation_value.nd_donations_fixed_value_donation_selected::placeholder {
    color: #fff !important;
}

#nd_donations_single_cause_step_1 h4,
#nd_donations_single_cause_step_2 h4,
#nd_donations_single_cause_step_3 h4 a {
    text-transform: initial;
    font-weight: bold;
}

#nd_donations_single_cause_step_2 h4 a {
    font-weight: normal;
}

#nd_donations_single_cause_form_donation_checkout_submit {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 0px;
}

#nd_donations_single_cause_tab_offline_donation button {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1px;
    font-weight: bold;
    border-radius: 0;
    padding: 10px 20px;
}

#nd_donations_single_cause_form_donation_paypal_submit {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1px;
    font-weight: bold;
    border-radius: 0;
    padding: 10px 20px;
}

.nd_donations_single_cause_bottom_pagination.nd_donations_border_bottom_1_solid_greydark {
    border-bottom-width: 0px;
}

body.single-causes #nd_options_comments_form #respond .form-submit input[type="submit"].submit#submit {
    font-size: 13px !important;
    letter-spacing: 1px !important;
    line-height: 13px !important;
    padding: 10px 20px !important;
    border-radius: 0px !important;
    font-weight: bold !important;
}

.nd_donations_sidebar .widget {
    margin-bottom: 40px;
}

.nd_donations_sidebar .widget img,
.nd_donations_sidebar .widget select {
    max-width: 100%;
}

.nd_donations_sidebar .widget h3 {
    margin-bottom: 20px;
    font-weight: normal;
}

.nd_donations_sidebar .widget.widget_search input[type="text"] {
    width: 100%;
}

.nd_donations_sidebar .widget.widget_search input[type="submit"] {
    margin-top: 20px;
}

.nd_donations_sidebar .widget ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.nd_donations_sidebar .widget>ul>li {
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.nd_donations_sidebar .widget>ul>li:last-child {
    padding-bottom: 0px;
    border-bottom: 0px solid #f1f1f1;
}

.nd_donations_sidebar .widget ul li {
    padding: 10px;
}

.nd_donations_sidebar .widget ul.children {
    padding: 10px;
}

.nd_donations_sidebar .widget ul.children:last-child {
    padding-bottom: 0px;
}

.nd_donations_sidebar .widget.widget_calendar table {
    text-align: center;
    background-color: #fff;
    width: 100%;
    border: 1px solid #f1f1f1;
    line-height: 20px;
}

.nd_donations_sidebar .widget.widget_calendar table th {
    padding: 10px 5px;
    font-weight: normal;
}

.nd_donations_sidebar .widget.widget_calendar table td {
    padding: 10px 5px;
}

.nd_donations_sidebar .widget.widget_calendar table tbody td a {
    color: #fff;
    padding: 5px;
    border-radius: 0px;
}

.nd_donations_sidebar .widget.widget_calendar table tfoot td a {
    color: #fff;
    background-color: #444444;
    padding: 5px;
    border-radius: 0px;
    font-size: 13px;
}

.nd_donations_sidebar .widget.widget_calendar table tfoot td {
    padding-bottom: 20px;
}

.nd_donations_sidebar .widget.widget_calendar table tfoot td#prev {
    text-align: right;
}

.nd_donations_sidebar .widget.widget_calendar table tfoot td#next {
    text-align: left;
}

.nd_donations_sidebar .widget.widget_calendar table caption {
    font-size: 20px;
    font-weight: normal;
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #f1f1f1;
    border-bottom: 0px;
}

.nd_donations_sidebar .widget.widget_calendar table thead {
    color: #282828;
}

.nd_donations_sidebar .widget.widget_calendar table tbody td a {
    background-color: #22b6af;
}

.nd_donations_sidebar .widget.widget_calendar table caption {
    color: #282828;
    font-family: 'Jost', sans-serif;
}

.nd_donations_sidebar .widget div ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.nd_donations_sidebar .widget div>ul>li {
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.nd_donations_sidebar .widget div>ul>li:last-child {
    padding-bottom: 0px;
    border-bottom: 0px solid #f1f1f1;
}

.nd_donations_sidebar .widget div ul li {
    padding: 10px;
}

.nd_donations_sidebar .widget div ul.sub-menu {
    padding: 10px;
}

.nd_donations_sidebar .widget div ul.sub-menu:last-child {
    padding-bottom: 0px;
}

.nd_donations_sidebar .widget.widget_tag_cloud a {
    padding: 5px 10px;
    border: 1px solid #f1f1f1;
    border-radius: 0px;
    display: inline-block;
    margin: 5px;
    margin-left: 0px;
    font-size: 13px !important;
    line-height: 20px;
}

.nd_cc_bg_greydark,
#nd_cc_slider_range .ui-slider-range,
#nd_cc_slider_range .ui-slider-handle,
.ui-tooltip.nd_cc_tooltip_jquery_content,
.ui-datepicker,
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    background-color: #2d2d2d;
}

#nd_cc_search_filter_options li p {
    border-bottom: 2px solid #2d2d2d;
}

#nd_cc_checkout_payment_tab_list li.ui-state-active {
    border-bottom: 1px solid #2d2d2d;
}

.nd_cc_border_1_solid_greydark_important {
    border: 1px solid #2d2d2d !important;
}

.nd_cc_bg_greydark_2,
.ui-datepicker .ui-datepicker-header {
    background-color: #191818;
}

.nd_cc_bg_greydark_2_important {
    background-color: #191818 !important;
}

.nd_cc_bg_yellow,
.nd_cc_btn_pagination_active,
.ui-datepicker-today a {
    background-color: #ebc858;
}

.nd_cc_color_yellow_important {
    color: #ebc858 !important;
}

.nd_cc_bg_red {
    background-color: #eb8958;
}

.nd_options_customizer_fonts .nd_options_first_font,
.nd_options_customizer_fonts h1,
.nd_options_customizer_fonts h2,
.nd_options_customizer_fonts h3,
.nd_options_customizer_fonts h4,
.nd_options_customizer_fonts h5,
.nd_options_customizer_fonts h6 {
    font-family: 'Jost', sans-serif;
}

.nd_options_customizer_fonts,
.nd_options_customizer_fonts .nd_options_second_font,
.nd_options_customizer_fonts p,
.nd_options_customizer_fonts a,
.nd_options_customizer_fonts select,
.nd_options_customizer_fonts textarea,
.nd_options_customizer_fonts label,
.nd_options_customizer_fonts input,
#start_nicdark_framework {
    font-family: 'Jost', sans-serif;
}

.nd_options_customizer_fonts .nd_options_second_font_important {
    font-family: 'Jost', sans-serif !important;
}

.nd_options_customizer_fonts .nd_options_third_font {
    font-family: 'Roboto', sans-serif;
}

.nd_options_customizer_fonts .nd_options_color_greydark,
.nd_options_customizer_fonts h1,
.nd_options_customizer_fonts h2,
.nd_options_customizer_fonts h3,
.nd_options_customizer_fonts h4,
.nd_options_customizer_fonts h5,
.nd_options_customizer_fonts h6 {
    color: #282828;
}

.nd_options_customizer_fonts .nd_options_color_greydark_important {
    color: #282828 !important;
}

.nd_options_customizer_fonts .nd_options_placeholder_color_greydark_important::-webkit-input-placeholder {
    color: #282828 !important;
}

.nd_options_customizer_fonts .nd_options_placeholder_color_greydark_important::-moz-placeholder {
    color: #282828 !important;
}

.nd_options_customizer_fonts .nd_options_placeholder_color_greydark_important:-ms-input-placeholder {
    color: #282828 !important;
}

.nd_options_customizer_fonts .nd_options_placeholder_color_greydark_important:-moz-placeholder {
    color: #282828 !important;
}

.nd_options_customizer_fonts,
.nd_options_customizer_fonts .nd_options_color_grey,
.nd_options_customizer_fonts p,
.nd_options_customizer_fonts a,
.nd_options_customizer_fonts select,
.nd_options_customizer_fonts textarea,
.nd_options_customizer_fonts label,
.nd_options_customizer_fonts input {
    color: #5c5c5c;
}

.nd_options_color_grey_important {
    color: #5c5c5c !important;
}

#nd_learning_calendar_single_course .ui-datepicker-title {
    font-family: 'Jost', sans-serif;
    color: #282828;
}

#nd_learning_calendar_single_course .ui-datepicker-calendar th {
    color: #282828;
}

.nd_options_customizer_forms span.wpcf7-not-valid-tip,
.nd_options_customizer_forms .wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output {
    background-color: #f24a29;
    border-width: 0px !important;
    border-color: #ffffff !important;
    border-radius: 0px;
    border-style: solid;
    padding: 10px 20px !important;
    color: #ffffff;
    margin: 10px 0px 10px 0px !important;
    font-size: 13px;
    line-height: 20px;
}

.nd_options_customizer_forms .wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #22b6af;
    border-width: 0px;
    border-color: #ffffff;
    border-radius: 0px;
    border-style: solid;
    padding: 10px 20px;
    color: #ffffff;
    margin: 0px;
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
}

.nd_options_customizer_forms .wpcf7 form.sent .wpcf7-response-output {
    background-color: #22b6af;
    border-width: 0px;
    border-color: #ffffff;
    border-radius: 0px;
    border-style: solid;
    padding: 10px 20px;
    color: #ffffff;
    margin: 0px;
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
}

.nd_options_customizer_forms input[type="text"],
.nd_options_customizer_forms input[type="email"],
.nd_options_customizer_forms input[type="url"],
.nd_options_customizer_forms input[type="tel"],
.nd_options_customizer_forms input[type="number"],
.nd_options_customizer_forms input[type="date"],
.nd_options_customizer_forms input[type="file"],
.nd_options_customizer_forms input[type="password"],
.nd_options_customizer_forms select,
.nd_options_customizer_forms textarea,
.StripeElement {
    background-color: #ffffff;
    border-width: 1px;
    border-color: #e2e2e2;
    border-radius: 0px;
    border-style: solid;
    padding: 10px 20px;
    -webkit-appearance: none;
    color: #5c5c5c !important;
}

.nd_options_customizer_forms input[type="text"]::-webkit-input-placeholder,
.nd_options_customizer_forms input[type="email"]::-webkit-input-placeholder,
.nd_options_customizer_forms input[type="url"]::-webkit-input-placeholder,
.nd_options_customizer_forms input[type="tel"]::-webkit-input-placeholder,
.nd_options_customizer_forms input[type="password"]::-webkit-input-placeholder,
.nd_options_customizer_forms input[type="number"]::-webkit-input-placeholder,
.nd_options_customizer_forms textarea::-webkit-input-placeholder {
    color: #5c5c5c !important;
}

.nd_options_customizer_forms select {
    cursor: pointer;
}

.nd_options_customizer_forms select option {
    padding: 10px 20px;
}

.nd_options_customizer_forms input[type="submit"],
.nd_options_customizer_forms button[type="submit"],
.give-btn.give-btn-modal {
    background-color: #22b6af;
    border-width: 0px;
    border-color: #22b6af;
    border-radius: 0px;
    border-style: solid;
    padding: 10px 20px;
    -webkit-appearance: none;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Jost', sans-serif;
}

.nd_options_cursor_default_a>a {
    cursor: default;
}

.nd_options_customizer_labels_color_new {
    background-color: #22b6af;
}

.nd_options_navigation_type .menu li.nd_options_hot_label>a:after,
#nd_options_header_5 .menu li.nd_options_hot_label>a:after,
#nd_options_header_6 .menu li.nd_options_hot_label>a:after {
    content: "HOT";
    float: right;
    background-color: #f24a29;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    padding: 3px 5px;
}

.nd_options_navigation_type .menu li.nd_options_best_label>a:after,
#nd_options_header_5 .menu li.nd_options_best_label>a:after,
#nd_options_header_6 .menu li.nd_options_best_label>a:after {
    content: "BEST";
    float: right;
    background-color: #f2a922;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    padding: 3px 5px;
}

.nd_options_navigation_type .menu li.nd_options_new_label>a:after,
#nd_options_header_5 .menu li.nd_options_new_label>a:after,
#nd_options_header_6 .menu li.nd_options_new_label>a:after {
    content: "NEW";
    float: right;
    background-color: #22b6af;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    padding: 3px 5px;
}

.nd_options_navigation_type .menu li.nd_options_slide_label>a:after,
#nd_options_header_5 .menu li.nd_options_slide_label>a:after,
#nd_options_header_6 .menu li.nd_options_slide_label>a:after {
    content: "SLIDE";
    float: right;
    background-color: #f24a29;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    padding: 3px 5px;
}

.nd_options_navigation_type .menu li.nd_options_demo_label>a:after,
#nd_options_header_5 .menu li.nd_options_demo_label>a:after,
#nd_options_header_6 .menu li.nd_options_demo_label>a:after {
    content: "DEMO";
    float: right;
    background-color: #f24a29;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    padding: 3px 5px;
}

#nd_options_header_6 .menu li.nd_options_hot_label>a:after,
#nd_options_header_6 .menu li.nd_options_best_label>a:after,
#nd_options_header_6 .menu li.nd_options_new_label>a:after,
#nd_options_header_6 .menu li.nd_options_slide_label>a:after,
#nd_options_header_6 .menu li.nd_options_demo_label>a:after {
    padding: 5px 5px 3px 5px;
    border-radius: 0px;
    letter-spacing: 1px;
}

.nd_elements_navigation_sidebar_content .menu li.nd_options_new_label>a:after,
.nd_elements_navigation_sidebar_content .menu li.nd_options_hot_label>a:after,
.nd_elements_navigation_sidebar_content .menu li.nd_options_best_label>a:after,
.nd_elements_navigation_sidebar_content .menu li.nd_options_slide_label>a:after,
.nd_elements_navigation_sidebar_content .menu li.nd_options_demo_label>a:after {
    display: none;
}

.nd_options_navigation_search_content_form input[type="search"] {
    background: none;
    border: 0px;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
}

.nd_options_navigation_search_content_form input[type="search"]::-webkit-input-placeholder {
    color: #fff;
}

.nd_options_navigation_search_content_form input[type="submit"] {
    font-size: 25px;
    line-height: 40px;
    margin-left: 20px;
}

#nd_options_eventscalendar_header_img h1 {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
}

.post-type-archive-tribe_events .tribe-events-view--month,
.post-type-archive-tribe_events .tribe-events-view--day,
.post-type-archive-tribe_events .tribe-events-view--list {
    float: left;
    width: 100%;
}

.tribe-events-single .tribe-events-back a {
    background-color: #282828;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 20px;
    line-height: 13px;
    text-transform: uppercase;
    display: inline-block;
}

.tribe-events-single .tribe-events-single-event-title {
    font-size: 40px;
    font-weight: 700;
}

.tribe-events-single .tribe-events-schedule h2 {
    font-size: 17px;
    font-weight: normal;
    color: #5c5c5c;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tribe-events-single .tribe-events-schedule span.tribe-events-cost {
    letter-spacing: 1px;
}

.tribe-events-single .tribe-events-single-event-description p {
    line-height: 2em;
}

.tribe-events-single .tribe-events-single-section .tribe-events-venue-map {
    padding: 0px;
    border-width: 0px;
    border-radius: 0px;
    background-color: #fff;
}

#tribe-events-footer {
    border-top-width: 0px !important;
    padding-top: 0px !important;
}

#tribe-events-footer .tribe-events-nav-pagination a {
    background-color: #282828;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 20px;
    line-height: 13px;
    text-transform: uppercase;
    display: inline-block;
}

.tribe-events-single .tribe-events-single-section .tribe-events-meta-group h2 {
    font-size: 23px;
}

.tribe-events-single .tribe-events-single-section .tribe-events-meta-group dl dt {
    font-size: 17px;
    margin-top: 20px;
}

.tribe-events-single .tribe-events-single-section .tribe-events-meta-group .tribe-events-start-date,
.tribe-events-single .tribe-events-single-section .tribe-events-meta-group .tribe-events-start-time,
.tribe-events-single .tribe-events-single-section .tribe-events-meta-group .tribe-events-event-cost,
.tribe-events-single .tribe-events-single-section .tribe-events-meta-group .tribe-events-event-categories a,
.tribe-events-single .tribe-events-single-section .tribe-events-meta-group .tribe-organizer-tel,
.tribe-events-single .tribe-events-single-section .tribe-events-meta-group .tribe-organizer-email,
.tribe-events-single .tribe-events-single-section .tribe-events-meta-group .tribe-organizer-url,
.tribe-events-single .tribe-events-single-section .tribe-events-meta-group .tribe-organizer,
.tribe-events-single .tribe-events-single-section .tribe-events-meta-group .tribe-venue-tel,
.tribe-events-single .tribe-events-single-section .tribe-events-meta-group .tribe-venue-url,
.tribe-events-single .tribe-events-single-section .tribe-events-meta-group .tribe-venue,
.tribe-events-single .tribe-events-single-section .tribe-events-meta-group .tribe-venue-location {
    font-size: 15px;
    color: #5c5c5c;
    margin-top: 10px !important;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
}

.tribe-events-single .tribe-events-single-section .tribe-events-meta-group {
    padding: 0px;
}

.tribe-events-single .tribe-events-single-section .tribe-events-venue-map {
    margin: 20px 0px 0px 0px;
}

.tribe-events-single .tribe-events-single-section {
    border-width: 0px;
}

.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-common-g-row.tribe-events-calendar-list__event-row {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 0px;
    box-sizing: border-box;
}

.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-common-g-row time.tribe-events-calendar-list__event-date-tag-datetime {
    background-color: #282828;
    height: auto;
    padding: 10px 0px;
}

.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-common-g-row time .tribe-events-calendar-list__event-date-tag-weekday,
.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-common-g-row time .tribe-events-calendar-list__event-date-tag-daynum {
    color: #fff;
}

.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-common-g-row header time {
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #5c5c5c;
}

.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-common-g-row header h3 a {
    font-size: 23px;
    line-height: 23px;
}

.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-common-g-row header address {
    display: none;
}

.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-description p {
    font-size: 15px;
    line-height: 2em;
}

.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-cost {
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #22b6af;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
}

.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-details {
    width: 70%;
}

.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-featured-image-wrapper {
    width: 30%;
}

.post-type-archive-tribe_events .tribe-events-view--month header .tribe-events-header__breadcrumbs {
    display: none;
}

.give-currency-symbol,
.give-donation-level-btn {
    background-color: #f2a922 !important;
    color: #fff !important;
    border-color: #f2a922 !important;
}

.give-donation-total-label {
    background-color: #282828 !important;
    color: #fff !important;
    border-color: #282828 !important;
}

.give-form-wrap legend {
    color: #2d2d2d !important;
}


.post-type-archive-product.woocommerce .product {
    text-align: left;
}

.woocommerce ul.products li.product a h2.woocommerce-loop-product__title {
    font-size: 23px;
    line-height: 23px;
    padding: 10px 0px;
    font-weight: bold;
    letter-spacing: 1px;
}

.woocommerce.woocommerce-page .product figure {
    margin: 0px;
}

.woocommerce.woocommerce-page .product .summary.entry-summary .price {
    font-size: 30px;
    line-height: 30px;
    color: #5c5c5c;
    font-family: 'Jost', sans-serif;
}

.woocommerce.woocommerce-page .product .summary.entry-summary .price span {
    display: inline-block !important;
}

.woocommerce.woocommerce-page .product .summary.entry-summary .price .woocommerce-Price-amount {
    display: table;
}

.woocommerce.woocommerce-page .product .summary.entry-summary .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    display: table-cell;
    vertical-align: top;
    font-size: 20px;
    line-height: 20px;
    padding-right: 10px;
}

.woocommerce.woocommerce-page .product .summary.entry-summary .price ins {
    text-decoration: none;
    font-weight: normal;
}

.woocommerce.woocommerce-page .product .summary.entry-summary .price del {
    float: left;
    margin-right: 20px;
}

.woocommerce .star-rating {
    height: 15px;
    line-height: 15px;
    width: 80px;
}

.woocommerce.post-type-archive-product .star-rating {
    width: 70px;
}

.woocommerce.woocommerce-page.post-type-archive-product h1.page-title,
.woocommerce.woocommerce-page.tax-product_cat h1.page-title,
.woocommerce.woocommerce-page.tax-product_tag h1.page-title {
    display: none;
}

.woocommerce.woocommerce-page.post-type-archive-product p.woocommerce-result-count,
.woocommerce.woocommerce-page.tax-product_cat p.woocommerce-result-count,
.woocommerce.woocommerce-page.tax-product_tag p.woocommerce-result-count {
    display: none;
}

.woocommerce.woocommerce-page.post-type-archive-product form.woocommerce-ordering,
.woocommerce.woocommerce-page.tax-product_cat form.woocommerce-ordering,
.woocommerce.woocommerce-page.tax-product_tag form.woocommerce-ordering {
    display: none;
}

.woocommerce ul.products li.product a img {
    margin-bottom: 10px;
}

.woocommerce ul.products li.product a span.onsale {
    top: 20px !important;
    right: 20px !important;
    left: initial !important;
}

.woocommerce ul.products li.product a h3 {
    font-size: 20px;
    line-height: 20px;
    padding: 10px 0px;
}

.woocommerce ul.products li.product a .price {
    color: #5c5c5c !important;
    font-size: 20px !important;
    line-height: 20px !important;
    margin-top: 25px;
    letter-spacing: 1px;
}

.woocommerce ul.products li.product a .price del,
.woocommerce ul.products li.product a .price ins {
    font-weight: normal;
}

.post-type-archive-product.woocommerce ul.products li.product .button.product_type_variable.add_to_cart_button,
.post-type-archive-product.woocommerce ul.products li.product .button.product_type_simple.add_to_cart_button,
.post-type-archive-product.woocommerce ul.products li.product .button.product_type_external {
    font-size: 13px !important;
    letter-spacing: 1px;
    font-weight: bold !important;
    padding: 10px 20px;
    border-radius: 0px !important;
    color: #fff !important;
    background-color: #22b6af !important;
    border-width: 0px !important;
}

#nd_options_woocommerce_content ul.products li.product a.button.product_type_variable {
    background-color: #f24a29 !important;
}

body.single-product .related.products ul.products li.product a.button.product_type_variable {
    background-color: #f24a29 !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block;
    border: 4px solid #fff;
    box-sizing: border-box;
    margin-top: 4px;
}

.woocommerce.single-product .related.products ul li {
    text-align: center;
}

.woocommerce.single-product .related.products>h2 {
    position: relative;
    margin-bottom: 35px;
}

.woocommerce.single-product .woocommerce-Reviews .comment-text .meta {
    color: #282828 !important;
}

.woocommerce.single-product .woocommerce-Reviews .comment-text .meta strong {
    font-weight: normal;
}

.woocommerce.single-product table.shop_attributes {
    text-align: left;
}

.woocommerce.single-product table.shop_attributes th {
    font-weight: normal;
    color: #282828;
    padding: 15px 20px;
}

.woocommerce.single-product table.shop_attributes th,
.woocommerce.single-product table.shop_attributes td {
    border-bottom: 1px solid #f1f1f1;
}

.woocommerce.single-product table.shop_attributes {
    border-top: 1px solid #f1f1f1;
}

.woocommerce.single-product .summary.entry-summary .woocommerce-product-rating {
    margin-top: -15px;
}

.woocommerce.single-product .woocommerce-product-details__short-description {
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.woocommerce.single-product .product_title {
    font-weight: normal;
    margin-bottom: 30px;
}

.woocommerce.single-product .variations_form.cart p.stock.out-of-stock {
    background-color: #f24a29;
    color: #fff;
    padding: 5px 10px;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
    margin-bottom: 60px !important;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2 {
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}

.woocommerce-Tabs-panel--additional_information h2 {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 20px;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews {
    margin-bottom: 60px !important;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments h2 {
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 40px;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments ol.commentlist {
    margin: 0px;
    padding: 0px;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments ol.commentlist li {
    border-bottom: 1px solid #f1f1f1 !important;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments ol.commentlist li .avatar {
    border: 0px !important;
    padding: 0px !important;
    border-radius: 100%;
    width: 40px !important;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments ol.commentlist li div .comment-text {
    border: 0px solid #f1f1f1 !important;
    padding: 15px 10px !important;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments ol.commentlist li div .comment-text .meta {
    font-size: 16px !important;
    line-height: 16px !important;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form .submit {
    background-color: #22b6af !important;
    border-radius: 0px !important;
    font-weight: normal;
    padding: 10px 20px !important;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
    color: #fff !important;
}

.woocommerce.woocommerce-page .product.type-product .summary.entry-summary div p {
    margin: 20px 0px;
}

.woocommerce.woocommerce-page .product .summary.entry-summary form .single_add_to_cart_button {
    background-color: #22b6af;
    border-radius: 3px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
}

.woocommerce.woocommerce-page .product .summary.entry-summary form div.quantity {
    margin-right: 20px;
}

.woocommerce.woocommerce-page .product .summary.entry-summary .product_meta {
    color: #282828;
}

.woocommerce.woocommerce-page .product .summary.entry-summary .product_meta>span {
    font-family: 'Jost', sans-serif;
    display: block;
}

.woocommerce.woocommerce-page .product .summary.entry-summary .product_meta span a {
    padding: 8px;
    border: 1px solid #f1f1f1;
    font-size: 13px;
    line-height: 13px;
    display: inline-block;
    margin: 5px 10px;
    margin-left: 0px;
    border-radius: 3px;
}

    .woocommerce.woocommerce-page .product .summary.entry-summary .product_meta .sku_wrapper span.sku {
        padding: 8px;
        border: 1px solid #f1f1f1;
        font-size: 13px;
        line-height: 13px;
        display: inline-block;
        margin: 5px 10px;
        margin-left: 0px;
        border-radius: 0px;
        color: #5c5c5c;
        font-family: 'Jost', sans-serif !important;
    }

    .woocommerce.woocommerce-page .product .summary.entry-summary .variations .value .reset_variations {
        background-color: #f24a29;
        margin: 0px;
        padding: 8px;
        color: #fff;
        text-transform: uppercase;
        font-family: 'Jost', sans-serif;
        font-size: 13px;
        line-height: 13px;
        border-radius: 0px;
    }

    .woocommerce.woocommerce-page .product .summary.entry-summary .variations .label label {
        font-size: 16px;
        line-height: 16px;
        color: #282828;
        font-family: 'Jost', sans-serif;
        font-weight: normal;
    }

    .woocommerce.woocommerce-page .product .summary.entry-summary div .price {
        font-size: 30px;
        line-height: 30px;
        color: #5c5c5c;
        font-family: 'Jost', sans-serif;
    }

    .woocommerce.woocommerce-page .product .single_variation_wrap .woocommerce-variation.single_variation {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .woocommerce.woocommerce-page .product .summary.entry-summary div .price .woocommerce-Price-amount {
        display: table;
    }

    .woocommerce.woocommerce-page .product .summary.entry-summary div .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
        display: table-cell;
        vertical-align: top;
        font-size: 20px;
        line-height: 20px;
        padding-right: 10px;
    }

    .woocommerce.woocommerce-page .product .summary.entry-summary div .price ins {
        text-decoration: none;
        font-weight: normal;
    }

    .woocommerce.woocommerce-page .product .summary.entry-summary div .price del {
        float: left;
        margin-right: 20px;
    }

    .woocommerce.woocommerce-page .product .woocommerce-tabs ul {
        margin: 0px 0px 40px 0px !important;
        padding: 0px !important;
        border-bottom: 1px solid #f1f1f1;
        overflow: visible !important;
    }

    .woocommerce.woocommerce-page .product .woocommerce-tabs ul:before {
        border-bottom: 0px solid #f1f1f1 !important;
    }

    .woocommerce.woocommerce-page .product .woocommerce-tabs ul li {
        background-color: #fff !important;
        border: 0px !important;
        margin: 0px !important;
    }

    .woocommerce.woocommerce-page .product .woocommerce-tabs ul li a {
        color: #282828 !important;
        font-family: 'Jost', sans-serif !important;
        font-size: 17px !important;
        line-height: 17px;
        font-weight: normal !important;
        padding: 20px 10px !important;
    }

    .woocommerce.woocommerce-page .product .woocommerce-tabs ul li.active {
        box-shadow: 0px 1px 0px #22b6af !important;
    }

    .woocommerce.woocommerce-page .product .woocommerce-tabs ul li.active:before,
    .woocommerce.woocommerce-page .product .woocommerce-tabs ul li.active:after,
    .woocommerce.woocommerce-page .product .woocommerce-tabs ul li:after,
    .woocommerce.woocommerce-page .product .woocommerce-tabs ul li:before {
        display: none;
    }

    .woocommerce span.onsale {
        top: 20px !important;
        left: 20px !important;
        border-radius: 3px;
        min-width: initial;
        min-height: initial;
        padding: 8px;
        line-height: 13px;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: normal;
        font-family: 'Jost', sans-serif;
        background-color: #22b6af;
    }

    .add_to_cart_button,
    .button.product_type_variable,
    .button.product_type_grouped,
    .button.product_type_external {
        font-size: 13px !important;
        line-height: 13px !important;
        color: #5c5c5c !important;
        font-weight: normal !important;
        text-transform: uppercase;
        border-radius: 3px !important;
        border: 1px solid #f1f1f1 !important;
        background-color: #fff !important;
        font-family: 'Jost', sans-serif !important;
    }

    .added_to_cart {
        background-color: #22b6af !important;
        color: #fff !important;
        text-transform: uppercase;
        font-size: 13px !important;
        line-height: 13px !important;
        margin: 0px;
        margin-left: 5px;
        padding: .618em 1em !important;
        font-weight: normal !important;
        border-radius: 0px !important;
        font-family: 'Jost', sans-serif !important;
    }

    .return-to-shop .button {
        background-color: #22b6af !important;
        border-radius: 0px !important;
        text-transform: uppercase;
        font-family: 'Jost', sans-serif;
        color: #fff !important;
        margin-top: 20px !important;
        font-weight: normal !important;
        padding: 15px 20px !important;
    }

    .woocommerce .quantity .qty {
        min-width: 100px;
        height: 34px;
    }

    .woocommerce nav.woocommerce-pagination ul {
        border: 0px;
    }

    .woocommerce nav.woocommerce-pagination ul li {
        border: 0px;
    }

    .woocommerce nav.woocommerce-pagination ul li span.current {
        background-color: #fff;
        color: #282828 !important;
        font-family: 'Jost', sans-serif !important;
        font-size: 20px;
        line-height: 20px;
        font-weight: normal;
        padding: 5px
    }

    .woocommerce nav.woocommerce-pagination ul li a {
        font-family: 'Jost', sans-serif !important;
        color: #5c5c5c !important;
        font-size: 20px;
        line-height: 20px;
        font-weight: normal;
        padding: 5px;
    }

    .woocommerce nav.woocommerce-pagination ul li a:hover {
        background-color: #fff;
    }

    .related.products h2 {
        margin-bottom: 25px;
        font-weight: normal;
    }

    .woocommerce.single-product .related.products .star-rating {
        display: none;
    }

    .up-sells.upsells.products h2 {
        margin-bottom: 25px;
    }

    .woocommerce-review-link {
        display: none;
    }

    .woocommerce-message {
        border-top: 0px;
        background-color: #22b6af;
        border-radius: 0px;
        color: #fff;
        line-height: 36px;
    }

    .woocommerce-message:before {
        color: #fff;
    }

    .woocommerce-message a {
        background-color: #282828 !important;
        border-radius: 0px !important;
        color: #fff !important;
        text-transform: uppercase;
        padding: 10px 20px !important;
        font-family: 'Jost', sans-serif;
    }

    .woocommerce-error {
        border-top: 0px;
        background-color: #f24a29;
        border-radius: 0px;
        color: #fff;
        line-height: 36px;
    }

    .woocommerce-checkout .woocommerce-error li strong {
        font-weight: normal;
    }

    .woocommerce-error:before {
        color: #fff;
    }

    .woocommerce-error a {
        color: #fff;
        text-decoration: underline;
    }

    .woocommerce-info {
        border-top: 0px;
        background-color: #2272b6;
        border-radius: 0px;
        color: #fff !important;
        line-height: 36px;
    }

    .woocommerce-info a {
        color: #fff;
        text-decoration: underline;
    }

    .woocommerce-info:before {
        color: #fff;
    }

    .woocommerce form .form-row .required {
        color: #5c5c5c;
    }

    .woocommerce form .form-row.woocommerce-invalid label {
        color: #5c5c5c;
    }

    .woocommerce-cart .woocommerce table.shop_table thead tr th {
        font-weight: normal;
        color: #282828;
    }

    .woocommerce-cart .woocommerce table.shop_table tr button[type="submit"] {
        font-weight: normal;
        color: #fff;
    }

    .woocommerce-cart .woocommerce .shop_table.cart td {
        border-color: #f1f1f1;
    }

    .woocommerce-cart .woocommerce .shop_table.cart {
        border: 1px solid #f1f1f1;
        border-radius: 0px !important;
    }

    .woocommerce-cart .woocommerce .shop_table.cart .actions {
        background-color: #f9f9f9;
    }

    .woocommerce-cart .woocommerce .shop_table.cart th,
    .woocommerce-cart .woocommerce .shop_table.cart td {
        padding: 20px;
    }

    .woocommerce-cart .woocommerce .shop_table.cart thead {
        background-color: #f9f9f9;
    }

    .woocommerce-cart .woocommerce .shop_table.cart tr.cart_item .product-thumbnail a img {
        float: left;
    }

    .woocommerce-cart .woocommerce .shop_table.cart tr.cart_item .product-name .variation {
        display: none;
    }

    .woocommerce-cart .woocommerce .shop_table.cart .product-remove .remove {
        color: #f24a29 !important;
        background-color: #fff !important;
        font-size: 15px;
        padding: 5px;
    }

    .woocommerce-cart .cart-collaterals {
        margin-top: 50px;
    }

    .woocommerce-cart .cart-collaterals h2:after {
        width: 30px;
        height: 2px;
        background-color: #f1f1f1;
        content: "";
        position: absolute;
        left: 0px;
        bottom: -20px;
    }

    .woocommerce-cart .cart-collaterals h2 {
        position: relative;
        margin-bottom: 45px;
        font-weight: normal;
    }

    .woocommerce-cart .shop_table tr th,
    .woocommerce-cart .shop_table tr td strong {
        font-weight: normal !important;
    }

    .woocommerce-cart .cart-collaterals .cart_totals table {
        border: 1px solid #f1f1f1;
        border-radius: 0px !important;
    }

    .woocommerce-cart .cart-collaterals .cart_totals table th,
    .woocommerce-cart .cart-collaterals .cart_totals table td {
        padding: 20px;
    }

    .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
        background-color: #2272b6;
        border-radius: 0px;
        padding: 20px;
        text-transform: uppercase;
        font-family: 'Jost', sans-serif;
        font-weight: normal;
    }

    .woocommerce-cart .woocommerce .shop_table.cart .actions input[type="submit"] {
        background-color: #22b6af;
        border-radius: 0px;
        padding: 10px 20px;
        text-transform: uppercase;
        font-family: 'Jost', sans-serif;
        color: #fff;
        font-weight: normal;
    }

    .woocommerce-cart .woocommerce .shop_table.cart .actions .coupon #coupon_code {
        border-radius: 0px;
        border: 1px solid #f1f1f1;
        min-width: 180px;
        padding: 8px 20px;
    }

    @media only screen and (min-width: 320px) and (max-width: 767px) {
        .woocommerce-cart .woocommerce .shop_table.cart .actions .coupon #coupon_code {
            min-width: 0px;
        }
    }

    .woocommerce form.woocommerce-checkout .col-1 h3:after,
    .woocommerce form.woocommerce-checkout .col-2 h3:after,
    .woocommerce form.woocommerce-checkout h3#order_review_heading:after {
        width: 30px;
        height: 2px;
        background-color: #f1f1f1;
        content: "";
        position: absolute;
        left: 0px;
        bottom: -20px;
    }

    .woocommerce form.woocommerce-checkout .col-1 h3,
    .woocommerce form.woocommerce-checkout .col-2 h3,
    .woocommerce form.woocommerce-checkout h3#order_review_heading {
        position: relative;
        margin-bottom: 45px;
        font-weight: normal;
    }

    .woocommerce form.checkout_coupon button[type="submit"],
    .woocommerce form.woocommerce-checkout #order_review .woocommerce-checkout-payment .place-order button[type="submit"] {
        font-weight: normal;
    }

    .woocommerce form.woocommerce-checkout #order_review table tr th,
    .woocommerce form.woocommerce-checkout #order_review table tr td,
    .woocommerce form.woocommerce-checkout #order_review table tr td strong {
        font-weight: normal;
    }

    .woocommerce-checkout .woocommerce .checkout_coupon {
        border-radius: 0px;
        border: 1px solid #f1f1f1;
    }

    .woocommerce-checkout .woocommerce form.login {
        border-radius: 0px;
        border: 1px solid #f1f1f1;
    }

    .woocommerce-checkout .woocommerce .checkout_coupon input[type="submit"],
    .woocommerce-checkout .woocommerce form.login p .button {
        background-color: #22b6af;
        border-radius: 0px;
        padding: 10px 20px;
        text-transform: uppercase;
        font-family: 'Jost', sans-serif;
        color: #fff;
        font-weight: normal;
    }

    .woocommerce-checkout .woocommerce .woocommerce-billing-fields h3,
    .woocommerce-checkout .woocommerce .woocommerce-shipping-fields h3,
    .woocommerce-checkout #order_review_heading {
        font-weight: normal;
        margin-bottom: 25px;
    }

    .woocommerce-checkout #order_review_heading {
        margin-top: 40px;
    }

    .woocommerce-checkout.checkout #customer_details .woocommerce-billing-fields p {
        margin: 0px 0px 20px 0px;
    }

    .woocommerce-checkout.checkout #customer_details .woocommerce-shipping-fields textarea {
        height: 100px;
    }

    .woocommerce-checkout.checkout #order_review .shop_table.woocommerce-checkout-review-order-table {
        border: 1px solid #f1f1f1;
        border-collapse: collapse;
    }

    .woocommerce-checkout.checkout #order_review .shop_table.woocommerce-checkout-review-order-table th,
    .woocommerce-checkout.checkout #order_review .shop_table.woocommerce-checkout-review-order-table td {
        border-color: #f1f1f1;
        padding: 20px;
    }

    .woocommerce-checkout.checkout #order_review .shop_table.woocommerce-checkout-review-order-table thead,
    .woocommerce-checkout.checkout #order_review .shop_table.woocommerce-checkout-review-order-table tfoot {
        background-color: #f9f9f9;
    }

    .select2-container .select2-choice {
        border-color: #f1f1f1;
        color: #5c5c5c;
        border-width: 0px;
        border-bottom-width: 2px;
        font-size: 15px;
        line-height: 19px;
        padding: 10px 20px;
        border-radius: 0px;
    }

    .select2-drop.select2-drop-above {
        border-color: #f1f1f1;
    }

    .select2-drop.select2-drop-above.select2-drop-active {
        border-color: #f1f1f1;
    }

    .select2-drop-active {
        border-color: #f1f1f1;
    }

    .select2-drop {
        color: #5c5c5c !important;
    }

    .select2-results .select2-highlighted {
        color: #282828 !important;
    }

    .woocommerce-checkout.checkout .woocommerce-checkout-payment .about_paypal {
        display: none;
    }

    .woocommerce-checkout.checkout .woocommerce-checkout-payment #place_order {
        background-color: #2272b6;
        border-radius: 0px;
        text-transform: uppercase;
        font-family: 'Jost', sans-serif;
    }

    .woocommerce-checkout.checkout .woocommerce-checkout-payment .form-row.place-order {
        padding: 30px !important;
    }

    .woocommerce-checkout.checkout .woocommerce-checkout-payment {
        background-color: #282828 !important;
        border-radius: 0px !important;
    }

    .woocommerce-checkout.checkout .woocommerce-checkout-payment ul {
        border-bottom-width: 0px !important;
    }

    .woocommerce-checkout.checkout .woocommerce-checkout-payment .wc_payment_method.payment_method_paypal img {
        display: none;
    }

    .woocommerce-checkout.checkout .woocommerce-checkout-payment .wc_payment_methods {
        padding: 20px 30px 0px 30px !important;
    }

    .woocommerce-checkout.checkout .woocommerce-checkout-payment .wc_payment_methods li {
        padding: 5px 0px;
    }

    .woocommerce-checkout.checkout .woocommerce-checkout-payment .wc_payment_method div {
        background-color: #282828 !important;
        padding: 0px !important;
    }

    .woocommerce-checkout.checkout .woocommerce-checkout-payment .wc_payment_method div:before {
        border-color: #282828 !important;
    }

    .woocommerce-checkout.checkout .woocommerce-checkout-payment .wc_payment_method label {
        color: #fff;
        text-transform: uppercase;
    }

    .woocommerce-checkout.checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper span.woocommerce-terms-and-conditions-checkbox-text {
        color: #fff;
    }

    .woocommerce-checkout.checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper span.woocommerce-terms-and-conditions-checkbox-text a.woocommerce-terms-and-conditions-link {
        color: #fff;
        text-decoration: underline;
    }

    .woocommerce form .form-row.woocommerce-validated input.input-text {
        border-color: #22b6af;
    }

    .woocommerce form .form-row.woocommerce-invalid input.input-text {
        border-color: #f24a29;
    }

    .woocommerce-account .woocommerce>h2 {
        display: none;
    }

    .woocommerce-account .woocommerce .login {
        border-radius: 0px;
        border-color: #f1f1f1;
    }

    .woocommerce-account .woocommerce .login p .woocommerce-Button,
    .woocommerce-account .lost_reset_password p .woocommerce-Button {
        background-color: #22b6af !important;
        border-radius: 0px;
        text-transform: uppercase;
        font-family: 'Jost', sans-serif;
        color: #fff !important;
    }

    .woocommerce-checkout .woocommerce .woocommerce-thankyou-order-details,
    .woocommerce-checkout .woocommerce .wc-bacs-bank-details.order_details.bacs_details {
        margin: 20px 0px;
        padding: 30px;
        background-color: #f9f9f9;
        border: 1px solid #f1f1f1;
    }

    .woocommerce-checkout .woocommerce .wc-bacs-bank-details.order_details.bacs_details {
        margin-bottom: 40px;
    }

    .woocommerce-checkout .woocommerce table.shop_table.order_details {
        border-color: #f1f1f1;
        border-collapse: collapse;
        margin-top: 25px;
    }

    .woocommerce-checkout .woocommerce table.shop_table.order_details thead {
        background-color: #f9f9f9;
    }

    .woocommerce-checkout .woocommerce table.shop_table.order_details tr,
    .woocommerce-checkout .woocommerce table.shop_table.order_details td,
    .woocommerce-checkout .woocommerce table.shop_table.order_details th {
        border-color: #f1f1f1;
        padding: 20px;
    }

    .woocommerce-checkout .woocommerce h2.wc-bacs-bank-details-heading {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .woocommerce h2.woocommerce-order-details__title:after {
        width: 30px;
        height: 2px;
        background-color: #f1f1f1;
        content: "";
        position: absolute;
        left: 0px;
        bottom: -20px;
    }

    .woocommerce h2.woocommerce-order-details__title {
        position: relative;
        margin-bottom: 45px;
        font-weight: normal;
        margin-top: 40px;
    }

    .woocommerce .woocommerce-table--order-details tr td,
    .woocommerce .woocommerce-table--order-details tr th,
    .woocommerce .woocommerce-table--order-details tr td strong {
        font-weight: normal !important;
    }

    .woocommerce ul.woocommerce-thankyou-order-details li strong {
        font-weight: normal !important;
        color: #5c5c5c;
    }

    .woocommerce ul.woocommerce-thankyou-order-details li {
        color: #282828;
    }

    /*-------------------------WooCommerce Widgets-------------------------*/

    .nd_options_woocommerce_sidebar .widget h3 {
        font-weight: normal;
        margin-bottom: 20px;
    }

    .nd_options_woocommerce_sidebar .widget {
        margin-bottom: 40px;
    }

    .widget_shopping_cart .woocommerce-mini-cart__buttons {
        margin-top: 15px;
    }

    .widget.woocommerce.widget_layered_nav li {
        padding: 10px;
        border-bottom: 1px solid #f1f1f1;
    }

    .widget.woocommerce.widget_layered_nav li:last-child {
        border-bottom-width: 0px;
    }

    .widget.woocommerce.widget_shopping_cart ul,
    .widget.woocommerce.widget_recent_reviews ul,
    .widget.woocommerce.widget_top_rated_products ul,
    .widget.woocommerce.widget_recently_viewed_products ul,
    .widget.woocommerce.widget_products ul {
        margin: 0px;
        padding: 0px;
    }

    .widget.woocommerce.widget_shopping_cart ul li,
    .widget.woocommerce.widget_recent_reviews ul li,
    .widget.woocommerce.widget_top_rated_products ul li,
    .widget.woocommerce.widget_recently_viewed_products ul li,
    .widget.woocommerce.widget_products ul li {
        margin: 0px;
        padding: 20px 90px;
        position: relative;
    }

    .widget.woocommerce.widget_shopping_cart ul li:last-child {
        padding-bottom: 20px;
    }

    .widget.woocommerce.widget_shopping_cart ul .empty {
        padding: 20px;
        border: 1px solid #f1f1f1;
    }

    .widget.woocommerce.widget_shopping_cart ul li .variation,
    .widget.woocommerce.widget_shopping_cart .total,
    .widget.woocommerce.widget_recent_reviews ul li .reviewer,
    .widget.woocommerce.widget_top_rated_products ul li .amount {
        display: none;
    }

    .widget.woocommerce.widget_shopping_cart ul li .remove {
        right: 0px;
        left: initial;
        top: 40px;
        font-size: 20px;
        color: #f24a29 !important;
    }

    .widget.woocommerce.widget_shopping_cart ul li .remove:hover {
        color: #fff !important;
        background-color: #f24a29 !important;
    }

    .widget.woocommerce.widget_shopping_cart ul li a {
        font-weight: normal;
        color: #282828 !important;
    }

    .widget.woocommerce.widget_shopping_cart .buttons a {
        background-color: #22b6af;
        border-radius: 0px;
        padding: 10px 20px;
        text-transform: uppercase;
        font-family: 'Jost', sans-serif;
        color: #fff;
        font-weight: normal;
    }

    .widget.woocommerce.widget_shopping_cart .buttons a.checkout {
        background-color: #2272b6;
        float: right;
    }

    .widget.woocommerce.widget_shopping_cart ul li a img,
    .widget.woocommerce.widget_recent_reviews ul li a img,
    .widget.woocommerce.widget_top_rated_products ul li a img,
    .widget.woocommerce.widget_recently_viewed_products ul li a img,
    .widget.woocommerce.widget_products ul li a img {
        position: absolute;
        left: 0px;
        top: 13px;
        width: 70px;
        margin: 0px;
        padding: 0px;
    }

    .widget.woocommerce.widget_recent_reviews ul li,
    .widget.woocommerce.widget_top_rated_products ul li {
        padding-bottom: 30px;
    }

    .widget.woocommerce.widget_product_tag_cloud .tagcloud a {
        padding: 5px 10px;
        border: 1px solid #f1f1f1;
        border-radius: 0px;
        display: inline-block;
        margin: 5px;
        margin-left: 0px;
        font-size: 13px !important;
        line-height: 20px;
    }

    .widget.woocommerce.widget_product_categories ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    .widget.woocommerce.widget_product_categories>ul>li {
        padding: 10px;
        border-bottom: 1px solid #f1f1f1;
    }

    .widget.woocommerce.widget_product_categories>ul>li:last-child {
        padding-bottom: 0px;
        border-bottom: 0px solid #f1f1f1;
    }

    .widget.woocommerce.widget_product_categories ul li {
        padding: 10px;
    }

    .widget.woocommerce.widget_product_categories ul.sub-menu {
        padding: 10px;
    }

    .widget.woocommerce.widget_product_categories ul.sub-menu:last-child {
        padding-bottom: 0px;
    }

    .widget.woocommerce.widget_products ul li a,
    .widget.woocommerce.widget_top_rated_products ul li a,
    .widget.woocommerce.widget_recent_reviews ul li a,
    .widget.woocommerce.widget_recently_viewed_products ul li a {
        font-weight: normal;
        color: #282828;
    }

    .widget.woocommerce.widget_products ul li {
        min-height: 54px;
    }

    .widget.woocommerce.widget_top_rated_products ul li,
    .widget.woocommerce.widget_recent_reviews ul li,
    .widget.woocommerce.widget_recently_viewed_products ul li {
        min-height: 44px;
    }

    .widget.woocommerce.widget_price_filter .price_slider_amount .button {
        background-color: #22b6af;
        border-radius: 0px;
        padding: 10px 20px;
        text-transform: uppercase;
        font-family: 'Jost', sans-serif;
        color: #fff;
        font-weight: normal;
    }

    .widget.woocommerce.widget_price_filter .price_slider_amount .price_label {
        font-size: 16px;
    }

    .woocommerce.widget_price_filter .price_slider {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .woocommerce.widget_price_filter .ui-slider .ui-slider-handle,
    .woocommerce.widget_price_filter .ui-slider .ui-slider-range {
        background-color: #22b6af;
    }

    .woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
        background-color: #f1f1f1;
        height: 4px;
        border-radius: 0px;
    }

    .widget.woocommerce.widget_price_filter .price_slider_amount {
        margin-top: 30px;
    }

    .widget.woocommerce.widget_layered_nav_filters ul li a:before {
        color: #f24a29;
    }

    .widget.woocommerce.widget_product_search button[type="submit"] {
        text-transform: uppercase;
        font-size: 14px;
        padding: 11px 22px;
    }

    .widget.woocommerce.widget_product_search input[type="search"]::placeholder {
        color: #5c5c5c;
    }


    .nd_tds_background_color_1 {
        background-color: #f2a922;
    }

    .nd_tds_background_color_2 {
        background-color: #f2a922;
    }

    .nd_tds_background_color_3 {
        background-color: #f24a29;
    }

    .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important;
    }

    .woocommerce-product-gallery
    { 
        opacity: 1 !important; 
    }

    @media screen and (max-height: 1024px) {
        .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
        .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
            background-image: none !important;
        }
    }

    @media screen and (max-height: 640px) {
        .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
        .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
            background-image: none !important;
        }
    }

    @font-face {
        font-family: Inter;
        font-style: normal;
        font-weight: 300 900;
        font-display: fallback;
        src: url('https://www.nicdarkthemes.com/themes/donation/wp/demo/charity/wp-content/plugins/woocommerce/assets/fonts/Inter-VariableFont_slnt,wght.woff2') format('woff2');
        font-stretch: normal;
    }

    @font-face {
        font-family: Cardo;
        font-style: normal;
        font-weight: 400;
        font-display: fallback;
        src: url('https://www.nicdarkthemes.com/themes/donation/wp/demo/charity/wp-content/plugins/woocommerce/assets/fonts/cardo_normal_400.woff2') format('woff2');
    }

    /* .nd_options_customizer_fonts */
    .elementor-782 .elementor-element.elementor-element-4791a847:not(.elementor-motion-effects-element-type-background), .elementor-782 .elementor-element.elementor-element-4791a847 > .elementor-motion-effects-container > .elementor-motion-effects-layer{
        background-image: url(https://www.nicdarkthemes.com/themes/donation/wp/demo/charity/wp-content/uploads/sites/2/2020/06/paral-5.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #gallery-1 {
        margin: auto;
    }

    #gallery-1 .gallery-item {
        float: left;
        margin-top: 10px;
        text-align: center;
        width: 25%;
        padding: 0px 10px 10px 0px;
    }

    #gallery-1 img {
        border: 2px solid #cfcfcf;
    }

    #gallery-1 .gallery-caption {
        margin-left: 0;
    }


    