@charset "UTF-8";
/*Since we using gallery with embedded featured image, we can hide default WP featured image*/
.post-type-listings #postimagediv {
    display: none;
}

body .butterbean-ui {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

body .butterbean-manager-default {
    background: #2C3E50;
}

body .butterbean-manager-default .butterbean-nav {
    background: #2C3E50;
}

body .butterbean-manager-default .butterbean-nav li a {
    padding: 12px 10px 12px 18px !important;
    background-color: transparent;
    color: #BEC5CB;
    border: none;
    display: flex;
    align-items: center;
    font-weight: 700 !important;
}

body .butterbean-manager-default .butterbean-nav li a:hover {
    color: #fff !important;
}

body .butterbean-manager-default .butterbean-nav li a span {
    position: relative;
    top: 1px;
    letter-spacing: -0.7px;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
}

body .butterbean-manager-default .butterbean-nav li a i {
    position: relative;
    font-size: 16px !important;
    width: 20px;
    display: flex;
    justify-content: center;
}

body .butterbean-manager-default .butterbean-nav li[aria-selected=true] a {
    background-color: #2985F7 !important;
    color: #fff !important;
    border: none;
}

/*Visualisation*/
.butterbean-manager-default .butterbean-label {
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
}

#butterbean-control-car_brochure .butterbean-label {
    text-transform: none;
}

.butterbean-control-checkbox {
    display: flex;
}

.butterbean-control-checkbox .toggle-checkbox span.butterbean-description {
    margin-top: 5px !important;
}

.butturbean-checkbox-info #butterbean-checkbox-description {
    margin-top: 5px !important;
    white-space: nowrap;
}

.butterbean-manager-default .butterbean-label.butterbean-label-inline {
    display: inline-block !important;
    margin-bottom: 0;
}

.butterbean-manager-default .butterbean-control {
    margin-bottom: 30px !important;
}

.butterbean-control-hidden {
    display: none;
}

input.butterbean-datepicker {
    width: 100% !important;
}

.butterbean-manager-default .butterbean-label + .butterbean-description {
    margin-top: 0 !important;
}

.butterbean-manager-default .butterbean-description {
    display: flex;
    margin-bottom: 10px !important;
}

.butterbean-manager-default .button-primary {
    margin-right: 10px;
}

.butterbean-manager-default .butterbean-nav li a .fas {
    margin-right: 5px;
    font-size: 19px;
    min-width: 25px;
    position: relative;
    top: 2px;
}

.butterbean-control-gallery .main_image {
    position: relative;
    margin-bottom: 15px;
}

.butterbean-control-gallery .main_image .main_image_droppable {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.67);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

.butterbean-control-gallery .main_image .main_image_droppable.drop-here {
    opacity: 1;
    visibility: visible;
}

.butterbean-control-gallery .main_image .main_image_droppable .inner {
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    color: #fff;
    text-align: center;
}

.butterbean-control-gallery .main_image .main_image_droppable .inner span {
    font-size: 17px;
    color: #fff;
}

.butterbean-control-gallery .main_image .main_image_droppable .inner .inner-bordered {
    width: auto;
    max-width: 150px;
    margin: 0 auto 30px;
    min-height: 103px;
    line-height: 103px;
    border: 3px dashed #fff;
    border-radius: 8px;
}

.butterbean-control-gallery .main_image .main_image_droppable .inner .inner-bordered i {
    position: relative;
    top: 5px;
    font-size: 32px;
}

.butterbean-control-gallery .main_image img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.butterbean-control-gallery .stm_mini_thumbs:after {
    content: "";
    clear: both;
    display: block;
}

.butterbean-control-gallery .stm_mini_thumbs .thumbs {
    float: left;
    width: 25%;
    max-width: 160px;
    margin-right: 25px;
}

.butterbean-control-gallery .stm_mini_thumbs .thumbs:last-child {
    margin-right: 0;
}

.butterbean-control-gallery .stm_mini_thumbs .thumbs:first-child .inner .featured-item {
    position: absolute;
    background-color: #2271B1;
    color: #fff;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    bottom: 4px;
    border-bottom-left-radius: 4px;
}

.butterbean-control-gallery .stm_mini_thumbs .thumbs:first-child .inner img {
    border: 2px solid #2271B1;
    position: relative;
}

.butterbean-control-gallery .stm_mini_thumbs .thumbs .inner {
    position: relative;
    cursor: move;
}

