/*!
 * этот цсс очень кастомизирован руками. Поэтому с версией плагина не сходится
 */

html body .bvi .bvi-btn {
    font-weight: bold !important;
}

html body .bvi .bvi-eye-link {
    position: fixed;
    top: 1rem;
    right: 1rem;
    opacity: 0.75;
    z-index: 999999 !important;
}

html body .bvi .bvi-container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

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

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

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

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

html body .bvi .bvi-container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

html body .bvi .bvi-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

html body .bvi .bvi-no-gutters {
    margin-right: 0;
    margin-left: 0;
}

#bvi-panel-show i {
    font-size: 2rem;
}
/*
html body .bvi .bvi-no-gutters > .bvi-col,
html body .bvi .bvi-no-gutters > [class*="bvi-col-"] {
    padding-right: 0;
    padding-left: 0;
}*/
/*
html body .bvi .bvi-col-1, html body .bvi .bvi-col-2, html body .bvi .bvi-col-3, html body .bvi .bvi-col-4, html body .bvi .bvi-col-5, html body .bvi .bvi-col-6, html body .bvi .bvi-col-7, html body .bvi .bvi-col-8, html body .bvi .bvi-col-9, html body .bvi .bvi-col-10, html body .bvi .bvi-col-11, html body .bvi .bvi-col-12, html body .bvi .bvi-col,
html body .bvi .bvi-col-auto, html body .bvi .bvi-col-sm-1, html body .bvi .bvi-col-sm-2, html body .bvi .bvi-col-sm-3, html body .bvi .bvi-col-sm-4, html body .bvi .bvi-col-sm-5, html body .bvi .bvi-col-sm-6, html body .bvi .bvi-col-sm-7, html body .bvi .bvi-col-sm-8, html body .bvi .bvi-col-sm-9, html body .bvi .bvi-col-sm-10, html body .bvi .bvi-col-sm-11, html body .bvi .bvi-col-sm-12, html body .bvi .bvi-col-sm,
html body .bvi .bvi-col-sm-auto, html body .bvi .bvi-col-md-1, html body .bvi .bvi-col-md-2, html body .bvi .bvi-col-md-3, html body .bvi .bvi-col-md-4, html body .bvi .bvi-col-md-5, html body .bvi .bvi-col-md-6, html body .bvi .bvi-col-md-7, html body .bvi .bvi-col-md-8, html body .bvi .bvi-col-md-9, html body .bvi .bvi-col-md-10, html body .bvi .bvi-col-md-11, html body .bvi .bvi-col-md-12, html body .bvi .bvi-col-md,
html body .bvi .bvi-col-md-auto, html body .bvi .bvi-col-lg-1, html body .bvi .bvi-col-lg-2, html body .bvi .bvi-col-lg-3, html body .bvi .bvi-col-lg-4, html body .bvi .bvi-col-lg-5, html body .bvi .bvi-col-lg-6, html body .bvi .bvi-col-lg-7, html body .bvi .bvi-col-lg-8, html body .bvi .bvi-col-lg-9, html body .bvi .bvi-col-lg-10, html body .bvi .bvi-col-lg-11, html body .bvi .bvi-col-lg-12, html body .bvi .bvi-col-lg,
html body .bvi .bvi-col-lg-auto, html body .bvi .bvi-col-xl-1, html body .bvi .bvi-col-xl-2, html body .bvi .bvi-col-xl-3, html body .bvi .bvi-col-xl-4, html body .bvi .bvi-col-xl-5, html body .bvi .bvi-col-xl-6, html body .bvi .bvi-col-xl-7, html body .bvi .bvi-col-xl-8, html body .bvi .bvi-col-xl-9, html body .bvi .bvi-col-xl-10, html body .bvi .bvi-col-xl-11, html body .bvi .bvi-col-xl-12, html body .bvi .bvi-col-xl,
html body .bvi .bvi-col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

html body .bvi .bvi-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

html body .bvi .bvi-col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

html body .bvi .bvi-col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

html body .bvi .bvi-col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

html body .bvi .bvi-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

html body .bvi .bvi-col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

html body .bvi .bvi-col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

html body .bvi .bvi-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

html body .bvi .bvi-col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

html body .bvi .bvi-col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

html body .bvi .bvi-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

html body .bvi .bvi-col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

html body .bvi .bvi-col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

html body .bvi .bvi-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

html body .bvi .order-first {
    order: -1;
}

html body .bvi .order-last {
    order: 13;
}

html body .bvi .order-0 {
    order: 0;
}

html body .bvi .order-1 {
    order: 1;
}

html body .bvi .order-2 {
    order: 2;
}

html body .bvi .order-3 {
    order: 3;
}

html body .bvi .order-4 {
    order: 4;
}

html body .bvi .order-5 {
    order: 5;
}

html body .bvi .order-6 {
    order: 6;
}

html body .bvi .order-7 {
    order: 7;
}

html body .bvi .order-8 {
    order: 8;
}

html body .bvi .order-9 {
    order: 9;
}

html body .bvi .order-10 {
    order: 10;
}

html body .bvi .order-11 {
    order: 11;
}

html body .bvi .order-12 {
    order: 12;
}

html body .bvi .offset-1 {
    margin-left: 8.33333%;
}

html body .bvi .offset-2 {
    margin-left: 16.66667%;
}

html body .bvi .offset-3 {
    margin-left: 25%;
}

html body .bvi .offset-4 {
    margin-left: 33.33333%;
}

html body .bvi .offset-5 {
    margin-left: 41.66667%;
}

html body .bvi .offset-6 {
    margin-left: 50%;
}

html body .bvi .offset-7 {
    margin-left: 58.33333%;
}

html body .bvi .offset-8 {
    margin-left: 66.66667%;
}

html body .bvi .offset-9 {
    margin-left: 75%;
}

html body .bvi .offset-10 {
    margin-left: 83.33333%;
}

html body .bvi .offset-11 {
    margin-left: 91.66667%;
}
*/
/*@media (min-width: 576px) {
    html body .bvi .bvi-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    html body .bvi .bvi-col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    html body .bvi .bvi-col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    html body .bvi .bvi-col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    html body .bvi .bvi-col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    html body .bvi .bvi-col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    html body .bvi .bvi-col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    html body .bvi .bvi-col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    html body .bvi .bvi-col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    html body .bvi .bvi-col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    html body .bvi .bvi-col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    html body .bvi .bvi-col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    html body .bvi .bvi-col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    html body .bvi .bvi-col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    html body .bvi .order-sm-first {
        order: -1;
    }

    html body .bvi .order-sm-last {
        order: 13;
    }

    html body .bvi .order-sm-0 {
        order: 0;
    }

    html body .bvi .order-sm-1 {
        order: 1;
    }

    html body .bvi .order-sm-2 {
        order: 2;
    }

    html body .bvi .order-sm-3 {
        order: 3;
    }

    html body .bvi .order-sm-4 {
        order: 4;
    }

    html body .bvi .order-sm-5 {
        order: 5;
    }

    html body .bvi .order-sm-6 {
        order: 6;
    }

    html body .bvi .order-sm-7 {
        order: 7;
    }

    html body .bvi .order-sm-8 {
        order: 8;
    }

    html body .bvi .order-sm-9 {
        order: 9;
    }

    html body .bvi .order-sm-10 {
        order: 10;
    }

    html body .bvi .order-sm-11 {
        order: 11;
    }

    html body .bvi .order-sm-12 {
        order: 12;
    }

    html body .bvi .offset-sm-0 {
        margin-left: 0;
    }

    html body .bvi .offset-sm-1 {
        margin-left: 8.33333%;
    }

    html body .bvi .offset-sm-2 {
        margin-left: 16.66667%;
    }

    html body .bvi .offset-sm-3 {
        margin-left: 25%;
    }

    html body .bvi .offset-sm-4 {
        margin-left: 33.33333%;
    }

    html body .bvi .offset-sm-5 {
        margin-left: 41.66667%;
    }

    html body .bvi .offset-sm-6 {
        margin-left: 50%;
    }

    html body .bvi .offset-sm-7 {
        margin-left: 58.33333%;
    }

    html body .bvi .offset-sm-8 {
        margin-left: 66.66667%;
    }

    html body .bvi .offset-sm-9 {
        margin-left: 75%;
    }

    html body .bvi .offset-sm-10 {
        margin-left: 83.33333%;
    }

    html body .bvi .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    html body .bvi .bvi-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    html body .bvi .bvi-col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    html body .bvi .bvi-col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    html body .bvi .bvi-col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    html body .bvi .bvi-col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    html body .bvi .bvi-col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    html body .bvi .bvi-col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    html body .bvi .bvi-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    html body .bvi .bvi-col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    html body .bvi .bvi-col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    html body .bvi .bvi-col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    html body .bvi .bvi-col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    html body .bvi .bvi-col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    html body .bvi .bvi-col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    html body .bvi .order-md-first {
        order: -1;
    }

    html body .bvi .order-md-last {
        order: 13;
    }

    html body .bvi .order-md-0 {
        order: 0;
    }

    html body .bvi .order-md-1 {
        order: 1;
    }

    html body .bvi .order-md-2 {
        order: 2;
    }

    html body .bvi .order-md-3 {
        order: 3;
    }

    html body .bvi .order-md-4 {
        order: 4;
    }

    html body .bvi .order-md-5 {
        order: 5;
    }

    html body .bvi .order-md-6 {
        order: 6;
    }

    html body .bvi .order-md-7 {
        order: 7;
    }

    html body .bvi .order-md-8 {
        order: 8;
    }

    html body .bvi .order-md-9 {
        order: 9;
    }

    html body .bvi .order-md-10 {
        order: 10;
    }

    html body .bvi .order-md-11 {
        order: 11;
    }

    html body .bvi .order-md-12 {
        order: 12;
    }

    html body .bvi .offset-md-0 {
        margin-left: 0;
    }

    html body .bvi .offset-md-1 {
        margin-left: 8.33333%;
    }

    html body .bvi .offset-md-2 {
        margin-left: 16.66667%;
    }

    html body .bvi .offset-md-3 {
        margin-left: 25%;
    }

    html body .bvi .offset-md-4 {
        margin-left: 33.33333%;
    }

    html body .bvi .offset-md-5 {
        margin-left: 41.66667%;
    }

    html body .bvi .offset-md-6 {
        margin-left: 50%;
    }

    html body .bvi .offset-md-7 {
        margin-left: 58.33333%;
    }

    html body .bvi .offset-md-8 {
        margin-left: 66.66667%;
    }

    html body .bvi .offset-md-9 {
        margin-left: 75%;
    }

    html body .bvi .offset-md-10 {
        margin-left: 83.33333%;
    }

    html body .bvi .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    html body .bvi .bvi-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    html body .bvi .bvi-col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    html body .bvi .bvi-col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    html body .bvi .bvi-col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    html body .bvi .bvi-col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    html body .bvi .bvi-col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    html body .bvi .bvi-col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    html body .bvi .bvi-col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    html body .bvi .bvi-col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    html body .bvi .bvi-col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    html body .bvi .bvi-col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    html body .bvi .bvi-col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    html body .bvi .bvi-col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    html body .bvi .bvi-col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    html body .bvi .order-lg-first {
        order: -1;
    }

    html body .bvi .order-lg-last {
        order: 13;
    }

    html body .bvi .order-lg-0 {
        order: 0;
    }

    html body .bvi .order-lg-1 {
        order: 1;
    }

    html body .bvi .order-lg-2 {
        order: 2;
    }

    html body .bvi .order-lg-3 {
        order: 3;
    }

    html body .bvi .order-lg-4 {
        order: 4;
    }

    html body .bvi .order-lg-5 {
        order: 5;
    }

    html body .bvi .order-lg-6 {
        order: 6;
    }

    html body .bvi .order-lg-7 {
        order: 7;
    }

    html body .bvi .order-lg-8 {
        order: 8;
    }

    html body .bvi .order-lg-9 {
        order: 9;
    }

    html body .bvi .order-lg-10 {
        order: 10;
    }

    html body .bvi .order-lg-11 {
        order: 11;
    }

    html body .bvi .order-lg-12 {
        order: 12;
    }

    html body .bvi .offset-lg-0 {
        margin-left: 0;
    }

    html body .bvi .offset-lg-1 {
        margin-left: 8.33333%;
    }

    html body .bvi .offset-lg-2 {
        margin-left: 16.66667%;
    }

    html body .bvi .offset-lg-3 {
        margin-left: 25%;
    }

    html body .bvi .offset-lg-4 {
        margin-left: 33.33333%;
    }

    html body .bvi .offset-lg-5 {
        margin-left: 41.66667%;
    }

    html body .bvi .offset-lg-6 {
        margin-left: 50%;
    }

    html body .bvi .offset-lg-7 {
        margin-left: 58.33333%;
    }

    html body .bvi .offset-lg-8 {
        margin-left: 66.66667%;
    }

    html body .bvi .offset-lg-9 {
        margin-left: 75%;
    }

    html body .bvi .offset-lg-10 {
        margin-left: 83.33333%;
    }

    html body .bvi .offset-lg-11 {
        margin-left: 91.66667%;
    }
}*/
/*
@media (min-width: 1200px) {
    html body .bvi .bvi-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    html body .bvi .bvi-col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    html body .bvi .bvi-col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    html body .bvi .bvi-col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    html body .bvi .bvi-col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    html body .bvi .bvi-col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    html body .bvi .bvi-col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    html body .bvi .bvi-col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    html body .bvi .bvi-col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    html body .bvi .bvi-col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    html body .bvi .bvi-col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    html body .bvi .bvi-col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    html body .bvi .bvi-col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    html body .bvi .bvi-col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    html body .bvi .order-xl-first {
        order: -1;
    }

    html body .bvi .order-xl-last {
        order: 13;
    }

    html body .bvi .order-xl-0 {
        order: 0;
    }

    html body .bvi .order-xl-1 {
        order: 1;
    }

    html body .bvi .order-xl-2 {
        order: 2;
    }

    html body .bvi .order-xl-3 {
        order: 3;
    }

    html body .bvi .order-xl-4 {
        order: 4;
    }

    html body .bvi .order-xl-5 {
        order: 5;
    }

    html body .bvi .order-xl-6 {
        order: 6;
    }

    html body .bvi .order-xl-7 {
        order: 7;
    }

    html body .bvi .order-xl-8 {
        order: 8;
    }

    html body .bvi .order-xl-9 {
        order: 9;
    }

    html body .bvi .order-xl-10 {
        order: 10;
    }

    html body .bvi .order-xl-11 {
        order: 11;
    }

    html body .bvi .order-xl-12 {
        order: 12;
    }

    html body .bvi .offset-xl-0 {
        margin-left: 0;
    }

    html body .bvi .offset-xl-1 {
        margin-left: 8.33333%;
    }

    html body .bvi .offset-xl-2 {
        margin-left: 16.66667%;
    }

    html body .bvi .offset-xl-3 {
        margin-left: 25%;
    }

    html body .bvi .offset-xl-4 {
        margin-left: 33.33333%;
    }

    html body .bvi .offset-xl-5 {
        margin-left: 41.66667%;
    }

    html body .bvi .offset-xl-6 {
        margin-left: 50%;
    }

    html body .bvi .offset-xl-7 {
        margin-left: 58.33333%;
    }

    html body .bvi .offset-xl-8 {
        margin-left: 66.66667%;
    }

    html body .bvi .offset-xl-9 {
        margin-left: 75%;
    }

    html body .bvi .offset-xl-10 {
        margin-left: 83.33333%;
    }

    html body .bvi .offset-xl-11 {
        margin-left: 91.66667%;
    }
}*/

