.redux-container {
    font-size: 11px;
    margin: 20px 20px 0;
    border: 1px solid #f7f7f7;
    border-radius: 3px;
    background: #fff;
    box-shadow: none;
}

.redux-group-tab * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.redux-container input::placeholder,
.redux-container textarea::placeholder {
    color: #ccc !important;
}

.redux-container tbody {
    /*overflow: hidden;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.redux-container-image_select .redux-image-select {
    max-width: 600px;
}

.redux-container-image_select .redux-image-select img {
    cursor: pointer;
}

.redux-container tbody:before, .redux-container tbody:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.redux-container .expand_options {
    display: none !important;
}

body:not(.wp-customizer) .redux-main {
    display: block;
    min-height: 900px !important;
    margin-left: 300px !important;
    padding-right: 10px;
    padding-left: 10px;
    border-left: 0;
    background-color: #fff;
}

body.rtl:not(.wp-customizer) .redux-main {
    margin-right: 300px !important;
    margin-left: 0 !important;
}

.redux-main .redux-container-background .upload {
    width: auto;
    max-width: 100%;
}

.redux-sidebar {
    display: block;
    float: left;
    overflow: clip;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    min-height: 100%;
}

.redux-sidebar * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.redux-container-select {
    font-size: 12px !important;
}

.redux-container .redux-sidebar .redux-group-menu li a {
    font-size: 13px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    color: #000;
    border: 0;
    border-bottom: none !important;
}

.redux-container #info_bar {
    padding: 10px 10px;
    color: #000;
    border-bottom: none;
    background: none;
    box-shadow: none;
}

.redux-container #redux-intro-text {
    border: 0;
}

.redux-container #redux-header {
    padding: 0;
    border-bottom: 0;
    border-bottom: 2px solid;
    background: #fff !important;
}

.redux-container .redux-sidebar .redux-group-menu {
    display: flex;
    flex-flow: column nowrap;
    margin-top: 0;
    padding: 20px;
    gap: 3px;
}

.redux-container #redux-header .display_header {
    position: static;
    min-width: 200px;
    margin: 0;
    padding: 20px 30px;
    text-align: left;
}

.redux-container #redux-header .display_header h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 7px;
    letter-spacing: -0.03em;
    color: #000;
    margin-top: 10px;
}

.redux-container #redux-header .display_header span {
    font-weight: bold;
    font-style: italic;
}

.redux-main .redux-option-image {
    margin: 5px 15px 10px 0;
    padding: 0;
    border: 3px solid #3bc3d5;
    border-radius: 0;
}

.redux-container #redux-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: none !important;
    background: #fff !important;
}

.redux-main input[type=checkbox], .redux-main input[type=color],
.redux-main input[type=date], .redux-main input[type=datetime-local],
.redux-main input[type=datetime], .redux-main input[type=email],
.redux-main input[type=month], .redux-main input[type=number],
.redux-main input[type=password], .redux-main input[type=radio],
.redux-main input[type=search], .redux-main input[type=text],
.redux-main select, .redux-main textarea {
    font-size: 11px;
    border-color: #ddd;
    outline: none;
    box-shadow: none;
}

#redux_notification_bar {
    position: absolute;
    top: 65px;
    right: 25px;
}

body.rtl #redux_notification_bar {
    right: auto;
    left: 25px;
}

#redux_notification_bar > div {
    border: none;
    border-radius: 5px;
}

.redux-container .sticky-save-warn .redux-save-warn {
    right: 45px;
    left: auto !important;
}

.redux-main #redux_ajax_overlay {
    opacity: .2;
}

.redux-main input[type=text] {
    width: 100%;
    padding: 10px 15px;
    border-radius: 0;
}

.redux-main input[type=checkbox]:checked:before {
    color: #4aed77;
}

.redux-main textarea {
    padding: 15px !important;
}

.redux-main textarea:focus, .redux-main textarea:hover {
    border-color: #999;
}

.redux-main a {
    color: #cd2d08;
}

.redux-container .redux-sidebar .redux-group-tab-link-a i {
    font-size: 15px;
}

.redux-main .button.remove-image,
.redux-main .removeCSS {
    background: #8881;
}

.redux-main .button.remove-image:hover,
.redux-main .removeCSS:hover {
    color: #fff;
    background: #e74c3c;
}

.redux-container .redux-sidebar .redux-group-tab-link-a span.group_title {
    font-size: 13px;
    font-weight: 700;
    padding-left: 24px;
}

.redux-group-tab > h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    display: inline-flex;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    letter-spacing: -0.02em;
    gap: 10px;
}

.redux-container .redux-group-tab .redux-section-desc {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.7;
    max-width: 920px;
    margin-top: 12px;
    margin-bottom: 25px;
    color: #000;
}

.redux-container .redux-main img {
    max-height: 100px;
}

.redux-container .ruby-section-start .redux-section-desc {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.6;
    display: block;
    max-width: 1000px;
    margin-top: 15px;
    padding: 12px;
    border-left: 5px solid #f0cb42;
    border-radius: 3px;
    background: #d8b16014;
}

.redux-container .ruby-section-start .redux-section-desc:not(:last-child) {
    margin-bottom: 7px;
}

.redux-container .redux-group-tab .redux-section-desc em {
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-top: 10px;
    padding-left: 10px;
    border-left: 3px solid;
}

.redux-main .description {
    max-width: 400px;
}

.redux-main .description.field-desc {
    font-size: 12px;
    font-style: italic;
    line-height: 1.7;
    max-width: 100%;
    margin-top: 10px;
}

#redux-import-action span {
    font-size: 13px;
    color: #f48427;
}

.select2-container .select2-choice,
.select2-container .select2-selection {
    line-height: 32px;
    height: 34px;
    padding: 0 0 0 16px;
    border: 1px solid #ddd;
    border-radius: 0;
    outline: none;
    background: #fff;
}

.select2-container .select2-choice abbr {
    top: 10px;
    right: 36px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 36px !important;
}

.select2-drop {
    border-radius: 0 0 0 0;
}

.select2-drop-active, .select2-container-multi.select2-container-active .select2-choices,
.select2-drop.select2-drop-above.select2-drop-active,
.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border-color: #999 !important;
}

.select2-search input {
    min-height: 32px;
    margin-top: 5px;
    padding-left: 13px;
    border-radius: 0;
}

.select2-search input:hover, .select2-search input:focus {
    border-color: #999;
    box-shadow: none;
}

.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice .select2-selection__arrow {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 30px;
    height: 30px;
    border: 0 none;
    border-radius: 0;
    outline: none;
    background: #7a8292;
}

.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice .select2-selection__arrow b {
    background: none;
}

.select2-container .select2-choice .select2-arrow b:before,
.select2-container .select2-choice .select2-selection__arrow b:before {
    font-family: 'Elusive-Icons';
    font-size: 8px;
    line-height: 30px;
    position: relative;
    display: block;
    width: 30px;
    content: '\f126';
    text-align: center;
    color: #fff;
}

.select2-dropdown-open .select2-choice .select2-arrow b:before,
.select2-dropdown-open .select2-choice .select2-selection__arrow b:before {
    content: '\f129';
}

.redux-container .select2-drop-active {
    margin-top: 3px !important;
    border: 1px solid #999 !important;
    border-radius: 0 !important;
}

.redux-container .select2-results .select2-highlighted {
    background: #7a8292 !important;
}

.redux-container .select2-results .select2-highlighted {
    line-height: 30px !important;
    border-radius: 0 !important;
    background: #7a8292 !important;
}

.redux-container .select2-drop {
    line-height: 30px !important;
    box-shadow: none !important;
}

.redux-container .redux_field_th {
    font-size: 12px;
    font-weight: 700 !important;
    display: block;
    min-width: 250px;
    padding: 15px 15px 15px 0;
}

.redux-notice-field p {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0;
}

.redux-main span.description {
    font-size: 12px;
    font-weight: normal;
    font-style: normal !important;
    line-height: 1.5em;
    max-width: 380px;
    margin-top: 7px;
    margin-right: 30px;
    text-transform: none;
    color: #555 !important;
}

.redux-main span.description:first-letter {
    text-transform: uppercase;
}

.redux-container .expand_options {
    -webkit-transition: all .25s;
    transition: all .25s;
    border: 1px solid #e2e2e2;
    border-radius: 0;
}

body.wp-admin .redux-container-switch .cb-enable,
body.wp-admin .redux-container-switch .cb-disable {
    border: none;
}

body .redux-container .redux-sidebar .redux-group-menu li.active a {
    background-color: #68e58d !important;
    text-shadow: none !important;
}

body .redux-sidebar .redux-group-menu li.activeChild a {
    color: #000 !important;
}

input.small-text {
    width: 100px !important;
    border-color: #ddd !important;
}

#redux_save {
    color: #fff;
    background: #78d098;
}

#redux_save:hover, #redux_save:focus {
    background-color: #1ed4a0 !important;
}

.redux-main .redux-action_bar {
    display: inline-flex;
    flex-flow: row wrap;
    gap: 1px;
}

.redux-main .redux-action_bar input[type=submit].button {
    -webkit-transition: all .25s;
    transition: all .25s;
    color: inherit;
    border: 1px solid #8882;
    background: #fff;
    box-shadow: none !important;
    text-shadow: none;
}

#redux_save, #redux_save_sticky {
    color: #fff;
    background: #000;
}

#redux_save:hover, #redux_save_sticky:hover {
    color: #000;
    background: #68e58d;
}

.redux-main .redux-action_bar input[type='submit']:nth-of-type(2):hover,
.redux-main .redux-action_bar input[type='submit']:nth-of-type(2):focus,
.redux-main .redux-action_bar input[type='submit']:nth-of-type(3):hover,
.redux-main .redux-action_bar input[type='submit']:nth-of-type(3):focus {
    color: #fff;
    background: #ff8763 !important;
}

#redux-import-action {
    margin-top: 15px !important;
}

.redux-container-multi_text > a,
#redux-import-action input[type=submit],
#redux-export-code-dl {
    color: #fff;
    border: none !important;
    background: #78d098 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.redux-container .select2-container-multi .select2-choices {
    max-height: 600px;
    padding: 5px;
    border-color: #ddd;
    background: transparent;
}

.redux-main .redux-field-container {
    max-width: 600px;
    padding: 10px 0;
}

.redux-main .redux-field-container.redux-container-image_select {
    max-width: 100%;
}

.redux-container-multi_text > a:hover, .redux-container-multi_text > a:focus,
#redux-import-action input[type=submit]:hover,
#redux-import-action input[type=submit]:focus,
#redux-export-code-dl:hover, #redux-export-code-dl:focus {
    background: #1ed4a0 !important;
}

.redux-container .redux-container-import_export a {
    margin-right: 7px;
    -webkit-transition: all .35s;
    transition: all .35s;
    color: #fff;
    border: none !important;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #999;
    box-shadow: none !important;
}

.redux-container .redux-container-import_export a:hover, .redux-container .redux-container-import_export a:focus {
    color: #fff;
    background-color: #28d466;
}

.redux-container .redux-container-import_export a:hover, .redux-container .redux-container-import_export a:focus {
    background-color: #ff8763 !important;
}

.redux-container #import_export_default_section_group a:hover, .redux-container #import_export_default_section_group a:focus {
    color: #fff;
    background: #4d4c4c;
}

.redux-sidebar .redux-menu-error {
    margin-top: 5px;
    margin-right: 20px;
}

.redux-container-multi_text .redux-multi-text-remove {
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
    -webkit-transition: all .25s;
    transition: all .25s;
    color: #aaa;
    border-radius: 3px;
}

.redux-container-multi_text .redux-multi-text-remove:hover,
.redux-container-multi_text .redux-multi-text-remove:focus {
    color: #fff !important;
    background: #ec4b4b;
}

.redux-main .theme-info li {
    margin-bottom: 10px !important;
}

.redux-main .theme-description {
    font-weight: bold;
    margin-bottom: 15px;
}

#foxiz_theme_options-multi_sidebars input[type=text] {
    margin-bottom: 10px;
    padding: 7px 10px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    border: 1px solid transparent;
    background: #ddd;
}

.redux-container-image_select .redux-image-select-selected img {
    border-color: #68e58d !important;
}

.redux-container-image_select .redux-image-select-selected {
    background: transparent;
}

.redux-container-image_select ul.redux-image-select li {
    padding: 0 15px 15px 0;
}

.redux-image-select span {
    font-size: 10px;
    display: block;
    max-width: 76px;
    text-align: center;
}

.form-table-section {
    margin-left: 24px;
}

.redux-main .input-append {
    position: relative;
}

.redux-main .input-append .add-on, .redux-main .input-prepend .add-on {
    font-size: 8px;
    line-height: 30px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0 !important;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: 0 none;
    border-radius: 0;
    background: #7a8292;
}

.redux-main .redux-container-typography .add-on {
    font-size: 10px !important;
    line-height: 24px !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    width: 26px !important;
    height: 34px !important;
    padding: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #7a8292 !important;
}

.redux-main .redux-typography-container .input_wrapper input.mini {
    font-weight: 700;
    top: 0;
    width: 100%;
    height: 34px !important;
    padding-right: 34px;
    border: 1px solid #ddd;
    border-radius: 0;
}

.redux-main .button:where(:not(.wp-color-result)) {
    font-size: 11px;
    font-weight: 700;
    line-height: 30px;
    height: 30px;
    min-height: 30px;
    margin-top: 0;
    padding: 0 25px;
    -webkit-transition: all .25s;
    transition: all .25s;
    vertical-align: middle;
    color: #000;
    border: none;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    background: #afffb8;
    box-shadow: none;
}

.redux-main .button:where(:not(.wp-color-result)):hover {
    color: #000;
    background: #68e58d;
}

.redux-main .wp-color-result-text {
    border-left: none;
}

.redux-main .input-append {
    margin-right: 0;
}

.redux-sidebar .redux-group-menu li {
    display: block;
}

.redux-sidebar .redux-group-menu li.activeChild {
    position: relative;
}

.redux-sidebar .redux-group-menu li.activeChild:before {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    content: '';
    pointer-events: none;
    border: 1px solid currentcolor;
    border-radius: 3px;
}

body.wp-admin .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover,
.redux-container .redux-sidebar .redux-group-menu li a:hover {
    background: #afffb8;
}

.redux-sidebar .redux-group-menu li:last-child {
    border-bottom: 0;
}

.redux-sidebar .redux-group-menu li a.custom-tab {
    color: #fff;
    background: transparent;
}

.redux-container-textarea {
    max-width: 450px;
}

.redux-sidebar .redux-group-menu li.active a {
    background: #fff;
}

.redux-container .redux-group-tab {
    padding: 25px 25px 100px 25px;
    border: 1px solid #8882;
    border-radius: 5px;
}

.redux-main .wp-picker-container .wp-color-result {
    height: auto !important;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    border: 1px solid #eee !important;
    border-radius: 0;
    background-color: #eee;
    box-shadow: none;
}

.redux-container-multi_text input[type=text] {
    font-weight: bold;
    max-width: 240px;
    margin-bottom: 10px;
    padding: 10px 15px;
    -webkit-transition: all .25s;
    transition: all .25s;
    color: #282828;
    border-radius: 4px;
    background: #f2f2f2 !important;
}

.repeat-label {
    font-size: 12px;
    display: block;
    margin-bottom: 7px;
}

.redux-container-multi_text input:read-only {
    cursor: not-allowed;
    color: #fff;
    background: #3b414c !important;
}

.redux-main .wp-color-result:after {
    font-weight: bold;
    padding: 0 10px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.wp-picker-container input[type=text].wp-color-picker {
    margin-left: 15px;
    padding: 3px 0;
}

.redux-main .wp-picker-input-wrap label {
    display: inline-block;
}

.redux-main .wp-pickercolorear {
    line-height: 24px !important;
    height: 24px !important;
}

.redux-main .iris-picker .iris-square,
.redux-main .iris-picker .iris-slider,
.redux-main .iris-picker .iris-square-inner,
.redux-main .iris-picker .iris-palette {
    border-radius: 0;
    box-shadow: none;
}

#foxiz_theme_options-ruby_raw_info {
    max-width: 550px;
}

#current-theme img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#current-theme h2 {
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.redux-container #redux-header .display_header .redux-dev-mode-notice-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
}

.redux-container #redux-header .display_header span.redux-dev-mode-notice {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #ffc784;
}

.redux-section-field h3 {
    border-bottom: none !important;
}

div.ruby-section-end {
    margin: 10px 0;
    border-top: 2px solid #8881;
}

div.ruby-section-end.no-border {
    border-top: none;
}

.redux-container .form-table > tbody > tr:not(.layout-info) > th {
    width: 30% !important;
    padding: 0 30px 0 0;
    vertical-align: middle;
}

.redux-container-image_select .redux-image-select img,
.redux-container-image_select .redux-image-select .tiles {
    max-width: 72px;
    padding: 2px;
    border: 4px solid;
    border-radius: 2px;
}

ul.redux-image-select {
    display: flex;
    flex-flow: row wrap;
}

.redux-container .select2-container-multi .select2-choices .select2-search-choice {
    margin: 5px 0 5px 5px !important;
    border: none !important;
    border-radius: 3px !important;
    background: #f2f2f2 !important
}

body.rtl .redux-container .select2-container-multi .select2-choices .select2-search-choice {
    margin: 5px 5px 5px 0 !important;
}

body.rtl .select2-container .select2-choice > .select2-chosen {
    margin-right: 2px !important;
}

.redux-container .redux-main .layout-info {
    display: inline-flex;
    width: auto;
    max-width: 100px;
    border: 1px solid #a6b9ad !important;
    border-radius: 10px;
    background-color: transparent;
}

.redux-container .redux-main .layout-info img {
    width: 100% !important;
    height: auto;
    margin: 0;
}

.select2-results .select2-result-label {
    font-weight: bold;
}

#redux-header .rAds {
    top: 20px !important;
    right: 20px !important;
}

#redux-header .rAds img {
    margin-top: 0 !important;
}

body .redux-container .redux-field .select2-container {
    white-space: nowrap;
    outline: none !important;
    box-shadow: none !important;
}

body .redux-container .redux-field .select2-container:not(.select2-container-multi) {
    width: 280px !important;
}

.redux-container .redux-typography-container .select2-container {
    min-height: 0;
}

.redux-container textarea.large-text {
    font-size: 13px;
    display: block;
    max-width: 100%;
}

.redux-container .redux-group-tab h3 {
    font-size: 13px !important;
    font-weight: 700;
    line-height: 30px !important;
    display: inline-block;
    min-width: 260px;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0 10px;
    color: #fff !important;
    border-left: 5px solid #0070b4;
    border-radius: 3px;
    background: #489fff !important;
}

body.rtl .redux-container .redux-group-tab h3 {
    border-right: 5px solid #0070b4;
    border-left: none;
}

.redux-container .redux-container-sorter h3 {
    min-width: auto;
    padding: 0 !important;
    text-align: center;
    text-transform: capitalize;
    color: #282828 !important;
    border: none;
    background: none !important;
    box-shadow: none;
}

.redux-container-sorter ul {
    padding: 20px 15px;
    text-align: center;
    border: none;
    border-radius: 4px;
    background: #f9f9f9;
}

.redux-container-sorter ul li {
    font-size: 12px;
    line-height: 30px !important;
    height: 30px;
    color: #fff !important;
    border: none !important;
    border-radius: 3px;
    background: #42b978;
}

.redux-container-sorter ul:last-child li {
    background-color: #3b414c;
}

.redux-main .buttonset .ui-button-text {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.redux-container .ui-button {
    border-radius: 0 !important;
    box-shadow: none !important;
}

.linkColor strong {
    font-size: 11px;
    display: block;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
}

.redux-main .redux-container-background .select2-container {
    margin-right: 2px;
}

.redux-container-import_export textarea {
    min-height: 185px;
    padding: 10px;
}

.redux-sidebar .redux-group-menu li {
    border-radius: 3px;
}

.redux-sidebar .redux-group-menu li.hasSubSections a {
    display: flex;
    align-items: center;
    flex-grow: 1;
    width: 100%;
    text-shadow: none !important;
}

.redux-sidebar .redux-group-menu li.hasSubSections ul.subsection li a i {
    font-size: 13px;
    padding-left: 12px;
}

.redux-sidebar .redux-group-menu li.hasSubSections ul.subsection li.hasIcon a span.group_title {
    font-size: 12px;
    line-height: 20px;
    text-shadow: none !important;
}

body.wp-admin .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a {
    background: none;
}

body.wp-admin .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title {
    padding-left: 30px !important;
}

.redux-sidebar .hasSubSections .extraIconSubsections i {
    font-size: 9px;
    line-height: 13px;
}

.redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a {
    padding-left: 25px;
}

.redux-sidebar .hasSubSections .extraIconSubsections i:before {
    content: '\f126' !important;
}

body.wp-admin .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a,
.redux-container .redux-sidebar .redux-group-menu li .subsection .redux-group-tab-link-li .redux-group-tab-link-a {
    background: none;
}

.redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after {
    display: none !important;
}

body .redux-sidebar .redux-group-menu li.hasSubSections ul.subsection li a {
    display: flex;
    align-items: center;
    padding: 5px !important;
}

.redux-sidebar .redux-group-menu .hasSubSections li.redux-group-tab-link-li {
    border-right: none;
    border-left: none;
}

.redux-main .form-table-section-indented {
    margin-right: 2% !important;
    margin-left: 5px !important;
}

.redux-main .redux-typography-container {
    max-width: 660px;
    margin-right: -5px;
    margin-left: -5px;
}

.redux-main .redux-typography-container .select_wrapper, .redux-main .redux-typography-container .select_wrapper:nth-child(even),
.redux-main .redux-typography-container .select_wrapper:nth-child(odd), .redux-main .redux-typography-container .input_wrapper {
    display: block;
    float: left;
    width: 50% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto;
    margin: 0 !important;
    padding: 10px 5px;
}

.redux-main .redux-typography-container .input_wrapper {
    width: 33.3333% !important;
}

.redux-main .redux-typography-container .input_wrapper.font-size {
    margin-left: 0;
}

.redux-main .redux-typography-container label {
    line-height: 1.5em;
    margin: 0 0 4px 0 !important;
}

.redux-main .redux-typography-container .wp-picker-container {
    display: block;
    clear: both;
    margin-bottom: 0;
}

.redux-main .redux-typography-container .typography-preview {
    display: block;
    overflow: hidden;
    max-width: 100%;
    margin-top: 20px;
}

.redux-main .redux-typography-container .select_wrapper .redux-typography {
    height: 34px !important;
}

.theme-info {
    display: block;
    width: 100%;
    margin-top: 45px;
    padding: 30px;
    background-color: #fff;
}

.redux-main .theme-info li {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 15px !important;
}

.theme-description {
    font-style: normal !important;
    text-transform: uppercase;
}

.redux-sorter-container h3 {
    padding-bottom: 10px;
}

.sp-container button {
    font-size: 11px;
    font-weight: bold;
    padding: 7px 10px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    text-transform: uppercase;
    color: #fff;
    border: none !important;
    border-radius: 0 !important;
    outline: none !important;
    background: #2980b9;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.sp-container button:hover, .sp-container button:hover:focus {
    background: #28d466;
}

.redux-main .color-transparency-check {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.redux-container .noUi-connect {
    background: #78d098 !important;
}

.redux-container .noUi-handle {
    border-radius: 0;
}

.redux-container .noUi-handle:before, .redux-container .noUi-handle:after {
    display: none;
}

.ruby-notice-import {
    font-size: 12px;
    line-height: 18px;
    display: block;
    max-width: 900px;
    margin-bottom: 45px;
}

.ruby-notice-import p {
    margin-bottom: 15px !important;
}

.redux-message {
    display: none !important;
}

/** wp-customizer page */
.wp-customizer #redux_rAds {
    display: none;
}

