/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.13
Text Domain:  Avada
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=Secular+One&display=swap');

#fusion-slider-5 .heading,
#fusion-slider-featured-image .heading {
    text-shadow: 0px 0px 6px hsl(0, 0%, 20%), -1px 0 hsla(0, 0%, 50%, 0.5), 0 1px hsla(0, 0%, 50%, 0.5), 1px 0 hsla(0, 0%, 50%, 0.5), 0 -1px hsla(0, 0%, 50%, 0.5);
}

#wrapper .fusion-title h2.title-over-featured-image {
    color: #93d0ed;
    font-size: 60px;
    line-height: 80px;
}

.fusion-header-wrapper.no-slider {
    background-color: hsl(216.5, 35%, 52%);
}

@media screen and (min-width: 1250px) {
    body:not(.single-payments) #main.no-slider section>*:first-child {
        margin-top: 150px;
    }
}

#main {
    min-height: calc(100vh - 200px);
}

#main.no-slider section>div#post-404page {
    margin-top: 0;
}

#main aside#sidebar {
    padding-top: 2em;
}

.post-content>div.nonhundred-percent-fullwidth:first-child::before {
    padding-top: 3em;
    display: block;
    content: "";
}


@media screen and (min-width: 640px) {
    .post-content .fusion-text {
        text-align: justify;
    }

    .post-content .fusion-text h1,
    .post-content .fusion-text h2,
    .post-content .fusion-text h3,
    .post-content .fusion-text h4,
    .post-content .fusion-text h5,
    .post-content .fusion-text h6 {
        text-align: left;
    }
}

/* #content div:empty,
.post-content div:empty {
    margin-top: 20px;
} */

#content div.fullwidth-faded:empty,
.post-content div.fullwidth-faded:empty,
#content .fusion-google-map div:empty,
.post-content .fusion-google-map div:empty,
#content div.parallax-inner:empty,
.post-content div.parallax-inner:empty,
#content div.fusion-sep-clear:empty,
.post-content div.fusion-sep-clear:empty {
    margin-top: 0;
}

.no-slider .give-wrap {
    padding-top: 180px;
}

@media screen and (min-width: 1251px) {

    header .fusion-header-sticky-height,
    header .fusion-header,
    header.fusion-is-sticky .fusion-header>.fusion-row {
        height: 150px !important;
        transition: background-color .25s ease-in-out, height .25s ease-in-out, width .25s ease-in-out;
    }

    header .fusion-logo,
    header .fusion-standard-logo,
    header .fusion-sticky-logo {
        height: 142px !important;
        width: 250px !important;
        transition: height .25s ease-in-out, width .25s ease-in-out;
        margin: 0 !important;
    }
}

@media screen and (max-width: 1250px) {
    .fusion-logo a {
        max-width: 206px;
    }
}

header.fusion-is-sticky .fusion-header-sticky-height,
header.fusion-is-sticky .fusion-header,
header.fusion-is-sticky .fusion-header>.fusion-row {
    height: 95px !important;
}

header.fusion-is-sticky .fusion-logo,
header.fusion-is-sticky .fusion-standard-logo,
header.fusion-is-sticky .fusion-sticky-logo {
    height: 90px !important;
    width: 158px !important
}

.fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v1 .fusion-standard-logo,
.fusion-sticky-logo-1.fusion-header-v1 .fusion-sticky-logo {
    display: inline-block;
    position: absolute;
    top: 0;
}

.fusion-standard-logo,
.fusion-is-sticky .fusion-sticky-logo {
    opacity: 1;
}

.fusion-is-sticky .fusion-standard-logo,
.fusion-sticky-logo {
    opacity: 0;
}

.fusion-main-menu>ul>li>a span {
    text-shadow: 0px 0px 4px hsl(216.5, 10%, 40%);
    position: relative;
}

.fusion-main-menu>ul>li>a span.fusion-button,
.fusion-main-menu>ul>li>a:hover span.fusion-button {
    color: #000;
    text-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.fusion-main-menu>ul>li>a:hover span.fusion-button::before {
    display: none;
}

.fusion-main-menu>ul>li>a:hover span {
    text-shadow: none;
    color: #fff;
}

.fusion-main-menu>ul>li>a:hover span::before {
    content: "";
    position: absolute;
    display: block;
    left: -4px;
    right: -4px;
    top: -2px;
    bottom: -2px;
    background-color: hsla(199.3, 71.4%, 75.3%, 0.3);
    z-index: -1;
    border: 1px solid hsla(0, 0%, 100%, 0.6);
}

.fusion-main-menu>ul>li>a {
    height: 142px !important;
    line-height: 142px !important;
}

.fusion-is-sticky .fusion-main-menu>ul>li>a {
    height: 95px !important;
    line-height: 95px !important;
}

.fusion-is-sticky .fusion-main-menu>ul>li>a span,
.fusion-is-sticky .fusion-main-menu>ul>li>a:hover span {
    text-shadow: none;
}

.fusion-is-sticky .fusion-main-menu>ul>li>a:hover span {
    color: #000;
}

.fusion-is-sticky .fusion-main-menu>ul>li>a:hover span::before {
    border: 1px solid rgba(0, 50, 128, 0.6);
}

.fusion-main-menu>ul>li>.sub-menu {
    margin-top: -30px;
}

.fusion-is-sticky .fusion-main-menu>ul>li>.sub-menu {
    margin-top: 0;
}

@media only screen and (max-width: 1249px) {
    .fusion-mobile-menu-design-modern.fusion-header-v1 nav.fusion-mobile-nav-holder {
        padding-top: 0;
    }
}

.fusion-dropdown-submenu.menu-item-has-children>a::after {
    content: ">>";
    margin-left: 0.5em;
    letter-spacing: -3px;
    color: hsl(0, 0%, 40%)
}

.fusion-mobile-menu-icons a {
    padding: 25px;
    position: absolute;
    top: 0;
    right: 0;
}

#wrapper .slide-excerpt .excerpt-container h2 {
    font-size: 25px;
}

.fusion-body .fusion-main-menu.fusion-sticky-menu .current-menu-ancestor>a,
.fusion-body .fusion-main-menu.fusion-sticky-menu .current-menu-item>a,
.fusion-body .fusion-main-menu.fusion-sticky-menu .current-menu-item:not(.fusion-main-menu-cart)>a::before,
.fusion-body .fusion-main-menu.fusion-sticky-menu .current-menu-parent>a,
.fusion-body .fusion-main-menu.fusion-sticky-menu .current_page_item>a {
    color: hsl(38.4, 98.7%, 43.8%);
}

