html, body {
    font-weight: 370 !important;
}
/**
 * table-earnings
 */
.table tr th {
    font-size: 14px;
    font-weight: 400;
    color: #9397ad;
}
.table tr td {
    font-size: 16px;
}
/**
* .ls-notification
 */
.ls-notification--success {
   background-color: #c8ffc8;
}
.ls-notification p {
    margin-bottom: 0;
}
:root, [data-bs-theme=light]  {
    --bs-border-color: #e2e4e4;
    --bs-nav-link-color: #000;
    --bs-body-font-size: 18px;
    --bs-primary-rgb: 10, 206, 10;
    --bs-border-radius-lg: 2rem;
    --bs-secondary-rgb: 147, 151, 173;
}
[data-bs-theme=dark] {
    --bs-border-color: #282d32;
    --bs-body-font-size: 18px;
}
.form-control:focus {
    box-shadow: 0 0 0 .25rem rgb(17, 189, 17, .25);
    border-color: #0ea10e;
}
.form-control::placeholder {
    color: #9397ad;
    font-weight: 300;
}
input::-webkit-input-placeholder { color: #9397ad; font-weight: 300;}
input::-moz-placeholder { color: #9397ad; opacity: 1; font-weight: 300;}
input:-ms-input-placeholder { color: #9397ad; font-weight: 300;}
input::-ms-input-placeholder { color: #9397ad; font-weight: 300;}
input::placeholder { color: #9397ad; font-weight: 300;}
hr {
    border-top: #9397ad solid 1px;
}
.modal-header {

    --bs-modal-inner-border-radius: 2rem;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0ace0a;
    --bs-btn-border-color: #0ace0a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0abd0a;
    --bs-btn-hover-border-color: #11bd11;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #11bd11;
    --bs-btn-active-border-color: #0ea10e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0ace0a;
    --bs-btn-disabled-border-color: #0ace0a
}
.btn-outline-primary {
    --bs-btn-color: #667;
    --bs-btn-border-color: #667;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0ace0a;
    --bs-btn-hover-border-color: #0ace0a;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0ace0a;
    --bs-btn-active-border-color: #0ace0a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0ace0a;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0ace0a;
    --bs-gradient: none
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #9397ad;
    --bs-btn-border-color: #9397ad;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #9397ad;
    --bs-btn-disabled-border-color: #9397ad;
}
.btn-outline-secondary {
    --bs-btn-color: #9397ad;
    --bs-btn-border-color: #9397ad;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #9397ad;
    --bs-btn-hover-border-color: #9397ad;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #9397ad;
    --bs-btn-active-border-color: #9397ad;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #9397ad;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #9397ad;
    --bs-gradient: none;
}

.btn:disabled {
    --bs-btn-bg: #9397ad!important;
    --bs-btn-border-color: #9397ad!important;
    --bs-btn-disabled-bg: #9397ad!important;
    --bs-btn-disabled-border-color: #898c9e !important;
}

.navbar-brand img {
    max-width: 24px;
    margin-right: .25rem;
    vertical-align: text-bottom;
}
strong {
    font-weight: 600;
}
a {
    color: #000;
}
.list-none {
    list-style: none;
    padding: 0;
    margin: 0;
}
h2, .h2 {
    margin-bottom: 2rem;
}
.fs-small {
    font-size: 10px;
}
.fs-18px {
    font-size: 18px;
}
.fs-16px {
    font-size: 16px;
}
.fs-14px {
    font-size: 14px;
}
.fs-12px {
    font-size: 12px;
}
.fw-370 {
    font-weight: 370 !important;
}
.rounded-15rem {
    border-radius: 1.5rem !important;
}
.ls-jumbotron {
    padding-left: 0 !important;
    padding-right: 0 !important;
    /*padding-bottom: 0 !important;*/
    background-color: #339933;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.ls-jumbotron.jumbotron-hide {
    padding: 0 !important;
    background-color: #c1c1c1;
}
.ls-jumbotron.jumbotron-hide .ls-jumbotron-footer{
    margin-top: 0 !important;
}
.ls-jumbotron-title {
    text-align: center;
    text-transform: uppercase;
    line-height: 1.6;
    font-weight: 500;
}
.ls-jumbotron-footer {
    width: 100%;
}
.bg-nav-jumbotron {
    background-color: rgba(255, 255, 255, 0.75);
    color: #000;
}
.bg-nav-jumbotron .navbar-brand {
    color: #000;
}
.bg-nav-jumbotron .nav-item .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 18px;
}
.bg-nav-jumbotron .nav-item:first-child .nav-link {
    padding-left: 0;
}
.bg-nav-jumbotron .nav-link {
    color: #000;
}
.bg-nav-jumbotron .nav-link.active {
    color: #000;
}
.bg-nav-jumbotron .nav-link:hover {
    color: rgba(0, 0, 0, 0.78);
}
.bg-body-gray {
    background-color: #fbfbfb;
}
.container-960 {
    max-width: 960px!important;
}

@media (min-width: 768px) {
    .ls-jumbotron {
        padding-bottom: 0 !important;
    }
    .ls-jumbotron-footer {
        margin-top: 50px;
    }
}

.breadcrumb {
    font-size: 14px;
}
.breadcrumb a {
    color: #9397ad;
    text-decoration: none;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #9397ad;
}
.breadcrumb-item, .breadcrumb-item+.breadcrumb-item span {
    font-weight: 300;
}
/**
*/
.form-check-input:checked {
    background-color: #11bd11;
    border-color: #0ea10e;
}
.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(17, 189, 17, 0.25);
    border-color: #0ea10e;
}
.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%230ea10e'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
    background-position: right center;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

/**
 * form-switch-right
 */
.form-check.form-switch.form-switch-right {
    padding-left: 0;
}
.form-check.form-switch.form-switch-right .form-check-input {
    float: right;
    margin-left: .5em;
}

/* ===== Theme Switcher ===== */
.theme-switcher {
    gap: 6px;
}

.theme-icon {
    font-size: 18px;
    line-height: 1;
    opacity: 0.6;
    transition: opacity 0.2s;
}

.theme-toggle {
    position: relative;
    width: 42px;
    height: 22px;
}

.theme-toggle input {
    display: none;
}

.theme-slider {
    position: absolute;
    cursor: pointer;
    background-color: #ccc;
    border-radius: 22px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: background-color 0.3s;
}

.theme-slider::before {
    content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    left: 2px;
    top: 2px;
    background-color: #fff;
    border-radius: 50%;
    transition: transform 0.3s;
}

#js-theme-toggle:checked + .theme-slider {
    background-color: #444;
}

#js-theme-toggle:checked + .theme-slider::before {
    transform: translateX(20px);
}

/* Активная иконка */
body.theme-dark .theme-moon,
body:not(.theme-dark) .theme-sun {
    opacity: 1;
}

.btn-switch-rounded {
    border-radius: 23px;
    border: 1px solid #dfdddd;
    border-top: 2px solid #dfdddd;
    border-bottom: 2px solid #dfdddd;
    background-color: #dfdddd;
}
.btn-switch-rounded.btn-group-sm>.btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-font-size: 0.45rem;
}
.btn-switch-rounded .btn {
    background-color: #dfdddd;
    color: #000;
    margin: 0 1px;
    border-radius: 23px!important;
    font-size: 13px;
}
.btn-switch-rounded .btn:hover, .btn-switch-rounded .btn:active {
    border-color: transparent;
}
.btn-switch-rounded .btn-active {
    background-color: #fff;
    border-radius: 23px!important;
    border: 1px solid #fff;
}
.btn-switch-rounded .btn-active:hover {
    background-color: #f8f8f8;
    color: #3e3e3e;
    border-color: #fff;
}
.btn-switch-rounded .btn:first-child {
    -webkit-border-top-left-radius: 23px;
    -webkit-border-bottom-left-radius: 23px;
    -moz-border-radius-topleft: 23px;
    -moz-border-radius-bottomleft: 23px;
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
}
.btn-switch-rounded .btn:last-child {
    -webkit-border-top-right-radius: 23px;
    -webkit-border-bottom-right-radius: 23px;
    -moz-border-radius-topright: 23px;
    -moz-border-radius-bottomright: 23px;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
}
.input-counter-rounded .btn:first-child {
    border-radius: 2rem 0 0 2rem;
}
.input-counter-rounded input {
    border-top: #9397ad solid 1px;
    border-bottom: #9397ad solid 1px;
    box-shadow: none !important;
}
.input-counter-rounded input:focus {
    border-top: #9397ad solid 1px;
    border-bottom: #9397ad solid 1px;
}
.input-counter-rounded .btn:last-child {
    border-radius: 0 2rem 2rem 0;
}