html body .bvi .bvi-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

html body.bvi-body .form-control {
    border: 1px solid;
}

html body .bvi .bvi-btn:hover, html body .bvi .bvi-btn:focus {
    text-decoration: none;
}

html body .bvi .bvi-btn:focus, html body .bvi .bvi-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

html body .bvi .bvi-btn.disabled, html body .bvi .bvi-btn:disabled {
    opacity: 0.65;
}

html body .bvi .bvi-btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

html body .bvi a.bvi-btn.disabled,
html body .bvi fieldset:disabled a.bvi-btn {
    pointer-events: none;
}

html body .bvi .bvi-btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

html body .bvi .bvi-btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

html body .bvi .bvi-btn-primary:focus, html body .bvi .bvi-btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

html body .bvi .bvi-btn-primary.disabled, html body .bvi .bvi-btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

html body .bvi .bvi-btn-primary:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-primary:not(:disabled):not(.disabled).active,
.show > html body .bvi .bvi-btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

html body .bvi .bvi-btn-primary:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-primary:not(:disabled):not(.disabled).active:focus,
.show > html body .bvi .bvi-btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

html body .bvi .bvi-btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

html body .bvi .bvi-btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

html body .bvi .bvi-btn-secondary:focus, html body .bvi .bvi-btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

html body .bvi .bvi-btn-secondary.disabled, html body .bvi .bvi-btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

html body .bvi .bvi-btn-secondary:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-secondary:not(:disabled):not(.disabled).active,
.show > html body .bvi .bvi-btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

html body .bvi .bvi-btn-secondary:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > html body .bvi .bvi-btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

html body .bvi .bvi-btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

html body .bvi .bvi-btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

html body .bvi .bvi-btn-success:focus, html body .bvi .bvi-btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

html body .bvi .bvi-btn-success.disabled, html body .bvi .bvi-btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

html body .bvi .bvi-btn-success:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-success:not(:disabled):not(.disabled).active,
.show > html body .bvi .bvi-btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

html body .bvi .bvi-btn-success:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-success:not(:disabled):not(.disabled).active:focus,
.show > html body .bvi .bvi-btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

html body .bvi .bvi-btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

html body .bvi .bvi-btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

html body .bvi .bvi-btn-info:focus, html body .bvi .bvi-btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

html body .bvi .bvi-btn-info.disabled, html body .bvi .bvi-btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

html body .bvi .bvi-btn-info:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-info:not(:disabled):not(.disabled).active,
.show > html body .bvi .bvi-btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

html body .bvi .bvi-btn-info:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-info:not(:disabled):not(.disabled).active:focus,
.show > html body .bvi .bvi-btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

html body .bvi .bvi-btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

html body .bvi .bvi-btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

html body .bvi .bvi-btn-warning:focus, html body .bvi .bvi-btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

html body .bvi .bvi-btn-warning.disabled, html body .bvi .bvi-btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

html body .bvi .bvi-btn-warning:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-warning:not(:disabled):not(.disabled).active,
.show > html body .bvi .bvi-btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

html body .bvi .bvi-btn-warning:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-warning:not(:disabled):not(.disabled).active:focus,
.show > html body .bvi .bvi-btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

html body .bvi .bvi-btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

html body .bvi .bvi-btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

html body .bvi .bvi-btn-danger:focus, html body .bvi .bvi-btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

html body .bvi .bvi-btn-danger.disabled, html body .bvi .bvi-btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

html body .bvi .bvi-btn-danger:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-danger:not(:disabled):not(.disabled).active,
.show > html body .bvi .bvi-btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

html body .bvi .bvi-btn-danger:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-danger:not(:disabled):not(.disabled).active:focus,
.show > html body .bvi .bvi-btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

html body .bvi .bvi-btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

html body .bvi .bvi-btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

html body .bvi .bvi-btn-light:focus, html body .bvi .bvi-btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

html body .bvi .bvi-btn-light.disabled, html body .bvi .bvi-btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

html body .bvi .bvi-btn-light:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-light:not(:disabled):not(.disabled).active,
.show > html body .bvi .bvi-btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

html body .bvi .bvi-btn-light:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-light:not(:disabled):not(.disabled).active:focus,
.show > html body .bvi .bvi-btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

html body .bvi .bvi-btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

html body .bvi .bvi-btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

html body .bvi .bvi-btn-dark:focus, html body .bvi .bvi-btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

html body .bvi .bvi-btn-dark.disabled, html body .bvi .bvi-btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

html body .bvi .bvi-btn-dark:not(:disabled):not(.disabled):active,
html body .bvi .bvi-btn-dark:not(:disabled):not(.disabled).active,
.show > html body .bvi .bvi-btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

html body .bvi .bvi-btn-dark:not(:disabled):not(.disabled):active:focus,
html body .bvi .bvi-btn-dark:not(:disabled):not(.disabled).active:focus,
.show > html body .bvi .bvi-btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

html body .bvi .bvi-btn-bvi-white {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
}

html body .bvi .bvi-btn-bvi-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
}

html body .bvi .bvi-btn-bvi-white:focus, html body .bvi .bvi-btn-bvi-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

html body .bvi .bvi-btn-bvi-white.disabled, html body .bvi .bvi-btn-bvi-white:disabled {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
}

html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled).active,
.show > html body .bvi .bvi-btn-bvi-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf;
}

html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled).active:focus,
.show > html body .bvi .bvi-btn-bvi-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

html body .bvi .bvi-btn-bvi-black {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

html body .bvi .bvi-btn-bvi-black:hover {
    color: #fff;
    background-color: black;
    border-color: black;
}

html body .bvi .bvi-btn-bvi-black:focus, html body .bvi .bvi-btn-bvi-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

html body .bvi .bvi-btn-bvi-black.disabled, html body .bvi .bvi-btn-bvi-black:disabled {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled).active,
.show > html body .bvi .bvi-btn-bvi-black.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black;
}

html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled).active:focus,
.show > html body .bvi .bvi-btn-bvi-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

html body .bvi .bvi-btn-bvi-blue {
    color: #fff;
    background-color: #063462;
    border-color: #063462;
}

html body .bvi .bvi-btn-bvi-blue:hover {
    color: #fff;
    background-color: #04213e;
    border-color: #031b32;
}

html body .bvi .bvi-btn-bvi-blue:focus, html body .bvi .bvi-btn-bvi-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(6, 52, 98, 0.5);
}

html body .bvi .bvi-btn-bvi-blue.disabled, html body .bvi .bvi-btn-bvi-blue:disabled {
    color: #fff;
    background-color: #063462;
    border-color: #063462;
}

html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled).active,
.show > html body .bvi .bvi-btn-bvi-blue.dropdown-toggle {
    color: #fff;
    background-color: #031b32;
    border-color: #021426;
}

html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled).active:focus,
.show > html body .bvi .bvi-btn-bvi-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(6, 52, 98, 0.5);
}

html body .bvi .bvi-btn-bvi-brown {
    color: #fff;
    background-color: #4D4B43;
    border-color: #4D4B43;
}

html body .bvi .bvi-btn-bvi-brown:hover {
    color: #fff;
    background-color: #393731;
    border-color: #32302b;
}

html body .bvi .bvi-btn-bvi-brown:focus, html body .bvi .bvi-btn-bvi-brown.focus {
    box-shadow: 0 0 0 0.2rem rgba(77, 75, 67, 0.5);
}

html body .bvi .bvi-btn-bvi-brown.disabled, html body .bvi .bvi-btn-bvi-brown:disabled {
    color: #fff;
    background-color: #4D4B43;
    border-color: #4D4B43;
}

html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled).active,
.show > html body .bvi .bvi-btn-bvi-brown.dropdown-toggle {
    color: #fff;
    background-color: #32302b;
    border-color: #2b2a25;
}

html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled).active:focus,
.show > html body .bvi .bvi-btn-bvi-brown.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(77, 75, 67, 0.5);
}

html body .bvi .bvi-btn-bvi-green {
    color: #212529;
    background-color: #A9E44D;
    border-color: #A9E44D;
}

html body .bvi .bvi-btn-bvi-green:hover {
    color: #212529;
    background-color: #99df2c;
    border-color: #93dd21;
}

html body .bvi .bvi-btn-bvi-green:focus, html body .bvi .bvi-btn-bvi-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(169, 228, 77, 0.5);
}

html body .bvi .bvi-btn-bvi-green.disabled, html body .bvi .bvi-btn-bvi-green:disabled {
    color: #212529;
    background-color: #A9E44D;
    border-color: #A9E44D;
}

html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled).active,
.show > html body .bvi .bvi-btn-bvi-green.dropdown-toggle {
    color: #212529;
    background-color: #93dd21;
    border-color: #8cd120;
}

html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled).active:focus,
.show > html body .bvi .bvi-btn-bvi-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(169, 228, 77, 0.5);
}

html body .bvi .bvi-btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

html body .bvi .bvi-btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

html body .bvi .bvi-btn-outline-primary:focus, html body .bvi .bvi-btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

html body .bvi .bvi-btn-outline-primary.disabled, html body .bvi .bvi-btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}

html body .bvi .bvi-btn-outline-primary:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-outline-primary:not(:disabled):not(.disabled).active,
.show > html body .bvi .bvi-btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

html body .bvi .bvi-btn-outline-primary:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > html body .bvi .bvi-btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

html body .bvi .bvi-btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

html body .bvi .bvi-btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

html body .bvi .bvi-btn-outline-secondary:focus, html body .bvi .bvi-btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

html body .bvi .bvi-btn-outline-secondary.disabled, html body .bvi .bvi-btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

html body .bvi .bvi-btn-outline-secondary:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > html body .bvi .bvi-btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

html body .bvi .bvi-btn-outline-secondary:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > html body .bvi .bvi-btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

html body .bvi .bvi-btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

html body .bvi .bvi-btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

html body .bvi .bvi-btn-outline-success:focus, html body .bvi .bvi-btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

html body .bvi .bvi-btn-outline-success.disabled, html body .bvi .bvi-btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

html body .bvi .bvi-btn-outline-success:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-outline-success:not(:disabled):not(.disabled).active,
.show > html body .bvi .bvi-btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

html body .bvi .bvi-btn-outline-success:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > html body .bvi .bvi-btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

html body .bvi .bvi-btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

html body .bvi .bvi-btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

html body .bvi .bvi-btn-outline-info:focus, html body .bvi .bvi-btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

html body .bvi .bvi-btn-outline-info.disabled, html body .bvi .bvi-btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

html body .bvi .bvi-btn-outline-info:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-outline-info:not(:disabled):not(.disabled).active,
.show > html body .bvi .bvi-btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

html body .bvi .bvi-btn-outline-info:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > html body .bvi .bvi-btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

html body .bvi .bvi-btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

html body .bvi .bvi-btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

html body .bvi .bvi-btn-outline-warning:focus, html body .bvi .bvi-btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

html body .bvi .bvi-btn-outline-warning.disabled, html body .bvi .bvi-btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

html body .bvi .bvi-btn-outline-warning:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-outline-warning:not(:disabled):not(.disabled).active,
.show > html body .bvi .bvi-btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

html body .bvi .bvi-btn-outline-warning:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > html body .bvi .bvi-btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

html body .bvi .bvi-btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

html body .bvi .bvi-btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

html body .bvi .bvi-btn-outline-danger:focus, html body .bvi .bvi-btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

html body .bvi .bvi-btn-outline-danger.disabled, html body .bvi .bvi-btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

html body .bvi .bvi-btn-outline-danger:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-outline-danger:not(:disabled):not(.disabled).active,
.show > html body .bvi .bvi-btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

html body .bvi .bvi-btn-outline-danger:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > html body .bvi .bvi-btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

html body .bvi .bvi-btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

html body .bvi .bvi-btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

html body .bvi .bvi-btn-outline-light:focus, html body .bvi .bvi-btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

html body .bvi .bvi-btn-outline-light.disabled, html body .bvi .bvi-btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

html body .bvi .bvi-btn-outline-light:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-outline-light:not(:disabled):not(.disabled).active,
.show > html body .bvi .bvi-btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

html body .bvi .bvi-btn-outline-light:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > html body .bvi .bvi-btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

html body .bvi .bvi-btn-outline-dark {
    color: #343a40!important;
    background-color: transparent;
    background-image: none;
    border-color: #343a40!important;
}

html body .bvi .bvi-btn-outline-dark:hover {
    color: #fff!important;
    background-color: #343a40!important;
    border-color: #343a40!important;
}

html body .bvi .bvi-btn-outline-dark:focus, html body .bvi .bvi-btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

html body .bvi .bvi-btn-outline-dark.disabled, html body .bvi .bvi-btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

html body .bvi .bvi-btn-outline-dark:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-outline-dark:not(:disabled):not(.disabled).active,
.show > html body .bvi .bvi-btn-outline-dark.dropdown-toggle {
    color: #fff!important;
    background-color: #343a40;
    border-color: #343a40;
}

html body .bvi .bvi-btn-outline-dark:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > html body .bvi .bvi-btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

html body .bvi .bvi-btn-outline-bvi-white {
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border-color: #ffffff;
}

html body .bvi .bvi-btn-outline-bvi-white:hover {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
}

html body .bvi .bvi-btn-outline-bvi-white:focus, html body .bvi .bvi-btn-outline-bvi-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

html body .bvi .bvi-btn-outline-bvi-white.disabled, html body .bvi .bvi-btn-outline-bvi-white:disabled {
    color: #ffffff;
    background-color: transparent;
}

html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled).active,
.show > html body .bvi .bvi-btn-outline-bvi-white.dropdown-toggle {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
}

html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled).active:focus,
.show > html body .bvi .bvi-btn-outline-bvi-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

html body .bvi .bvi-btn-outline-bvi-black {
    color: #000000;
    background-color: transparent;
    background-image: none;
    border-color: #000000;
}

html body .bvi .bvi-btn-outline-bvi-black:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

html body .bvi .bvi-btn-outline-bvi-black:focus, html body .bvi .bvi-btn-outline-bvi-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

html body .bvi .bvi-btn-outline-bvi-black.disabled, html body .bvi .bvi-btn-outline-bvi-black:disabled {
    color: #000000;
    background-color: transparent;
}