#main .post h2 a,
.about-author .title a,
.fusion-content-widget-area .widget .recentcomments,
.fusion-content-widget-area .widget li a,
.fusion-content-widget-area .widget_categories li,
.fusion-load-more-button,
.fusion-rollover a,
.project-content .project-info .project-info-box a,
.shop_attributes tr th {
    text-shadow: 1px 1px hsla(38.4, 53.3%, 21%, 0.5);
}

#main .post h2 a:hover,
.about-author .title a:hover,
.fusion-content-widget-area .widget li a:hover,
.fusion-load-more-button,
.fusion-rollover a:hover,
.project-content .project-info .project-info-box a:hover {
    color: hsl(209, 68.7%, 50.8%);
}

input[type="tel"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 1px solid #d2d2d2;
    font-size: 13px;
    color: #747474;
    padding: 8px 15px;
    margin-right: 1%;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
}

input[type="number"] {
    padding: .5em;
    line-height: 36px;
}

#give_purchase_form_wrap input[type="text"],
#give_purchase_form_wrap input[type="email"],
#give_purchase_form_wrap input[type="tel"] {
    font-size: 16px;
}

.give-form-wrap legend {
    background-color: transparent;
    font-size: 1.15em;
    font-weight: 700;
    margin: 10px 0 15px;
    padding: 0 0 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    width: 100%
}

form[id*="give-form"] #give-donation-level-radio-list>li label {
    display: inline;
}

form[id*=give-form] .lh-recurring-donors-choice-length {
    height: 28px;
    font-size: 15px;
    margin: 0 2px;
    padding: 3px;
    display: inline-block;
    width: 7em;
    text-align: center;
}

#give-recurring-modal-period {
    color: #333;
}

body #comment-input .placeholder,
body #comment-textarea .placeholder,
body input.s .placeholder,
body #comment-input input::-webkit-input-placeholder,
body #comment-textarea textarea::-webkit-input-placeholder,
body .comment-form-comment textarea::-webkit-input-placeholder,
body .input-text::-webkit-input-placeholder,
body .post-password-form label input[type="password"]::-webkit-input-placeholder,
body .searchform .s::-webkit-input-placeholder,
body .wpcf7-form textarea::-webkit-input-placeholder,
body input#s::-webkit-input-placeholder,
body input::-webkit-input-placeholder,
body input::placeholder {
    color: #777;
}

.fusion-flexslider.flexslider-posts-with-excerpt div.slide-excerpt {
    width: 50%;
}

.g-recaptcha {
    margin-bottom: 1em;
}

.home-zionist-wrapper {
    background-color: rgb(95, 130, 186);
}

.width-100 .full-width .fusion-fullwidth {
    margin: 0;
}

@media screen and (max-width: 640px) {
    #main.width-100:not(.nopadding) {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media screen and (min-width: 1025px) {
    .two-columns {
        column-count: 2;
        width: 100%;
        column-gap: 70px;
        clear: both;
        margin-top: 1em;
        float: left;
    }
}

select[multiple="multiple"] {
    min-height: 150px;
}

.check-button {
    display: inline-block;
    background-color: #f5f5f5;
    color: #333;
    border: 1px solid #ccc;
    padding: 0px 10px;
    cursor: pointer;
}

.check-button:hover {
    color: #666;
}

#check-info {
    display: none;
}

#social_links-widget-2 {
    margin-bottom: 0;
    margin-top: -15px;
}

.custom-donation-wrapper {
    margin-top: 50px;
}

.custom-donation-wrapper .custom-currency-wrapper {
    margin-bottom: 20px;
}

.product-listing {
    position: relative;
}

.product-listing .loading-wrapper {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.65);
    display: none;
}

.product-listing .loading-wrapper .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.product-listing .loading-wrapper img {
    width: 80px;
    height: 80px;
}

body.single-payments .fusion-row .fusion-builder-row-inner .fusion_builder_column_inner .fusion-content-layout-column .title {
    margin-top: 0px !important;

}

body.single-payments .fusion-row .fusion-builder-row .fusion-layout-column .fusion-builder-row-inner .fusion_builder_column_inner {
    margin-left: calc(-5% / 2);
    margin-right: 0;
}

body.single-payments .fusion-row .fusion-builder-row:nth-child(2) .fusion-layout-column:nth-child(1) .fusion-separator {
    margin-bottom: 11px !important;
    margin-right: 16% !important;
    max-width: 200px !important;
}

body.single-payments .fusion-row .fusion-builder-row:nth-child(1) .fusion-layout-column:nth-child(2) .fusion-column-wrapper .title h3#lh-donate-page-heading {
    margin-bottom: 30px;
    font-size: 26px !important;
}

body.single-payments .fusion-row .fusion-builder-row:nth-child(3) .fusion-layout-column:nth-child(2) .fusion-column-wrapper h5 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 36px !important;
    font-family: 'Raleway';
    font-weight: 400;
    letter-spacing: 0px;
}

.single-payments .fusion-builder-column-0>.fusion-column-wrapper {
    margin-left: 0% !important;
}

body.single-payments abbr.required {
    text-decoration: none;
}

body.single-payments .fusion-row .fusion-fullwidth:nth-child(1) .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-builder-row-inner:nth-child(3) .fusion-layout-column:nth-child(2) {
    width: 65% !important;
}

body.single-payments .fusion-layout-column {
    margin-left: 0%;
}

body.single-payments .fusion-row .fusion-fullwidth:nth-child(4) .fusion-builder-row .fusion-layout-column:nth-child(2) .fusion-column-wrapper .product-listing h3 {
    border-bottom: 1px dotted #fec96b;
    margin: 0px 16px 17px 0;
    font-size: 36px;
    font-family: 'Montserrat';
    font-weight: 400;
    padding: 0 16px 18px 0;
    letter-spacing: normal !important;
    color: #262e44;
}
body.single-donations .product-listing .donation-product label,
body.single-payments .product-listing .donation-product label {
    font-family: 'Raleway';
    font-size: inherit;
    display: block;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
}
body.single-donations .product-listing .donation-product select#donation-product,
body.single-payments .product-listing .donation-product select#donation-product {
    min-width: 380px;
    border-radius: 0;
    border-color: #cccccc;
    font: 13px/20px Arial, Helvetica, sans-serif;

}

body.single-payments .product-listing .donation-product {
    border-bottom: 1px dotted #fec96b;
    padding-bottom: 32px;
}