#customize-theme-controls {
    position: relative;
    display: block;
    width: 100%;
}

#customize-controls .description {
    display: block;
    margin-top: 5px;
    margin-right: 0;
}

#customize-controls .redux-image-select img {
    width: 60px !important;
}

.redux-main .redux-container-import_export .description {
    margin-bottom: 15px;
}

.redux-container .redux-sidebar .redux-group-menu li.hasSubSections .extraIconSubsections {
    font-size: 10px !important;
    position: absolute !important;
    top: 10px;
    right: 10px;
}

.redux-container .redux-sidebar ul .subsection {
    padding: 10px;
    border-top: 1px solid #8881;
}

.redux-sidebar .hasSubSections a.hasError .extraIconSubsections i {
    opacity: 0;
}

.redux-container .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections {
    display: block;
    width: 12px;
    height: 12px;
    margin-top: 10px;
    padding: 0;
    border-radius: 100%;
    background: #fd7148;
}

.wp-customizer .redux_field_th {
    font-size: 15px;
    font-weight: 700;
}

.redux-container #section-table-section_start_quick_translation .redux_field_th {
    font-size: 15px;
    font-weight: 400 !important;
    line-height: 1.5;
    text-transform: none !important;
}

.redux-main #section-table-section_start_quick_translation input[type=text] {
    width: 100%;
}

