.mb-2 {
    margin-bottom: 20px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.input_group_search {
    min-height: 20px;
    transition: .2s;
    overflow: hidden;
    border: 0 solid transparent;
    margin-bottom: 20px;
}

.input_group_search .s_search_form_submit {
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #d2ab67;
    color: #d2ab67;
    border-left: 0;
}

.input_group_search .s_search_form_submit:hover {
    color: #000;
}

.input_group_search .s_search_form_submit span {
    display: none;
}

.s_search_form_input {
    border-radius: 0 !important;
    border-color: #ececec !important;
    border-right: 0 !important;
    outline: none;
    font-size: 14px;
    color: #000;
}

.s_search_form_input:focus {
    outline: none;
}

::placeholder {
    color: #acacac;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

::-ms-input-placeholder {
    color: #000;
}

.form_check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form_check_inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form_check_input {
    box-sizing: border-box;
    padding: 0;
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.form_check_label {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.s_title {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.s_categories .s_categories_list {
    padding: 0;
    margin: 0;
    color: #000;
    background: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.panelLeft .s_categories {
    border: 1px solid #c3c4c7;
}

.grey-background {
    background: #f4f8fb;
}

.s_categories .s_categories_list .s_category_item {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.s_categories .s_categories_list .s_category_item a {
    padding: 10px 15px !important;
    font-weight: 500;
    color: #000;
}

.s_categories .s_categories_list .s_category_item.s_parent {
    font-size: 16px;
}

.s_categories .s_categories_list .s_category_item ul {
    padding: 5px 0;
}

.s_categories .s_categories_list .s_category_item ul li a {
    font-size: 14px;
    padding-left: 20px;
}

.s_categories .s_categories_list .s_category_item.s_parent.s_category_active ul li.s_category_item {
    border-left: 3px solid transparent;
    padding: 2px 0;
}

.s_categories .s_categories_list .s_category_item.s_parent.s_category_active ul li.s_category_item.s_category_active {
    border-left: 3px solid #d2ab67;
}

.s_category_item.s_parent:before {}

.s_category_item_ul {
    width: 100%;
}

.s_category_child_alias {
    position: relative;

    transition: 0.5s all;
}

.s_category_child_alias,
.actives_category_child_alias {
    border-left: 2px solid transparent;
}

.s_category_child_alias.opened::after {
    content: "^";
    font-size: 11px;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 10px;
    position: absolute;
    top: 12px;
    right: 0;
}

.s_category_child_alias.closed::after {
    content: "^";
    font-size: 11px;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 10px;
    position: absolute;
    rotate: 180deg;
    top: 12px;
    right: 0;
}

.s_categories_list .s_parent .s_category_item_ul .s_category_child_alias.closed::after {
    top: 10px;
}


.s_categories_list .s_parent .s_category_item_ul .s_category_child_alias.opened::after {
    top: 10px;
}

.s_mac_item {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.s_mac_list .s_mac_item {
    align-items: center;
    justify-content: center;
    display: flex;
}

.s_mac_name {
    margin: 0;
    font-size: 18px;
}

.s_mac_name a {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 20px 0;
    display: block; 
    text-align: center;
}

.s_mac_tags {
    margin-bottom: 20px;
    font-size: 13px;
}

.s_mac_tags_list {
    padding: 0;
    display: flex;
}

.s_mac_tags_list li {
    list-style: none;
    margin-right: 5px;
}

.s_mac_header .s_mac_tags {
    margin: 0 0 20px 0;
}

.s_mac_header .s_mac_tags_list {
    flex-wrap: wrap;
}

.s_mac_header .s_mac_tags_list li {
    margin: 0 20px 10px 0;
}

.s_mac_header .s_mac_tags_list li span {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    text-align: left;
    overflow: hidden;
    height: 30px;
    display: block;
    line-height: 30px;
}

.s_mac_header .s_mac_tags_list li img {
    width: 24px;
    height: 24px;
    float: left;
    margin: 0 10px 0 0;
    display: block;
}

.s_mac_price {
    margin-bottom: 20px;
    text-align: center;
}

.s_mac_price .s_price_regular,
.s_mac_price .s_price_regular span {
    font-size: 20px;
    font-weight: 500;
}

.s_price {
    font-size: 16px;
}

.s_price .s_price_netto {
    font-size: 16px;
}

.s_price .s_price_brutto {
    font-size: 20px;
    font-weight: 600;
}

#s_categories_main .add-to-cart {
    margin-top: 20px;
    text-align: center;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    position: absolute;
    z-index: 99999999;
}


.tooltip:hover .tooltiptext {
    visibility: visible;
}

.alias:hover .tooltip .tooltiptext {
    visibility: visible;
}

.s_mac_price .s_price_promo,
.s_mac_price .s_price_promo span {}

.s_mac_price del {}

.s_mac_time {
    margin-bottom: 40px;
}

.s_mac_review {
    margin-bottom: 20px;
}

.s_mac_review_detail span.fa {
    color: #A5C3FD;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    border-color: #ececec;
}

.s_mac_review_detail span.checked {
    color: #d2ab67;
}

.s_mac_button .btn {
    display: inline-block;
    border-radius: 0;
    background-color: #ececec;
    color: #000000;
    font-size: 12px;
    width: 100%;
    font-weight: 500;
    padding: .8rem 1rem;
}

.floatcenterwrap {
    text-align: center;
}

.floatcenterwrap .paginator {
    margin-top: 1.5em;
    padding-bottom: 0.5em;
}

.floatcenterwrap .paginator li {
    display: inline-block;
    font-size: 14px;
    border: none;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    border: 1px solid #d2ab67;
}

.floatcenterwrap .paginator li a {
    color: #000;
    margin: 0 3px;
}

.paginator li.first {
    margin-right: 2px;
}

.s_mac_header {
    background-color: #eff0f8;
    padding-top: 40px;
}

.s_mac_header h1.s_mac_name {
    color: #000;
    font-weight: 500;
    font-size: 28px;
}

.s_button {
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    color: #fff;
    text-align: center;
    transition: all .3s;
    font-weight: 500;
    background-color: #d2ab67;
    border: 2px solid #d2ab67;
    padding: 15px 10px 12px 10px;
    margin: 0 0 15px 0;
}

.s_button:hover {
    background-color: #000;
    color: #ffffff;
    border: 2px solid #000;
}

.s_button_dark {
    background-color: #000;
    color: #ffffff;
    border: 2px solid #000;
}

.s_button_dark:hover {
    background-color: #d2ab67;
    color: #ffffff;
    border: 2px solid #d2ab67;
}

.s_mac_header .s_mac_price {
    background-color: #d2ab67;
    color: #fff;
    padding: 20px;
    margin: 0;
    width: 100%;
}

.s_flex_end {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.s_mac_header .s_button {
    width: 100%;
}

.moneteo-menu {
    display: flex;
    flex-wrap: wrap;
}

.s_mac_content {
    padding-top: 40px;
    margin-bottom: 40px;
}

.s_mac_content h5 {
    font-weight: 500;
}

.s_mac_content p {
    font-size: 15px;
}

.s_product_content_top {
    margin-bottom: 60px;
}

.s_product_content form.cart {
    margin-top: 30px;
    display: flex;
}

.s_product_content form.cart .quantity {
    margin-right: 20px;
}

.s_product_content form.cart .quantity input {
    height: 40px;
    width: 45px;
    text-align: center;
    appearance: textfield;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
}

.s_product_content form.cart .quantityinput::-webkit-outer-spin-button,
.s_product_content form.cart .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.s_button_cart {
    background-color: #d2ab67;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    width: 168px;
    letter-spacing: 1px;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 10px;
    height: 40px;
    color: #fff;
    cursor: pointer;
    display: block;
}

.s_button_cart:hover {
    box-shadow: none;
    background-color: #000;
}

.s_product_content .cart .add-to-cart .qty {
    border-radius: 0;
    height: 40px;
    width: 60px;
    text-align: center;
    margin-right: 0;
}

.s_product_content .cart .add-to-cart .s_button_cart {
    height: 40px;
    padding: 10px 25px;
    width: auto;
}

.thestrip {
    background-image: linear-gradient(135deg, var(--global-palette1, #d2ab67) 0%, var(--global-palette2, #065532) 100%);
    color: #fff;
    width: 100%;
    font-size: 14px;
    height: 60px;
}

.breadcrumbs {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    padding: 0;
}

.breadcrumbs a {
    color: #000;
    font-size: 14px;
}

.breadcrumbs a::after {
    content: "/";
    margin-left: 5px;
}

.breadcrumbs a.breadcrumb_last::after {
    content: "";
    display: none;
}

.breadcrumbs > span {
    margin-right: 5px;
}

.breadcrumb_last {
    font-weight: 600;
}

.s_wrapper_tabs .tabs {
    border-bottom: 1px solid #d2ab67;
}

.s_wrapper_tabs .tab {
    cursor: pointer;
    padding: 15px 25px;
    margin: 0;
    display: inline-block;
    color: #d2ab67;
    font-size: 14px;
    font-weight: 500;
}

.s_wrapper_tabs .panels {
    background: #fff;
    min-height: 200px;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.s_wrapper_tabs .panel {
    display: none;
    animation: fadein 0.8s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.s_wrapper_tabs .panel-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}

.s_wrapper_tabs .radio {
    display: none;
}

#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel,
#four:checked ~ .panels #four-panel,
#five:checked ~ .panels #five-panel,
#six:checked ~ .panels #six-panel,
#seven:checked ~ .panels #seven-panel,
#eight:checked ~ .panels #eight-panel {
    display: block;
}

#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab,
#four:checked ~ .tabs #four-tab,
#five:checked ~ .tabs #five-tab,
#six:checked ~ .tabs #six-tab,
#seven:checked ~ .tabs #seven-tab,
#eight:checked ~ .tabs #eight-tab {
    background: #d2ab67;
    color: #fff;
}

.s_download {
    border-top: 1px solid #ececec;
    padding: 20px 0;
}

.s_download .s_button.s_white {
    background-color: #ffffff;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 45px;
    border: 2px solid #ffffff;
}

.s_download .s_button.s_white .s_btn_label {
    display: inline-block;
}

.s_download .s_button.s_white .s_btn_label span {
    display: inline-block;
    font-weight: 500;
}

.s_download .s_button.s_white img {
    float: left;
    margin-right: 0.5em;
    max-width: 40px;
    margin-bottom: 0;
}

.s_mac_block_left {
    background-color: #eff0f8;
    padding: 20px;
    margin-bottom: 20px;
}

.s_mac_block_left h5,
.s_mac_block_left h5 a {
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
}

.s_mac_block_left .s_mac_buttons .s_button {
    width: 100%;
}

.s_button.s_outline {
    background-color: transparent;
    color: #d2ab67;
    border: 2px solid #d2ab67;
}

.s_button.s_outline:hover {
    background-color: #000;
    color: #ffffff;
    border: 2px solid #000;
}

.s_mac_block_left .s_mac_details .s_mac_details_items {
    padding: 0;
    font-size: 14px;
}

.s_mac_block_left .s_mac_details .s_mac_details_items .s_mac_details_item {
    list-style: none;
    font-size: 14px;
    margin: 15px 0;
    padding-left: 30px;
    position: relative;
}

.s_mac_block_left .s_mac_details .s_mac_details_items .s_mac_details_item::before {
    content: "";
    background: url(/wp-content/plugins/moneteo/assets/img/check.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.s_mac_block_left .s_mac_details .s_mac_details_items .s_mac_details_item .s_mac_detail_level {}

.s_mac_block_left .s_mac_details .s_mac_details_items .s_mac_details_item .s_first {
    width: 120px;
}

.s_mac_block_left .s_mac_details .s_mac_details_items .s_mac_details_item.s_mac_detail_tags .s_second,
.s_mac_block_left .s_mac_details .s_mac_details_items .s_mac_details_item.s_mac_detail_trainer .s_second {
    margin-left: -30px;
}

.s_mac_block_left .s_mac_details .s_mac_details_items .s_mac_details_item.s_mac_detail_trainer .s_second {
    font-weight: 500;
}

.s_mac_block_left .s_mac_details .s_mac_details_items .s_mac_details_item.s_mac_detail_tags .s_second .s_mac_tags ul {
    padding: 0;
}

.s_mac_block_left .s_mac_details .s_mac_details_items .s_mac_details_item.s_mac_detail_level,
.s_mac_block_left .s_mac_details .s_mac_details_items .s_mac_details_item.s_mac_detail_time,
.s_mac_block_left .s_mac_details .s_mac_details_items .s_mac_details_item.s_mac_detail_language,
.s_mac_block_left .s_mac_details .s_mac_details_items .s_mac_details_item.s_mac_detail_material_language {
    display: flex;
}

.s_mac_block_left .s_mac_details .s_mac_details_items .s_mac_details_item.s_mac_detail_level .s_second,
.s_mac_block_left .s_mac_details .s_mac_details_items .s_mac_details_item.s_mac_detail_time .s_second,
.s_mac_block_left .s_mac_details .s_mac_details_items .s_mac_details_item.s_mac_detail_language .s_second,
.s_mac_block_left .s_mac_details .s_mac_details_items .s_mac_details_item.s_mac_detail_material_language .s_second {
    margin-left: 10px;
}

.s_mac_block_left .s_mac_details .s_mac_details_items .s_mac_details_item.s_mac_detail_trainer .s_first,
.s_mac_block_left .s_mac_details .s_mac_details_items .s_mac_details_item.s_mac_detail_trainer .s_second,
.s_mac_block_left .s_mac_details .s_mac_details_items .s_mac_details_item.s_mac_detail_tags .s_first,
.s_mac_block_left .s_mac_details .s_mac_details_items .s_mac_details_item.s_mac_detail_tags .s_second {
    width: 100%;
    display: block;
}

.s_mac_block_left .s_mac_details .s_mac_details_items .s_mac_details_item.s_mac_detail_trainer .s_first,
.s_mac_block_left .s_mac_details .s_mac_details_items .s_mac_details_item.s_mac_detail_tags .s_first {
    margin-bottom: 10px;
}

.form-control {
    font-size: 16px;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
    align-items: start;
}

.form_check {
    padding-left: 0;
}

.form-control input {
    background-color: #fff;
    margin: 0;
    font: inherit;
    width: 20px;
    height: 20px;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

.s_radio_description {
    font-size: 14px;
}

.s_radio_description > div {
    margin: 2px 0 15px 0;
}

.s_mac_date .form_check .s_mac_tags {
    margin-top: 10px;
    margin: 0;
}

.s_mac_date .form_check .s_mac_tags ul {
    padding: 0;
}

.s_mac_date .form_check .s_mac_tags ul li {
    margin: 0 5px;
}

.s_mac_options {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.s_mac_options span {
    display: inline-block;
}

.s_mac_date .form_check {
    font-size: 16px;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
    align-items: start;
    margin-bottom: 20px;
}

.s_mac_date .form_check label {
    margin: 0 0 0 5px;
}

.s_mac_date .form_check input {
    background-color: #fff;
    margin: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

.s_mac_date .form_check label > div {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}

.s_mac_block_left span {
    font-weight: 500;
}

#kalendarz .fc-toolbar.fc-header-toolbar h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

#kalendarz .fc-toolbar.fc-header-toolbar .fc-button-group,
#kalendarz .fc-toolbar.fc-header-toolbar .fc-button-group button {
    display: block !important;
}

#kalendarz .fc-toolbar.fc-header-toolbar .fc-button-group button {
    box-shadow: none;
    background: #d2ab67;
    border: 0;
    border-radius: 0;
    margin-right: 10px;
    height: 44px;
}

#kalendarz .fc-toolbar.fc-header-toolbar .fc-button-group button span {
    text-shadow: none;
    color: #ffffff;
}

#kalendarz table,
#kalendarz table td {
    border-color: #eff0f8 !important;
}

#kalendarz thead table {
    margin: 0;
}

#kalendarz table thead tr th {
    background-color: #eff0f8 !important;
    padding: 15px 10px;
}

#kalendarz table thead tr th {
    border-color: #ffffff !important;
}

#kalendarz table thead tr th span {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

#kalendarz table tbody table {
    margin: 0;
}

#kalendarz table tbody {
    font-size: 14px;
    font-weight: 500;
}

#kalendarz .fc-basic-view .fc-day-top .fc-day-number {
    float: left;
}

#kalendarz table tbody.fc-body .fc-content-skeleton table thead tr td {
    padding: 10px;
}

.slider1 .owl-item img {
    object-fit: cover;
    width: 100%;
}

.owl-thumbs {
    display: flex;
    margin-top: 20px;
}

.owl-thumbs .owl-thumb-item {
    margin-right: 15px;
    border: 2px solid transparent;
    transition: ease-in .4s;
    position: relative;
}

.owl-thumbs .owl-thumb-item.active::before {
    content: "";
    background: url(/wp-content/plugins/moneteo/assets/img/arrow.svg) no-repeat;
    position: absolute;
    background-size: 20px;
    height: 15px;
    top: -14px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    opacity: 1;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.owl-thumbs .owl-thumb-item.active,
.owl-thumbs .owl-thumb-item:hover {
    cursor: pointer;
    border: 2px solid #ffb13b;
}

.owl-thumbs .owl-thumb-item img {
    object-fit: cover;
    height: 80px;
    width: 80px;
}

.owl-dots {
    display: none;
}

.owl-nav {
    opacity: 0;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.slider1:hover .owl-nav {
    opacity: 1;
}

.slider1:hover .owl-prev,
.slider1:hover .owl-next {
    box-shadow: none;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 0;
    height: 100%;
    width: 30px;
}

.owl-prev img,
.owl-next img {
    margin: 0 auto;
}

.owl-prev {
    left: -30px;
}

.owl-next {
    right: -30px;
}

.slider1:hover .owl-nav .owl-prev {
    left: 20px;
}

.slider1:hover .owl-nav .owl-next {
    right: 20px;
}

.slider1 .owl-item .overlay {
    position: absolute;
    top: 0;
    z-index: 1;
    padding: 50%;
    background-color: rgba(255, 176, 59, 0.7);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition-property: all .3s ease;
}

.slider1:hover .overlay {
    opacity: 1;
}

.s_product_contact {
    opacity: 1;
    background: linear-gradient(82deg, var(--global-palette1) 0%, var(--global-palette2) 100%);
    mix-blend-mode: multiply;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.s_product_contact h2 {
    margin-bottom: 15px;
    color: #ffffff;
}

.s_product_contact h3 {
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    color: #ffffff;
}

.s_grid {
    padding-bottom: 100px;
}

.s_buttons_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: var(--global-kb-gap-xs, 0.5rem);
}

.s_buttons_wrap span {
    font-size: 13px;
    letter-spacing: 1px;
    font-family: Poppins, sans-serif;
    border-radius: 50px;
    padding: 10px 25px 10px 25px;
    box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
    display: inline-flex;
    gap: 0.5em;
    color: var(--global-palette1, #3182CE);
    background: var(--global-palette9, #ffffff);
    font-style: normal;
    font-weight: regular;
    text-transform: lowercase;
    transition: ease-in .4s;
    margin-right: 5px;
}

.s_buttons_wrap .s_button_orange {
    color: #ffffff;
    background: var(--global-palette2, #2B6CB0);
}

.s_buttons_wrap .s_button_orange a {
    color: #ffffff;
}

.s_buttons_wrap .s_button_white:hover {
    color: #ffffff;
    background: var(--global-palette2, #2B6CB0);
}

.s_buttons_wrap .s_button_white:hover a {
    color: #ffffff;
}

.s_buttons_wrap .s_button_orange:hover {
    color: var(--global-palette1, #3182CE);
    background: var(--global-palette9, #ffffff);
}

.s_buttons_wrap .s_button_orange:hover a {
    color: var(--global-palette-highlight);
}

.s_mail img {
    width: 14px;
    filter: invert(65%) sepia(100%) saturate(44) hue-rotate(-27deg) brightness(80%) contrast(100%);
}

.s_phone img {
    width: 14px;
    filter: brightness(0) invert(1);
}

.s_buttons_wrap .s_mail:hover img {
    filter: brightness(0) invert(1);
}

.s_buttons_wrap .s_phone:hover img {
    filter: invert(65%) sepia(100%) saturate(44) hue-rotate(-27deg) brightness(80%) contrast(100%);
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }

    .s_grid .container {
        max-width: 576px;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }

    .s_grid .container {
        max-width: 740px;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .s_grid .container {
        max-width: 900px;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .s_basket .products_alias {
        height: 70px;
    }

    .s_basket ul .positions-menu {
        margin: 0;
    }
}

@media (min-width: 1025px) {
    .site-footer-row.site-footer-row-columns-3 {
        padding-left: 120px;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

    .s_grid .container {
        max-width: 1140px;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }

    .s_grid .container {
        max-width: 1440px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }

    .s_grid .container {
        max-width: 1400px;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 20%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 60%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .s_mac_item .cart .s_button_cart {
        margin-left: 10px;
    }
}

.s_mac_price del {
    font-size: 12px;
}

.s_mac_price .group {
    display: none;
}

.s_mac_price.group .group {
    display: inline-block;
}

.s_mac_price.group .singular {
    display: none;
}

.redundant {
    display: none !important;
}

.show-redundant .redundant {
    display: block !important;
}

.s_button {
    cursor: pointer;
}

.s_trainings_search {
    border-right: 0;
}

.s_trainings_placeholder {
    padding-top: 20px;
}

.s_select {
    font-size: 13px;
    color: #000;
    min-height: 40px;
    margin-bottom: 20px;
    background: #FFF;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 0.4em 0.5em;
    width: 100%;
}

.s_input,
input[type="text"].s_search {
    border: 1px solid #ececec;
    border-radius: 0;
    color: #000;
    padding: 1.5rem 1rem;
}


input[type="text"].s_search::placeholder {
    color: #AEAEAE !important;
}

input[type="text"].s_search {
    /*border-right: 0;*/
    width: calc(100% - 2px);
    margin: 20px 0 0 0;
}

input[type="text"].s_input {
    border: 1px solid #ddd !important;
    padding: 0.4em 0.5em;
    background: #FFF;
    /*width: calc(50% - 8px) !important;*/
}

.floatcenterwrap .paginator li.selected {
    color: #fff;
    background: #d2ab67;
}

.s_wrapper_tabs .tabs {
    margin-top: 30px;
}

.s_form table th {
    width: 250px;
}

.s_form table td,
.s_form table th {
    border: 0;
}

.s_form label.required::after {
    content: "*";
    color: red;
    padding-left: .2em;
}

.s_form {
    padding: 20px;
}

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

}

.s_form input[type="text"].s_input,
.s_form input[type="number"],
.s_form input[type="date"],
.s_form input[type="email"],
.s_form input[type="password"],
.s_form textarea {
    background-color: #ffffff;
    border-color: #DDDDDD;
    border-width: 1px 1px 1px 1px;
    border-radius: 2px 2px 2px 2px;
}

.s_form h2 {
    font-size: 22px;
}

.minimalize-span {
    display: none;
}

.s_mac_tags_list {
    padding: 10px;
}

.s_mac_tag img {
    width: 24px;
    height: 24px;
    margin-left: -2px;
}

.row.step {
    max-height: 60vh;
    overflow: scroll;
}

.price span {
    font-weight: 800;
}

.sum_price {
    border-radius: 3px;
}

.sum_price .s_label {
    color: #fff !important;
}

.altSideAlt {
    border: 1px solid #7086b5;
    border-radius: 3px;
    margin-bottom: 20px;
}

.fc-day-inner {
    height: 20px;
    /*overflow-y: hidden;*/
    margin-bottom: 2px;
    padding: 5px 0;
    z-index: 9999;
    position: relative;
    font-family: monospace;
}

.fc-day-inner.first {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.fc-day-inner.first .alias {
    font-size: 13px;
}

.fc-day-inner.last {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.fc-day-inner .alias {
    position: absolute;
    box-shadow: none !important;
}

.fc-day-inner.first .alias {
    display: block;
}

.fc-day-inner.last .alias {
    text-overflow: ellipsis;
    width: 95%;
    overflow: hidden;
}

.fc-day-inner .date {
    display: none;
}

.s_form p {
    margin-top: 5px;
}

.s_mac_price_ph span {
    /*display: block;*/
}

.s_mac_block_left_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.s_mac_locations span {
    font-weight: 500;
}

.s_mac_price span.a {
    font-size: 13px;
}

.s_mac_price span.b {
    font-size: 13px;
    font-weight: 500;
}

.kb-button {
    border-radius: 50px;
}

.s_mac_price span.c {
    font-size: 13px;
}

.s_mac_locations span {
    display: block;
    font-size: 17px;
}

#one-panel .accordion {
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    background: #eff0f8;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
#one-panel .active,
.accordion:hover {
    background-color: #d2ab67;
    color: #fff;
}

/* Style the accordion panel. Note: hidden by default */
#one-panel .panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.container,
.container p {}

#kalendarz h5 {
    font-size: 16px;
}

#kalendarz .fc-view > table {
    width: 100%;
}

.s_trainings_search_placeholder,
.s_trainings_search_placeholder input {
    font-size: 14px !important;
}

@media (max-width: 991px) {
    #kalendarz .fc-view > table {
        width: 100%;
    }
}

.s_calendar {
    margin: 40px 0;
}

.s_calendar .boczny .fc-view-container table .fc-body .fc-row {
    height: 36px !important;
}

.s_calendar .boczny .fc-view-container table .fc-head .fc-row .fc-day-header {
    padding: 5px 0 !important;
}

.s_calendar .boczny .fc-view-container table .fc-body .fc-row .fc-day-top {
    padding: 5px 0 !important;
}

.s_calendar .boczny .fc-view-container table .fc-body .fc-row .fc-day-top span {
    float: none !important;
    text-align: center;
    display: block;
}

.s_calendar .boczny .fc-view-container table .fc-body .fc-row tbody {
    display: none;
}

#kalendarz {
    overflow: hidden;
}

.something {
    background: #d2ab67 !important;
    color: #fff;
}

.fc-day-header {
    overflow: hidden;
    text-overflow: ellipsis;
}

.moneteo-menu {
    position: absolute;
    background: #fff;
    padding: 10px;
    margin-left: -25px;
    text-transform: uppercase;
    max-width: 500px;
    margin-top: 10px;
}

.moneteo-menu a {
    text-decoration: none;
}

.moneteo-menu a:hover,
.moneteo-menu a:hover h5 {
    color: #78a9ff
}

.s_search {
    padding-top: 1px;
}

.s_search a {
    float: left;
}

.s_search_header_input.hidden {
    width: 0;
    overflow: hidden;
    padding: 8px 0;
}

.s_search_header_input {
    width: 500px;
    transition: all 0.5s;
    border: 0;
    border-radius: 0;
    padding: 8px 10px;
    float: right;
    position: absolute;
    margin-left: -30px;
    margin-top: -6px;
    transform: translateX(-100%);
}

#mobile-header .s_search a {}

#mobile-header .s_search_header_input {
    width: 174px;
    transition: all 0.5s;
    border: 0;
    border-radius: 0;
    padding: 5px 10px;
    margin-top: -2px;
}

#mobile-header .s_search_header_input.hidden {
    width: 0;
    overflow: hidden;
    padding: 5px 0;
}

.s_search {
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
}

.s_delivery {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
}

.s_panel {
    margin: 0 20px;
    color: #000;
}

.s_search a,
.s_delivery a,
.s_panel a {
    position: relative;
    width: 30px;
    height: 30px;
}

.s_delivery .price_alias {
    width: 60px;
    display: inline-block;
}

.s_search > a::before {
    content: "";
    background: url(/wp-content/plugins/moneteo/assets/img/search.svg) center no-repeat;
    background-size: 17px;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.s_delivery > a::before {
    content: "";
    background: url(/wp-content/plugins/moneteo/assets/img/cart.svg) center no-repeat;
    background-size: 20px;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.s_panel::before {}

.s_moneteo_header,
#s_search_header,
#s_panel_header {
    cursor: pointer;
}

#s_panel_header {
    padding: 5px 45px;
    height: 60px;
}

.interface-interface-skeleton__secondary-sidebar {
    width: 200px !important;
}

.s_search_header_input:focus-visible {}

*:focus-visible {
    outline: none !important;
}

.s_trainings_search_placeholder .s_search {
    width: 100%;
    border: 0 !important;
    border-bottom: 1px solid #000 !important;
}

.s_input.s_input_min {
    width: calc(50% - 9px) !important;
}

.s_input.s_input_max {
    width: calc(50% - 9px) !important;
}

.form-row label {
    width: 100%;
    display: block;
}

.form-row .s_input {
    width: 100%;
}

.moneteo.wrap h1 {
    padding: 30px 0 0 0;
}

a,
span {
    text-decoration: none !important;
}

.s_category_child_alias {
    text-decoration: none;
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.3;
    color: #000;
}

.s_category_child_alias a {
    color: #000;
}

form.s_trainings_search {
    padding-top: 40px;
}

.module.panel {
    padding: 20px !important;
}

.notice > p {
    margin: 2px 0 0 0;
    font-weight: 600;
}

.sum_price span {
    font-weight: 600 !important;
}

.modal-footer .elementor-button {
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
}

.s_mac_date span strong {
    display: block;
}

.categories-menu {
    display: flex;
    flex-wrap: wrap;
}

.notice .notice-dismiss {
    margin-top: -16px;
}

.categories-menu {
    position: absolute;
    background: #faf9f7;
    padding: 10px;
    margin-left: -25px;
    max-width: 300px;
    margin-top: 10px;
    box-shadow: 2px 2px 5px #7979795e;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.wp-site-blocks .entry-hero-container-inner {
    background-color: #f9f9f9;
}

.entry-hero h1 {
    color: #000;
}

.categories-menu a {
    text-decoration: none;
    transition: 0.2s all;
}

.categories-menu a:hover,
.categories-menu a:hover h5 {
    color: #000;
    font-weight: 600;
}

.s_panel_header {
    padding: 5px 45px;
    height: 60px;
}

.s_panel {
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    color: #000;
}

.s_mac_item .s_mac_button {
    text-align: center;
    text-transform: uppercase;
}

.s_mac_item .cart {
    text-align: center;
}

.site-footer {
    margin-top: 80px;
}

.site-footer-row-container-inner {
    padding-top: 20px;
}

.images_url {
    width: 64px;
    float: left;
    margin: 0 10px 0 0;
}

.products_alias {
    font-size: 16px;
    font-weight: 600;
}

.positions_delete {
    border-radius: 50%;
    padding: 0 6px;
    color: #423d33;
    line-height: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    width: 20px;
    cursor: pointer;
    float: right;
    margin-right: 10px;
}

.positions-menu {
    background: #fff;
    max-width: 100%;
    margin-top: 10px;
    width: 100%;
}

.positions-menu:last-of-type {
    padding: 10px;
}

.positions-menu.summary {
    background: #27241d;
    color: #fff;
    text-align: center;
    margin-top: 0;
    padding-top: 10px;
    margin: 0 !important;
}

.positions-menu.summary .s_mac_button {
    text-transform: uppercase;
    cursor: pointer;
}

.positions-menu.summary h4 {
    color: #fff;
    font-weight: 600;
}

.s_delivery {}

.s_delivery ul {
    background: #fff;
    width: 100%;
    position: absolute;
    top: 193px;
    right: 0;
}

.s_delivery ul .positions-menu {}

.pt-2 {
    padding-top: 15px;
}


.col-md-9 > input {
    width: 100%;
}

.delivery .positions-menu {
    width: 100%;
}

.positions-menu.row.payment {
    background: #f4f8fb;
    margin-top: 0;
}

.positions-menu.row.payment select,
.positions-menu.row.courier select {
    width: 100%;
}

.positions-menu.row.payment td {
    background: #f4f8fb;
}

.positions-menu.row.courier {
    background: #f4f8fb;
    margin-top: 0;
}

.payment_details .col-md-3,
.courier_details .col-md-3 {
    padding-left: 0;
}

.payment_details .col-md-9,
.courier_details .col-md-9 {
    padding-left: 0;
    padding-right: 0;
}

.basket-summary {}

.body.row[data-sticky-container] {
    margin-bottom: 50px;
}

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

.modal-body {
    overflow: scroll;
}

.row.s_products_body_placeholder {
    row-gap: 100px;
}

.s_products_body_placeholder .col-md-6 {
    overflow: hidden;
}

.s_products_body_placeholder .add-to-cart {
    margin-top: 20px;
    text-align: center;
}

.s_products_body_placeholder .add-to-cart .qty,
#s_categories_main .add-to-cart .qty {
    height: 40px;
    width: 60px;
    text-align: center;
    margin-right: 10px;
    border-radius: 0;
}

.s_products_search_placeholder .form_check_inline span {
    margin-right: 10px;
}

#mobile-header .deliveryCounter {
    margin-top: -30px;
}

#mobile-header ul#secondary-menu {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    color: #fff;
}

#mobile-header ul#secondary-menu li {
    display: inline-block;
    color: #fff;
}

#sfsi_floater {
    top: auto !important;
    bottom: 0px !important;
    position: fixed !important;
}

#panelOrdersTable_wrapper .row {
    overflow-x: auto;
}

#panelOrdersTable_wrapper .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

#panelOrdersTable thead tr td input {
    margin-left: 3% !important;
    width: 80% !important;
    font-size: 13px;
}

.panelLeft .s_categories .s_categories_list .s_category_item {
    margin: 10px 0;
}

.s_grid > .container > .row > .col-md-12,
.s_grid > .container > .row > .col-md-12 > .body > .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.panelRight h4 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .s_grid .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .panelLeft {
        margin-bottom: 30px;
    }

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        text-align: left;
    }
}