body.single-payments .product-listing .donation-options {
    padding-top: 12px;
}
body.single-donations .product-listing .donation-options .donation-dedication>label:nth-child(1),
body.single-payments .product-listing .donation-options .donation-dedication>label:nth-child(1) {
    font-family: 'Raleway';
    font-size: inherit;
    display: block;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
}
body.single-donations .product-listing .donation-options .donation-dedication .input-wrapper label input,
body.single-payments .product-listing .donation-options .donation-dedication .input-wrapper label input {
    margin: 2px 8px 0 4px;
}
body.single-donations .product-listing .donation-options .donation-dedication .input-wrapper label,
body.single-payments .product-listing .donation-options .donation-dedication .input-wrapper label {
    font: 14px Arial, Helvetica, sans-serif;
}
body.single-donations .product-listing .donation-options .dedication_detail label,
body.single-payments .product-listing .donation-options .dedication_detail label {
    font-family: 'Raleway';
    font-size: inherit;
    display: block;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
}
body.single-donations .product-listing .donation-options .dedication_detail input,
body.single-payments .product-listing .donation-options .dedication_detail input {
    font: 14px Arial, Helvetica, sans-serif;
    width: 50%;
    border-radius: 0;
    border-color: #cccccc;
}
body.single-donations .product-listing .donation-options .donation-dedication,
body.single-payments .product-listing .donation-options .donation-dedication {
    padding-top: 10px;
    border-bottom: 1px dotted #fec96b;
    padding-bottom: 28px;
}
body.single-donations .product-listing .donation-options #donation_option>label:nth-child(1),
body.single-payments .product-listing .donation-options #donation_option>label:nth-child(1) {
    padding-top: 15px;
    font-family: 'Raleway';
    font-size: inherit;
    display: block;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
}

body.single-payments .product-listing .donation-options #donation_option .input-wrapper label input {
    margin: 2px 4px 0 4px;
}
body.single-donations .product-listing .donation-options #donation_option .input-wrapper label,
body.single-payments .product-listing .donation-options #donation_option .input-wrapper label {
    text-transform: lowercase;
    font: 14px Arial, Helvetica, sans-serif;
}

body.single-payments .product-listing .donation-options #additional_comments {
    padding-top: 10px;
}
body.single-donations .product-listing .donation-options #additional_comments>label:nth-child(1),
body.single-payments .product-listing .donation-options #additional_comments>label:nth-child(1) {
    font-family: 'Raleway';
    font-size: inherit;
    display: block;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
}
body.single-donations .product-listing .donation-options #additional_comments .input-wrapper input,
body.single-payments .product-listing .donation-options #additional_comments .input-wrapper input {
    border-radius: 0;
    border-color: #cccccc;
    width: 50%;
    margin-bottom: 3%;
}
body.single-donations .product-listing .button-wrapper input,
body.single-payments .product-listing .button-wrapper input {
    background: #fec96b;
    color: #ffffff;
    border-color: #ffffff;
    padding: 18px;
    font-size: 1rem;
    font-weight: 500;
}
body.single-donations .product-listing .button-wrapper input:hover,
body.single-payments .product-listing .button-wrapper input:hover {

    color: #000;
    border-color: #000;

}

body.single-payments .product-listing .donation-options #donation_option #recur_monthly>label {
    font-family: 'Raleway';
    font-size: inherit;
    display: block;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
}

body.single-payments .fusion-fullwidth:nth-child(4) .fusion-builder-row .fusion-layout-column:nth-child(2) .fusion-column-wrapper .product-listing .donation-options #donation_option #recur_monthly .input-wrapper select {
    font: 14px Arial, Helvetica, sans-serif;
    width: 50%;
    border-radius: 0;
    border-color: #cccccc;
}

body.single-payments .product-listing .donation-options #donation_option #recur_yearly>label {
    font-family: 'Raleway';
    font-size: inherit;
    display: block;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
}
body.single-donations .fusion-fullwidth:nth-child(4) .fusion-builder-row .fusion-layout-column:nth-child(2) .fusion-column-wrapper .product-listing .donation-options #donation_option #recur_yearly .input-wrapper select,
body.single-payments .fusion-fullwidth:nth-child(4) .fusion-builder-row .fusion-layout-column:nth-child(2) .fusion-column-wrapper .product-listing .donation-options #donation_option #recur_yearly .input-wrapper select {
    font: 14px Arial, Helvetica, sans-serif;
    width: 50%;
    border-radius: 0;
    border-color: #cccccc;
}

body.single-donations .custom-currency-wrapper form>label,
body.single-payments .custom-currency-wrapper form>label {
    font-family: 'Raleway';
    font-size: inherit;
    display: block;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
}
body.single-donations .custom-currency-wrapper form select,
body.single-payments .custom-currency-wrapper form select {
    font: 14px Arial, Helvetica, sans-serif;
    width: 53% !important;
    border-radius: 0 !important;
    border-color: #cccccc;
}

body.single-payments .product-listing .donation-product-amount>label {
    padding-top: 16px;
    font-family: 'Raleway';
    font-size: inherit;
    display: block;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
}
body.single-donations .product-listing .donation-product-amount input,
body.single-payments .product-listing .donation-product-amount input {
    font: 13px Arial, Helvetica, sans-serif;
    width: 50% !important;
    border-radius: 0 !important;
    border-color: #cccccc;

}

body.single-payments .product-listing .donation-product-amount .product-amount>label {
    font-family: 'Raleway';
    font-size: inherit;
    display: block;
    color: #000;
    font-weight: bold;
}

body.single-payments .product-listing .donation-product-amount .product-amount {
    padding-top: 15px;
    border-bottom: 1px dotted #fec96b;
    padding-bottom: 15px;
}

body.single-payments .product-listing .donation-product-amount .custom-donation-amount {
    padding-top: 0px;
    border-bottom: 1px dotted #fec96b;
    padding-bottom: 28px;
    display: flex;
    flex-direction: column;
}
body.single-donations .product-listing .donation-product-amount .custom-donation-amount>label,
body.single-payments .product-listing .donation-product-amount .custom-donation-amount>label {
    padding-top: 16px;
    font-family: 'Raleway';
    font-size: inherit;
    display: block;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
}

body.single-payments .fusion-row .woocommerce #payment ul.payment_methods li.payment_method_cheque .payment_box {
    display: none !important;
}

body.single-payments .fusion-row .woocommerce #payment ul.payment_methods li.payment_method_other_payment .payment_box {
    display: none !important;
}

body.woocommerce-checkout .woocommerce .avada-myaccount-user,
body.woocommerce-checkout .avada-myaccount-user-column {
    display: none;
}

body.single-product .product_meta,
body.single-product .related.products,
body.single-product .social-share {
    display: none !important;
}