.redux-container-color_gradient strong {
    font-size: 13px;
    display: inline-block;
    margin-top: 2px;
    margin-right: 7px;
    vertical-align: middle;
}

#clear-gallery {
    background-color: #ff724c !important;
}

#clear-gallery:hover {
    background-color: #ff4b1d !important;
}

.redux-container .redux-main .theme-browser .button-primary {
    font-weight: normal;
    transition: all 0.13s linear;
    text-transform: uppercase;
    color: #fff !important;
    border: none;
    background-color: #19a1f7 !important;
    background-image: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.redux-container .redux-main .theme-browser .button-primary:hover,
.redux-container .redux-main .theme-browser .button-primary:focus {
    opacity: .7;
}

.theme-screenshot-holder {
    position: relative;
    display: block;
    width: 100%;
}

#section-table-section_start_quick_translation .redux_field_th {
    padding-left: 20px !important;
}

#section-table-section_start_quick_translation tr:nth-child(2n+1) {
    background: #f7f7f7;
}

#section-table-section_start_quick_translation tbody {
    border: 1px solid #eee;
}

.display_header .p-version {
    font-size: 15px;
    line-height: 1;
    margin-left: 7px;
    vertical-align: top;
    color: #78d098 !important;
}

span.pdocs-info i {
    font-size: 16px;
    margin-right: 3px;
    color: #000;
}