@media (min-width: 480px) {
    #mobile-header .s_search_header_input {
        width: 250px;
    }
}

@media (max-width: 767px) {
    .s_mac_header .s_button {
        margin: 0 0 15px 0;
    }

    .s_products_search_placeholder .form_check_inline {
        margin-right: 0;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .s_products_body_placeholder .col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .s_products_search .add-to-cart .qty,
    #s_categories_main .add-to-cart .qty {
        margin-right: 5px;
        width: 50px;
    }

    .s_button_cart {
        margin-left: 10px;
    }
}

@media (min-width: 768px) {
    .s_delivery {
        position: relative;
    }

    .s_delivery ul {
        width: 550px;
        top: 60px;
    }

    #mobile-header .s_search_header_input {
        width: 330px;
    }

    .s_mac_header .s_button {
        margin: 15px 0 0 0;
    }

    .s_select {
        width: auto;
        margin-right: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .s_mac_header .col-lg-9 {
        margin-bottom: 20px;
    }

    .s_mac_header .s_mac_tags {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .site-branding.mobile-site-branding {
        margin: 20px 0;
    }
}

@media (min-width: 992px) {
    .s_mac_button .btn {
        font-size: 14px;
    }

    .s_button_cart {
        padding: 10px;
        width: auto;
        font-size: 13px;
    }

    .s_products_search .add-to-cart .qty,
    #s_categories_main .add-to-cart .qty {
        margin-right: 10px;
    }

    .s_product_content .cart .add-to-cart .qty {
        margin-right: 10px;
    }
}