.butterbean-control-gallery .stm_mini_thumbs .thumbs .inner.ui-draggable-dragging {
    max-width: 188px;
    max-height: 110px;
    z-index: 999999;
}

.butterbean-control-gallery .stm_mini_thumbs .thumbs .inner.ui-draggable-dragging img {
    position: relative;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
}

.butterbean-control-gallery .stm_mini_thumbs .thumbs .inner.ui-draggable-dragging .featured-item {
    bottom: -6px;
    left: 0;
}

.butterbean-control-gallery .stm_mini_thumbs .thumbs .inner .inner-hover {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

.butterbean-control-gallery .stm_mini_thumbs {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.butterbean-control-gallery .stm_mini_thumbs .thumbs .inner .inner-hover {
    opacity: 1;
    visibility: visible;
}

.butterbean-control-gallery .stm_mini_thumbs .thumbs .inner img {
    border: 1px solid #C3C4C7;
    border-radius: 5px;
    padding: 5px;
    background-color: #fff;
}

.butterbean-control-gallery .stm_mini_thumbs .thumbs .fa-times {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: -35px;
    top: -8px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff;
    color: #49525c;
    text-align: center;
    line-height: 24px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.butterbean-control-gallery .stm_mini_thumbs .thumbs .fa-arrows-alt {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -9px;
    bottom: 2px;
    background-color: #0073aa;
    cursor: move;
    color: #fff;
    text-align: center;
    line-height: 24px;
}

.butterbean-control-gallery .stm_mini_thumbs .thumbs img {
    max-width: 160px;
    height: 104px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*Small hack im not proud of*/
.targets-here:before {
    opacity: 1 !important;
    visibility: visible !important;
}

.targets-here.main-target:before {
    opacity: 0 !important;
    visibility: hidden !important;
}

.stm_pdf_input .fas {
    font-size: 17px;
    margin-right: 10px;
}

.stm_pdf_input span {
    position: relative;
    font-size: 15px;
}

.stm_repeater_inputs p {
    display: block;
    position: relative;
}

.stm_repeater_inputs p input {
    padding-left: 40px;
}

.stm_repeater_inputs p i {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    background-color: red;
    color: #fff;
    line-height: 40px;
    text-align: center;
    z-index: 999;
    cursor: pointer;
}

.stm_repeater_inputs input[type=text] {
    padding-left: 50px !important;
}

.car-manager-small-thumb-image .thumb-image-inner img {
    border: 1px solid #C3C4C7;
    border-radius: 5px;
    padding: 5px;
    background-color: #fff;
    max-width: 160px;
}

.mvl-repeater-item {
    padding: 25px;
    border-radius: 4px;
    background-color: #F2F2F2;
    position: relative;
    margin-bottom: 20px;
}

.mvl-repeater-item .video-repeater-link-input {
    width: 100%;
    box-shadow: none !important;
    background-color: #fff !important;
    border: 1px solid #CED4DA !important;
    font-style: normal;
    height: 40px;
    line-height: 40px;
    padding: 5px 20px;
    border-radius: 4px !important;
    font-size: 14px;
    outline: none !important;
    transition: all 0.2s ease;
    margin-bottom: 20px;
}

.mvl-repeater-item .mvl-repeater-item-delete {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.mvl-repeater-item .mvl-repeater-item-delete i {
    font-size: 20px;
    font-weight: 600;
    color: #787C82;
}

.mvl-repeater-item .mvl-repeater-item-heading {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: capitalize;
}

.mvl-repeater-item .car-manager-small-thumb-image {
    margin-bottom: 5px;
}

.mvl-repeater-item .mvl-repeater-item-heading-wrapper {
    display: flex;
    justify-content: space-between;
}

.stm-info-icon {
    font-size: 10px;
    padding: 0px 6px;
    border: 1px solid;
    border-radius: 50%;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 16px;
    max-height: 16px;
}

.grouped_checkboxes_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px -15px 0;
}

.grouped_checkboxes_wrap .grouped_checkboxes {
    display: block;
    padding: 0 15px;
    margin-bottom: 30px;
    width: 30%;
}

.grouped_checkboxes_wrap .grouped_checkboxes h5 {
    max-width: 200px;
    font-size: 16px;
    margin: 0 0 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.grouped_checkboxes_wrap .grouped_checkboxes label {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
}

.grouped_checkboxes_wrap .stm_repeater_checkbox {
    display: flex;
}

.grouped_checkboxes_wrap .stm_repeater_checkbox label {
    margin: 0 0 15px 0;
    font-size: 16px;
}

.grouped_checkboxes_wrap .stm_repeater_checkbox .fa-times {
    display: none;
    position: relative;
    top: 3px;
    vertical-align: top;
    cursor: pointer;
    color: red;
}

.stm_repeater_checkboxes {
    margin-top: 30px;
}

.stm_repeater_checkboxes .stm_repeater_checkbox {
    display: block;
}

.stm_repeater_checkboxes .stm_repeater_checkbox label {
    display: inline-block;
    margin: 0 15px 15px 0;
    font-size: 16px;
}

.stm_repeater_checkboxes .stm_repeater_checkbox .fa-times {
    display: none;
    position: relative;
    top: 3px;
    vertical-align: top;
    cursor: pointer;
    color: red;
}

.stm_checkbox_repeater > p {
    display: block;
    position: relative;
}

.stm_checkbox_repeater > p input {
    display: inline-block;
    margin-right: 40px;
    width: calc(100% - 78px);
}

.stm_checkbox_repeater > p button {
    position: absolute;
    right: -10px;
    top: 0;
    padding: 0 21px !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 0;
}

.stm-multiselect-wrapper {
    opacity: 1;
    transition: all 0.2s ease;
}

.stm-multiselect-wrapper .select2-container.select2-container--default {
    z-index: unset;
}

.stm-multiselect-wrapper.stm_loading {
    opacity: 0.8;
}

.stm-multiselect-wrapper .butterbean-label {
    max-width: 100% !important;
}

.stm-multiselect-wrapper .labels {
    width: 480px;
}

.stm-multiselect-wrapper .labels:after {
    content: "";
    display: block;
    clear: both;
}

.stm-multiselect-wrapper .labels > div {
    float: left;
    width: 45%;
}

.stm-multiselect-wrapper .labels > div.select-to-label {
    float: right;
}

.stm-multiselect-wrapper .ms-selectable .ms-list {
    min-height: 256px;
}

.stm-multiselect-wrapper .stm_add_new_optionale {
    margin-left: 264px;
    margin-top: -56px;
    width: 200px;
    border: 1px solid #ccc;
    border-top: 0;
}

.stm-multiselect-wrapper .stm_add_new_optionale .stm_add_new_inner {
    position: relative;
    padding: 5px 6px 5px 5px;
}

.stm-multiselect-wrapper .stm_add_new_optionale .stm_add_new_inner:focus .fas {
    color: #0073aa;
}

.stm-multiselect-wrapper .stm_add_new_optionale .stm_add_new_inner .fas {
    position: absolute;
    height: 44px;
    width: 30px;
    top: 5px;
    right: 5px;
    font-size: 14px;
    color: #aaa;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.stm-multiselect-wrapper .stm_add_new_optionale .stm_add_new_inner .fas:hover {
    color: #0073aa;
}

.stm-multiselect-wrapper .stm_add_new_optionale input {
    height: 44px;
    padding: 10px 34px 10px 15px;
    width: 100%;
    background-color: #f1f1f1;
    box-shadow: none;
    border: 2px solid transparent;
    transition: all 0.2s ease;
}

.stm-multiselect-wrapper .stm_add_new_optionale input:focus {
    border-color: #0073aa;
    background-color: #fff;
    box-shadow: none;
    outline: none !important;
}

.butterbean-control {
    position: relative;
}

.butterbean-label {
    max-width: 100%;
}

.butterbean-description {
    max-width: 100%;
    font-size: 13px;
    font-weight: 400;
    color: #3C434A;
    font-style: normal !important;
    margin-top: 10px !important;
}

#butterbean-control-special_image .butterbean-description,
#butterbean-control-stm_car_views .butterbean-description,
#butterbean-control-car_price_form_label .butterbean-description {
    max-width: 60%;
}

#butterbean-control-special_image .butterbean-label,
#butterbean-control-stm_car_views .butterbean-label,
#butterbean-control-car_price_form_label .butterbean-label {
    max-width: 35%;
}

#butterbean-control-car_price_form_label .butterbean-label,
#butterbean-control-car_price_form .butterbean-label {
    text-transform: none;
}

.butterbean-content {
    min-height: 511px !important;
    background-color: #fff;
    border-left: none;
}

.butterbean-content .stm_checkbox_adder,
.butterbean-content .butterbean-datepicker,
.butterbean-content select,
.butterbean-content input[type=text].widefat, .butterbean-content input[type=number] {
    box-shadow: none !important;
    background-color: #fff !important;
    border: 1px solid #CED4DA !important;
    font-style: normal;
    height: 40px;
    line-height: 40px;
    padding: 5px 20px;
    border-radius: 4px !important;
    font-size: 14px;
    outline: none !important;
    transition: all 0.2s ease;
}

.butterbean-content .stm_checkbox_adder::-moz-placeholder, .butterbean-content .butterbean-datepicker::-moz-placeholder, .butterbean-content select::-moz-placeholder, .butterbean-content input[type=text].widefat::-moz-placeholder, .butterbean-content input[type=number]::-moz-placeholder {
    text-transform: none;
    color: #CED4DA;
    font-style: normal;
}

.butterbean-content .stm_checkbox_adder::placeholder,
.butterbean-content .butterbean-datepicker::placeholder,
.butterbean-content select::placeholder,
.butterbean-content input[type=text].widefat::placeholder, .butterbean-content input[type=number]::placeholder {
    text-transform: none;
    color: #CED4DA;
    font-style: normal;
}

.butterbean-content .stm_checkbox_adder[readonly=readonly], .butterbean-content .stm_checkbox_adder.has-value[readonly=readonly],
.butterbean-content .butterbean-datepicker[readonly=readonly],
.butterbean-content .butterbean-datepicker.has-value[readonly=readonly],
.butterbean-content select[readonly=readonly],
.butterbean-content select.has-value[readonly=readonly],
.butterbean-content input[type=text].widefat[readonly=readonly],
.butterbean-content input[type=text].widefat.has-value[readonly=readonly], .butterbean-content input[type=number][readonly=readonly], .butterbean-content input[type=number].has-value[readonly=readonly] {
    background-color: #fff !important;
    border: 1px solid #CED4DA !important;
}

.butterbean-content .stm_checkbox_adder[readonly=readonly]:focus, .butterbean-content .stm_checkbox_adder.has-value[readonly=readonly]:focus,
.butterbean-content .butterbean-datepicker[readonly=readonly]:focus,
.butterbean-content .butterbean-datepicker.has-value[readonly=readonly]:focus,
.butterbean-content select[readonly=readonly]:focus,
.butterbean-content select.has-value[readonly=readonly]:focus,
.butterbean-content input[type=text].widefat[readonly=readonly]:focus,
.butterbean-content input[type=text].widefat.has-value[readonly=readonly]:focus, .butterbean-content input[type=number][readonly=readonly]:focus, .butterbean-content input[type=number].has-value[readonly=readonly]:focus {
    background-color: #fff !important;
    border: 1px solid #CED4DA !important;
}

.butterbean-content .stm_checkbox_adder:focus,
.butterbean-content .butterbean-datepicker:focus,
.butterbean-content select:focus,
.butterbean-content input[type=text].widefat:focus, .butterbean-content input[type=number]:focus {
    border-color: #0073AA !important;
    background-color: #fff !important;
}

.butterbean-content input[type=number] {
    -moz-appearance: textfield;
}

.butterbean-content input[type=number]::-webkit-outer-spin-button, .butterbean-content input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input::-moz-placeholder {
    color: #CED4DA;
}

input::placeholder {
    color: #CED4DA;
}

.butterbean-label-wrapp {
    display: flex;
    justify-content: space-between;
}

.toggle-checkbox {
  /* Rounded sliders */
}

.toggle-checkbox .switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 26px;
    margin-right: 15px;
}

.toggle-checkbox .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-checkbox .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    transition: 0.4s;
    border: 1px solid #ccc;
}