span.pdocs-info {
    display: block;
    overflow: hidden;
    margin-top: 7px;
}

span.pdocs-info a {
    text-decoration: none;
    color: #000 !important;
}

span.pdocs-info a:hover {
    text-decoration: underline;
}

.redux-container .redux-main .redux-field-container:not(:empty) {
    padding: 15px 0;
}

.redux-container-media .upload.large-text {
    font-weight: 700;
    display: block !important;
    margin-bottom: 5px;
}

.redux-notice-field {
    max-width: 1000px;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding: 12px;
    border-width: 5px !important;
    border-radius: 3px;
    background-color: #fafafa;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.redux-notice-field .redux-info-desc {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.7;
    max-width: 760px;
    margin-top: 0;
}

.redux-notice-field.redux-warning {
    border-color: #ffc386;
    background-color: #ffc38610;
}

.redux-notice-field.redux-success {
    border-color: #33a15a;
}

.redux-notice-field.redux-info {
    border-color: #489fff;
    background-color: #489fff10;
}

#info-info_update_logo {
    margin-top: 0;
    margin-bottom: 30px;
}

.select2-results .select2-highlighted,
.admin-color-fresh .select2-results .select2-highlighted,
.wp-customizer .select2-results .select2-highlighted {
    background-color: #4ca26b;
}