@media (min-width: 1025px) {
    .s_delivery ul {
        top: 49px;
    }
}

@media (min-width: 1200px) {
    .s_button_cart {
        padding: 10px 20px;
    }
}

.basket-summary input.quantity,
.positions-menu input.quantity {
    width: 90px;
    text-align: right;
    font-weight: 600;
    border: 1px solid #c3c4c7;
}

#main .main-inner {
    text-align: center;
    padding-bottom: 20px;
}

.products_alias {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    margin-bottom: 10px;
}

.s_delivery ul {
    box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, 0.1);
}

.positions-menu.row.summary h4,
.positions-menu.row.summary h5 {
    color: #fff !important;
}

.basket-summary thead tr td {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom-color: rgb(156, 181, 255);
    font-weight: 400;
    color: #2c3338;
    text-align: center !important;
    padding: 10px;
}

.basket-summary tbody tr td {
    padding: 10px;
    text-align: right;
}

.basket-summary tbody tr:last-child td {
    border-bottom: 1px solid #ccc !important;
}

.basket-summary thead tr td:first-child,
.basket-summary tbody tr td:first-child {
    border-left: 1px solid #ccc;
}

.basket-summary thead tr td:last-child,
.basket-summary tbody tr td:last-child {
    border-right: 1px solid #ccc;
}