html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled).active,
.show > html body .bvi .bvi-btn-outline-bvi-black.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled).active:focus,
.show > html body .bvi .bvi-btn-outline-bvi-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

html body .bvi .bvi-btn-outline-bvi-blue {
    color: #063462;
    background-color: transparent;
    background-image: none;
    border-color: #063462;
}

html body .bvi .bvi-btn-outline-bvi-blue:hover {
    color: #fff;
    background-color: #063462;
    border-color: #063462;
}

html body .bvi .bvi-btn-outline-bvi-blue:focus, html body .bvi .bvi-btn-outline-bvi-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(6, 52, 98, 0.5);
}

html body .bvi .bvi-btn-outline-bvi-blue.disabled, html body .bvi .bvi-btn-outline-bvi-blue:disabled {
    color: #063462;
    background-color: transparent;
}

html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled).active,
.show > html body .bvi .bvi-btn-outline-bvi-blue.dropdown-toggle {
    color: #fff;
    background-color: #063462;
    border-color: #063462;
}

html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled).active:focus,
.show > html body .bvi .bvi-btn-outline-bvi-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(6, 52, 98, 0.5);
}

html body .bvi .bvi-btn-outline-bvi-brown {
    color: #4D4B43;
    background-color: transparent;
    background-image: none;
    border-color: #4D4B43;
}

html body .bvi .bvi-btn-outline-bvi-brown:hover {
    color: #fff;
    background-color: #4D4B43;
    border-color: #4D4B43;
}

html body .bvi .bvi-btn-outline-bvi-brown:focus, html body .bvi .bvi-btn-outline-bvi-brown.focus {
    box-shadow: 0 0 0 0.2rem rgba(77, 75, 67, 0.5);
}

html body .bvi .bvi-btn-outline-bvi-brown.disabled, html body .bvi .bvi-btn-outline-bvi-brown:disabled {
    color: #4D4B43;
    background-color: transparent;
}

html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled).active,
.show > html body .bvi .bvi-btn-outline-bvi-brown.dropdown-toggle {
    color: #fff;
    background-color: #4D4B43;
    border-color: #4D4B43;
}

html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled).active:focus,
.show > html body .bvi .bvi-btn-outline-bvi-brown.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(77, 75, 67, 0.5);
}

html body .bvi .bvi-btn-outline-bvi-green {
    color: #A9E44D;
    background-color: transparent;
    background-image: none;
    border-color: #A9E44D;
}

html body .bvi .bvi-btn-outline-bvi-green:hover {
    color: #212529;
    background-color: #A9E44D;
    border-color: #A9E44D;
}

html body .bvi .bvi-btn-outline-bvi-green:focus, html body .bvi .bvi-btn-outline-bvi-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(169, 228, 77, 0.5);
}

html body .bvi .bvi-btn-outline-bvi-green.disabled, html body .bvi .bvi-btn-outline-bvi-green:disabled {
    color: #A9E44D;
    background-color: transparent;
}

html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled).active,
.show > html body .bvi .bvi-btn-outline-bvi-green.dropdown-toggle {
    color: #212529;
    background-color: #A9E44D;
    border-color: #A9E44D;
}

html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled).active:focus,
.show > html body .bvi .bvi-btn-outline-bvi-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(169, 228, 77, 0.5);
}

html body .bvi .bvi-btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}

html body .bvi .bvi-btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

html body .bvi .bvi-btn-link:focus, html body .bvi .bvi-btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none;
}

html body.bvi-body a,
html body.bvi-body .bootstrap-table .table tbody tr td:not(.shipping) a{
    box-shadow: none;
}

html body .bvi .bvi-btn-link:disabled, html body .bvi .bvi-btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

html body .bvi .bvi-btn-lg, html body .bvi .bvi-btn-group-lg > .bvi-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
}

html body .bvi .bvi-btn-sm, html body .bvi .bvi-btn-group-sm > .bvi-btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
}

html body .bvi .bvi-btn-block {
    display: block;
    width: 100%;
}

html body .bvi .bvi-btn-block + .bvi-btn-block {
    margin-top: 0.5rem;
}

html body .bvi input[type="submit"].bvi-btn-block,
html body .bvi input[type="reset"].bvi-btn-block,
html body .bvi input[type="button"].bvi-btn-block {
    width: 100%;
}

html body .bvi .bvi-btn-group,
html body .bvi .bvi-btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

html body .bvi .bvi-btn-group > .bvi-btn,
html body .bvi .bvi-btn-group-vertical > .bvi-btn {
    position: relative;
    flex: 0 1 auto;
}

html body .bvi .bvi-btn-group > .bvi-btn:hover,
html body .bvi .bvi-btn-group-vertical > .bvi-btn:hover {
    z-index: 1;
}

html body .bvi .bvi-btn-group > .bvi-btn:focus, html body .bvi .bvi-btn-group > .bvi-btn:active, html body .bvi .bvi-btn-group > .bvi-btn.active,
html body .bvi .bvi-btn-group-vertical > .bvi-btn:focus,
html body .bvi .bvi-btn-group-vertical > .bvi-btn:active,
html body .bvi .bvi-btn-group-vertical > .bvi-btn.active {
    z-index: 1;
}

html body .bvi .bvi-btn-group .bvi-btn + .bvi-btn,
html body .bvi .bvi-btn-group .bvi-btn + .bvi-btn-group,
html body .bvi .bvi-btn-group .bvi-btn-group + .bvi-btn,
html body .bvi .bvi-btn-group .bvi-btn-group + .bvi-btn-group,
html body .bvi .bvi-btn-group-vertical .bvi-btn + .bvi-btn,
html body .bvi .bvi-btn-group-vertical .bvi-btn + .bvi-btn-group,
html body .bvi .bvi-btn-group-vertical .bvi-btn-group + .bvi-btn,
html body .bvi .bvi-btn-group-vertical .bvi-btn-group + .bvi-btn-group {
    margin-left: -1px;
}

html body .bvi .bvi-btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

html body .bvi .bvi-btn-toolbar .input-group {
    width: auto;
}

html body .bvi .bvi-btn-group > .bvi-btn:first-child {
    margin-left: 0;
}

html body .bvi .bvi-btn-group > .bvi-btn:not(:last-child):not(.dropdown-toggle),
html body .bvi .bvi-btn-group > .bvi-btn-group:not(:last-child) > .bvi-btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

html body .bvi .bvi-btn-group > .bvi-btn:not(:first-child),
html body .bvi .bvi-btn-group > .bvi-btn-group:not(:first-child) > .bvi-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

html body .bvi .dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

html body .bvi .dropdown-toggle-split::after,
.dropup html body .bvi .dropdown-toggle-split::after,
.dropright html body .bvi .dropdown-toggle-split::after {
    margin-left: 0;
}

.dropleft html body .bvi .dropdown-toggle-split::before {
    margin-right: 0;
}

html body .bvi .bvi-btn-sm + .dropdown-toggle-split, html body .bvi .bvi-btn-group-sm > .bvi-btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

html body .bvi .bvi-btn-lg + .dropdown-toggle-split, html body .bvi .bvi-btn-group-lg > .bvi-btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

html body .bvi .bvi-btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

html body .bvi .bvi-btn-group-vertical .bvi-btn,
html body .bvi .bvi-btn-group-vertical .bvi-btn-group {
    width: 100%;
}

html body .bvi .bvi-btn-group-vertical > .bvi-btn + .bvi-btn,
html body .bvi .bvi-btn-group-vertical > .bvi-btn + .bvi-btn-group,
html body .bvi .bvi-btn-group-vertical > .bvi-btn-group + .bvi-btn,
html body .bvi .bvi-btn-group-vertical > .bvi-btn-group + .bvi-btn-group {
    margin-top: -1px;
    margin-left: 0;
}

html body .bvi .bvi-btn-group-vertical > .bvi-btn:not(:last-child):not(.dropdown-toggle),
html body .bvi .bvi-btn-group-vertical > .bvi-btn-group:not(:last-child) > .bvi-btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

html body .bvi .bvi-btn-group-vertical > .bvi-btn:not(:first-child),
html body .bvi .bvi-btn-group-vertical > .bvi-btn-group:not(:first-child) > .bvi-btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

html body .bvi .bvi-btn-group-toggle > .bvi-btn,
html body .bvi .bvi-btn-group-toggle > .bvi-btn-group > .bvi-btn {
    margin-bottom: 0;
}

html body .bvi .bvi-btn-group-toggle > .bvi-btn input[type="radio"],
html body .bvi .bvi-btn-group-toggle > .bvi-btn input[type="checkbox"],
html body .bvi .bvi-btn-group-toggle > .bvi-btn-group > .bvi-btn input[type="radio"],
html body .bvi .bvi-btn-group-toggle > .bvi-btn-group > .bvi-btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

html body.bvi-body .search_bar .dropdown button i {
    display: none;
}

html body .bvi.bvi-panel {
    color: black;
    /*background-color: #f8f8f8;*/
    top: 3rem;
    right: 0;
    position: absolute;
    font-size: 16px;
    z-index: 99999;
    /*visibility & height for redeclaring visibility from js file*/
    visibility: visible !important;
    height: auto !important;
}

html body .bvi.bvi-panel .close {
    opacity: 1;
}

html body .bvi.bvi-panel .close:hover {
    text-decoration: none;
}

html body .bvi.bvi-panel .list-group {
    padding: 11px;
    margin-bottom: 0;
}
html body .bvi.bvi-panel .list-group-item {
    padding: 7px 0px;
}

html body .bvi.bvi-panel[data-bvi-panel='true'] {
    display: block !important;
}

html body .bvi.bvi-panel[data-bvi-panel='false'] {
    display: none !important;
}

html body .bvi.bvi-panel.bvi-fixed-top {
    position: fixed;
    border: 1px solid;
    border-radius: 6px;
    padding: 6px 10px 0px 10px;
}

html body .bvi.bvi-panel a {
    border: none;
}

html body .bvi.bvi-panel .bvi-title {
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;
}

html body .bvi.bvi-panel .bvi-text-center {
    text-align: center;
}

html body .bvi.bvi-panel .bvi-text-right {
    text-align: right;
}

html body .bvi.bvi-panel .bvi-setting-menu {
    display: none;
}

/*html body .bvi.bvi-panel a {
    text-decoration: none;
}*/

/*html body .bvi.bvi-panel .bvi-hr {
    background-color: #ccc !important;
    border: 0 !important;
    height: 1px !important;
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
}*/
/*
html body .bvi.bvi-panel .bvi-copy {
    font-size: 12px;
    color: #808080;
}

html body .bvi.bvi-panel .bvi-copy a {
    font-size: 13px;
    color: #808080;
    /*text-decoration: underline;
}

html body .bvi.bvi-panel .bvi-copy a:hover {
    color: #000000;
    /*text-decoration: underline;
}*/

html body.bvi-body .panel-group .panel-default .panel-heading .panel-title .count,
html body.bvi-body .panel-group .panel-default .panel-collapse .panel-body ul li .count {
    color: inherit;
}

html body.bvi-body .pagination > li > a,
html body.bvi-body .pagination > li > span,
html body.bvi-body .pagination > .disabled > span,
html body.bvi-body .bootstrap-table .table tbody tr,
html body.bvi-body .bootstrap-table .table thead,
html body.bvi-body #price_alert_btn,
html body.bvi-body .bootstrap-table .table tbody tr td:not(.shipping) a,
html body.bvi-body #leave-comment-button,
html body.bvi-body .slider,
html body.bvi-body .panel
{
    background: none;
}

html body.bvi-body .noUi-handle {
    box-shadow: none;
}