/** disabled responsive */
.rb-demo-import-checkbox {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-grow: 0;
    cursor: pointer;
    text-decoration: none !important;
    color: inherit !important;
}

.rb-demo-import-checkbox:before {
    display: inline-flex;
    flex-grow: 0;
    width: 10px;
    height: 10px;
    margin-right: 7px;
    content: '';
    -webkit-transition: all .25s;
    transition: all .25s;
    border: 2px solid #eee;
    border-radius: 50%;
}

.data-select-el {
    margin-bottom: 7px;
}

.rb-demo-import-checkbox.checked:before {
    border-color: #9ac280;
    background: #9ac280;
}

.layout-info .redux-info-desc {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.layout-info img {
    margin-left: 20px;
}

.rb-tops-icon.dashicons-before:before {
    font-size: 18px;
    line-height: inherit;
}

.url-info {
    font-size: 12px;
    font-style: italic;
}

.redux-main input.redux_field_search {
    position: absolute;
    top: 12px;
    left: 10px;
    width: 270px;
    padding: 7px 10px;
    border-radius: 3px;
}

.rtl .redux-main input.redux_field_search {
    position: absolute;
    right: auto;
    left: 10px;
}

.redux-main #redux-sticky,
.redux-main #redux-footer-sticky {
    margin-right: -10px;
    margin-left: -10px;
}