.basket-summary table {
    border-collapse: collapse;
}

form .accordion-section {}

form .accordion-section .accordion-section-title {
    cursor: pointer;
    background: linear-gradient(42deg, rgba(244, 248, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
    margin: 10px 15px;
    padding: 5px;
    border-radius: 2px;
}

form .accordion-section .accordion-section-title:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-right: 5px;
    margin-top: -25px;
}

form .accordion-section.expanded .accordion-section-title:after {
    content: '-';
    color: #777;
    font-weight: bold;
    float: right;
    margin-right: 2px;
    margin-top: -25px;
}

form .accordion-section.expanded .accordion-section-title {
    font-weight: 800;
}

form .accordion-section .accordion-section-content {
    max-height: 0;
    overflow: hidden;
    transition: 0.5s all;
}

form .accordion-section.expanded .accordion-section-content {
    max-height: 100vh;
    overflow: auto;
}

.s_form.customer_order .accordion-section.expanded .accordion-section-content {
    overflow-y: auto !important;
    overflow-x: hidden;
}

.s_form.customer_order .accordion-section.expanded .accordion-section-content .basket-summary table {
    overflow-x: auto;
}

.s_table_res {
    overflow-x: auto;
}

.s_grid .body {
    overflow-x: initial;
}

.s_mac_name_detail img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.mcl-chat-button {
    position: fixed;
    z-index: 9999;
    right: 0;
    float: right;
    bottom: 0;
    cursor: pointer;
    width: 45px !important;
    height: 45px !important;
    margin-right: 5px !important;
    margin-bottom: 10px !important;
}

#sfsiid_facebook {
    margin-left: -45px !important;
}