html body.bvi-body .search-filter .white-block.filter-bar .white-block-content:nth-child(2) ul{
    overflow: hidden;
}
html body.bvi-body .search-filter .white-block.filter-bar .white-block-content:nth-child(2) > ul > li:first-child,
html body.bvi-body .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}
@media (max-width: 575.98px) {
    html body .bvi.bvi-panel .bvi-title {
        font-size: 12px;
    }

    html body .bvi.bvi-panel .bvi-btn {
        font-size: 12px;
        padding: 0.200rem 0.35rem;
    }

    html body .bvi.bvi-panel .bvi-btn-sm, html body .bvi.bvi-panel .bvi-btn-group-sm > .bvi-btn {
        font-size: 10px;
        padding: 0.100rem 0.25rem;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    html body .bvi.bvi-panel .bvi-title {
        font-size: 14px;
    }

    html body .bvi.bvi-panel .bvi-btn {
        font-size: 14px;
        padding: 0.250rem 0.45rem;
    }

    html body .bvi.bvi-panel .bvi-btn-sm, html body .bvi.bvi-panel .bvi-btn-group-sm > .bvi-btn {
        font-size: 12px;
        padding: 0.150rem 0.35rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    html body .bvi.bvi-panel .bvi-title {
        font-size: 16px;
    }

    html body .bvi.bvi-panel .bvi-btn {
        font-size: 16px;
        padding: 0.300rem 0.55rem;
    }

    html body .bvi.bvi-panel .bvi-btn-sm, html body .bvi.bvi-panel .bvi-btn-group-sm > .bvi-btn {
        font-size: 14px;
        padding: 0.200rem 0.40rem;
    }
}

html body.bvi-body button:hover,
html body.bvi-body input[type="button"]:hover,
html body.bvi-body input[type="submit"]:hover,
html body.bvi-body button[type="submit"]:hover,
html body.bvi-body button[type="button"]:hover,
html body.bvi-body a:hover,
html body.bvi-body label:hover,
html body.bvi-body .dropdown-menu li a:hover,
html body.bvi-body .menu__item.open .menu__head a {
    text-decoration: underline;
}

html body.bvi-body  .slider__nav a{
    text-decoration: none;
}

html body.bvi-body #dropdownMenu1 {
    border-width: 1px;
    border-style: solid;
}

html body.bvi-body .search_bar .dropdown .dropdown-menu li a{
    border-bottom: none;
}

html body.bvi-body[data-bvi-theme='white'] {
    background-color: #ffffff !important;
    /*fill: #000000 !important;*/
}

html body.bvi-body .search_bar .dropdown .dropdown-menu{
    border-left: 1px solid;
    border-top: none;
}

html body.bvi-body .widget_compare_brands .owl-item a,
html body.bvi-body .widget_compare_stores .owl-item a{
    border-top: none;
}

html body.bvi-body .reset_filter:hover{
    background: none;
}

html body.bvi-body .widget_compare_brands .owl-item a,
html body.bvi-body .widget_compare_stores .owl-item a {
    background: none;
}

html body.bvi-body a.list-group-item.active {
    font-weight: bold;
}

html body.bvi-body .btnInf {
    border: 1px solid;
}

html body.bvi-body .single-product .white-block .white-block-content p {
    color: inherit;
}

html body.bvi-body .filter__swap{
    border-bottom: none;
}

html body.bvi-body .back-top {
    background: none;
    border: 1px solid;
}

@media (max-width: 992px) {
    html body.bvi-body .filter,
    html body.bvi-body .search_bar .dropdown,
    html body.bvi-body .menu__item.has-active .menu__head
    {
        background: inherit;
    }

    html body.bvi-body .menu__arr,
    html body.bvi-body .menu__item.has-active .menu__arr,
    html body.bvi-body .search_bar .dropdown .dropdown-menu li a i,
    html body.bvi-body .search_bar .dropdown .dropdown-menu .menu__item.has-active .menu__head a {
        color: inherit;
    }

    html body.bvi-body .menu__item.has-active {
        border-bottom: none;
    }

    html body.bvi-body .mobile__head {
        border-color: inherit;
    }

    html body.bvi-body .mobile__close i {
        color: inherit!important;
    }
}

@media (max-width: 570px) {
    html body.bvi-body .pagination ul li a {
        border: 1px solid;
    }
}

@media screen and (max-width: 767px) {
    html body.bvi-body .table-responsive {
        border: none;
    }
}

html body.bvi-body .breadcrumbs-section .breadcrumbs{
    overflow: hidden;
}

html body.bvi-body .autocomplete-suggestions, html body.bvi-body .store-name + .embed-responsive {
    background: inherit;
    border-color: inherit;
}

html body.bvi-body .store-name a {
    border: none;
}

html body.bvi-body .store-name a {
    background: inherit;
}

html body.bvi-body[data-bvi-theme='white'] .table > tbody > tr > td,
html body.bvi-body[data-bvi-theme='white'] #dropdownMenu1,
html body.bvi-body[data-bvi-theme='white'] .filter-wrap > .white-block-content,
html body.bvi-body[data-bvi-theme='white'] .single-product .white-block:nth-child(1) .white-block-content,
html body.bvi-body[data-bvi-theme='white'] .bootstrap-table .table,
html body.bvi-body[data-bvi-theme='white'] .bootstrap-table .table thead tr th .th-inner,
html body.bvi-body[data-bvi-theme='white'] .bootstrap-table .table thead tr th .th-inner i,
html body.bvi-body[data-bvi-theme='white'] .bootstrap-table .table thead,
html body.bvi-body[data-bvi-theme='white'] .white-title .white-block-border,
html body.bvi-body[data-bvi-theme='white'] .single-product .table-detail .row-detail,
html body.bvi-body[data-bvi-theme='white'] .bootstrap-table .table tbody tr,
html body.bvi-body[data-bvi-theme='white'] hr,
html body.bvi-body[data-bvi-theme='white'] .single-product .table-detail .row-detail .attr_row,
html body.bvi-body[data-bvi-theme='white'] .panel-group .panel-default,
html body.bvi-body[data-bvi-theme='white'] .panel-group .panel-default.panel-category-style .panel-heading .panel-title,
html[lang="he"] body.bvi-body[data-bvi-theme='white'] .panel-group .panel-default.panel-category-style .panel-heading .panel-title a[data-toggle="collapse"],
html body.bvi-body[data-bvi-theme='white'] #product_search .filter_row_price input,
html body.bvi-body[data-bvi-theme='white'] .modal-header,
html body.bvi-body[data-bvi-theme='white'] .modal-footer,
html body.bvi-body[data-bvi-theme='white'] .list-group-item  {
    border-color: #000000;
}

html body.bvi-body[data-bvi-theme='white'] .category_mega_menu_wrap,
html body.bvi-body[data-bvi-theme='white'] input[type="text"],
html body.bvi-body[data-bvi-theme='white'] input[type="email"],
html body.bvi-body[data-bvi-theme='white'] input[type="url"],
html body.bvi-body[data-bvi-theme='white'] .search_bar .dropdown .dropdown-menu li a,
html body.bvi-body[data-bvi-theme='white'] .dropdown-menu,
html body.bvi-body[data-bvi-theme='white'] .single-product .widget-footer .widget-title:before,
html body.bvi-body[data-bvi-theme='white'] .widget-footer .widget-title:before,
html body.bvi-body[data-bvi-theme='white'] .noUi-background,
html body.bvi-body[data-bvi-theme='white'] .bvi.bvi-panel,
html body.bvi-body[data-bvi-theme='white'] .mobile__head,
html body.bvi-body[data-bvi-theme='white'] .list-group-item {
    background: #ffffff;
}

html body.bvi-body[data-bvi-theme='white'],
html body.bvi-body[data-bvi-theme='white'] section,
html body.bvi-body[data-bvi-theme='white'] header,
html body.bvi-body[data-bvi-theme='white'] .dim,
html body.bvi-body[data-bvi-theme='white'] .breadcrumbs-section,
html body.bvi-body[data-bvi-theme='white'] .btn,
html body.bvi-body[data-bvi-theme='white'] .white-block,
html body.bvi-body[data-bvi-theme='white'] .white-title,
html body.bvi-body[data-bvi-theme='white'] .single-product .widget-footer,
html body.bvi-body[data-bvi-theme='white'] .widget-footer,
html body.bvi-body[data-bvi-theme='white'] .select2-container--default .select2-selection--single,
html body.bvi-body[data-bvi-theme='white'] .select2-container--default .select2-results__option[aria-selected=true],
html body.bvi-body[data-bvi-theme='white'] .select2-dropdown,
html body.bvi-body[data-bvi-theme='white'] .search-filter .white-block.filter-bar .white-block-content:nth-child(2) ul li .active i,
html body.bvi-body[data-bvi-theme='white'] .search-filter i,
html body.bvi-body[data-bvi-theme='white'] .search_bar form input,
html body.bvi-body[data-bvi-theme='white'] .form-control,
html body.bvi-body[data-bvi-theme='white'] .pagination > li > a,
html body.bvi-body[data-bvi-theme='white'] .pagination > li > span,
html body.bvi-body[data-bvi-theme='white'] .pagination > .disabled > span,
html body.bvi-body[data-bvi-theme='white'] .search_bar .dropdown button i,
html body.bvi-body[data-bvi-theme='white'] .white-title i,
html body.bvi-body[data-bvi-theme='white'] .search_bar .dropdown .dropdown-menu li .category_mega_menu_wrap,
html body.bvi-body[data-bvi-theme='white'] .search-filter .white-block.filter-bar .white-block-content:nth-child(2) > ul > li,
html body.bvi-body[data-bvi-theme='white'] .modal-content,
html body.bvi-body[data-bvi-theme='white'] .bootstrap-table .table tbody tr td,
html body.bvi-body[data-bvi-theme='white'] .search-filter .white-block .white-block-content .view-more,
html body.bvi-body[data-bvi-theme='white'] .panel-group .panel-default .panel-heading,
html body.bvi-body[data-bvi-theme='white'] .bvi.bvi-panel,
html body.bvi-body[data-bvi-theme='white'] .btnInf
{
    background: #ffffff;
    background-image: none;
    border-color: #000000;
    color: #000000;
}

html body.bvi-body[data-bvi-theme='white'] * .bvi-hide {
    display: none !important;
}

html body.bvi-body[data-bvi-theme='white'] * .bvi-show-block {
    display: block !important;
}

html body.bvi-body[data-bvi-theme='white'] * .bvi-show-inline-block {
    display: inline-block !important;
}

html body.bvi-body[data-bvi-theme='white'] *:after {
    background: #ffffff;
    /*background-image: none;*/
    color: #000000;
    /*box-shadow: none !important;*/
    /*text-shadow: none !important;*/
    border-color: #000000;
}

html body.bvi-body[data-bvi-theme='white'] .filter-wrap .filter-categories li a.current-category::after {
    background: #000000;
    color: #ffffff;
}

html body.bvi-body[data-bvi-theme='white'] .filter-wrap .filter-categories li a::before {
    /*background-color: #ffffff !important;*/
    background: #ffffff;
    /*background-image: none !important;*/
    /*color: #000000;*/
    /*box-shadow: none !important;*/
    /*text-shadow: none !important;*/
    border-color: #000000;
}

html body.bvi-body[data-bvi-theme='white'] *::selection,
html body.bvi-body[data-bvi-theme='white'] #product_search .apply_filter{
    background-color: #000000;
    color: #ffffff;
}

html body.bvi-body[data-bvi-theme='white'] .select2-container--default .select2-selection--single .select2-selection__rendered,
html body.bvi-body[data-bvi-theme='white'] h1,
html body.bvi-body[data-bvi-theme='white'] h2,
html body.bvi-body[data-bvi-theme='white'] h3,
html body.bvi-body[data-bvi-theme='white'] h4,
html body.bvi-body[data-bvi-theme='white'] h5,
html body.bvi-body[data-bvi-theme='white'] h6,
html body.bvi-body[data-bvi-theme='white'] a,
html body.bvi-body[data-bvi-theme='white'] .categories .owl-item .category-item p a,
html body.bvi-body[data-bvi-theme='white'] .categories .owl-item .category-item h5 a,
html body.bvi-body[data-bvi-theme='white'] .white-block.product-box .white-block-content h4 a,
html body.bvi-body[data-bvi-theme='white'] .white-title .nav-tabs li.active a,
html body.bvi-body[data-bvi-theme='white'] .search_bar .dropdown .dropdown-menu li a,
html body.bvi-body[data-bvi-theme='white'] .widget-footer .white-block.widget_compare_custom_menu ul li a,
html body.bvi-body[data-bvi-theme='white'] .breadcrumbs-section .breadcrumbs li,
html body.bvi-body[data-bvi-theme='white'] label,
html body.bvi-body[data-bvi-theme='white'] p,
html body.bvi-body[data-bvi-theme='white'] .text-primary,
html body.bvi-body[data-bvi-theme='white'] .white-block.product-box .white-block-price .product-meta span,
html body.bvi-body[data-bvi-theme='white'] .has-error .help-block,
html body.bvi-body[data-bvi-theme='white']  #leave-comment-button i,
html body.bvi-body[data-bvi-theme='white'] .bootstrap-table .table thead tr th .th-inner i,
html[lang="he"] body.bvi-body[data-bvi-theme='white'] .breadcrumbs-section .breadcrumbs li:nth-last-child(2):after,
html body.bvi-body[data-bvi-theme='white'] #price_alert_btn,
html body.bvi-body[data-bvi-theme='white'] .bootstrap-table .table tbody tr td:not(.shipping) a,
html body.bvi-body[data-bvi-theme='white'] .panel-group .panel-default .panel-collapse .panel-body ul li a,
html body.bvi-body[data-bvi-theme='white'] * a.list-group-item.active,
html body.bvi-body[data-bvi-theme='white'] .search_bar .dropdown .dropdown-menu li a span
{
    color: #000000;
}

html body.bvi-body[data-bvi-theme='white'] * a.active,
html body.bvi-body[data-bvi-theme='white'] * label.active {
    color: #ffffff;
    /*background-color: #000000 !important;*/
}

html body.bvi-body[data-bvi-theme='white'] .nav-tabs > li.active > a,
html body.bvi-body[data-bvi-theme='white'] .nav-tabs > li.active > a:hover,
html body.bvi-body[data-bvi-theme='white'] .nav-tabs > li.active > a:focus {
    /*color: #ffffff !important;*/
    background-color: #ffffff;
    /*text-decoration: underline;*/
}

/*html body.bvi-body[data-bvi-theme='white'] button:not(.close),*/
html body.bvi-body[data-bvi-theme='white'] input[type="submit"],
html body.bvi-body[data-bvi-theme='white'] input[type="button"] {
    color: #ffffff;
}

html body.bvi-body[data-bvi-theme='white'] .select2-container--default .select2-results__option--highlighted[aria-selected],
html body.bvi-body[data-bvi-theme='white'] .dropdown-menu > li > a:hover,
html body.bvi-body[data-bvi-theme='white'] .dropdown-menu > li > a:focus,
html body.bvi-body[data-bvi-theme='white'] .noUi-connect,
html body.bvi-body[data-bvi-theme='white'] .noUi-handle,
html body.bvi-body[data-bvi-theme='white'] #product_search .apply_filter,
html body.bvi-body[data-bvi-theme='white'] * button:hover.active,
html body.bvi-body[data-bvi-theme='white'] * input[type="button"]:hover.active,
html body.bvi-body[data-bvi-theme='white'] * input[type="submit"]:hover.active,
html body.bvi-body[data-bvi-theme='white'] * button[type="submit"]:hover.active,
html body.bvi-body[data-bvi-theme='white'] * button[type="button"]:hover.active {
    color: #ffffff !important;
    background: #000000 !important;
}

html body.bvi-body[data-bvi-theme='white'] .search_bar .dropdown .dropdown-menu li a.menu__mainLink:hover,
html body.bvi-body[data-bvi-theme='white'] .search_bar .dropdown .dropdown-menu li a.menu__mainLink:focus,
html body.bvi-body[data-bvi-theme='white'] .search_bar .dropdown .dropdown-menu li a.menu__mainLink:hover span,
html body.bvi-body[data-bvi-theme='white'] .search_bar .dropdown .dropdown-menu li a.menu__mainLink:focus span,
/*html body.bvi-body[data-bvi-theme='white'] .search_bar .dropdown .dropdown-menu li.open a.menu__mainLink,*/
/*html body.bvi-body[data-bvi-theme='white'] .search_bar .dropdown .dropdown-menu li.open a.menu__mainLink span,*/
html body.bvi-body[data-bvi-theme='white'] * button:hover,
html body.bvi-body[data-bvi-theme='white'] * button:focus,
html body.bvi-body[data-bvi-theme='white'] * input[type="button"]:hover,
html body.bvi-body[data-bvi-theme='white'] * input[type="button"]:focus,
html body.bvi-body[data-bvi-theme='white'] * input[type="submit"]:hover,
html body.bvi-body[data-bvi-theme='white'] * input[type="submit"]:focus,
html body.bvi-body[data-bvi-theme='white'] * button[type="submit"]:hover,
html body.bvi-body[data-bvi-theme='white'] * button[type="submit"]:focus,
html body.bvi-body[data-bvi-theme='white'] * button[type="button"]:hover,
html body.bvi-body[data-bvi-theme='white'] * button[type="button"]:focus {
    color: #ffffff !important;
    background: #000000 !important;
    /*text-decoration: underline !important;*/
}

html body.bvi-body[data-bvi-theme='white'] * button:hover *,
html body.bvi-body[data-bvi-theme='white'] * input[type="button"]:hover *,
html body.bvi-body[data-bvi-theme='white'] * input[type="submit"]:hover *,
html body.bvi-body[data-bvi-theme='white'] * button[type="submit"]:hover *,
html body.bvi-body[data-bvi-theme='white'] * button[type="button"]:hover * {
    color: #ffffff !important;
    background: #000000 !important;
    /*text-decoration: underline !important;*/
}

html body.bvi-body[data-bvi-theme='black'] {
    background-color: #000000 !important;
    /*fill: #ffffff !important;*/
}