.toggle-checkbox .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3px;
    background-color: #ccc;
    transition: 0.4s;
}

.toggle-checkbox input:checked + .slider {
    background-color: #0073AA;
    border-color: #0073AA;
}

.toggle-checkbox input:checked + .slider:before {
    transform: translateX(15px);
    background-color: #fff;
}

.toggle-checkbox .slider.round {
    border-radius: 34px;
}

.toggle-checkbox .slider.round:before {
    border-radius: 50%;
}

.image_preview {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
}

.image_preview span {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    color: #8E8E8E;
}

.image_preview i {
    color: #8E8E8E;
    font-size: 10px;
}

.image_preview .fas {
    position: relative;
    top: 3px;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    color: #888;
    font-size: 13px;
}

.image_preview:hover img {
    opacity: 1;
    visibility: visible;
}

.image_preview:hover .fas {
    color: #0073aa;
}

.butterbean-manager-default .butterbean-section {
    padding: 30px 30px 0 !important;
}

.butterbean-description {
    max-width: 65%;
    color: rgba(60, 67, 74, 0.6980392157);
    font-size: 12px;
}

.butterbean-description .descr-link {
    margin-left: 5px;
}

.butterbean-description i {
    margin-right: 5px;
}

#butterbean-control-special_car .butterbean-description {
    max-width: 60% !important;
}