.fusion-main-menu-cart .fusion-menu-cart-item a:last-of-type {
    padding-left: 25px;
}

.fusion-main-menu-cart .fusion-menu-cart-item .remove_from_cart_button {
    position: absolute;
    left: 5px;
    padding-left: 0;
    font-size: 24px;
    border: none;
    font-weight: bold;
}

.fusion-main-menu-cart .fusion-menu-cart-item .remove_from_cart_button:hover {
    background: transparent;
    border: none;
}

/* body.currency-ils.woocommerce-checkout .wc_payment_methods.payment_methods {
    display: none;
} */

body.woocommerce-checkout .button.wc-forward::before {
    content: '';
}

body.single-payments header.fusion-header-wrapper {
    position: relative;
}

@media screen and (min-width:1024px) {


    body.woocommerce-checkout header.fusion-header-wrapper:not(.fusion-is-sticky),
    body.woocommerce-order-pay header.fusion-header-wrapper:not(.fusion-is-sticky),
    body.woocommerce-order-received header.fusion-header-wrapper:not(.fusion-is-sticky) {
        position: relative;
    }
}

body.woocommerce-checkout abbr.required {
    color: transparent;
}

body.woocommerce-checkout abbr.required:before {
    content: ':';
    position: relative;
    left: -2px;
    color: #5c6668;
}

body #billing_country_field>label:after,
#shipping_country_field>label:after {
    content: '';
}

body.woocommerce-account .avada-myaccount-user {
    border: none;
}

body.woocommerce-account .avada-myaccount-user .avada-myaccount-user-column.username {
    border: none;
}

body.woocommerce-account .avada-myaccount-user .avada-myaccount-user-column.message {
    display: none;
}

body.woocommerce-account .avada-myaccount-user .avada-myaccount-user-column .view-cart {
    display: none;
}

.donation-options #donation_option #recur_daily .input-wrapper select {
    font: 14px Arial, Helvetica, sans-serif;
    width: 50%;
    border-radius: 0;
    border-color: #cccccc;
}

@media only screen and (max-width: 1435px) {
    body .fusion-main-menu>ul>li {
        padding-right: 25px !important;
    }
}

@media only screen and (max-width: 1360px) {

    body .fusion-sticky-menu>ul>li {
        padding-right: 20px !important;
    }

    body .fusion-main-menu>ul>li {
        padding-right: 15px !important;
    }
}

body.woocommerce-checkout .cart-subtotal.recurring-total {
    display: none;
}

body .shop_table .order_item .product-name a {
    pointer-events: none;
}

body .shop_table .product-name a {
    pointer-events: none;
}

body:not(.woocommerce-page):not(.single-payments) .fusion-header-wrapper #menu-main-menu-1 li.fusion-menu-cart,
body:not(.woocommerce-page):not(.single-payments) .fusion-header-wrapper #menu-main-menu li.fusion-menu-cart {
    display: none;
}

.gform_heading h3.gform_title {
    display: none;
}

@media screen and (max-width:1250px) {
    header .fusion-header .fusion-row .fusion-mobile-menu-icons a.fusion-icon-shopping-cart {
        display: none;
    }

    .fusion-header-wrapper.no-slider {
        border-bottom: 1px solid beige;
    }

    .fusion-sticky-logo {
        display: none !important;
    }
}

@media screen and (max-width:1024px) {
    body.postid-4364 form.currency-changer-form {
        padding: 0 30px;
    }
}

@media screen and (max-width:420px) {
    body.single-payments .product-listing .donation-product select#donation-product {
        min-width: 300px;
        width: 300px;
    }
}

.menu-item-4796 span {
    background-color: #fec96b;
    padding: 13px 29px;
    border: 1px solid #bf7836;
    color: #000;
}

.menu-item-4796 .sub-menu span {
    background-color: #fff !important;
    padding: 0px !important;
    border: none !important;
}

span.ils-notice {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 4px;
}

.fusion-custom-menu-item-contents.fusion-menu-cart-items .fusion-menu-cart-link {
    display: none;
}

.fusion-custom-menu-item-contents.fusion-menu-cart-items .fusion-menu-cart-checkout-link {
    width: 100%;
    float: unset;
}

.fusion-main-menu .fusion-main-menu-icon.fusion-main-menu-icon-active .menu-text::before {
    background: unset;
    border: none;
}

body.postid-4760 table.variations tr:nth-child(2) {
    opacity: 0;
}

#product-4760 .woocommerce-tabs {
    display: none;
}

/****shana bet cell plan woocommerce page*****/
.description_below {
    width: 100%;
    padding: 0;
}

.description_below li {
    list-style: none;
}

.description_below li #month_sub span {
    font-weight: 400;
    color: #000;
}

.description_below li label {
    font-weight: 700;
    font-size: inherit;
    color: #000;
}

.description_below li span {
    color: #790000;
    margin-left: 4px;
    font-size: 14px;
}

.description_below li #month_sub {
    list-style: none;
    padding: 0;
}

#shana-bet-cell-plan .description_below li.service_des,
#shana-bet-cell-plan .description_below li.date_arrive {
    margin: 15px 0;
}

#shana-bet-cell-plan .description_below li.date_arrive .calender-date input {
    width: auto;
}

#shana-bet-cell-plan .description_below li input[type="radio"]:checked+span {
    font-weight: 700;
}

body #shana-bet-cell-plan .button-wrapper input {
    background: #fec96b;
    color: #ffffff;
    border-color: #ffffff;
    padding: 18px;
    font-size: 1rem;
    font-weight: 500;
}

body #shana-bet-cell-plan .button-wrapper input:hover {
    color: #000;
    border-color: #000;
}

body #ui-datepicker-div {
    z-index: 999999999 !important;
}

/* shana-alef-cell */
.form-shana-alef #activation,
#service,
#total,
#datearriving,
#comments {
    line-height: 1.3;
    clear: both;
    font-weight: 700;
    color: #000;
    text-align: left;
}

.form-shana-alef ul {
    padding-left: 0%;
}

.form-shana-alef ul li {
    list-style: none;
}



.form-shana-alef #arrivedate {
    max-width: 25%;
}

.form-shana-alef .comment_question {
    padding-top: 3em;
    padding-bottom: 0em;
}

.form-shana-alef #comment {
    max-width: 100%;
    width: 100%;
    height: 15vh;
}

.form-shana-alef #monthly-one,
#month-one {
    font-size: 0.875em;
    margin: 2px 0px 0px 4px;
    letter-spacing: inherit;
    vertical-align: middle;
    cursor: pointer;
    line-height: 1.5;
    font-family: Raleway;
    font-weight: 400;
}