html body.bvi-body[data-bvi-theme='black'] .table > tbody > tr > td,
html body.bvi-body[data-bvi-theme='black'] #dropdownMenu1,
html body.bvi-body[data-bvi-theme='black'] .filter-wrap > .white-block-content,
html body.bvi-body[data-bvi-theme='black'] .single-product .white-block:nth-child(1) .white-block-content,
html body.bvi-body[data-bvi-theme='black'] .bootstrap-table .table,
html body.bvi-body[data-bvi-theme='black'] .bootstrap-table .table thead tr th .th-inner,
html body.bvi-body[data-bvi-theme='black'] .bootstrap-table .table thead tr th .th-inner i,
html body.bvi-body[data-bvi-theme='black'] .bootstrap-table .table thead,
html body.bvi-body[data-bvi-theme='black'] .white-title .white-block-border,
html body.bvi-body[data-bvi-theme='black'] .single-product .table-detail .row-detail,
html body.bvi-body[data-bvi-theme='black'] .bootstrap-table .table tbody tr,
html body.bvi-body[data-bvi-theme='black'] hr,
html body.bvi-body[data-bvi-theme='black'] .single-product .table-detail .row-detail .attr_row,
html body.bvi-body[data-bvi-theme='black'] .panel-group .panel-default,
html body.bvi-body[data-bvi-theme='black'] .panel-group .panel-default.panel-category-style .panel-heading .panel-title,
html[lang="he"] body.bvi-body[data-bvi-theme='black'] .panel-group .panel-default.panel-category-style .panel-heading .panel-title a[data-toggle="collapse"],
html body.bvi-body[data-bvi-theme='black'] #product_search .filter_row_price input,
html body.bvi-body[data-bvi-theme='black'] .modal-header,
html body.bvi-body[data-bvi-theme='black'] .modal-footer,
html body.bvi-body[data-bvi-theme='black'] .list-group-item   {
    border-color: #ffffff;
}

html body.bvi-body[data-bvi-theme='black'] .category_mega_menu_wrap,
html body.bvi-body[data-bvi-theme='black'] input[type="text"],
html body.bvi-body[data-bvi-theme='black'] input[type="email"],
html body.bvi-body[data-bvi-theme='black'] input[type="url"],
html body.bvi-body[data-bvi-theme='black'] .search_bar .dropdown .dropdown-menu li a,
html body.bvi-body[data-bvi-theme='black'] .dropdown-menu,
html body.bvi-body[data-bvi-theme='black'] .single-product .widget-footer .widget-title:before,
html body.bvi-body[data-bvi-theme='black'] .widget-footer .widget-title:before,
html body.bvi-body[data-bvi-theme='black'] .noUi-background,
html body.bvi-body[data-bvi-theme='black'] .bvi.bvi-panel,
html body.bvi-body[data-bvi-theme='black'] .mobile__head,
html body.bvi-body[data-bvi-theme='black'] .list-group-item {
    background: #000000;
}

html body.bvi-body[data-bvi-theme='black'],
html body.bvi-body[data-bvi-theme='black'] section,
html body.bvi-body[data-bvi-theme='black'] header,
html body.bvi-body[data-bvi-theme='black'] .dim,
html body.bvi-body[data-bvi-theme='black'] .breadcrumbs-section,
html body.bvi-body[data-bvi-theme='black'] .btn,
html body.bvi-body[data-bvi-theme='black'] .white-block,
html body.bvi-body[data-bvi-theme='black'] .white-title,
html body.bvi-body[data-bvi-theme='black'] .single-product .widget-footer,
html body.bvi-body[data-bvi-theme='black'] .widget-footer,
html body.bvi-body[data-bvi-theme='black'] .select2-container--default .select2-selection--single,
html body.bvi-body[data-bvi-theme='black'] .select2-container--default .select2-results__option[aria-selected=true],
html body.bvi-body[data-bvi-theme='black'] .select2-dropdown,
html body.bvi-body[data-bvi-theme='black'] .search-filter .white-block.filter-bar .white-block-content:nth-child(2) ul li .active i,
html body.bvi-body[data-bvi-theme='black'] .search-filter i,
html body.bvi-body[data-bvi-theme='black'] .search_bar form input,
html body.bvi-body[data-bvi-theme='black'] .form-control,
html body.bvi-body[data-bvi-theme='black'] .pagination > li > a,
html body.bvi-body[data-bvi-theme='black'] .pagination > li > span,
html body.bvi-body[data-bvi-theme='black'] .pagination > .disabled > span,
html body.bvi-body[data-bvi-theme='black'] .search_bar .dropdown button i,
html body.bvi-body[data-bvi-theme='black'] .white-title i,
html body.bvi-body[data-bvi-theme='black'] .search_bar .dropdown .dropdown-menu li .category_mega_menu_wrap,
html body.bvi-body[data-bvi-theme='black'] .search-filter .white-block.filter-bar .white-block-content:nth-child(2) > ul > li,
html body.bvi-body[data-bvi-theme='black'] .modal-content,
html body.bvi-body[data-bvi-theme='black'] .bootstrap-table .table tbody tr td,
html body.bvi-body[data-bvi-theme='black'] .search-filter .white-block .white-block-content .view-more,
html body.bvi-body[data-bvi-theme='black'] .panel-group .panel-default .panel-heading,
html body.bvi-body[data-bvi-theme='black'] .bvi.bvi-panel,
html body.bvi-body[data-bvi-theme='black'] .btnInf
{
    background: #000000;
    background-image: none;
    /*box-shadow: none !important;*/
    /*text-shadow: none !important;*/
    border-color: #ffffff;
    color: #ffffff;
    /*fill: #ffffff !important;*/
}

html body.bvi-body[data-bvi-theme='black'] * .bvi-hide {
    display: none !important;
}

html body.bvi-body[data-bvi-theme='black'] * .bvi-show-block {
    display: block !important;
}

html body.bvi-body[data-bvi-theme='black'] * .bvi-show-inline-block {
    display: inline-block !important;
}

html body.bvi-body[data-bvi-theme='black'] *:after {
    background: #000000;
    /*background-image: none !important;*/
    color: #ffffff;
    /*box-shadow: none !important;*/
    /*text-shadow: none !important;*/
    border-color: #ffffff;
}

html body.bvi-body[data-bvi-theme='black'] .filter-wrap .filter-categories li a.current-category::after {
    background: #ffffff;
}

html body.bvi-body[data-bvi-theme='black'] .filter-wrap .filter-categories li a::before{
    /*background-color: #000000 !important;*/
    background: #000000;
    /*background-image: none !important;*/
    /*color: #ffffff !important;*/
    /*box-shadow: none !important;*/
    /*text-shadow: none !important;*/
    border-color: #ffffff;
}

html body.bvi-body[data-bvi-theme='black'] *::selection,
html body.bvi-body[data-bvi-theme='black'] #product_search .apply_filter {
    background-color: #ffffff;
    color: #000000;
}

html body.bvi-body[data-bvi-theme='black'] .select2-container--default .select2-selection--single .select2-selection__rendered,
html body.bvi-body[data-bvi-theme='black'] h1,
html body.bvi-body[data-bvi-theme='black'] h2,
html body.bvi-body[data-bvi-theme='black'] h3,
html body.bvi-body[data-bvi-theme='black'] h4,
html body.bvi-body[data-bvi-theme='black'] h5,
html body.bvi-body[data-bvi-theme='black'] h6,
html body.bvi-body[data-bvi-theme='black'] a,
html body.bvi-body[data-bvi-theme='black'] .categories .owl-item .category-item p a,
html body.bvi-body[data-bvi-theme='black'] .categories .owl-item .category-item h5 a,
html body.bvi-body[data-bvi-theme='black'] .white-block.product-box .white-block-content h4 a,
html body.bvi-body[data-bvi-theme='black'] .white-title .nav-tabs li.active a,
html body.bvi-body[data-bvi-theme='black'] .search_bar .dropdown .dropdown-menu li a,
html body.bvi-body[data-bvi-theme='black'] .widget-footer .white-block.widget_compare_custom_menu ul li a,
html body.bvi-body[data-bvi-theme='black'] .breadcrumbs-section .breadcrumbs li,
html body.bvi-body[data-bvi-theme='black'] label,
html body.bvi-body[data-bvi-theme='black'] p,
html body.bvi-body[data-bvi-theme='black'] .text-primary,
html body.bvi-body[data-bvi-theme='black'] .white-block.product-box .white-block-price .product-meta span,
html body.bvi-body[data-bvi-theme='black'] .has-error .help-block,
html body.bvi-body[data-bvi-theme='black']  #leave-comment-button i,
html body.bvi-body[data-bvi-theme='black'] .bootstrap-table .table thead tr th .th-inner i,
html[lang="he"] body.bvi-body[data-bvi-theme='black'] .breadcrumbs-section .breadcrumbs li:nth-last-child(2):after,
html body.bvi-body[data-bvi-theme='black'] #price_alert_btn,
html body.bvi-body[data-bvi-theme='black'] .bootstrap-table .table tbody tr td:not(.shipping) a,
html body.bvi-body[data-bvi-theme='black'] .panel-group .panel-default .panel-collapse .panel-body ul li a,
html body.bvi-body[data-bvi-theme='black'] * a.list-group-item.active,
html body.bvi-body[data-bvi-theme='black'] .search_bar .dropdown .dropdown-menu li a span
{
    color: #ffffff;
    /*
      &:active {
        color: none !important;
      }
      &:link {
        color: none !important;
      }
      &:visited {
        color: none !important;
      }
      */
}

html body.bvi-body[data-bvi-theme='black'] * a.active,
html body.bvi-body[data-bvi-theme='black'] * label.active {
    color: #000000;
    /*background-color: #ffffff;*/
}

html body.bvi-body[data-bvi-theme='black'] .nav-tabs > li.active > a,
html body.bvi-body[data-bvi-theme='black'] .nav-tabs > li.active > a:hover,
html body.bvi-body[data-bvi-theme='black'] .nav-tabs > li.active > a:focus {
    background-color: #000000;
}

html body.bvi-body[data-bvi-theme='black'] * a:hover *,
html body.bvi-body[data-bvi-theme='black'] * label:hover * {
    /*color: #000000 !important;*/
    /*background-color: #ffffff !important;*/
}

html body.bvi-body[data-bvi-theme='black'] #product_search .apply_filter,
html body.bvi-body[data-bvi-theme='black'] * button,
html body.bvi-body[data-bvi-theme='black'] * input[type="submit"],
html body.bvi-body[data-bvi-theme='black'] * input[type="button"]{
    color: #000000;
    /*background: #ffffff !important;*/
}

html body.bvi-body[data-bvi-theme='black'] .select2-container--default .select2-results__option--highlighted[aria-selected],
html body.bvi-body[data-bvi-theme='black'] .dropdown-menu > li > a:hover,
html body.bvi-body[data-bvi-theme='black'] .dropdown-menu > li > a:focus,
html body.bvi-body[data-bvi-theme='black'] * button:hover.active,
html body.bvi-body[data-bvi-theme='black'] .noUi-connect,
html body.bvi-body[data-bvi-theme='black'] .noUi-handle,
html body.bvi-body[data-bvi-theme='black'] * input[type="button"]:hover.active,
html body.bvi-body[data-bvi-theme='black'] * input[type="submit"]:hover.active,
html body.bvi-body[data-bvi-theme='black'] * button[type="submit"]:hover.active,
html body.bvi-body[data-bvi-theme='black'] * button[type="button"]:hover.active {
    color: #000000 !important;
    background: #ffffff !important;
}

html body.bvi-body[data-bvi-theme='black'] .search_bar .dropdown .dropdown-menu li a.menu__mainLink:hover,
html body.bvi-body[data-bvi-theme='black'] .search_bar .dropdown .dropdown-menu li a.menu__mainLink:focus,
html body.bvi-body[data-bvi-theme='black'] .search_bar .dropdown .dropdown-menu li a.menu__mainLink:hover span,
html body.bvi-body[data-bvi-theme='black'] .search_bar .dropdown .dropdown-menu li a.menu__mainLink:focus span,
/*html body.bvi-body[data-bvi-theme='black'] .search_bar .dropdown .dropdown-menu li.open a.menu__mainLink,*/
/*html body.bvi-body[data-bvi-theme='black'] .search_bar .dropdown .dropdown-menu li.open a.menu__mainLink span,*/
html body.bvi-body[data-bvi-theme='black'] * button:hover,
html body.bvi-body[data-bvi-theme='black'] * button:focus,
html body.bvi-body[data-bvi-theme='black'] * input[type="button"]:hover,
html body.bvi-body[data-bvi-theme='black'] * input[type="button"]:focus,
html body.bvi-body[data-bvi-theme='black'] * input[type="submit"]:hover,
html body.bvi-body[data-bvi-theme='black'] * input[type="submit"]:focus,
html body.bvi-body[data-bvi-theme='black'] * button[type="submit"]:hover,
html body.bvi-body[data-bvi-theme='black'] * button[type="submit"]:focus,
html body.bvi-body[data-bvi-theme='black'] * button[type="button"]:hover,
html body.bvi-body[data-bvi-theme='black'] * button[type="button"]:focus
{
    color: #000000 !important;
    background: #ffffff !important;
    /*text-decoration: underline !important;*/
}

html body.bvi-body[data-bvi-theme='black'] * button:hover *,
html body.bvi-body[data-bvi-theme='black'] * input[type="button"]:hover *,
html body.bvi-body[data-bvi-theme='black'] * input[type="submit"]:hover *,
html body.bvi-body[data-bvi-theme='black'] * button[type="submit"]:hover *,
html body.bvi-body[data-bvi-theme='black'] * button[type="button"]:hover * {
    color: #000000 !important;
    background: #ffffff !important;
    /*text-decoration: underline !important;*/
}

html body.bvi-body[data-bvi-theme='blue'] {
    background-color: #9DD1FF !important;
    /*fill: #063462 !important;*/
}

html body.bvi-body[data-bvi-theme='blue'] .table > tbody > tr > td,
html body.bvi-body[data-bvi-theme='blue'] #dropdownMenu1,
html body.bvi-body[data-bvi-theme='blue'] .filter-wrap > .white-block-content,
html body.bvi-body[data-bvi-theme='blue'] .single-product .white-block:nth-child(1) .white-block-content,
html body.bvi-body[data-bvi-theme='blue'] .bootstrap-table .table,
html body.bvi-body[data-bvi-theme='blue'] .bootstrap-table .table thead tr th .th-inner,
html body.bvi-body[data-bvi-theme='blue'] .bootstrap-table .table thead tr th .th-inner i,
html body.bvi-body[data-bvi-theme='blue'] .bootstrap-table .table thead,
html body.bvi-body[data-bvi-theme='blue'] .white-title .white-block-border,
html body.bvi-body[data-bvi-theme='blue'] .single-product .table-detail .row-detail,
html body.bvi-body[data-bvi-theme='blue'] .bootstrap-table .table tbody tr,
html body.bvi-body[data-bvi-theme='blue'] hr,
html body.bvi-body[data-bvi-theme='blue'] .single-product .table-detail .row-detail .attr_row,
html body.bvi-body[data-bvi-theme='blue'] .panel-group .panel-default,
html body.bvi-body[data-bvi-theme='blue'] .panel-group .panel-default.panel-category-style .panel-heading .panel-title,
html[lang="he"] body.bvi-body[data-bvi-theme='blue'] .panel-group .panel-default.panel-category-style .panel-heading .panel-title a[data-toggle="collapse"],
html body.bvi-body[data-bvi-theme='blue'] #product_search .filter_row_price input,
html body.bvi-body[data-bvi-theme='blue'] .modal-header,
html body.bvi-body[data-bvi-theme='blue'] .modal-footer,
html body.bvi-body[data-bvi-theme='blue'] .list-group-item{
    border-color: #063462;
}