.sfsi_tool_tip_2 .bot_arow {
    margin-left: 40px !important;
}

.status {
    /*border-radius: 3px;*/
    /*background: #ccc;*/
    padding: 2px 5px;
    font-weight: 800;
}

/*
.status.s_1 {
    background: #1aeab9;
}

.status.s_2 {
    background: #1e7df8;
    color: #fff;
}

.status.s_3 {
    background: #f31313;
    color: #fff;
}

.status.s_4 {
    background: #a1f313;
}

.status.s_5 {
    background: #13f374;
}

.status.s_6 {
    background: #e413f3;
    color: #fff;
}
 */

.dataTable .odd td {
    background-color: #f3f3f3 !important;
}

.elementor-button.blue {
    background-color: #7b7373 !important;
    color: #ffffff;
}

body.visible > * {
    opacity: 1;
}

body.visible .lds-container {
    display: none;
}

body #wrapper {
    opacity: 0 !important;
    transition: 0.5s all;
}

body.visible #wrapper {
    opacity: 1 !important;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #d2ab67;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

body .lds-container {
    opacity: 1;
    position: fixed;
    width: 100vw;
    text-align: center;
    top: 50vh;
}

body.visible .lds-container {
    display: none;
}

.wp-site-blocks .entry-hero-container-inner {}