.form-shana-alef .error {
    display: none;
    line-height: 1;
    margin-top: 12px;
    margin-bottom: 10px;
    background-color: #FFEBE8;
    border: 1px solid #C00;
    border-radius: 4px;
    padding: 10px;
}

.form-shana-alef .loading-wrapper {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(255, 255, 255, .65);
    display: none;
}

.shana-alef-year {
    margin-bottom: 20px !important;
}

.shana-alef-year>div {
    width: 30%;
    padding-bottom: 0% !important;
}

body.single-payments #israelshabbaton-form #israelshabbaton-fields {
    padding-left: 0;
}

body.single-payments #israelshabbaton-form #israelshabbaton-fields li {
    list-style: none;
}

body.single-payments #israelshabbaton-form #israelshabbaton-fields li.fields {
    margin-bottom: 14px;
    padding-right: 16px;
    margin-top: 16px;
    padding-top: 0;
}

body.single-payments #israelshabbaton-form #israelshabbaton-fields li.fields .field_label {
    float: left;
    margin-bottom: 16px;
    padding-right: 16px;
    width: 29%;
    font-weight: 400;
    color: #000;
    font-family: Raleway;
    text-align: left;
}

@media screen and (max-width: 767px) {
    body.single-payments #israelshabbaton-form #israelshabbaton-fields li.fields .field_label {
        width: 100%;
    }
}

body.single-payments #israelshabbaton-form #israelshabbaton-fields li.fields .field_label span.required {
    color: #790000;
    margin-left: 8px;
    font-weight: 400;
}

body.single-payments #israelshabbaton-form #israelshabbaton-fields li.fields .input-wrapper-container {
    margin-left: 29%;
    width: 70%;
}

@media screen and (max-width: 767px) {
    body.single-payments #israelshabbaton-form #israelshabbaton-fields li.fields .input-wrapper-container {
        width: 100%;
        margin-left: 0;
    }
}

body.single-payments #israelshabbaton-form #israelshabbaton-fields li.fields .input-wrapper-container .inner-input-container {
    width: 50%;
    display: inline-block;
    margin-right: -4px;
    padding-right: 16px;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    body.single-payments #israelshabbaton-form #israelshabbaton-fields li.fields .input-wrapper-container .inner-input-container {
        width: 100%;
    }
}

body.single-payments #israelshabbaton-form #israelshabbaton-fields li.fields .input-wrapper-container .inner-input-container .inner-label {
    display: block;
    font-size: 0.813em;
    letter-spacing: 0.5pt;
    white-space: nowrap;
    font-weight: 400;
}

body.single-payments #israelshabbaton-form #israelshabbaton-fields li.fields .input-wrapper-container .inner-input-container input[type=text] {
    width: 100%;
}

body.single-payments #israelshabbaton-form #israelshabbaton-fields li.fields .input-wrapper-container input[type=email],
body.single-payments #israelshabbaton-form #israelshabbaton-fields li.fields .input-wrapper-container input[type=text] {
    height: 40px;
    background-color: #ffffff;
    font-size: 16px;
    color: #3e372d;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(220, 220, 220, 0.5);
    border-radius: 6px;
    padding-top: 0;
    padding-bottom: 0;
    width: 35%;
    border: 1px solid #000;
    border-radius: 0px;
}

@media screen and (max-width: 767px) {

    body.single-payments #israelshabbaton-form #israelshabbaton-fields li.fields .input-wrapper-container input[type=email],
    body.single-payments #israelshabbaton-form #israelshabbaton-fields li.fields .input-wrapper-container input[type=text] {
        width: 100%;
    }
}

body.single-payments #israelshabbaton-form #israelshabbaton-fields li.fields .input-wrapper-container .qty,
body.single-payments #israelshabbaton-form #israelshabbaton-fields li.fields .input-wrapper-container .price {
    margin-right: 2px;
    color: #5c6668;
    line-height: 36px;
    font-size: 16px;
    font-family: Raleway;
    letter-spacing: 0px;
    font-style: normal;
    font-weight: 700;
}

body.single-payments #israelshabbaton-form #israelshabbaton-fields li.fields .input-wrapper-container .product_price {
    margin-right: 2px;
    color: #000;
    line-height: 36px;
    font-size: 16px;
    font-family: Raleway;
    font-weight: 700;
    letter-spacing: 0px;
    font-style: normal;
    margin-left: 2px;
}

body.single-payments #israelshabbaton-form #israelshabbaton-fields li.fields .input-wrapper-container input.input_quantity {
    width: 3rem;
}

@media screen and (max-width: 767px) {
    body.single-payments #israelshabbaton-form #israelshabbaton-fields li.fields .input-wrapper-container input.input_quantity {
        width: 4rem;
    }
}

body.single-payments #israelshabbaton-form #israelshabbaton-fields li.fields .input-wrapper-container .field_checkbox {
    padding-left: 0;
    width: 100%;
}

body.single-payments #israelshabbaton-form #israelshabbaton-fields li.fields .input-wrapper-container .field_checkbox .choice_inner {
    font-size: 0.875em;
    line-height: 1.5;
    max-width: 85%;
}

body.single-payments #israelshabbaton-form #israelshabbaton-fields li.fields .input-wrapper-container .field_checkbox input[type=radio]:checked+label {
    font-weight: 700;
}

body.single-payments #israelshabbaton-form #israelshabbaton-fields li.fields .input-wrapper-container .input_total {
    color: #000;
    font-weight: 700;
    font-size: 16px;
}

body.single-payments #israelshabbaton-form #israelshabbaton-fields li.fields .input-wrapper-container div.error {
    display: none;
    font-size: 12px;
    line-height: 1;
    margin-top: 12px;
    margin-bottom: 10px;
    padding: 16px;
}

@media screen and (max-width: 767px) {
    body.single-payments #israelshabbaton-form #israelshabbaton-fields li.fields .input-wrapper-container textarea {
        width: 100%;
    }
}

body.single-payments #israelshabbaton-form #israelshabbaton_submit {
    background: #fec96b;
    color: #ffffff;
    border-color: #ffffff;
    padding: 18px;
    font-size: 1rem;
    font-weight: 500;
}

body.single-payments #israelshabbaton-form #israelshabbaton_submit:hover {
    color: #000;
    border-color: #000;
}

body.single-payments #israelshabbaton-form .loading-wrapper {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.65);
    display: none;
}

body.single-payments #israelshabbaton-form .loading-wrapper .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

body.single-payments #israelshabbaton-form .loading-wrapper .wrapper img {
    width: 80px;
    height: 80px;
}