.redux-main.redux-search .redux-section-indent-start,
.redux-main.redux-search .ruby-section-end,
.redux-main.redux-search .ruby-section-desc,
.redux-main.redux-search .redux-section-indent-end {
    display: none;
}

.redux-main.redux-search .redux-group-tab:not(.is-match) {
    display: none !important;
}

.redux-container-switch .switch-options {
    display: inline-flex;
    align-items: center;
    padding: 1px;
    border: 1px solid #8884;
    border-radius: 3px;
    gap: 2px;
}

body .redux-container-switch .cb-disable.selected,
body .redux-container-switch .cb-enable.selected {
    color: #000
}

body .redux-container-switch .cb-disable span,
body .redux-container-switch .cb-enable span {
    line-height: 1;
}

.redux-container-switch .switch-options label {
    font-weight: 600;
    line-height: 1;
    margin: 0 !important;
    padding: 10px 20px !important;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: .5;
    border-radius: 3px;
}

.redux-container-switch .switch-options label:not(.selected) {
    cursor: pointer;
}

.redux-container-switch .switch-options .cb-enable:hover {
    opacity: 1;
}

.redux-container-switch .switch-options .cb-enable.selected {
    opacity: 1;
    background: #68e58d;
}

.redux-container-switch .switch-options .cb-disable:hover {
    opacity: 1;
}