#butterbean-control-video_preview .butterbean-placeholder, #butterbean-control-video_preview.butterbean-control-image .butterbean-img {
    margin-top: 30px;
}

#butterbean-control-video_preview .butterbean-description {
    max-width: 60% !important;
}

.butterbean-control-image .butterbean-img {
    max-height: 466px !important;
}

.butterbean-pdf-file {
    margin-top: 10px;
}

.image-holder-butterbean_stm_car_manager_setting_video_preview {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.image-holder-butterbean_stm_car_manager_setting_video_preview:after {
    position: absolute;
    display: block;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f144";
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 63px;
    margin: -45px 0 0 -45px !important;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    text-align: center;
    color: #232628;
    z-index: 20;
}

.ui-datepicker,
.pac-container {
    z-index: 999999999 !important;
}

/*Images*/
#butterbean-control-instant_savings_label .image_preview img,
#butterbean-control-car_price_form_label .image_preview img {
    bottom: 40%;
    top: inherit;
}

#butterbean-control-badge_text .image_preview img {
    top: inherit;
    bottom: -150px;
}

#butterbean-control-car_brochure .image_preview img {
    top: -140px;
}

.image-preview {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease;
}

.image-preview img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -237.5px 0 0 -350px;
    z-index: 25;
    border-radius: 10px;
}