.l-button {
    display: inline-block;
    border-radius: 0;
    background-color: #d2ab67;
    border-color: #d2ab67;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 15px;
    margin-left: -5px;
    cursor: pointer;
}

.s_product_content .side-description {
    padding: 5px 0;
}

.moneteo.wrap h1 {}

.bbb .positions_delete {
    border-radius: 50%;
    background: #000;
    color: #fff;
    margin-top: -10px;
    margin-left: 5px;
}

.s_mac_name_detail img {
    display: inline-block;
    max-width: 100%;
    transition: 0.5s all;


    object-fit: cover;
    object-position: 50% 0;
}

.s_mac_item .cart .s_button_cart {
    margin-top: 20px;
}

@media (min-width: 481px) {
    .s_mac_name_detail img {}
}

@media (min-width: 768px) {
    .s_mac_name_detail img {}
}

@media (min-width: 768px) and (max-width: 991px) {

    .s_basket .col-md-7,
    .s_basket .col-md-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.s_mac_name_detail img.s {
    position: absolute;
    left: 100%;
    top: 0;
    -o-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.s_mac_name_detail:hover img.s {
    left: 0;
}

.s_mac_image {
    max-width: 100px;
    margin: 0 auto;
}

.s_mac_list .s_mac_image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 128px;
    left: 20%;
    position: absolute;
    top: -25px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
}

.wp-admin .positions input[type="file"] {
    padding-left: 30px;
}

.s_mac_home {
    display: flex;
    gap: 35px;
    max-width: 1200px;
    width: 100%;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .s_mac_home {
        flex-direction: column;
    }
}

#s_categories_main .s_mac_home {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 550px) {
    #s_categories_main .s_mac_home {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    #s_categories_main .s_mac_home {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

/*
#s_categories_main .s_mac_name_detail {
    align-items: center;
    background-color: #f7f7f7;
    border-radius: 5px;
    color: #000;
    display: flex;
    height: 80px;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 100%;
    transition: ease-in .4s;
}

#s_categories_main .s_mac_name_detail:hover {
    background-color: #d2ab67;
}

#s_categories_main .s_mac_name_detail:hover .s_mac_name {
    color: #fff;
}

#s_categories_main .s_mac_image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 128px;
    left: 20%;
    position: absolute;
    top: -25px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
}

@media (max-width: 767px) {
    #s_categories_main .s_mac_name {
        margin-left: 90px;
    }
}

@media (min-width: 768px) {
    #s_categories_main .s_mac_name {
        margin-left: 90px;
    }
}
*/

@media (max-width: 767px) {
    #s_categories_main .s_mac_name {}
}

@media (min-width: 768px) {
    #s_categories_main .s_mac_name {}
}

#s_categories_main .s_mac_name_detail {
    align-items: center;
    color: #000;
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 100%;
    transition: ease-in .4s;
}