.btn-group-rounded .btn:first-child {
    border-radius: 2rem 0 0 2rem;
}
.btn-group-rounded .btn:last-child {
    border-radius: 0 2rem 2rem 0;
}

.cart-item-count {

}
.cart-item-count a {
    text-decoration: none;
    font-weight: bold;
}
.cart-item-count input {
    width: 55px!important;
    text-align: center;
}
.cart-item-count input:focus {
    box-shadow: none;
    border-color: #f0f3f4;
}
.cart-item-price {
    font-size: 18px;
    font-weight: 500;
}

.form-check-input {
    --bs-form-check-bg: #ededed;
}

/**
 * Темная тема
 */

[data-bs-theme="dark"] .form-check-input {
    --bs-form-check-bg: rgba(124, 124, 124, 0.65);
}
[data-bs-theme="dark"] .ls-jumbotron {
    background-color: #071c07;
}
[data-bs-theme="dark"] .bg-nav-jumbotron {
    background-color: rgba(0, 0, 0, 0.62);
    color: #dfdfdf;
}
[data-bs-theme="dark"] .bg-nav-jumbotron .navbar-brand,
[data-bs-theme="dark"] .bg-nav-jumbotron .nav-link,
[data-bs-theme="dark"] .bg-nav-jumbotron .nav-link.active {
    color: #dfdfdf;
}
[data-bs-theme="dark"] .bg-nav-jumbotron .nav-link:hover{
    color: #b1b1b1;
}
[data-bs-theme="dark"] .bg-body-gray {
    background-color: #212529;
}
[data-bs-theme="dark"] {
    color: #dfdfdf;
}
[data-bs-theme="dark"] a {
    color: #dfdfdf;
}
[data-bs-theme="dark"] .bg-light {
    background-color: rgba(50, 49, 49, 0.74) !important;
}
[data-bs-theme="dark"] .ls-modal{
    color: #dfdfdf;
    background-color: #32363a;
}
[data-bs-theme="dark"] .ls-modal-header {
    background-color: #32363a;
    border-bottom-color: #495057;
}
[data-bs-theme="dark"] .ls-modal .ls-tabs.ls-modal-tabs .ls-tab-list {
    border-bottom-color: #495057;
}
[data-bs-theme="dark"] .ls-modal .ls-tabs.ls-modal-tabs .ls-tab-list .ls-tab:first-child {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    padding-left: 1rem;
}
[data-bs-theme="dark"] .ls-modal .ls-tabs.ls-modal-tabs .ls-tab-list .ls-tab:last-child {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    padding-right: 1rem;
}
[data-bs-theme="dark"] .ls-tab {
    color: #dfdfdf;
    background-color: #495057;
}
[data-bs-theme="dark"] .ls-tab.active, .ls-tab.active a {
    background-color: #0d6efd;
}
[data-bs-theme="dark"] .ls-modal-close {
    color: #dfdfdf;
}
[data-bs-theme="dark"] .ls-modal-header .ls-modal-title {
    color: #dfdfdf;
}