body.single-payments .scholarshipFund .separator-scholarshipfund {
    border-color: #fec96b !important;
    border-top-width: 3px !important;
    margin-top: 0px !important;
    margin-bottom: 30px !important;
    width: 20% !important;
    max-width: 200px !important;
    margin-left: unset !important;
    margin-right: unset !important;
}

.scholarship-fund  #fundHeading {
    line-height: 1.3;
    clear: both;
    font-weight: 700;
    color: #000;
    text-align: left;
}

.make-my-donation .donationMonth .oneTime,
.make-my-donation .donationMonth .everyMonth,
.make-my-donation .donationMonth .everyQuarter,
.make-my-donation .donationMonth .everyYear,
.scholarship-row .scholarship-honor-row .rowHonor,
.scholarship-row .scholarship-honor-row .rowRefuh,
.scholarship-row .scholarship-honor-row .rowMemory,
.scholarship-row .scholarship-honor-row .dedicationDetails {
    display: flex;
    align-items: center;
    gap: .4vw;
}

.make-my-donation .donationMonth input[type='radio']:checked+label {
    font-weight: 700;
}

.scholarship-row .scholarship-honor-row input[type='radio']:checked+label {
    font-weight: 700;
}

.scholarship-row .scholarship-honor-row .details,
.additionalComments,
.details,
.dedicationDetails {
    display: grid;
    row-gap: 1vw;
    margin: 1vw 0vw;
}

.details textarea {
    height: 10vw;
    padding: .4vw;
    margin: 1vw 0vw;
}

.make-my-donation {
    margin: 1vw 0vw;
}

.scholarship-fund .button-wrapper {
    margin: 1vw 0vw;
}

.scholarship-fund #continue_to_payment {
    background-color: #fec96b;
    padding: 1em 1.5em;
    margin-top: 1em;
    border: none;
    cursor: pointer;
    color: #fff;
}

.scholarship-fund #continue_to_payment:hover {
    color: #000;
}

.scholarship-row .dedicationDetails input[type="text"] {
    padding: .5vw;
}

.scholarshipfund-container .scholarship-custom-amount input,
.scholarshipfund-container .dedicationDetails input,
.scholarshipfund-container .additionalComments input {
    width: calc(50% - 8px);
}

.scholarship-fund .Error {
    display: none;
    line-height: 1;
    margin-top: 12px;
    margin-bottom: 10px;
    background-color: #FFEBE8;
    border: 1px solid #C00;
    border-radius: 4px;
    padding: 10px;
}

.canadaError {
    display: none;
    line-height: 1;
    margin-top: 12px;
    margin-bottom: 10px;
    background-color: #FFEBE8;
    border: 1px solid #C00;
    border-radius: 4px;
    padding: 10px;
}

.fusion-caret {
    display: none;
}

/* shiur registration 2 */
.container-shiur-bet {
    margin: 1em 0em;
}

.container-shiur-bet label {
    font-weight: 700;
    color: #000;
}

.container-shiur-bet span {
    color: #790000;
    margin-left: 4px;
}

.amount input[type="text"] {
    width: 25%;
}

.rowStudent .row {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.rowStudent .row .student-last,
.rowStudent .row .student-first,
.rowStudent .row .student-email {
    display: grid;
}

.rowStudent .row .student-last input[type="text"],
.rowStudent .row .student-first input[type="text"],
.rowStudent .row .student-email input[type="text"] {
    padding-left: .3em;
}

.student-row-second {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 1em 0em;
}

.student-row-second .home-phone,
.student-row-second .student-cell {
    display: grid;
}

.program {
    display: grid;
}

.program .levlachayal,
.program .shanabet {
    display: flex;
}

/* tochitnissan */

.firstLast {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
}

.firstLast .firstname,
.firstLast .lastname {
    width: 50%;
}

.tochnit-nissan .student-row h1 {
    font-weight: 700;
    color: #000;
    font-size: 1rem;
}

.tochnit-nissan .student-row span {
    color: #790000;
    margin-left: 4px;
}

.date-container {
    margin: 1em 0em;
}

.sunday label,
.tuesday label,
.wednesday label,
.thursday label,
.friday label,
.sunday label,
.monday label {
    font-weight: 700;
    color: #000;
    font-size: 1rem;
}

.total p:nth-child(1) {
    font-weight: 700;
    color: #000;
    font-size: 1rem;
}

.woocommerce-checkout .button.wc-forward,
.woocommerce-checkout .button.wc-forward * {
    display: flex;
    align-items: center;
}

.tochnit-payment-col input[type="submit"] {
    background: #fec96b;
    color: #ffffff;
    border-color: #ffffff;
    padding: 18px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
}

.date-container input[type="checkbox"]:checked+span {
    font-weight: 700;
}

/* transcript form */
.container-transcript .row-transcript p {
    font-weight: 700;
    color: #5c6668;
    font-size: 14px;
}

#custom-amount {
    display: none;
    margin: 1em 0em;
}

.yearsAttended label,
.primaryTranscript label,
.mailing-and-emailing label,
.transcript-phonenumber label {
    font-weight: 700;
    color: #000;
}

.yearsAttended input,
.mailing-and-emailing input,
.transcript-phonenumber input {
    width: 50%;
}

.transcript-price,
.primaryTranscript,
.transcript-phonenumber {
    margin: 1em 0em;
}

.transcript-mail {
    margin: 2em 0em;
}

#transcript_payment {
    background: #fec96b;
    text-transform: uppercase;
    color: #ffffff;
    padding: 1em 1.5em;
    cursor: pointer;
    border: none;
    font-weight: 400;
}

#transcript_payment:hover {
    background: #fec96b;
    color: #000;
    cursor: pointer;
    font-weight: 400;
}

#transcript-price-value {
    color: #000;
}

.mailing-and-emailing input[type="text"] {
    margin: .5em 0em;
}

.transcript-phonenumber input[type="text"] {
    margin: .5em 0em;
}

.transcript-arrow {
    height: 38px;
    height: 38px;
    line-height: 38px;
}

.transcript-select select {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    font-size: 12px;
    padding-left: .5em;
    width: 100%;
}

.transcriptEmail input[type="radio"]:checked+span {
    font-weight: 700;
}

.transcrip-amount {
    font-weight: 400;
    color: #000;
}

#custom-amount {
    width: 50%;
}