.redux-container-switch .switch-options .cb-disable.selected {
    opacity: 1;
    background: #eee;
}

/* rtl */
body.rtl .redux-sidebar {
    float: right;
}

body.rtl .redux-container .ruby-section-start .redux-section-desc {
    border-right: 5px solid #f0cb42;
    border-left: none;
}

body.rtl .redux-notice-field.redux-info {
    border-right: 5px solid #0099d5;
    border-left: none;
}

body.rtl .redux-notice-field.redux-warning {
    border-right: 5px solid #fbeba4;
    border-left: none;
}

body.rtl .redux-container .redux-main span.description {
    margin-right: 0;
    margin-left: 30px;
}

body.rtl .redux-group-tab-link-a span.group_title,
body.rtl .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title {
    padding-left: 0 !important;
}

body.rtl .redux-container .form-table > tbody > tr:not(.layout-info) > th {
    padding-right: 0;
    padding-left: 30px;
}

body.rtl .redux-container .select2-container .select2-choice abbr {
    right: auto;
    left: 36px;
}

body.rtl .redux-container #redux-header .display_header .redux-dev-mode-notice-container {
    right: 30px !important;
    left: auto !important;
}

body.rtl .redux-container #redux-header .display_header {
    float: right;
    text-align: right;
}

body.rtl #redux-header .rAds {
    right: auto !important;
    left: 20px !important;
}

body.rtl .redux-main .button:not(.wp-color-result) {
    margin-left: 5px;
}

body.rtl .wbc_importer #wbc-importer-reimport {
    margin-right: 4px;
    margin-left: 0;
}

body.rtl .redux-sidebar .redux-group-menu li.hasSubSections .extraIconSubsections {
    right: auto;
    left: 10px;
}

body.rtl .redux-main .wp-picker-container .wp-color-result {
    padding-right: 30px;
    padding-left: 2px;
}