[data-bs-theme="dark"] .btn-switch-rounded {
    border-radius: 23px;
    border: 1px solid rgba(50, 49, 49, 0.74);
    border-top: 2px solid #434242;
    border-bottom: 2px solid #434242;
    background-color: #434242;
}
[data-bs-theme="dark"] .btn-switch-rounded .btn {
    background-color: #434242;
    color: #dfdfdf;
}
[data-bs-theme="dark"] .btn-switch-rounded .btn:hover, .btn-switch-rounded .btn:active {
    border-color: transparent;
}
[data-bs-theme="dark"] .btn-switch-rounded .btn-active {
    background-color: #000;
    border: 1px solid #000;
}
[data-bs-theme="dark"] .btn-switch-rounded .btn-active:hover {
    background-color: #1c1c1c;
    color: #dfdfdf;
    border-color: #1c1c1c;
}

/**
'
 */
.text-list-ps-18px ol, .text-list-ps-18px ul {
    padding-left: 18px;
}

.table.table-product-action {
    margin-bottom: 0;
}
.table.table-product-action>:not(caption)>*>* {
    padding: .8rem 1rem;
}

/**
 * cart-icon-count
 */
.cart-icon-count {
    text-align: center;
    display: block;
    min-width: 18px;
    position: absolute;
    right: -7px;
    top: -7px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: rgb(10, 206, 10);
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.cursor-pointer {
    cursor: pointer;
}

.ls-text p {
    margin-bottom: 0;
}

.ls-text .ql-break {
    display: block !important;
    height: 0px;
}

.ls-text strong {
    font-weight: bold;
}
.js-editor-title {
    outline: none;
}
.ql-container {
    line-height: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
}
.ql-editor {
    padding: 0;
    line-height: inherit !important;
    font-size: inherit !important;
}
.ql-break {
    display: block !important;
    height: 0px;
}
.ql-bubble .ql-editor h4 {
    font-size: 24px;
}
.ql-toolbar .ql-insertTable,
.ql-toolbar .ql-break{
    position: relative;
    font: normal normal normal 14px / 1 FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
}



.ql-toolbar .ql-break::before {
    content: 'BR';
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.5px;
}

.ql-editor table {
    width: 100%;
    margin: 1rem 0;
    border-collapse: collapse;
}

.ql-editor table td,
.ql-editor table th {
    min-width: 80px;
    border: 1px solid #ced4da;
    padding: 8px 10px;
    vertical-align: top;
}

/**
 *
 */
.nav-pills-sm button {
    padding: 0.25rem 0.7rem;
    font-size: 0.875rem;
}
.nav-pills.nav-rounded {
    --bs-nav-pills-link-active-bg: #0ace0a;
    border-radius: 2rem;
}
.nav-pills.nav-rounded .nav-link {
    border: solid 1px #0ace0a;
    border-right: none;
    color: #0bb30b;
    border-radius: 0;
}
.nav-pills.nav-rounded .nav-link.active {
    color: #fff;
}
.nav-pills.nav-rounded .nav-link:hover {
    background-color: rgba(10, 206, 10, 0.74);
    color: #fff;
}
.nav-pills.nav-rounded .nav-item:first-child .nav-link {
    border-radius: 2rem 0 0 2rem;
}
.nav-pills.nav-rounded .nav-item:last-child .nav-link {
    border-right: solid 1px #0ace0a;
    border-radius: 0 2rem 2rem 0;
}


.link-dotted {
    text-decoration: none;
    border-bottom: dotted 1px;
}

.js-personal-promo:empty::before {
    content: attr(data-placeholder);
    color: #999;
}
/**
    js-social
 */
.js-social-icon svg {
    /*width: 24px !important;*/
    height: 24px !important;
    opacity: 0.7;
    filter: grayscale(100%);
    transition: opacity 0.3s ease, filter 0.3s ease;
}

.js-social-icon svg:hover {
    opacity: 1;
    filter: grayscale(0%);
}