.image-preview.visible {
    opacity: 1;
    visibility: visible;
}

.image-preview .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 20;
}

.reset_field {
    display: inline-block;
    margin-top: 7px;
}

.butterbean-control-image .butterbean-img {
    border: 1px solid #aaa;
    padding: 10px 15px;
}

#butterbean-control-video_preview .butterbean-img {
    padding: 0;
    border: 0;
}

@media (max-width: 1300px) {
    .butterbean-manager-default .butterbean-label + .butterbean-description {
        margin-top: 15px !important;
    }

    .butterbean-manager-default .butterbean-description {
        position: static !important;
        max-width: 100% !important;
    }

    .butterbean-manager-default .butterbean-description:before {
        position: relative;
        top: 0;
        left: 0;
        margin-right: 5px;
    }

    .butterbean-manager-default .butterbean-description.butterbean-no-info .image_preview {
        margin-left: 0 !important;
    }
}

#butterbean-control-regular_price_label,
#butterbean-control-special_price_label,
#butterbean-control-registration_date,
#butterbean-control-highway_mpg {
    float: right;
    width: 48%;
}

#butterbean-control-price,
#butterbean-control-stm_lat_car_admin,
#butterbean-control-stm_lng_car_admin,
#butterbean-control-rent_price,
#butterbean-control-sale_rent_price,
#butterbean-control-sale_price,
#butterbean-control-stock_number,
#butterbean-control-city_mpg,
#butterbean-control-registration_number {
    float: left;
    width: 48%;
}

#butterbean-control-stm_lng_car_admin {
    margin-left: 4%;
}

.butterbean-manager-default .butterbean-control {
    float: left;
    width: 100%;
}

@media (max-width: 1150px) {
    #butterbean-control-sale_price,
  #butterbean-control-price {
        width: 100%;
        float: none;
    }
}

@media (max-width: 1440px) {
    #butterbean-control-listing_specifications .butterbean-description {
        max-width: 65%;
    }
}

.stm_repeate_group_wrapper {
    display: block;
    background: #fafafa;
    padding: 20px 30px 30px 95px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}

.stm_repeate_group_wrapper .stm-btn-remove-wrapper {
    display: block;
    position: absolute;
    top: 30px;
    right: 41px;
}

.stm_repeate_group_wrapper .stm-btn-remove-wrapper i {
    margin: 0 3px;
    transition: all 0.2s ease-in-out;
    color: #D8DBE1;
    cursor: pointer;
    font-size: 16px;
}

.stm_repeate_group_wrapper .stm-btn-remove-wrapper i:hover {
    color: #ff0000;
}

.stm_repeate_group_wrapper .stm-btns-move-wrapper {
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
}

.stm_repeate_group_wrapper .stm-btns-move-wrapper i {
    margin: 0 1px;
    transition: all 0.2s ease-in-out;
    color: #D8DBE1;
    cursor: pointer;
    font-size: 16px;
}