#s_categories_main .s_mac_image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 128px;
    width: 100px;
    display: block;
    margin: 0 auto;
}

.kb-button.kb-btn-global-fill {
    font-size: 1.125rem;
}

.s_mac_price.extended {
    text-align: left;
}

.s_mac_price.extended .price_badge {

}

.s_mac_price.extended .price {
    font-size: 20px;
    font-weight: 800;
}

.s_mac_price.extended .type {

}

.products-selector-interior span.button {
    max-height: 22px;
}

.products-selector-interior .dataTables_length {
    text-align: left;
    margin-top: 32px;
}

.products-selector-interior .dataTables_length select {
    display: inline;
}

.products-selector-interior .pagination a {
    color: #000;
}

.paginate_button.disabled{
    display: none !important;
}

.products-selector-interior th {
    font-weight: 600 !important;
}

.products-selector-interior .pagination .paginate_button.page-item:hover,
.products-selector-interior .pagination .paginate_button.page-item:hover a,
.products-selector-interior .pagination .paginate_button.page-item a:hover {
    color: #fff !important;
}

.nonmagnetic {
    background-color: hsl(210, 40%, 96.1%);;
    padding: 2px 10px;
    border-radius: 20px;
}

.magnetic {
    background-color: red;
    color: #fff;
    padding: 2px 10px;
    border-radius: 20px;
}