body.rtl #section-table-section_start_quick_translation .redux_field_th {
    padding-right: 20px !important;
}

body.rtl .redux-main .redux-action_bar {
    flex-direction: row-reverse;
}

body.rtl .redux-container .redux-sidebar .redux-group-tab-link-a span.group_title {
    padding-right: 24px;
    padding-left: 0;
}

body.rtl .redux-sidebar .redux-group-menu li a {
    padding: 10px 14px 10px 4px;
}

@media (max-width: 992px) {
    .redux-main .redux-typography-container .select_wrapper, .redux-main .redux-typography-container .select_wrapper:nth-child(even),
    .redux-main .redux-typography-container .select_wrapper:nth-child(odd), .redux-main .redux-typography-container .input_wrapper {
        width: 100% !important;
    }
}

@media screen and (max-width: 1124px) {
    .redux-sidebar .redux-group-tab-link-a span.group_title {
        line-height: 38px;
    }

    .redux-sidebar .redux-group-menu {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .form-table-section {
        margin-left: 0;
    }
}

@media (max-width: 1400px) {
    .redux-sidebar {
        max-width: 275px;
    }

    body:not(.wp-customizer) .redux-main {
        margin-left: 275px !important;
    }

    body.rtl:not(.wp-customizer) .redux-main {
        margin-right: 275px !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 1024px) {
    .redux-sidebar {
        max-width: 255px;
    }

    body:not(.wp-customizer) .redux-main {
        margin-left: 255px !important;
    }

    body.rtl:not(.wp-customizer) .redux-main {
        margin-right: 255px !important;
        margin-left: 0 !important;
    }

    .redux-container {
        margin-right: 0;
        margin-left: 0;
    }

    .redux-container .redux-sidebar .redux-group-tab-link-a i {
        font-size: 13px;
    }

    .redux-container .redux-sidebar .redux-group-tab-link-a span.group_title {
        font-size: 12px;
        line-height: 20px;
        padding-left: 20px;
    }

    .redux-container .redux-sidebar .redux-group-menu li.hasSubSections .extraIconSubsections i {
        font-size: 8px;
    }

    .redux-main .form-table tr {
        display: flex;
        flex-flow: column nowrap;
    }

    body.rtl .redux-main input.redux_field_search,
    .redux-main input.redux_field_search {
        position: relative;
        top: auto;
        right: 0;
        left: 0;
        width: 100%;
        margin: 0 0 10px 0;
    }

    .redux-container .redux-group-tab h3 {
        width: 100%;
        min-width: auto;
    }
}

@media (max-width: 767px) {
    .redux-container .redux-sidebar .redux-group-menu {
        max-width: 50px;
        padding: 0;
    }

    .redux-sidebar {
        overflow: visible;
        max-width: 50px;
        padding: 0;
    }

    #redux-defaults-section-sticky {
        display: none
    }

    .redux-group-tab > h2 {
        font-size: 18px;
    }

    body:not(.wp-customizer) .redux-main {
        margin-left: 50px !important;
    }

    body.rtl:not(.wp-customizer) .redux-main {
        margin-right: 50px !important;
        margin-left: 0 !important;
    }

    .redux-container .redux-group-tab {
        padding: 10px 10px 60px 10px;
    }

    .redux-main .button:where(:not(.wp-color-result)) {
        min-height: auto;
    }

    .form-table > tbody > tr > th,
    .form-table > tbody > tr > td {
        padding: 0 2px !important;
    }

    body .redux-container .redux-field .select2-container {
        width: 100% !important;
    }

    .redux-main #redux-sticky {
        margin-right: -10px;
    }

    #redux_notification_bar {
        top: 115px;
    }

    .redux-container .redux_field_th {
        padding-bottom: 0;
    }

    .redux-container .redux-sidebar .redux-group-tab-link-a i {
        font-size: 20px;
    }

    .redux-sidebar .redux-group-menu li.hasSubSections ul.subsection li a i {
        font-size: 18px;
        padding-left: 0;
    }

    .redux-container-image_select .redux-image-select img, .redux-container-image_select .redux-image-select .tiles {
        max-width: 60px;
    }

    .redux-container .redux-sidebar ul .subsection {
        padding: 5px;
    }

    .redux-sidebar .redux-group-tab-link-a span {
        font-size: 13px;
        line-height: 20px;
        left: 50px;
        padding: 9px 4px 9px 14px;
        white-space: nowrap;
        border: 1px solid;
        border-radius: 5px;
        background: #fff;
        box-shadow: none;
    }

    body.rtl .redux-sidebar .redux-group-tab-link-a span {
        right: 50px;
        left: auto;
        padding: 9px 14px 9px 4px;
    }
}