.stm_repeate_group_wrapper .stm-btns-move-wrapper i:hover {
    color: #135e96;
}

.stm_repeate_group_wrapper .butterbean-add-info-field {
    margin: 20px auto 0 0;
}

.stm_repeate_group_wrapper .stm-group-data-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
}

.stm_repeate_group_wrapper .stm-group-data-wrapper > div {
    margin-right: 12px;
}

.stm_repeate_group_wrapper .stm-group-data-wrapper .group-title-input {
    max-width: 416px;
    width: 100%;
    margin-right: 0;
}

@media (max-width: 1440px) {
    .stm_repeate_group_wrapper .stm-group-data-wrapper .group-title-input {
        max-width: 490px;
    }
}

.stm_repeate_group_wrapper .stm-group-data-wrapper .group-title-input input {
    margin-top: 12px;
    border: 1px solid #aaaaaa !important;
}

.stm_repeate_group_wrapper .stm-group-data-wrapper .group-title-input input:focus {
    margin-top: 12px;
    border: 1px solid #0073aa !important;
}

.stm_repeate_group_wrapper .stm-group-data-wrapper > div h5 {
    margin-top: 0;
    margin-bottom: 5px;
}

.stm_repeate_group_wrapper .stm-group-data-wrapper .stm_form_wrapper .stm_info_group_icon {
    display: block;
    position: relative;
}

.stm_repeate_group_wrapper .stm-group-data-wrapper .stm_form_wrapper .stm_info_group_icon .stm_delete_icon {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #D8DBE1;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    cursor: pointer;
}

.stm_repeate_group_wrapper .stm-group-data-wrapper .stm_form_wrapper .stm_info_group_icon:hover .stm_delete_icon {
    opacity: 1;
}

.stm_repeate_group_wrapper .stm-group-data-wrapper .stm_form_wrapper .stm_info_group_icon .stm_delete_icon:hover {
    color: #ff0000;
}

.stm_repeate_group_wrapper .stm-group-data-wrapper .stm_form_wrapper .icon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background-color: #fff;
    border: 1px solid #aaa;
    text-align: center;
    position: relative;
}

.stm_repeate_group_wrapper .stm-group-data-wrapper .stm_form_wrapper .icon img {
    display: block;
    max-width: 20px;
}

.stm_repeate_group_wrapper .stm-group-data-wrapper .stm_form_wrapper .icon i {
    position: absolute;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 20px;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

.stm_repeate_group_wrapper .stm-group-data-wrapper .stm_form_wrapper .icon i.hidden {
    opacity: 0;
}

.stm_repeater_info_inputs .info_inputs_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
}

.stm_repeater_info_inputs .info_inputs_wrapper i {
    width: 100%;
    max-width: 38px;
    height: 100%;
    max-height: 38px;
    background-color: #fff;
    color: #999999;
    line-height: 40px;
    text-align: center;
    z-index: 999;
    cursor: pointer;
    border: 1px solid #999999;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
}

.stm_repeater_info_inputs .info_inputs_wrapper i:hover {
    background-color: #ff0000;
    border-color: #ff0000;
    color: #ffffff;
}

.stm_repeater_info_inputs .info_inputs_wrapper > div {
    width: 47%;
}

@media (max-width: 1440px) {
    .stm_repeater_info_inputs .info_inputs_wrapper > div {
        width: 45%;
    }
}

.stm_repeater_info_inputs .info_inputs_wrapper > div h5 {
    margin-top: 15px;
    margin-bottom: 5px;
}

#butterbean-control-stm_features_title {
    width: 100% !important;
}

.stm_features.butterbean-section.butterbean-section-default[aria-hidden=true],
.features.butterbean-section.butterbean-section-default[aria-hidden=true] {
    display: none;
}

.stm_features.butterbean-section.butterbean-section-default .butterbean-control:nth-child(even) {
    box-sizing: border-box;
    padding-right: 20px;
}

.features.butterbean-section.butterbean-section-default .butterbean-control:nth-child(odd) {
    box-sizing: border-box;
    padding-right: 20px;
}

.stm_features.butterbean-section.butterbean-section-default,
.features.butterbean-section.butterbean-section-default,
.butterbean-section.butterbean-section-default.stm_info {
    display: flex;
    flex-wrap: wrap;
}