.s_mac_price.extended.priceph {
    text-align: center;
    background-color: #f9f9f9;
    padding: 40px 20px;
    border: 1px solid #ececec;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.s_mac_price.extended.priceph .singular.price {
    font-size: 50px;
}

.s_mac_price.extended.priceph.butC {
    padding: 10px 10px;

}

.s_mac_price.extended.priceph.butC .singular.price {
    font-size: 22px;
}


.s_product_content_top table {
    border: 1px solid #ececec;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.s_product_content_top .s_product_content .cart .add-to-cart .s_button_cart {
    padding: 0 !important;
    height: 22px;

    width: auto;
}

.s_mac_image_e {
    max-width: 80%;
    margin: 10% auto 0;
}

.paginate_button.page-item.active {
    color: #fff !important;
    background: #d2ab67;
}

.paginate_button.page-item.active a {
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #d2ab67;
}

.chooseCategories.active {
    display: block;
    position: static;
    z-index: 999999;
    height: 250px;
    margin-top: 0;
    border: 1px solid #8c8f94;
}

.chooseCategoriesP {
    width: 100%;
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    padding: 0 8px;
    line-height: 2;
    min-height: 30px;
}

.chooseCategories {
    width: 100%;
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid transparent;
    height: 0;
    overflow: scroll;
    background: #fff;
    transition: 0.2s all;
    list-style-type: none;
}

.chooseCategories li.select {
    background-color: #e9e9ed;
}

.chooseCategories li {
    cursor: pointer;
}

.s_form.basket .step-2, .s_form.basket .step-3,.s_form.basket .step-4 {
    display: none
}

.s_form.basket .btn {
    border-radius: 50px;
    cursor: pointer;
    padding: 10px 20px;
    font-weight: 800;

}

.s_form.basket .btn.btn-primary {
    background: #d2ab67;
    color: var(--global-palette-btn);
}

.s_form.basket .btn:hover {
    background: #000;
    color: #fff;
    border-radius: 50px;
}

button, .button, .wp-block-button__link, .wp-element-button, input[type="button"], input[type="reset"], input[type="submit"],
button:visited, .button:visited, .wp-block-button__link:visited, .wp-element-button:visited, input[type="button"]:visited, input[type="reset"]:visited, input[type="submit"]:visited {
    background: #d2ab67;
}

.sell-hero {
    font-size: 2rem;
    padding: 10px 20px;
}