html body.bvi-body[data-bvi-theme='blue'] .category_mega_menu_wrap,
html body.bvi-body[data-bvi-theme='blue'] input[type="text"],
html body.bvi-body[data-bvi-theme='blue'] input[type="email"],
html body.bvi-body[data-bvi-theme='blue'] input[type="url"],
html body.bvi-body[data-bvi-theme='blue'] .search_bar .dropdown .dropdown-menu li a,
html body.bvi-body[data-bvi-theme='blue'] .widget-footer .white-block.widget_compare_custom_menu ul li a,
html body.bvi-body[data-bvi-theme='blue'] .dropdown-menu,
html body.bvi-body[data-bvi-theme='blue'] .single-product .widget-footer .widget-title:before,
html body.bvi-body[data-bvi-theme='blue'] .widget-footer .widget-title:before,
html body.bvi-body[data-bvi-theme='blue'] .noUi-background,
html body.bvi-body[data-bvi-theme='blue'] .bvi.bvi-panel,
html body.bvi-body[data-bvi-theme='blue'] .mobile__head,
html body.bvi-body[data-bvi-theme='blue'] .list-group-item {
    background: #9DD1FF;
}

html body.bvi-body[data-bvi-theme='blue'],
html body.bvi-body[data-bvi-theme='blue'] section,
html body.bvi-body[data-bvi-theme='blue'] header,
html body.bvi-body[data-bvi-theme='blue'] .dim,
html body.bvi-body[data-bvi-theme='blue'] .breadcrumbs-section,
html body.bvi-body[data-bvi-theme='blue'] .btn,
html body.bvi-body[data-bvi-theme='blue'] .white-block,
html body.bvi-body[data-bvi-theme='blue'] .white-title,
html body.bvi-body[data-bvi-theme='blue'] .single-product .widget-footer,
html body.bvi-body[data-bvi-theme='blue'] .widget-footer,
html body.bvi-body[data-bvi-theme='blue'] .select2-container--default .select2-selection--single,
html body.bvi-body[data-bvi-theme='blue'] .select2-container--default .select2-results__option[aria-selected=true],
html body.bvi-body[data-bvi-theme='blue'] .select2-dropdown,
html body.bvi-body[data-bvi-theme='blue'] .search-filter .white-block.filter-bar .white-block-content:nth-child(2) ul li .active i,
html body.bvi-body[data-bvi-theme='blue'] .search-filter i,
html body.bvi-body[data-bvi-theme='blue'] .search_bar form input,
html body.bvi-body[data-bvi-theme='blue'] .form-control,
html body.bvi-body[data-bvi-theme='blue'] .pagination > li > a,
html body.bvi-body[data-bvi-theme='blue'] .pagination > li > span,
html body.bvi-body[data-bvi-theme='blue'] .pagination > .disabled > span,
html body.bvi-body[data-bvi-theme='blue'] .search_bar .dropdown button i,
html body.bvi-body[data-bvi-theme='blue'] .white-title i,
html body.bvi-body[data-bvi-theme='blue'] .search_bar .dropdown .dropdown-menu li .category_mega_menu_wrap,
html body.bvi-body[data-bvi-theme='blue'] .search-filter .white-block.filter-bar .white-block-content:nth-child(2) > ul > li,
html body.bvi-body[data-bvi-theme='blue'] .modal-content,
html body.bvi-body[data-bvi-theme='blue'] .bootstrap-table .table tbody tr td,
html body.bvi-body[data-bvi-theme='blue'] .search-filter .white-block .white-block-content .view-more,
html body.bvi-body[data-bvi-theme='blue'] .panel-group .panel-default .panel-heading,
html body.bvi-body[data-bvi-theme='blue'] .bvi.bvi-panel,
html body.bvi-body[data-bvi-theme='blue'] .btnInf
{
    background: #9DD1FF;
    /*background-image: none;*/
    /*box-shadow: none !important;*/
    /*text-shadow: none !important;*/
    border-color: #063462;
    color: #063462;
    /*fill: #063462 !important;*/
}

html body.bvi-body[data-bvi-theme='blue'] * .bvi-hide {
    display: none !important;
}

html body.bvi-body[data-bvi-theme='blue'] * .bvi-show-block {
    display: block !important;
}

html body.bvi-body[data-bvi-theme='blue'] * .bvi-show-inline-block {
    display: inline-block !important;
}

html body.bvi-body[data-bvi-theme='blue'] *:after {
    background: #9DD1FF;
    /*background-image: none !important;*/
    color: #063462;
    /*box-shadow: none !important;*/
    /*text-shadow: none !important;*/
    border-color: #063462;
}

html body.bvi-body[data-bvi-theme='blue'] .filter-wrap .filter-categories li a.current-category::after {
    background: #063462;
}

html body.bvi-body[data-bvi-theme='blue'] .filter-wrap .filter-categories li a::before {
    /*background-color: #9DD1FF !important;*/
    background: #9DD1FF;
    /*background-image: none !important;*/
    /*color: #063462 !important;*/
    /*box-shadow: none !important;*/
    /*text-shadow: none !important;*/
    border-color: #063462;
}

html body.bvi-body[data-bvi-theme='blue'] *::selection,
html body.bvi-body[data-bvi-theme='blue'] #product_search .apply_filter {
    background-color: #063462;
    color: #9DD1FF;
}

html body.bvi-body[data-bvi-theme='blue'] .select2-container--default .select2-selection--single .select2-selection__rendered,
html body.bvi-body[data-bvi-theme='blue'] h1,
html body.bvi-body[data-bvi-theme='blue'] h2,
html body.bvi-body[data-bvi-theme='blue'] h3,
html body.bvi-body[data-bvi-theme='blue'] h4,
html body.bvi-body[data-bvi-theme='blue'] h5,
html body.bvi-body[data-bvi-theme='blue'] h6,
html body.bvi-body[data-bvi-theme='blue'] a,
html body.bvi-body[data-bvi-theme='blue'] .categories .owl-item .category-item p a,
html body.bvi-body[data-bvi-theme='blue'] .categories .owl-item .category-item h5 a,
html body.bvi-body[data-bvi-theme='blue'] .white-block.product-box .white-block-content h4 a,
html body.bvi-body[data-bvi-theme='blue'] .white-title .nav-tabs li.active a,
html body.bvi-body[data-bvi-theme='blue'] .search_bar .dropdown .dropdown-menu li a,
html body.bvi-body[data-bvi-theme='blue'] .widget-footer .white-block.widget_compare_custom_menu ul li a,
html body.bvi-body[data-bvi-theme='blue'] .breadcrumbs-section .breadcrumbs li,
html body.bvi-body[data-bvi-theme='blue'] label,
html body.bvi-body[data-bvi-theme='blue'] p,
html body.bvi-body[data-bvi-theme='blue'] .text-primary,
html body.bvi-body[data-bvi-theme='blue'] .white-block.product-box .white-block-price .product-meta span,
html body.bvi-body[data-bvi-theme='blue'] .has-error .help-block,
html body.bvi-body[data-bvi-theme='blue']  #leave-comment-button i,
html body.bvi-body[data-bvi-theme='blue'] .bootstrap-table .table thead tr th .th-inner i,
html[lang="he"] body.bvi-body[data-bvi-theme='blue'] .breadcrumbs-section .breadcrumbs li:nth-last-child(2):after,
html body.bvi-body[data-bvi-theme='blue'] #price_alert_btn,
html body.bvi-body[data-bvi-theme='blue'] .bootstrap-table .table tbody tr td:not(.shipping) a,
html body.bvi-body[data-bvi-theme='blue'] .panel-group .panel-default .panel-collapse .panel-body ul li a,
html body.bvi-body[data-bvi-theme='blue'] * a.list-group-item.active,
html body.bvi-body[data-bvi-theme='blue'] .search_bar .dropdown .dropdown-menu li a span
{
    color: #063462;
    /*
      &:active {
        color: none !important;
      }
      &:link {
        color: none !important;
      }
      &:visited {
        color: none !important;
      }
      */
}

html body.bvi-body[data-bvi-theme='blue'] * a.active,
html body.bvi-body[data-bvi-theme='blue'] * label.active {
    color: #9DD1FF;
    /*background-color: #063462;*/
    /*text-decoration: underline !important;*/
}
html body.bvi-body[data-bvi-theme='blue'] .nav-tabs > li.active > a,
html body.bvi-body[data-bvi-theme='blue'] .nav-tabs > li.active > a:hover,
html body.bvi-body[data-bvi-theme='blue'] .nav-tabs > li.active > a:focus {
    /*color: #9DD1FF !important;*/
    background-color: #9DD1FF;
    /*text-decoration: underline;*/
}

html body.bvi-body[data-bvi-theme='blue'] * a:hover *,
html body.bvi-body[data-bvi-theme='blue'] * label:hover * {
    /*color: #9DD1FF !important;*/
    /*background-color: #063462 !important;*/
    /*text-decoration: underline !important;*/
}

html body.bvi-body[data-bvi-theme='blue'] * button,
html body.bvi-body[data-bvi-theme='blue'] * input[type="submit"],
html body.bvi-body[data-bvi-theme='blue'] * input[type="button"]{
    color: #9DD1FF;
    /*background: #063462 !important;*/
    /*text-decoration: underline !important;*/
}

html body.bvi-body[data-bvi-theme='blue'] .select2-container--default .select2-results__option--highlighted[aria-selected],
html body.bvi-body[data-bvi-theme='blue'] .dropdown-menu > li > a:hover,
html body.bvi-body[data-bvi-theme='blue'] .dropdown-menu > li > a:focus,
html body.bvi-body[data-bvi-theme='blue'] .noUi-connect,
html body.bvi-body[data-bvi-theme='blue'] .noUi-handle,
html body.bvi-body[data-bvi-theme='blue'] #product_search .apply_filter,
html body.bvi-body[data-bvi-theme='blue'] * button:hover.active,
html body.bvi-body[data-bvi-theme='blue'] * input[type="button"]:hover.active,
html body.bvi-body[data-bvi-theme='blue'] * input[type="submit"]:hover.active,
html body.bvi-body[data-bvi-theme='blue'] * button[type="submit"]:hover.active,
html body.bvi-body[data-bvi-theme='blue'] * button[type="button"]:hover.active {
    color: #9DD1FF !important;
    background: #063462 !important;
}

html body.bvi-body[data-bvi-theme='blue'] .search_bar .dropdown .dropdown-menu li a.menu__mainLink:hover,
html body.bvi-body[data-bvi-theme='blue'] .search_bar .dropdown .dropdown-menu li a.menu__mainLink:focus,
html body.bvi-body[data-bvi-theme='blue'] .search_bar .dropdown .dropdown-menu li a.menu__mainLink:hover span,
html body.bvi-body[data-bvi-theme='blue'] .search_bar .dropdown .dropdown-menu li a.menu__mainLink:focus span,
/*html body.bvi-body[data-bvi-theme='blue'] .search_bar .dropdown .dropdown-menu li.open a.menu__mainLink,*/
/*html body.bvi-body[data-bvi-theme='blue'] .search_bar .dropdown .dropdown-menu li.open a.menu__mainLink span,*/
html body.bvi-body[data-bvi-theme='blue'] * button:hover,
html body.bvi-body[data-bvi-theme='blue'] * button:focus,
html body.bvi-body[data-bvi-theme='blue'] * input[type="button"]:hover,
html body.bvi-body[data-bvi-theme='blue'] * input[type="button"]:focus,
html body.bvi-body[data-bvi-theme='blue'] * input[type="submit"]:hover,
html body.bvi-body[data-bvi-theme='blue'] * input[type="submit"]:focus,
html body.bvi-body[data-bvi-theme='blue'] * button[type="submit"]:hover,
html body.bvi-body[data-bvi-theme='blue'] * button[type="submit"]:focus,
html body.bvi-body[data-bvi-theme='blue'] * button[type="button"]:hover,
html body.bvi-body[data-bvi-theme='blue'] * button[type="button"]:focus {
    color: #9DD1FF !important;
    background: #063462 !important;
}

html body.bvi-body[data-bvi-theme='blue'] * button:hover *,
html body.bvi-body[data-bvi-theme='blue'] * input[type="button"]:hover *,
html body.bvi-body[data-bvi-theme='blue'] * input[type="submit"]:hover *,
html body.bvi-body[data-bvi-theme='blue'] * button[type="submit"]:hover *,
html body.bvi-body[data-bvi-theme='blue'] * button[type="button"]:hover * {
    color: #9DD1FF !important;
    background: #063462 !important;
}

html body.bvi-body[data-bvi-theme='brown'] .table > tbody > tr > td,
html body.bvi-body[data-bvi-theme='brown'] #dropdownMenu1,
html body.bvi-body[data-bvi-theme='brown'] .filter-wrap > .white-block-content,
html body.bvi-body[data-bvi-theme='brown'] .single-product .white-block:nth-child(1) .white-block-content,
html body.bvi-body[data-bvi-theme='brown'] .bootstrap-table .table,
html body.bvi-body[data-bvi-theme='brown'] .bootstrap-table .table thead tr th .th-inner,
html body.bvi-body[data-bvi-theme='brown'] .bootstrap-table .table thead tr th .th-inner i,
html body.bvi-body[data-bvi-theme='brown'] .bootstrap-table .table thead,
html body.bvi-body[data-bvi-theme='brown'] .white-title .white-block-border,
html body.bvi-body[data-bvi-theme='brown'] .single-product .table-detail .row-detail,
html body.bvi-body[data-bvi-theme='brown'] .bootstrap-table .table tbody tr,
html body.bvi-body[data-bvi-theme='brown'] hr,
html body.bvi-body[data-bvi-theme='brown'] .single-product .table-detail .row-detail .attr_row,
html body.bvi-body[data-bvi-theme='brown'] .panel-group .panel-default,
html body.bvi-body[data-bvi-theme='brown'] .panel-group .panel-default.panel-category-style .panel-heading .panel-title,
html[lang="he"] body.bvi-body[data-bvi-theme='brown'] .panel-group .panel-default.panel-category-style .panel-heading .panel-title a[data-toggle="collapse"],
html body.bvi-body[data-bvi-theme='brown'] #product_search .filter_row_price input,
html body.bvi-body[data-bvi-theme='brown'] .modal-header,
html body.bvi-body[data-bvi-theme='brown'] .modal-footer,
html body.bvi-body[data-bvi-theme='brown'] .list-group-item   {
    border-color: #4D4B43;
}