.stm_features.butterbean-section.butterbean-section-default .butterbean-control,
.features.butterbean-section.butterbean-section-default .butterbean-control,
.butterbean-section.butterbean-section-default.stm_info .butterbean-control {
    width: 50%;
    float: unset;
}

.stm_features.butterbean-section.butterbean-section-default .butterbean-control-multiselect .select2-container--focus .select2-selection.select2-selection--multiple,
.features.butterbean-section.butterbean-section-default .butterbean-control-multiselect .select2-container--focus .select2-selection.select2-selection--multiple,
.butterbean-section.butterbean-section-default.stm_info .butterbean-control-multiselect .select2-container--focus .select2-selection.select2-selection--multiple {
    border: 1px solid #0073AA !important;
}

.stm_features.butterbean-section.butterbean-section-default .butterbean-control-multiselect .select2-selection.select2-selection--multiple,
.features.butterbean-section.butterbean-section-default .butterbean-control-multiselect .select2-selection.select2-selection--multiple,
.butterbean-section.butterbean-section-default.stm_info .butterbean-control-multiselect .select2-selection.select2-selection--multiple {
    position: relative;
    display: flex;
    align-items: center;
    box-shadow: none !important;
    background-color: #fff !important;
    border: 1px solid #CED4DA !important;
    font-style: normal;
    height: 40px;
    padding: 1px 5px;
    border-radius: 4px !important;
    font-size: 14px;
    outline: none !important;
    transition: all 0.2s ease;
}

.stm_features.butterbean-section.butterbean-section-default .butterbean-control-multiselect .select2-selection.select2-selection--multiple .select2-search--inline,
.features.butterbean-section.butterbean-section-default .butterbean-control-multiselect .select2-selection.select2-selection--multiple .select2-search--inline,
.butterbean-section.butterbean-section-default.stm_info .butterbean-control-multiselect .select2-selection.select2-selection--multiple .select2-search--inline {
    display: none;
}

.stm_features.butterbean-section.butterbean-section-default .butterbean-control-multiselect .select2-selection.select2-selection--multiple .select2-selection__choice,
.features.butterbean-section.butterbean-section-default .butterbean-control-multiselect .select2-selection.select2-selection--multiple .select2-selection__choice,
.butterbean-section.butterbean-section-default.stm_info .butterbean-control-multiselect .select2-selection.select2-selection--multiple .select2-selection__choice {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    max-height: 24px;
    color: #3c434a;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 1px;
    border: none;
    padding: 0px 5px 0px 10px;
    margin: 0 5px 0 0 !important;
}

.stm_features.butterbean-section.butterbean-section-default .butterbean-control-multiselect .select2-selection.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,
.features.butterbean-section.butterbean-section-default .butterbean-control-multiselect .select2-selection.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,
.butterbean-section.butterbean-section-default.stm_info .butterbean-control-multiselect .select2-selection.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    font-size: 17px;
    font-weight: 300;
    margin-left: 5px;
    background-color: transparent;
    padding: unset;
    position: unset;
    border-right: unset;
    border: none;
}

.stm_features.butterbean-section.butterbean-section-default .butterbean-control-multiselect .select2-selection.select2-selection--multiple .select2-selection__rendered,
.features.butterbean-section.butterbean-section-default .butterbean-control-multiselect .select2-selection.select2-selection--multiple .select2-selection__rendered,
.butterbean-section.butterbean-section-default.stm_info .butterbean-control-multiselect .select2-selection.select2-selection--multiple .select2-selection__rendered {
    display: flex;
    align-items: center;
    padding: 3px 5px;
}

.stm_features.butterbean-section.butterbean-section-default .butterbean-control-multiselect .select2-selection.select2-selection--multiple .select2-selection__rendered li,
.features.butterbean-section.butterbean-section-default .butterbean-control-multiselect .select2-selection.select2-selection--multiple .select2-selection__rendered li,
.butterbean-section.butterbean-section-default.stm_info .butterbean-control-multiselect .select2-selection.select2-selection--multiple .select2-selection__rendered li {
    margin: 0;
}

.stm_features.butterbean-section.butterbean-section-default .butterbean-control-multiselect .select2-selection.select2-selection--multiple .select2-selection__rendered li input,
.features.butterbean-section.butterbean-section-default .butterbean-control-multiselect .select2-selection.select2-selection--multiple .select2-selection__rendered li input,
.butterbean-section.butterbean-section-default.stm_info .butterbean-control-multiselect .select2-selection.select2-selection--multiple .select2-selection__rendered li input {
    margin: 0;
}

