.elementor-button {
    cursor: pointer;
}

.elementor-button.blue {
    background-color: #000000;
    color: #ffffff;
}

.elementor-button.deepblue {
    background-color: #008047;
    color: #ffffff;
}

.moneteo.wrap.padding {
    padding: 50px 0;
}

.moneteo.wrap .strong {
    font-weight: 800 !important;
}

.moneteo.wrap .pointer {
    cursor: pointer;
}


.moneteo.wrap h1 {
    font-family: "Poppins", Sans-serif;
    font-size: 1.2rem;
}

.notice {
    transition: 1s all;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    margin-left: calc(5vw)!important;
}

.notice {
    transition: 1s all;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-radius: 3px !important;
    padding: 5px 5px 5px 20px;
    top: 60px;
    left: 0;
}

.notice .notice-dismiss {
    float: right;
}

.notice .notice-dismiss:before {
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
    font-style: normal;
    letter-spacing: 1px;
    font-weight: 700;
    content: 'x';
    font-size: 12px !important;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
}

.notice-dismiss {
    border: 0;
    padding: 15px 5px !important;
}

.notice-dismiss:hover {
    background: transparent;
}

.notice.notice-warning {
    background: #afafaf;
}

.notice.notice-success {
    background: #008047;
}

.notice.notice-info {
    background: #F9793E;
}

.notice.notice-alert,
.notice.notice-danger {
    background: #cd2a31;
}

.notice .notice-dismiss::before {
    color: #fff;
}

.fade.in {
    opacity: 1;
}

.modal {
    background: rgba(0, 0, 0, 0.1);
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;

    width: 600px;
    margin: 30px auto;

    display: inline-block;
    text-align: left;
    vertical-align: middle;

    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);

    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-actions {
    text-align: right;
    cursor: grab;
    margin-right: 40px;
    margin-top: 20px;
    margin-bottom: -15px;
}

.modal-dialog.modal-lg {
    width: 95%;
}

.modal-dialog.modal-md {
    width: 60%;
}

.modal-dialog.modal-sm {
    width: 40%;
}


.modal-header {
    margin: 20px 15px 0 15px;
    padding: 0;
    padding-bottom: 0;
    background: #fff;
}

.modal .close,
.modal .minimalize {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    -webkit-appearance: none;
    cursor: pointer;
    background: 0 0;
    border: 0;
    margin-top: -20px;
    padding: 20px;
}

.modal-header h6 {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.modal-body {
    position: relative;
    padding: 0 15px 15px 15px;
    margin-bottom: 30px;
}

.modal-footer {
    padding: 0 15px 20px 15px;
    text-align: right;
}

.modal-footer .elementor-button {
    display: inline-block;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(215, 216, 223);
    border-radius: 0;
    outline: 0;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.button.actions {
    border-radius: 3px;
    background: #008047;
    width: 32px;
    height: 32px;
    padding-top: 2px;
    color: #fff;
    display: inline-flex;
    padding-left: 7px;
    margin-left: 20px;
    cursor: pointer;
}

.a.button.actions span {
    padding-top: 4px;
}

.red {
    background: red;
}

.notificationCounter {
    background: #27241d;
    position: absolute;
    margin-top: -19px;
    margin-left: 15px;
    border-radius: 50px;
    padding: 0 6px;
    line-height: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    border: 2px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.deliveryCounter {
    background: #d2ab67;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50px;
    padding: 0;
    color: #fff;
    line-height: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    width: auto;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    box-sizing: border-box;
}

.s_category_item .s_category_child_alias {
    cursor: pointer;
}

.s_search a,
.s_delivery a {
    font-size: 0;
}

.s_grid {
    background-color: #fff;
    padding-top: 20px;
}

.s_label {
    font-weight: 500;
    padding: 10px 0 10px 0;

}

.s_grid .s_trainings_search_placeholder .s_search {
    border: 0 !important;
}

.s_input {
    width: 100%;
}

.altSide {
    background: #008047;
    color: #fff !important
}

.altSide .s_label {
    color: #fff !important
}

.notice button {
    background: transparent;
}

@media(max-width: 767px) {
    .modal-dialog {
        margin: 0;
    }

    .modal-content {
        max-height: 100vh;
    }

    .modal-header .close {
        padding: 20px 0;
    }

    .modal-dialog.modal-lg {
        width: 100%;
    }

    .modal-dialog.modal-md {
        width: 90%;
    }

    .modal-dialog.modal-sm {
        width: 100%;
    }

    .modal-dialog .modal-body .s_form {
        padding: 0;
    }

    .modal-dialog .modal-body .s_form [class*="col-"] {
        padding: 0;
    }

    .modal-dialog .modal-body .s_form .col-md-6 {
        text-align: left !important;
    }

    .modal-dialog .modal-body .s_form .accordion-section .accordion-section-title {
        margin: 0;
    }

    .modal-dialog .modal-body .s_form .accordion-section {
        margin: 20px 0;
    }

    .modal-dialog .modal-body .s_form .accordion-section .accordion-section-content > [class*="col-"] {
        padding: 15px 0 0 0;
    }

    .modal-dialog .modal-body .s_form .accordion-section .accordion-section-content h6 {
        margin: 20px 0;
    }
}

@media (min-width: 768px) {
    .moneteo.wrap h1 {
        font-size: 2rem;
    }
}