html body.bvi-body[data-bvi-theme='brown'] .category_mega_menu_wrap,
html body.bvi-body[data-bvi-theme='brown'] input[type="text"],
html body.bvi-body[data-bvi-theme='brown'] input[type="email"],
html body.bvi-body[data-bvi-theme='brown'] input[type="url"],
html body.bvi-body[data-bvi-theme='brown'] .search_bar .dropdown .dropdown-menu li a,
html body.bvi-body[data-bvi-theme='brown'] .widget-footer .white-block.widget_compare_custom_menu ul li a,
html body.bvi-body[data-bvi-theme='brown'] .dropdown-menu,
html body.bvi-body[data-bvi-theme='brown'] .single-product .widget-footer .widget-title:before,
html body.bvi-body[data-bvi-theme='brown'] .widget-footer .widget-title:before,
html body.bvi-body[data-bvi-theme='brown'] .noUi-background,
html body.bvi-body[data-bvi-theme='brown'] .bvi.bvi-panel,
html body.bvi-body[data-bvi-theme='brown'] .mobile__head,
html body.bvi-body[data-bvi-theme='brown'] .list-group-item {
    background: #F7F3D6;
}

html body.bvi-body[data-bvi-theme='brown'],
html body.bvi-body[data-bvi-theme='brown'] section,
html body.bvi-body[data-bvi-theme='brown'] header,
html body.bvi-body[data-bvi-theme='brown'] .dim,
html body.bvi-body[data-bvi-theme='brown'] .breadcrumbs-section,
html body.bvi-body[data-bvi-theme='brown'] .btn,
html body.bvi-body[data-bvi-theme='brown'] .white-block,
html body.bvi-body[data-bvi-theme='brown'] .white-title,
html body.bvi-body[data-bvi-theme='brown'] .single-product .widget-footer,
html body.bvi-body[data-bvi-theme='brown'] .widget-footer,
html body.bvi-body[data-bvi-theme='brown'] .select2-container--default .select2-selection--single,
html body.bvi-body[data-bvi-theme='brown'] .select2-container--default .select2-results__option[aria-selected=true],
html body.bvi-body[data-bvi-theme='brown'] .select2-dropdown,
html body.bvi-body[data-bvi-theme='brown'] .search-filter .white-block.filter-bar .white-block-content:nth-child(2) ul li .active i,
html body.bvi-body[data-bvi-theme='brown'] .search-filter i,
html body.bvi-body[data-bvi-theme='brown'] .search_bar form input,
html body.bvi-body[data-bvi-theme='brown'] .form-control,
html body.bvi-body[data-bvi-theme='brown'] .pagination > li > a,
html body.bvi-body[data-bvi-theme='brown'] .pagination > li > span,
html body.bvi-body[data-bvi-theme='brown'] .pagination > .disabled > span,
html body.bvi-body[data-bvi-theme='brown'] .search_bar .dropdown button i,
html body.bvi-body[data-bvi-theme='brown'] .white-title i,
html body.bvi-body[data-bvi-theme='brown'] .search_bar .dropdown .dropdown-menu li .category_mega_menu_wrap,
html body.bvi-body[data-bvi-theme='brown'] .search-filter .white-block.filter-bar .white-block-content:nth-child(2) > ul > li,
html body.bvi-body[data-bvi-theme='brown'] .modal-content,
html body.bvi-body[data-bvi-theme='brown'] .bootstrap-table .table tbody tr td,
html body.bvi-body[data-bvi-theme='brown'] .search-filter .white-block .white-block-content .view-more,
html body.bvi-body[data-bvi-theme='brown'] .panel-group .panel-default .panel-heading,
html body.bvi-body[data-bvi-theme='brown'] .bvi.bvi-panel,
html body.bvi-body[data-bvi-theme='brown'] .btnInf
{
    background: #F7F3D6;
    background-image: none;
    border-color: #4D4B43;
    color: #4D4B43;
}

html body.bvi-body[data-bvi-theme='brown'] * .bvi-hide {
    display: none !important;
}

html body.bvi-body[data-bvi-theme='brown'] * .bvi-show-block {
    display: block !important;
}

html body.bvi-body[data-bvi-theme='brown'] * .bvi-show-inline-block {
    display: inline-block !important;
}

html body.bvi-body[data-bvi-theme='brown'] *:after {
    background: #F7F3D6;
    /*background-image: none !important;*/
    color: #4D4B43;
    /*box-shadow: none !important;*/
    /*text-shadow: none !important;*/
    border-color: #4D4B43;
}

html body.bvi-body[data-bvi-theme='brown'] .filter-wrap .filter-categories li a.current-category::after {
    background: #4D4B43;
}

html body.bvi-body[data-bvi-theme='brown'] .filter-wrap .filter-categories li a::before{
    /*background-color: #F7F3D6 !important;*/
    background: #F7F3D6;
    /*background-image: none !important;*/
    /*color: #4D4B43 !important;*/
    /*box-shadow: none !important;*/
    /*text-shadow: none !important;*/
    border-color: #4D4B43;
}

html body.bvi-body[data-bvi-theme='brown'] *::selection,
html body.bvi-body[data-bvi-theme='brown'] #product_search .apply_filter {
    color: #F7F3D6;
}

html body.bvi-body[data-bvi-theme='brown'] .select2-container--default .select2-selection--single .select2-selection__rendered,
html body.bvi-body[data-bvi-theme='brown'] h1,
html body.bvi-body[data-bvi-theme='brown'] h2,
html body.bvi-body[data-bvi-theme='brown'] h3,
html body.bvi-body[data-bvi-theme='brown'] h4,
html body.bvi-body[data-bvi-theme='brown'] h5,
html body.bvi-body[data-bvi-theme='brown'] h6,
html body.bvi-body[data-bvi-theme='brown'] a,
html body.bvi-body[data-bvi-theme='brown'] .categories .owl-item .category-item p a,
html body.bvi-body[data-bvi-theme='brown'] .categories .owl-item .category-item h5 a,
html body.bvi-body[data-bvi-theme='brown'] .white-block.product-box .white-block-content h4 a,
html body.bvi-body[data-bvi-theme='brown'] .white-title .nav-tabs li.active a,
html body.bvi-body[data-bvi-theme='brown'] .search_bar .dropdown .dropdown-menu li a,
html body.bvi-body[data-bvi-theme='brown'] .widget-footer .white-block.widget_compare_custom_menu ul li a,
html body.bvi-body[data-bvi-theme='brown'] .white-title .nav-tabs li.active a,
html body.bvi-body[data-bvi-theme='brown'] .breadcrumbs-section .breadcrumbs li,
html body.bvi-body[data-bvi-theme='brown'] label,
html body.bvi-body[data-bvi-theme='brown'] p,
html body.bvi-body[data-bvi-theme='brown'] .text-primary,
html body.bvi-body[data-bvi-theme='brown'] .white-block.product-box .white-block-price .product-meta span,
html body.bvi-body[data-bvi-theme='brown'] .has-error .help-block,
html body.bvi-body[data-bvi-theme='brown']  #leave-comment-button i,
html body.bvi-body[data-bvi-theme='brown'] .bootstrap-table .table thead tr th .th-inner i,
html[lang="he"] body.bvi-body[data-bvi-theme='brown'] .breadcrumbs-section .breadcrumbs li:nth-last-child(2):after,
html body.bvi-body[data-bvi-theme='brown'] #price_alert_btn,
html body.bvi-body[data-bvi-theme='brown'] .bootstrap-table .table tbody tr td:not(.shipping) a,
html body.bvi-body[data-bvi-theme='brown'] .panel-group .panel-default .panel-collapse .panel-body ul li a,
html body.bvi-body[data-bvi-theme='brown'] * a.list-group-item.active,
html body.bvi-body[data-bvi-theme='brown'] .search_bar .dropdown .dropdown-menu li a span
{
    color: #4D4B43;
    /*
      &:active {
        color: none !important;
      }
      &:link {
        color: none !important;
      }
      &:visited {
        color: none !important;
      }
      */
}

html body.bvi-body[data-bvi-theme='brown'] * a.active,
html body.bvi-body[data-bvi-theme='brown'] * label.active {
    color: #F7F3D6;
    /*text-decoration: underline !important;*/
}

html body.bvi-body[data-bvi-theme='brown'] .nav-tabs > li.active > a,
html body.bvi-body[data-bvi-theme='brown'] .nav-tabs > li.active > a:hover,
html body.bvi-body[data-bvi-theme='brown'] .nav-tabs > li.active > a:focus {
    /*color: #F7F3D6 !important;*/
    background-color: #F7F3D6;
    /*text-decoration: underline !important;*/
    /*text-decoration: underline;*/
}

html body.bvi-body[data-bvi-theme='brown'] * a:hover *,
html body.bvi-body[data-bvi-theme='brown'] * label:hover * {
    /*color: #F7F3D6 !important;*/
    /*background-color: #4D4B43 !important;*/
    /*text-decoration: underline !important;*/
}

/*html body.bvi-body[data-bvi-theme='brown'] button:not(.close),*/
html body.bvi-body[data-bvi-theme='brown'] input[type="submit"],
html body.bvi-body[data-bvi-theme='brown'] input[type="button"] {
    color: #F7F3D6;
    /*background: #4D4B43 !important;*/
    /*text-decoration: underline !important;*/
}

html body.bvi-body[data-bvi-theme='brown'] .select2-container--default .select2-results__option--highlighted[aria-selected],
html body.bvi-body[data-bvi-theme='brown'] .dropdown-menu > li > a:hover,
html body.bvi-body[data-bvi-theme='brown'] .dropdown-menu > li > a:focus,
html body.bvi-body[data-bvi-theme='brown'] .noUi-connect,
html body.bvi-body[data-bvi-theme='brown'] .noUi-handle,
html body.bvi-body[data-bvi-theme='brown'] #product_search .apply_filter,
html body.bvi-body[data-bvi-theme='brown'] * button:hover.active,
html body.bvi-body[data-bvi-theme='brown'] * input[type="button"]:hover.active,
html body.bvi-body[data-bvi-theme='brown'] * input[type="submit"]:hover.active,
html body.bvi-body[data-bvi-theme='brown'] * button[type="submit"]:hover.active,
html body.bvi-body[data-bvi-theme='brown'] * button[type="button"]:hover.active {
    color: #F7F3D6 !important;
    background: #4D4B43 !important;
    /*background-color: #4D4B43 !important;*/
    /*text-decoration: underline !important;*/
}

html body.bvi-body[data-bvi-theme='brown'] .search_bar .dropdown .dropdown-menu li a.menu__mainLink:hover,
html body.bvi-body[data-bvi-theme='brown'] .search_bar .dropdown .dropdown-menu li a.menu__mainLink:focus,
html body.bvi-body[data-bvi-theme='brown'] .search_bar .dropdown .dropdown-menu li a.menu__mainLink:hover span,
html body.bvi-body[data-bvi-theme='brown'] .search_bar .dropdown .dropdown-menu li a.menu__mainLink:focus span,
/*html body.bvi-body[data-bvi-theme='brown'] .search_bar .dropdown .dropdown-menu li.open a.menu__mainLink,*/
/*html body.bvi-body[data-bvi-theme='brown'] .search_bar .dropdown .dropdown-menu li.open a.menu__mainLink span,*/
html body.bvi-body[data-bvi-theme='brown'] * button:hover,
html body.bvi-body[data-bvi-theme='brown'] * button:focus,
html body.bvi-body[data-bvi-theme='brown'] * input[type="button"]:hover,
html body.bvi-body[data-bvi-theme='brown'] * input[type="button"]:focus,
html body.bvi-body[data-bvi-theme='brown'] * input[type="submit"]:hover,
html body.bvi-body[data-bvi-theme='brown'] * input[type="submit"]:focus,
html body.bvi-body[data-bvi-theme='brown'] * button[type="submit"]:hover,
html body.bvi-body[data-bvi-theme='brown'] * button[type="submit"]:focus,
html body.bvi-body[data-bvi-theme='brown'] * button[type="button"]:hover,
html body.bvi-body[data-bvi-theme='brown'] * button[type="button"]:focus
{
    color: #F7F3D6 !important;
    background: #4D4B43 !important;
    /*background-color: #4D4B43 !important;*/
    /*text-decoration: underline !important;*/
}

html body.bvi-body[data-bvi-theme='brown'] * button:hover *,
html body.bvi-body[data-bvi-theme='brown'] * input[type="button"]:hover *,
html body.bvi-body[data-bvi-theme='brown'] * input[type="submit"]:hover *,
html body.bvi-body[data-bvi-theme='brown'] * button[type="submit"]:hover *,
html body.bvi-body[data-bvi-theme='brown'] * button[type="button"]:hover * {
    color: #F7F3D6 !important;
    background: #4D4B43 !important;
    /*background-color: #4D4B43 !important;*/
    /*text-decoration: underline !important;*/
}