@media screen and (min-width: 1024px) {

    .transcript-single {
        position: relative;
    }

    .transcript-select {
        border: 1px solid #000;
        width: 50.5%;
        border-color: #000;
        position: relative;
    }

    .transcript-single select:focus {
        outline: none;
    }

    .select-arrow {
        border-left-width: 1px;
        border-left-style: solid;
        position: absolute;
        pointer-events: none;
        z-index: 10;
        font-family: icomoon;
        font-size: 9px;
        text-align: center;
        /* left: 44%; */
        height: 40px !important;
        border-top: 0;
        border-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .transcript-single {
        position: relative;
    }

    .transcript-select {
        border: 1px solid;
    }

    .transcript-select select {
        font-size: 14px;
    }

    .transcript-single select:focus {
        outline: none;
    }

    .select-arrow {
        position: absolute;
        pointer-events: none;
        z-index: 10;
        font-family: icomoon;
        font-size: 9px;
        text-align: center;
        right: 0%;
        height: 40px !important;
        border: 1px solid;
        border-bottom: 0;
        border-top: 0;
    }

    .yearsAttended input,
    .mailing-and-emailing input,
    .transcript-phonenumber input {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .transcript-single {
        position: relative;
    }

    .transcript-select {
        border: 1px solid;
        width: 50%;
    }

    .transcript-single select:focus {
        outline: none;
    }

    .select-arrow {
        position: absolute;
        pointer-events: none;
        z-index: 10;
        font-family: icomoon;
        font-size: 9px;
        text-align: center;
        right: 50%;
        height: 40px !important;
        border: 1px solid;
        border-top: 0;
        border-bottom: 0;
    }
}


.display-none {
    display: none !important;
}

/* Yamin Noraim */

.currency-select {
    margin-bottom: 2em;
}

.currency-select select {
    width: 35%;
    text-align: center;
}

.seating-request {
    width: 35%
}

.nameHeading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
}

.firstName,
.lastName {
    width: 50%;
}

.purchase-tickets,
.seating-request,
.patreon-yeshiva {
    text-align: left;
    margin-top: 2em;
}

.yamim-payment input {
    background-color: #fec96b;
    padding: 1em 1.5em;
    margin-top: 1em;
    border: none;
    cursor: pointer;
    color: #fff;
}

.yamim-payment input:hover {
    color: #000;
    cursor: pointer;
}

.email label,
.phone label {
    display: flex;
    gap: .2em;
    margin: 1em 0em;
}

.email input[type="email"],
.phone input[type="text"] {
    width: 30%;
}

.name-cols #name,
.email label,
.phone label,
.purchase-tickets label,
.seating-request label,
.yamim-form-container p,
.currency-select label,
.patreon-yeshiva label:nth-child(1) {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.patreon-yeshiva .option input[type="radio"]:checked+span,
.tickets-checkbox input[type="checkbox"]:checked+span {
    font-weight: 700;
}

.roshana-row,
.yom-row,
.both-package-row {
    display: flex;
    gap: 1em;
    margin: 1em 0em;
}

.roshana-row input[type="text"],
.yom-row input[type="text"],
.both-package-row input[type="text"] {
    width: 4%;
}

.roshana-row label,
.yom-row label,
.both-package-row label {
    font-weight: 400;
}

.roshanaaccordin,
.yomaccordin,
.bothaccordin {
    display: none;
}

#star {
    color: #790000;
}

.yamim-total label,
#yamimTotal {
    font-weight: 400 !important;
}

.street-address input,
.seating-request input,
.yamim-email input,
.billing-address input {
    margin-top: 1em;
}

.patreon-yeshiva label:nth-child(3) {
    color: #5c6668;
    font-weight: 400;
}

.select-country select option {
    font-weight: 400;
    font-size: 2em;
}

.select-arrow {
    left: unset;
    height: 38px !important;
}

.ginput_address_country .gravity-select-parent {
    width: 100%
}

#main #gform_27 input#input_27_12_3 {
    width: 50%;
}

#main #gform_27 span.ginput_cardinfo_right {
    position: relative;
    top: 30px;
    left: 25px;
}

#main #gform_27 .gravity-select-parent {
    width: 100% !important;
}

#main #gform_13 .ginput_container_date {
    display: flex;
    width: calc(50% - 8px);
}

#main #gform_13 .ginput_cardinfo_right {
    width: 45%;
    position: relative;
    top: 30px;
}

#main #gform_16 .ginput_cardinfo_right {
    width: 49%;
    position: relative;
    left: 15px;
}

#main #gform_16 .gravity-select-parent {
    width: 100% !important;
}

#main #gform_9 .ginput_container_date {
    display: flex;
    align-items: center;
    position: relative
}

#main #gform_9 img.ui-datepicker-trigger {
    position: absolute;
    right: 2%;
}

#main #gform_9 .ginput_card_security_code_icon {
    position: absolute;
    left: 100%;
    top: 25px;
}

#main #gform_9 #input_9_20_2_cardinfo_right {
    margin-top: 30px;
}

#main #gform_12 #input_12_16_2_cardinfo_right {
    width: 48%;
    margin-top: 30px;
    left: 2%;
}

#main #gform_12 .gravity-select-parent {
    width: 100% !important;
}

#gform_wrapper_14 .ginput_container_date {
    position: relative;
}

#gform_wrapper_14 .ginput_container_date .ui-datepicker-trigger {
    position: absolute;
    right: 3%;
    top: 25%;
}

#gform_wrapper_14 #field_14_14 label[for="input_14_14"] {
    font-size: 15px;
}

@media screen and (min-width:1251px) {
    .fusion-custom-menu-item-contents.fusion-menu-cart-items.chlid-tehe {
        top: 80px;
        right: -10px !important;
    }

    a.fusion-main-menu-icon.fusion-main-menu-icon-active.fusion-bar-highlight {
        width: 40px;
        justify-content: center;
    }
}

.order-total.recurring-total .woocommerce-Price-amount.amount {
    display: inline;
    margin: 0;
}

@media screen and (min-width:768px) {
    .order-total.recurring-total>td {
        display: block;
    }

    .order-total.recurring-total>th {
        position: relative;
        bottom: 20px;
    }
}

@media screen and (max-width:768px) {
    .order-total.recurring-total .woocommerce-Price-amount.amount {
        justify-content: right;
    }
}

.cell-shana-seperator {
    border-color: #fec96b !important;
    max-width: 300px;
    margin-bottom: 1em;
    margin-top: 0 !important;
    margin-left: unset !important;
}

#e-sim #onefourty {
    color: #000;
}

.simType label:nth-child(1) {
    font-weight: 700;
    font-size: inherit;
    color: #000;
}

.myphone-one input[type="radio"]:checked+label,
.myphone-two input[type="radio"]:checked+label {
    font-weight: 700;
}