.stm_features.butterbean-section.butterbean-section-default .butterbean-control-multiselect .select2-selection.select2-selection--multiple::after,
.features.butterbean-section.butterbean-section-default .butterbean-control-multiselect .select2-selection.select2-selection--multiple::after,
.butterbean-section.butterbean-section-default.stm_info .butterbean-control-multiselect .select2-selection.select2-selection--multiple::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 11px;
    color: #666;
    position: absolute;
    right: 10px;
}

#butterbean-stm_product_manager-section-stm_info .butterbean-control {
    width: 100%;
}

#butterbean-stm_product_manager-section-stm_info .butterbean-control .stm-add-new-wrapper {
    display: none !important;
}

.select2-dropdown {
    border: 1px solid #CED4DA !important;
    border-radius: 4px !important;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2) !important;
}

.select2-dropdown .select2-results__option {
    padding: 10px;
    color: #3C434A;
    font-size: 13px;
    margin: 0;
}

.select2-dropdown .select2-results__option--highlighted {
    background-color: #EDEFF3 !important;
    color: #3C434A !important;
}

.select2-dropdown .select2-results__option[aria-selected=true],
.select2-dropdown .select2-results__option[data-selected=true] {
    background-color: #e5f1f6;
    position: relative;
}

.select2-results__option[data-selected=true]:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 15px;
    color: #0073AA;
    position: absolute;
    right: 10px;
}

.stm-add-new-wrapper {
    padding: 6px 10px;
    background-color: #F2F2F2;
    position: relative;
}

input.stm-add-new-input {
    width: 100%;
    padding-right: 25px;
    padding-left: 10px;
    font-size: 13px;
    outline: none;
    border: 1px solid #CED4DA;
    border-radius: 4px;
}

input.stm-add-new-input::-moz-placeholder {
    color: #BEC5CB;
}

input.stm-add-new-input::placeholder {
    color: #BEC5CB;
}

input.stm-add-new-input:focus {
    border-color: #BEC5CB;
    outline: none;
    box-shadow: none;
}

.icon-plus {
    position: absolute;
    right: 15px;
    top: 50%;
    font-weight: 200;
    transform: translateY(-50%);
    font-family: math;
    font-size: 18px;
    line-height: 0;
    color: #0073AA;
}

.icon-plus:hover {
    cursor: pointer;
}

#butterbean-manager-stm_car_manager .butterbean-control.butterbean-control-section_title {
    margin-bottom: 20px !important;
}

#butterbean-manager-stm_car_manager .butterbean-control.butterbean-control-section_title#butterbean-control-gallery_title {
    margin-bottom: 0 !important;
}

#butterbean-manager-stm_car_manager .butterbean-control.butterbean-control-section_title .butterbean-section-heading {
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.butterbean-section-heading-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.butterbean-section-heading-wrapper .butterbean-section-heading-wrapper-inner-one {
    display: flex;
    align-items: center;
}

.stm_repeater_checkbox {
  /* Стиль для активного состояния чекбокса с галочкой */
}

.stm_repeater_checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.stm_repeater_checkbox label input[type=checkbox] + span {
    position: relative;
    padding-left: 30px;
}

.stm_repeater_checkbox label input[type=checkbox] + span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 2px solid #BEC5CB;
    border-radius: 4px;
    background-color: #fff;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.stm_repeater_checkbox label input[type=checkbox]:checked + span::before {
    background-color: #0073AA;
    border-color: #0073AA;
}

.stm_repeater_checkbox label input[type=checkbox]:checked + span::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 45%;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

/* MLT Fields Styles */
.stm-listing-type #butterbean-control-stock_number,
.stm-listing-type #butterbean-control-regular_price_label,
.stm-listing-type #butterbean-control-registration_date,
.stm-listing-type #butterbean-control-special_price_label {
    width: 100%;
}

.stm-listing-type #butterbean-control-sale_price {
    float: right;
}

.stm-listing-type .butterbean-control.butterbean-control-section_title {
    margin-bottom: 20px !important;
}

.stm-listing-type .butterbean-control.butterbean-control-section_title#butterbean-control-gallery_title {
    margin-bottom: 0 !important;
}

.stm-listing-type .butterbean-control.butterbean-control-section_title .butterbean-section-heading {
    padding: 0 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
}

.stm-listing-type .butterbean-heading-wrapper {
    display: flex;
    justify-content: space-between;
}

.stm-template-boats #butterbean-control-stock_number {
    width: 100%;
}