html body.bvi-body[data-bvi-theme='white'] img
{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

html body.bvi-body[data-bvi-theme='green'] img,
html body.bvi-body[data-bvi-theme='black'] img {
    filter: invert(1);
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    -o-filter: invert(1);
    -ms-filter: invert(1)
}

html body.bvi-body[data-bvi-theme='blue'] img {
    -webkit-filter: hue-rotate(185deg);
    filter: hue-rotate(185deg);
}

html body.bvi-body[data-bvi-theme='brown'] img {
    -webkit-filter: sepia(50%);
    filter: sepia(50%);
}

html body.bvi-body[data-bvi-theme='green'] .table > tbody > tr > td,
html body.bvi-body[data-bvi-theme='green'] #dropdownMenu1,
html body.bvi-body[data-bvi-theme='green'] .filter-wrap > .white-block-content,
html body.bvi-body[data-bvi-theme='green'] .single-product .white-block:nth-child(1) .white-block-content,
html body.bvi-body[data-bvi-theme='green'] .bootstrap-table .table,
html body.bvi-body[data-bvi-theme='green'] .bootstrap-table .table thead tr th .th-inner,
html body.bvi-body[data-bvi-theme='green'] .bootstrap-table .table thead tr th .th-inner i,
html body.bvi-body[data-bvi-theme='green'] .bootstrap-table .table thead,
html body.bvi-body[data-bvi-theme='green'] .white-title .white-block-border,
html body.bvi-body[data-bvi-theme='green'] .single-product .table-detail .row-detail,
html body.bvi-body[data-bvi-theme='green'] .bootstrap-table .table tbody tr,
html body.bvi-body[data-bvi-theme='green'] hr,
html body.bvi-body[data-bvi-theme='green'] .single-product .table-detail .row-detail .attr_row,
html body.bvi-body[data-bvi-theme='green'] .panel-group .panel-default,
html body.bvi-body[data-bvi-theme='green'] .panel-group .panel-default.panel-category-style .panel-heading .panel-title,
html[lang="he"] body.bvi-body[data-bvi-theme='green'] .panel-group .panel-default.panel-category-style .panel-heading .panel-title a[data-toggle="collapse"],
html body.bvi-body[data-bvi-theme='green'] #product_search .filter_row_price input,
html body.bvi-body[data-bvi-theme='green'] .modal-header,
html body.bvi-body[data-bvi-theme='green'] .modal-footer,
html body.bvi-body[data-bvi-theme='green'] .list-group-item
{
    border-color: #A9E44D;
}

html body.bvi-body[data-bvi-theme='green'] .category_mega_menu_wrap,
html body.bvi-body[data-bvi-theme='green'] input[type="text"],
html body.bvi-body[data-bvi-theme='green'] input[type="email"],
html body.bvi-body[data-bvi-theme='green'] input[type="url"],
html body.bvi-body[data-bvi-theme='green'] .search_bar .dropdown .dropdown-menu li a,
html body.bvi-body[data-bvi-theme='green'] .widget-footer .white-block.widget_compare_custom_menu ul li a,
html body.bvi-body[data-bvi-theme='green'] .dropdown-menu,
html body.bvi-body[data-bvi-theme='green'] .single-product .widget-footer .widget-title:before,
html body.bvi-body[data-bvi-theme='green'] .widget-footer .widget-title:before,
html body.bvi-body[data-bvi-theme='green'] .noUi-background,
html body.bvi-body[data-bvi-theme='green'] .bvi.bvi-panel,
html body.bvi-body[data-bvi-theme='green'] .mobile__head,
html body.bvi-body[data-bvi-theme='green'] .list-group-item {
    background: #3B2716;
}

html body.bvi-body[data-bvi-theme='green'],
html body.bvi-body[data-bvi-theme='green'] section,
html body.bvi-body[data-bvi-theme='green'] header,
html body.bvi-body[data-bvi-theme='green'] .dim,
html body.bvi-body[data-bvi-theme='green'] .breadcrumbs-section,
html body.bvi-body[data-bvi-theme='green'] .btn,
html body.bvi-body[data-bvi-theme='green'] .white-block,
html body.bvi-body[data-bvi-theme='green'] .white-title,
html body.bvi-body[data-bvi-theme='green'] .single-product .widget-footer,
html body.bvi-body[data-bvi-theme='green'] .widget-footer,
html body.bvi-body[data-bvi-theme='green'] .select2-container--default .select2-selection--single,
html body.bvi-body[data-bvi-theme='green'] .select2-container--default .select2-results__option[aria-selected=true],
html body.bvi-body[data-bvi-theme='green'] .select2-dropdown,
html body.bvi-body[data-bvi-theme='green'] .search-filter .white-block.filter-bar .white-block-content:nth-child(2) ul li .active i,
html body.bvi-body[data-bvi-theme='green'] .search-filter i,
html body.bvi-body[data-bvi-theme='green'] .search_bar form input,
html body.bvi-body[data-bvi-theme='green'] .form-control,
html body.bvi-body[data-bvi-theme='green'] .pagination > li > a,
html body.bvi-body[data-bvi-theme='green'] .pagination > li > span,
html body.bvi-body[data-bvi-theme='green'] .pagination > .disabled > span,
html body.bvi-body[data-bvi-theme='green'] .search_bar .dropdown button i,
html body.bvi-body[data-bvi-theme='green'] .white-title i,
html body.bvi-body[data-bvi-theme='green'] .search_bar .dropdown .dropdown-menu li .category_mega_menu_wrap,
html body.bvi-body[data-bvi-theme='green'] .search-filter .white-block.filter-bar .white-block-content:nth-child(2) > ul > li,
html body.bvi-body[data-bvi-theme='green'] .modal-content,
html body.bvi-body[data-bvi-theme='green'] .bootstrap-table .table tbody tr td,
html body.bvi-body[data-bvi-theme='green'] .search-filter .white-block .white-block-content .view-more,
html body.bvi-body[data-bvi-theme='green'] .panel-group .panel-default .panel-heading,
html body.bvi-body[data-bvi-theme='green'] .bvi.bvi-panel,
html body.bvi-body[data-bvi-theme='green'] .btnInf
{
    /*background-color: #3B2716 !important;*/
    background: #3B2716;
    background-image: none;
    /*box-shadow: none !important;*/
    /*text-shadow: none !important;*/
    border-color: #A9E44D;
    color: #A9E44D;
    /*fill: #A9E44D !important;*/
}

html body.bvi-body[data-bvi-theme='green'] * .bvi-hide {
    display: none !important;
}

html body.bvi-body[data-bvi-theme='green'] * .bvi-show-block {
    display: block !important;
}

html body.bvi-body[data-bvi-theme='green'] * .bvi-show-inline-block {
    display: inline-block !important;
}

html body.bvi-body[data-bvi-theme='green'] *:after {
    background: #3B2716;
    /*background-image: none;*/
    color: #A9E44D;
    /*box-shadow: none !important;*/
    /*text-shadow: none !important;*/
    border-color: #A9E44D;
}

html body.bvi-body[data-bvi-theme='green'] .filter-wrap .filter-categories li a.current-category::after {
    background: #A9E44D;
}

html body.bvi-body[data-bvi-theme='green'] .filter-wrap .filter-categories li a::before{
    /*background-color: #3B2716 !important;*/
    background: #3B2716;
    /*background-image: none !important;*/
    /*color: #A9E44D !important;*/
    /*box-shadow: none !important;*/
    /*text-shadow: none !important;*/
    border-color: #A9E44D;
}

html body.bvi-body[data-bvi-theme='green'] *::selection,
html body.bvi-body[data-bvi-theme='white'] #product_search .apply_filter {
    color: #3B2716;
}

html body.bvi-body[data-bvi-theme='green'] .select2-container--default .select2-selection--single .select2-selection__rendered,
html body.bvi-body[data-bvi-theme='green'] h1,
html body.bvi-body[data-bvi-theme='green'] h2,
html body.bvi-body[data-bvi-theme='green'] h3,
html body.bvi-body[data-bvi-theme='green'] h4,
html body.bvi-body[data-bvi-theme='green'] h5,
html body.bvi-body[data-bvi-theme='green'] h6,
html body.bvi-body[data-bvi-theme='green'] a,
html body.bvi-body[data-bvi-theme='green'] .categories .owl-item .category-item p a,
html body.bvi-body[data-bvi-theme='green'] .categories .owl-item .category-item h5 a,
html body.bvi-body[data-bvi-theme='green'] .white-block.product-box .white-block-content h4 a,
html body.bvi-body[data-bvi-theme='green'] .white-title .nav-tabs li.active a,
html body.bvi-body[data-bvi-theme='green'] .search_bar .dropdown .dropdown-menu li a,
html body.bvi-body[data-bvi-theme='green'] .widget-footer .white-block.widget_compare_custom_menu ul li a,
html body.bvi-body[data-bvi-theme='green'] .breadcrumbs-section .breadcrumbs li,
html body.bvi-body[data-bvi-theme='green'] label,
html body.bvi-body[data-bvi-theme='green'] p,
html body.bvi-body[data-bvi-theme='green'] .text-primary,
html body.bvi-body[data-bvi-theme='green'] .white-block.product-box .white-block-price .product-meta span,
html body.bvi-body[data-bvi-theme='green'] .has-error .help-block,
html body.bvi-body[data-bvi-theme='green']  #leave-comment-button i,
html body.bvi-body[data-bvi-theme='green'] .bootstrap-table .table thead tr th .th-inner i,
html[lang="he"] body.bvi-body[data-bvi-theme='green'] .breadcrumbs-section .breadcrumbs li:nth-last-child(2):after,
html body.bvi-body[data-bvi-theme='green'] #price_alert_btn,
html body.bvi-body[data-bvi-theme='green'] .bootstrap-table .table tbody tr td:not(.shipping) a,
html body.bvi-body[data-bvi-theme='green'] .panel-group .panel-default .panel-collapse .panel-body ul li a,
html body.bvi-body[data-bvi-theme='green'] * a.list-group-item.active,
html body.bvi-body[data-bvi-theme='green'] .search_bar .dropdown .dropdown-menu li a span
{
    color: #A9E44D;
    /*text-decoration: underline !important;*/
    /*
      &:active {
        color: none !important;
      }
      &:link {
        color: none !important;
      }
      &:visited {
        color: none !important;
      }
      */
}

html body.bvi-body[data-bvi-theme='green'] * a.active,
html body.bvi-body[data-bvi-theme='green'] * label.active {
    color: #3B2716;
    /*text-decoration: underline !important;*/
}

html body.bvi-body[data-bvi-theme='green'] .nav-tabs > li.active > a,
html body.bvi-body[data-bvi-theme='green'] .nav-tabs > li.active > a:hover,
html body.bvi-body[data-bvi-theme='green'] .nav-tabs > li.active > a:focus {
    /*color: #3B2716 !important;*/
    background-color: #3B2716;
    /*text-decoration: underline !important;*/
    /*text-decoration: underline;*/
}

html body.bvi-body[data-bvi-theme='green'] * a:hover *,
html body.bvi-body[data-bvi-theme='green'] * label:hover * {
    /*color: #3B2716 !important;*/
    /*background-color: #A9E44D !important;*/
    /*text-decoration: underline !important;*/
}

/*html body.bvi-body[data-bvi-theme='green'] button:not(.close),*/
html body.bvi-body[data-bvi-theme='green'] input[type="submit"],
html body.bvi-body[data-bvi-theme='green'] input[type="button"] {
    color: #3B2716;
    /*background: #A9E44D !important;*/
    /*text-decoration: underline !important;*/
}

html body.bvi-body[data-bvi-theme='green'] .select2-container--default .select2-results__option--highlighted[aria-selected],
html body.bvi-body[data-bvi-theme='green'] .dropdown-menu > li > a:hover,
html body.bvi-body[data-bvi-theme='green'] .dropdown-menu > li > a:focus,
html body.bvi-body[data-bvi-theme='green'] .noUi-connect,
html body.bvi-body[data-bvi-theme='green'] .noUi-handle,
html body.bvi-body[data-bvi-theme='green'] #product_search .apply_filter,
html body.bvi-body[data-bvi-theme='green'] * button:hover.active,
html body.bvi-body[data-bvi-theme='green'] * input[type="button"]:hover.active,
html body.bvi-body[data-bvi-theme='green'] * input[type="submit"]:hover.active,
html body.bvi-body[data-bvi-theme='green'] * button[type="submit"]:hover.active,
html body.bvi-body[data-bvi-theme='green'] * button[type="button"]:hover.active {
    color: #3B2716 !important;
    background: #A9E44D !important;
    /*text-decoration: underline !important;*/
}

html body.bvi-body[data-bvi-theme='green'] .search_bar .dropdown .dropdown-menu li a.menu__mainLink:hover,
html body.bvi-body[data-bvi-theme='green'] .search_bar .dropdown .dropdown-menu li a.menu__mainLink:focus,
html body.bvi-body[data-bvi-theme='green'] .search_bar .dropdown .dropdown-menu li a.menu__mainLink:hover span,
html body.bvi-body[data-bvi-theme='green'] .search_bar .dropdown .dropdown-menu li a.menu__mainLink:focus span,
/*html body.bvi-body[data-bvi-theme='green'] .search_bar .dropdown .dropdown-menu li.open a.menu__mainLink,*/
/*html body.bvi-body[data-bvi-theme='green'] .search_bar .dropdown .dropdown-menu li.open a.menu__mainLink span,*/
html body.bvi-body[data-bvi-theme='green'] * button:hover,
html body.bvi-body[data-bvi-theme='green'] * button:focus,
html body.bvi-body[data-bvi-theme='green'] * input[type="button"]:hover,
html body.bvi-body[data-bvi-theme='green'] * input[type="button"]:focus,
html body.bvi-body[data-bvi-theme='green'] * input[type="submit"]:hover,
html body.bvi-body[data-bvi-theme='green'] * input[type="submit"]:focus,
html body.bvi-body[data-bvi-theme='green'] * button[type="submit"]:hover,
html body.bvi-body[data-bvi-theme='green'] * button[type="submit"]:focus,
html body.bvi-body[data-bvi-theme='green'] * button[type="button"]:hover,
html body.bvi-body[data-bvi-theme='green'] * button[type="button"]:focus
{
    color: #3B2716 !important;
    background: #A9E44D !important;
    /*text-decoration: underline !important;*/
}

html body.bvi-body[data-bvi-theme='green'] * button:hover *,
html body.bvi-body[data-bvi-theme='green'] * button:focus *,
html body.bvi-body[data-bvi-theme='green'] * input[type="button"]:hover *,
html body.bvi-body[data-bvi-theme='green'] * input[type="button"]:focus *,
html body.bvi-body[data-bvi-theme='green'] * input[type="submit"]:hover *,
html body.bvi-body[data-bvi-theme='green'] * input[type="submit"]:focus *,
html body.bvi-body[data-bvi-theme='green'] * button[type="submit"]:hover *,
html body.bvi-body[data-bvi-theme='green'] * button[type="submit"]:focus *,
html body.bvi-body[data-bvi-theme='green'] * button[type="button"]:hover *,
html body.bvi-body[data-bvi-theme='green'] * button[type="button"]:focus *
{
    color: #3B2716 !important;
    background: #A9E44D !important;
    /*text-decoration: underline !important;*/
}
/*
html body.bvi-body[data-bvi-images='true'] img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}*/

html body.bvi-body[data-bvi-images='false'] .bvi-img-off {
    border: 2px dashed !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    max-width: 100% !important;
    max-height: 100% !important;
    word-wrap: break-word !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

html body.bvi-body[data-bvi-images='grayscale'] .bvi-div-grayscale {
    position: relative;
    display: block;
}

html body.bvi-body[data-bvi-flash-iframe='true'] iframe,
html body.bvi-body[data-bvi-flash-iframe='true'] video,
html body.bvi-body[data-bvi-flash-iframe='true'] figure {
    display: block;
}

html body.bvi-body[data-bvi-flash-iframe='false'] iframe,
html body.bvi-body[data-bvi-flash-iframe='false'] video,
html body.bvi-body[data-bvi-flash-iframe='false'] figure {
    display: none;
}


html body.bvi-body .dropdown-menu li .category_mega_menu_wrap {
    border: 1px solid;
}

html body.bvi-body .search_bar .dropdown .dropdown-menu li a:hover{
    background: none;
}

html body.bvi-body  .search_bar .dropdown .dropdown-menu li a:hover span{
    background: none;
    background-color: #2885c8!important;
}

html body.bvi-body .search_bar .dropdown .dropdown-menu{
    left: 0;
    right: 0;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

html body.bvi-body .panel-group .panel-default.panel-category-style{
    border-width: 1px;
}

html body.bvi-body .search-filter .white-block-border {
    border: 1px solid whitesmoke;
    border-bottom: 0;
}

html body.bvi-body .search-filter .white-block.filter-bar .white-block-content:nth-child(2)>ul>li {
    float: right;
    margin-right: initial;
    line-height: 2;
}

html body.bvi-body .search_bar .dropdown .dropdown-menu li a:hover{
    border-right: 0;
}

html body.bvi-body .register-store input,
html body.bvi-body .main .white-block,
html body.bvi-body .white-title .white-block-border{
    border: 1px solid;
}

html body.bvi-body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent !important;
}