#only {
    text-decoration: underline;
    font-weight: 700;
}

.service_des,
#e-sim {
    display: none;
}

.total-amount {
    color: #000 !important;
}

.imei-section input {
    width: 50%;
}

body #ouibounce-modal {
    z-index: 99999;
}

body #ouibounce-modal .modal {
    width: 50%;
    z-index: 999999;
    background-color: #fff;
    height: max-content;
    visibility: visible;
    opacity: 1;
}

@media (min-width:768px) and (max-width:1024px) {
    body #ouibounce-modal .modal {
        width: 90%;
    }
}



body #ouibounce-modal .modal .exit-intent-content {
    width: 70%;
    padding: 50px 0;
    margin: 0 auto;
}

body #ouibounce-modal .modal .exit-intent-content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #000000;
}

#ouibounce-modal .underlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    -webkit-animation: fadein .5s;
    animation: fadein .5s;
}

#ouibounce-modal .modal {
    display: block;
    margin: auto;
}

body #ouibounce-modal .modal .close {
    position: absolute;
    top: 30px;
    text-align: right;
    right: 30px;
    cursor: pointer;
    opacity: 0.8;
}

body #ouibounce-modal .modal .exit-intent-content label {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

body #ouibounce-modal .modal .exit-intent-content .form-left {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    column-gap: 50px;
}

body #ouibounce-modal .modal .exit-intent-content .form-left p {
    width: 50%;
    margin-left: 0;
}

body #ouibounce-modal .modal .exit-intent-content .wpcf7-form input[type="submit"] {
    background: transparent;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 50px;
    background: #fec96b;
    height: 50px;
    width: 100%;
    margin: auto;
    color: #000;
    font-weight: 600;
}

.second-section {
    display: flex;
    column-gap: 50px;
}

.second-section p:first-child {
    display: none;
}

.second-section p {
    margin-top: 0;
    display: flex;
}

#order_review .product-total .subscription-price {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-id-4330 span.woocommerce-Price-currencySymbol {
    display: contents;
}

/* .scholarship-custom-amount::before {
    content: '$';
    position: absolute;
    left: 5px;
    font-size: 10px;
    line-height: 40px;
} */

.scholarship-custom-amount.canada::before {
    content: 'C$';
}

#amountCanada {
    padding-left: 20px;
}

#fundHeading.fund {
    margin-top: 20px;
    display: block;
    line-height: 40px;
    margin-bottom: 10px;
}

.refund_container .has_first_name {
    display: flex;
    align-items: center;
}

body.woocommerce-checkout .woocommerce-MyAccount-subscriptions td.subscription-total .amount {
    display: inline;
}

body.woocommerce-checkout #ouibounce-modal {
    display: none;
}

.tickets-checkbox.usd,
.purchase-tickets .roshanaaccordin.usd {
    display: none;
}

.currency-changer-form span.ils-notice {
    display: none;
}

#menu-item-6274 .menu-text {
    background-color: #fec96b;
    padding: 13px 29px;
    border: 1px solid #bf7836;
    color: #000;
}

body.page-id-4329 p.cart-empty.woocommerce-info {
    padding: 0px;
    padding-left: 20px;
}

/* Checkout Form */
@media only screen and (max-width:767px) {
    body.single-payments .product-listing .donation-product select#donation-product{
        min-width: 300px;
        width: 300px;
    }
    body #main .fusion-row{
        width: 100%;
        max-width: 767px !important;
        overflow: hidden;
    }
    body.single-payments .fullwidth-box .fusion-layout-column{
        padding-left:0 !important;
    }
    body.postid-4364 form.currency-changer-form{
        padding: 0;
    }
    body #main {
        padding: 0;
        width: 80%;
        margin: 0 auto;
    }
    body.layout-wide-mode{
        max-width: 100%;
        overflow-x: hidden !important;
    }
}
/* Checkout Form */

.flex-direction-nav a.flex-prev:hover,
.flex-direction-nav a.flex-next:hover{
    opacity: 1;
}
.donations-template-default .custom-donation-section .fusion-column-first{
    display: none;
}
body.single-donations .custom-donation-section #products.product-listing h3 {
    border-bottom: 1px dotted #fec96b;
    margin: 0px 16px 17px 0;
    font-size: 36px;
    font-family: 'Montserrat';
    font-weight: 400;
    padding: 0 16px 18px 0;
    letter-spacing: normal !important;
    color: #262e44;
}
body.single-donations .custom-donation-section .product-listing .donation-product{
    padding-bottom: 16px;
    border-bottom: 1px dotted #fec96b;
}
body.single-donations .custom-donation-section .product-listing .donation-product-amount .custom-donation-amount{
    padding-top: 0px;
    border-bottom: 1px dotted #fec96b;
    padding-bottom: 28px;
    display: flex;
    flex-direction: column;
}
body.single-donations .custom-donation-section #additional_comments input[type='text'],
body.single-donations .custom-donation-section .product-listing .donation-product-amount .custom-donation-amount input[type='text']{
    border-color: #ccc;
}
body.single-donations .custom-donation-section .fusion-layout-column.fusion-two-third{
    width: 100%;
}
@media(min-width:1250px){
    body.single-donations #wrapper #main .fusion-row .post-content{
        margin-top: 15%;
    }
}
/* body.page-id-4330 #post-4330 .payment_method_acceptbluecard{
    display: none;
}  */

body.postid-6711 .levlachayal-banner-container{
    padding-top: 0 ;
}
.collapse.in{
    visibility: visible;
}
.fusion-builder-row .fusion-accordian .panel-title a .fa-fusion-box:before{
    font-family: 'awb-icons';
}
#shana_alef div br{
    display: unset;
}
#arrivedate{
    margin-right: 1%;
}

#shana_alef img{
    display: unset;
    vertical-align: top;
}
.form-shana-alef #continue_to_payment {
    background: #fec96b;
    color: #ffffff;
    border-color: #ffffff;
    width: 230px;
    height: 58px;
    font-size: 1rem;
    border: 2px solid;
    font-family: 'Inter';
    font-weight: 500;
    border-style: outset;
}

.form-shana-alef #continue_to_payment:hover {
    color: #000;
    border-color: #000;
}

body.postid-6711 .levlachayal-banner-container .fusion-row{
    margin: 0;
}
.woocommerce-table .product-info .wc-item-meta li p{
    display: inline-block;
}
.woocommerce .avada-checkout .woocommerce-checkout .blockUI.blockOverlay:before{
    background-image: url('/wp-content/themes/Avada-Child-Theme/images/loader.svg');
    width: 150px;
    height: 150px;
}
