:root {
    --bs-body-line-height: 1.2;
    --bs-bottom-line-height: 1.2;
}

body {
    min-width: 320px;
}

#sp-header {
    background: #c5e600;
}

.offcanvas-inner .menu img {
    display: none;
}

#sp-menu .sp-menu-item {
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

#sp-menu .sp-menu-item img {
    /*max-height: 20px;*/
    flex: 0 0 auto;
    /*margin-right: 5px;*/
    /*margin-top: -2px;*/
}

#sp-menu .sp-menu-item.is-cart {
    display: none !important;
}

@media screen and (max-width: 990px) {
    .jbcard-header {
        margin-right: 15px;
    }
}

.jbcard-header__dropdown .dropdown-toggle {
    display: block !important;
    outline: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    border: 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    position: relative;
}

.jbcard-header__dropdown .dropdown-toggle img {
    max-height: 24px;
}

.jbcard-header__dropdown .dropdown-toggle .jbcart-module-total-items {
    display: block;
    position: absolute;
    height: 18px;
    text-align: center;
    padding: 0 3px;
    box-sizing: border-box;
    min-width: 18px;
    border-radius: 15px;
    background: #EC430F;
    top: -6px;
    /*right: -10px;*/
    font-size: 9px;
    color: #FFF;
    line-height: 18px;
    font-family: Arial, sans-serif;
}

.jbcard-header__dropdown .dropdown-toggle:after {
    display: none;
}

.jbcard-header__dropdown .dropdown-menu {
    margin-top: 18px !important;
    right: 0;
    left: auto;
    min-width: 240px;
    padding: 20px;
    box-sizing: border-box;
}

@media screen and (min-width: 680px) {
    .jbcard-header__dropdown .dropdown-menu {
        min-width: 340px;
    }
}

.jbcard-header__dropdown .dropdown-menu .jbcart-item-name {
    font-size: 14px;
    font-weight: 500;
}

.jbcard-header__dropdown .dropdown-menu .jbcart-item-delete {
    margin-left: 10px;
    font-size: 11px;
    padding: 5px 10px;
}

.jbcard-header__dropdown .dropdown-menu .jbcart-item-price {
    margin: 1px 0;
    line-height: 1.3;
}

.jbcard-header__dropdown .dropdown-menu .jbcart-module-line {
    line-height: 1.3;
    margin-bottom: 5px;
}

.jbcard-header__dropdown .dropdown-menu .jbcart-module-buttons {
    margin-top: 25px;
}

.jbcard-header__dropdown .dropdown-menu .jbcart-module-buttons .jbcart-module-gotocart {
    background-color: #b7cf4a;
    border-color: #b7cf4a;
}

.jbcard-header__dropdown .dropdown-menu .jbcart-module-buttons .jbcart-module-gotocart:hover {
    background-color: #c07a53;
    border-color: #c07a53;
}

a {
    color: #b7cf4a;
}

a:hover {
    color: #a4613c;
}

.uk-panel-title {
    color: #b7cf4a;
}

.uk-panel-title a {
    color: #b7cf4a;
}

.uk-panel-title a:hover {
    color: #a4613c;
}

.btn-success {
    background-color: #b7cf4a;
    border-color: #b7cf4a;
}

.btn-success:hover {
    background-color: #c07a53;
    border-color: #c07a53;
}

.sp-module-content-top .sp-module-title {
    text-align: center;
    margin-bottom: 24px;
}

.sp-module-content-top .sp-module + .sp-module {
    margin-top: 45px;
}

@media screen and (min-width: 981px) {
    .sp-module-content-top .sp-module + .sp-module {
        margin-top: 65px;
    }
}

@media screen and (min-width: 1081px) {
    .sp-module-content-top .sp-module + .sp-module {
        margin-top: 75px;
    }
}

.category-title {
    text-align: center;
    margin-bottom: 24px;
}

.jbzoo-grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: -16px;
}

.jbzoo-grid__item {
    padding: 16px;
    box-sizing: border-box;
    text-align: center;
}

.jbzoo-grid--col-1 .jbzoo-grid__item {
    width: 100%;
}

.jbzoo-grid--col-2 .jbzoo-grid__item {
    width: 100%;
}

@media screen and (min-width: 575px) {
    .jbzoo-grid--col-2 .jbzoo-grid__item {
        width: 50%;
    }
}

.jbzoo-grid--col-3 .jbzoo-grid__item {
    width: 100%;
}

@media screen and (min-width: 575px) {
    .jbzoo-grid--col-3 .jbzoo-grid__item {
        width: 50%;
    }
}

@media screen and (min-width: 991px) {
    .jbzoo-grid--col-3 .jbzoo-grid__item {
        width: 33.33333333%;
    }
}

.jbzoo-grid--col-s .jbzoo-grid__item {
    width: 100%;
}

@media screen and (min-width: 575px) {
    .jbzoo-grid--col-s .jbzoo-grid__item {
        width: 100%;
    }
}

@media screen and (min-width: 991px) {
    .jbzoo-grid--col-s .jbzoo-grid__item {
        width: 33.33333333%;
    }
}

.jbzoo-grid--col-4 .jbzoo-grid__item {
    width: 100%;
}

@media screen and (min-width: 575px) {
    .jbzoo-grid--col-4 .jbzoo-grid__item {
        width: 50%;
    }
}

@media screen and (min-width: 991px) {
    .jbzoo-grid--col-4 .jbzoo-grid__item {
        width: 33.33333333%;
    }
}

@media screen and (min-width: 1200px) {
    .jbzoo-grid--col-4 .jbzoo-grid__item {
        width: 25%;
    }
}

.goods-item__image {
    position: relative;
    display: block;
    text-decoration: none;
}

.goods-item__image img {
    display: block;
    width: 100%;
}

.goods-item__image a {
    display: block;
    text-decoration: none;
    z-index: 1;
}

.goods-item__fav {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.goods-item__fav .jbfavorite-buttons .jbfavorite-active {
    height: 21px;
}

.goods-item__fav .jbfavorite-buttons .jbfavorite-active .jbfavorite-active {
    display: block;
}

.goods-item__fav .jbfavorite-buttons .jbfavorite-active .btn-group {
    display: block;
}

.goods-item__fav .jbfavorite-buttons .jbfavorite-active .btn-group > a {
    display: none;
}

.goods-item__fav .jbfavorite-buttons .jbfavorite-active .btn-group .jsFavoriteToggle {
    display: block;
    outline: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    border: 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 21px;
    background: transparent url("../images/hearts-fill.svg") no-repeat 0 0;
    background-size: contain;
}

.goods-item__fav .jbfavorite-buttons .jbfavorite-active .btn-group .jsFavoriteToggle i {
    display: none;
}

.goods-item__fav .jbfavorite-buttons .jbfavorite-unactive .jsFavoriteToggle {
    display: block;
    outline: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    border: 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 21px;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    background: transparent url("../images/hearts.svg") no-repeat 0 0;
    background-size: contain;
}

.goods-item__compare {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
}

.goods-item__compare.goods-item__compare--has-fav {
    /*right: 50px;*/
    left: 10px;
    /*z-index: 9;*/
}

.goods-item__compare.goods-item__compare--has-fav img {
    width: 22px;
}

.goods-item__compare .jbcompare-buttons .jbcompare-active {
    height: 21px;
}

.goods-item__compare .jbcompare-buttons .jbcompare-active .jbfavorite-active {
    display: block;
}

.goods-item__compare .jbcompare-buttons .jbcompare-active .btn-group {
    display: block;
}

.goods-item__compare .jbcompare-buttons .jbcompare-active .btn-group > a {
    display: none;
}

.goods-item__compare .jbcompare-buttons .jbcompare-active .btn-group .jsCompareToggle {
    display: block;
    outline: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    border: 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 28px;
    height: 21px;
    background: transparent url("../images/compare.svg") no-repeat 0 0;
}

.goods-item__compare .jbcompare-buttons .jbcompare-active .btn-group .jsCompareToggle i {
    display: none;
}

.goods-item__compare .jbcompare-buttons .jbcompare-unactive .jsCompareToggle {
    display: block;
    outline: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    border: 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 28px;
    height: 21px;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    background: transparent url("../images/compare-fill.svg") no-repeat 0 0;
}

.goods-item__title a {
    font-size: 28px !important;
    line-height: 1.3 !important;
    color: inherit;
    font-weight: 800;
}
.goods-item:hover a,
.goods-item__title a:hover {
    color: #a4613c;
}
.goods-item__footer {
    background-color: #fff;
    border: 2px solid #eaeaea;
    border-top: none;
}
.goods-item__price {
    border-top: 2px solid #eaeaea;
}

.goods-item__meta {
    flex-grow: 1;
}

.goods-item__btn {
    line-height: 1;
    font-size: 16px;
    margin-top: 15px;
}

.goods-item__btn .jbprice-buttons {
    margin-top: 15px;
}

.goods-item__btn .jsRemoveFromCart {
    display: none;
}

.goods-item__btn .jbprice-value-price {
    font-size: 14px;
    position: relative;
    display: inline-block;
    line-height: 1;
    vertical-align: top;
    text-decoration: none !important;
    color: #616161;
}

.goods-item__btn .jbprice-value-price:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #616161;
    top: 11px;
    transform: translateY(-50%);
}

.b-tovar__image {
    margin-bottom: 24px;
}

.table-container {
    width: 100%;
    overflow-x: auto;
    margin: 1em 0;
}

.table-container table {
    border-collapse: collapse;
}

.table-container table td,
.table-container table th {
    padding: 16px 32px;
    border: 1px solid #EEF0F3;
}

.table-container table th {
    font-weight: 400;
    background: #EADDD4;
}

@media screen and (min-width: 992px) {
    .goods-full {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.goods-full__gallery {
    margin-bottom: 40px;
    overflow: hidden;
}

@media screen and (min-width: 992px) {
    .goods-full__gallery {
        flex: 1 1 auto;
        margin-bottom: 0;
    }
}

.goods-full__gallery .lSSlideWrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: 50% top;
}

@media screen and (min-width: 991px) {
    .goods-full__main {
        width: 384px;
        flex: 0 0 384px;
    }
}

.goods-full__price {
    line-height: 1;
    font-size: 20px;
    margin-top: 24px;
}

.goods-full__price .element-label {
    margin-top: 24px;
    font-size: 18px;
    color: #313131;
    display: block;
    margin-bottom: 5px;
}

.goods-full__price .jbprice-tmpl-default {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 575px) {
    .goods-full__price .jbprice-tmpl-default {
        flex-flow: row wrap;
    }
}

@media screen and (max-width: 575px) {
    .goods-full__price .jbprice-tmpl-default .jbprice-value {
        width: 100%;
        margin-bottom: 15px;
    }
}

.goods-full__price .jbprice-tmpl-default .jbprice-select {
    margin-left: 40px;
    flex: 1 1 auto;
    margin-right: 15px;
}

@media screen and (max-width: 575px) {
    .goods-full__price .jbprice-tmpl-default .jbprice-select {
        margin-left: 0;
        margin-right: 40px;
    }
}

.goods-full__price .jbprice-tmpl-default .jbprice-select select {
    height: 50px;
}

.goods-full__price .jbprice-value-price {
    font-size: 14px;
    position: relative;
    display: inline-block;
    line-height: 1;
    vertical-align: top;
    text-decoration: none !important;
    color: #616161;
}

@media screen and (max-width: 575px) {
    .goods-full__price .jbprice-value-price {
        width: 100%;
        margin-bottom: 15px;
    }
}

.goods-full__price .jbprice-value-price:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #616161;
    top: 11px;
    transform: translateY(-50%);
}

.goods-full__price .jbprice-description {
    font-size: 18px;
}

.goods-full__price .jbprice-buttons .btn {
    padding: 12px 15px;
}

.goods-full__description {
    margin-top: 24px;
}

.goods-full__description .accordion-body {
    font-size: 16px;
}

.goods-full__related {
    margin-top: 48px;
}

.jbzoo.jbzoo-view-item .jbzoo-item .element-jbrelatedauto .jbimage {
    box-shadow: none !important;
}

.jbzoo .jbcart-item-image {
    object-fit: cover;
    object-position: 50% top;
}

.s-block {
    display: flex;
    justify-content: space-between;
    margin: -16px;
}

.s-block__cell {
    padding: 16px;
}

.s-block__item {
    cursor: pointer;
    flex-grow: 1;
    padding: 45px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F9F9F9;
    height: 100%;
    transition: background-color 0.3s;
}

@media (max-width: 768px) {
    .s-block__item {
        padding: 35px 10px;
    }
}

.s-block__item:last-child {
    margin-right: 0;
}

.s-block__item:hover {
    background-color: rgba(147, 147, 147, 0.2);
}

.s-block__item-title {
    font-weight: normal;
    margin-bottom: 4rem;
    color: #1E2227;
    position: relative;
}

.s-block__item-title:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: calc(50% - 15px);
    bottom: -24px;
}

.s-block__item-text {
    text-align: center;
    line-height: 1.36;
    font-size: 16px;
    color: #333;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
}

@media screen and (min-width: 1200px) {
    .s-block__item-text {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .s-block {
        flex-direction: column;
    }

    .s-block__item-text {
        font-size: 20px;
    }
}

#sp-title .hero-slider .uk-grid.uk-grid-collapse {
    position: relative;
}

#sp-title .hero-slider .uk-grid.uk-grid-collapse > .uk-text-center:nth-child(1) {
    position: relative;
    z-index: 1;
}

#sp-title .hero-slider .uk-grid.uk-grid-collapse > .uk-width-1-1:nth-child(2) {
    top: 100px;
    bottom: 100px;
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

#sp-title .hero-slider .uk-grid.uk-grid-collapse > .uk-width-1-1:nth-child(2) > .uk-panel-body {
    margin: auto;
    width: 100%;
}

@media (min-width: 576px) {
    #sp-title .hero-slider .uk-grid.uk-grid-collapse > .uk-width-1-1:nth-child(2) > .uk-panel-body {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    #sp-title .hero-slider .uk-grid.uk-grid-collapse > .uk-width-1-1:nth-child(2) > .uk-panel-body {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    #sp-title .hero-slider .uk-grid.uk-grid-collapse > .uk-width-1-1:nth-child(2) > .uk-panel-body {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    #sp-title .hero-slider .uk-grid.uk-grid-collapse > .uk-width-1-1:nth-child(2) > .uk-panel-body {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    #sp-title .hero-slider .uk-grid.uk-grid-collapse > .uk-width-1-1:nth-child(2) > .uk-panel-body {
        max-width: 1320px;
    }
}

#sp-title .hero-slider .uk-grid.uk-grid-collapse > .uk-width-1-1:nth-child(2) > .uk-panel-body .uk-button {
    padding: 0 30px;
    background-color: #b7cf4a;
    border-color: #b7cf4a;
    line-height: 62px;
    min-height: 62px;
    font-size: 20px;
    color: #FFF;
}

#sp-title .hero-slider .uk-grid.uk-grid-collapse > .uk-width-1-1:nth-child(2) > .uk-panel-body .uk-button:hover {
    background-color: #c07a53;
    border-color: #c07a53;
}

.b-tovar__title,
.goods-full__title {
    color: #b7cf4a;
}

@media screen and (min-width: 991px) {
    .b-tovar__title,
    .goods-full__title {
        margin-bottom: 45px;
    }
}

#sp-footer,
#sp-bottom {
    background: #FFF;
    color: #000;
    font-size: 18px;
    line-height: var(--bs-bottom-line-height);
}

#sp-footer .sp-module .sp-module-title,
#sp-bottom .sp-module .sp-module-title {
    color: #000;
}

#sp-footer .sp-module ul > li,
#sp-bottom .sp-module ul > li {
    margin-bottom: 10px;
}

#sp-footer .sp-module ul > li:last-child,
#sp-bottom .sp-module ul > li:last-child {
    margin-bottom: 0;
}

#sp-footer a,
#sp-bottom a {
    color: #b7cf4a;
}

#sp-footer a:active,
#sp-bottom a:active,
#sp-footer a:focus,
#sp-bottom a:focus,
#sp-footer a:hover,
#sp-bottom a:hover {
    color: #a4613c;
}

#sp-bottom3 p {
    margin: 0 0 10px;
}

#sp-bottom3 p:last-child {
    margin-bottom: 0;
}

.logo-image {
    height: 45px !important;
}

@media screen and (min-width: 991px) {
    .logo-image {
        height: 65px !important;
    }
}

.footer__action-title {
    margin-top: 25px;
}

label.jbfilter-label {
    font-size: 1rem;
    margin-bottom: .25rem;
}

.header-modules {
    margin-left: 0;
}

@media screen and (min-width: 991px) {
    .header-modules {
        margin-left: 20px;
    }
}

.contacts-item__title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 32px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
}

.contacts-item__title::before,
.contacts-item__title::after {
    content: '';
    flex: 1;
    display: block;
    height: 1px;
    background: #EEF0F3;
}

.contacts-item__title::before {
    margin-right: 12px;
}

.contacts-item__title::after {
    margin-left: 12px;
}

@media screen and (min-width: 991px) {
    .contacts-item__grid {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and (min-width: 991px) {
    .contacts-item__main {
        width: 50%;
        padding-right: 20px;
        box-sizing: border-box;
    }
}

.contacts-item__name {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
    margin-top: 0;
    font-weight: 400;
    color: #887568;
}

.contacts-item__desc {
    font-size: 15px;
    line-height: 22px;
    color: #b7cf4a;
    margin-bottom: 32px;
}

.contacts-item__time {
    margin: 0 0 32px;
    font-weight: 300;
    color: #b7cf4a;
}

.contacts-item__time span {
    color: #887568;
}

.contacts-item__footer {
    color: #b7cf4a;
}

.contacts-item__footer a {
    color: #b7cf4a;
}

.contacts-item__footer a:hover {
    color: #a4613c;
}

.contacts-item__footer > div {
    display: inline-block;
    vertical-align: top;
}

.contacts-item__phone a {
    color: #887568;
    text-decoration: none !important;
    transition: color 0.3s ease;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.contacts-item__phone a::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: -4px;
    top: -2px;
    bottom: -2px;
    width: 0;
    background: #EADDD4;
    transition: width 0.3s;
}

.contacts-item__phone a:active,
.contacts-item__phone a:focus,
.contacts-item__phone a:hover {
    color: #b7cf4a;
}

.contacts-item__phone a:active::after,
.contacts-item__phone a:focus::after,
.contacts-item__phone a:hover::after {
    width: 70%;
}

.contacts-item__phone::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 24px;
    margin: 0 12px;
    background: #EEF0F3;
}

.contacts-item__s {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.contacts-item__s > span + span {
    margin-left: 20px;
}

.contacts-item__s a {
    transition: color 0.3s ease;
    text-decoration: none !important;
}

.contacts-item__map {
    width: 100%;
    margin-top: 20px;
}

@media screen and (min-width: 991px) {
    .contacts-item__map {
        width: 50%;
        padding-left: 20px;
        box-sizing: border-box;
    }
}

.jbzoo.jbzoo-app-kontakty .row {
    margin-bottom: 45px;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: rgba(206, 151, 120, 0.15);
}

.accordion-button:not(.collapsed):after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0iI0NFOTc3OCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Ii8+PC9zdmc+);
}

.accordion-button:focus {
    border-color: #b7cf4a;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(206, 151, 120, 0.25);
}

.pagination {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 25px -15px 0;
    padding: 10px 15px;
}

.pagination .page-item.active .page-link {
    background: #b7cf4a;
    border-color: #b7cf4a;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.pagination .page-item.active .page-link:hover {
    background-color: #c07a53;
    border-color: #c07a53;
}

.pagination .page-item .page-link:focus {
    box-shadow: 0 0 0 0.25rem rgba(206, 151, 120, 0.25);
}

.overflowscrolling .pagination {
    overflow-x: scroll;
}

body.ebdarkmodecolor .burger-icon > span {
    background-color: #fff !important;
}

body.ebdarkmodecolor .jbcard-header__dropdown .dropdown-toggle .jbcart-module-total-items {
    background-color: #EC430F !important;
}

body.ebdarkmodecolor ul.uk-slideshow li p {
    background-color: transparent !important;
}

body.ebdarkmodecolor a.uk-button {
    color: #fff !important;
}

body.ebdarkmodecolor a.s-block__item {
    background-color: transparent !important;
}

body.ebdarkmodecolor .offcanvas-menu {
    background-color: #000 !important;
}

body.ebdarkmodecolor .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler,
body.ebdarkmodecolor .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
    color: rgba(255, 255, 255, 0.5);
}

body.ebdarkmodecolor .jbzoo.jbzoo-view-category .category .title-count {
    color: #fff;
    opacity: 0.7;
}

body.ebdarkmodecolor ul.pagination li.page-item a {
    background-color: transparent !important;
}

body.ebdarkmodecolor input[type="text"]:not(.form-control),
body.ebdarkmodecolor input[type="email"]:not(.form-control),
body.ebdarkmodecolor input[type="url"]:not(.form-control),
body.ebdarkmodecolor input[type="date"]:not(.form-control),
body.ebdarkmodecolor input[type="password"]:not(.form-control),
body.ebdarkmodecolor input[type="search"]:not(.form-control),
body.ebdarkmodecolor input[type="tel"]:not(.form-control),
body.ebdarkmodecolor input[type="number"]:not(.form-control),
body.ebdarkmodecolor select:not(.form-select):not(.form-control) {
    border: 1px solid #fff;
}

body.ebdarkmodecolor h2.accordion-header {
    background-color: transparent !important;
}

body.ebdarkmodecolor button.accordion-button {
    background-color: #000 !important;
}

body.ebdarkmodecolor .accordion-body {
    background-color: #000 !important;
}

body.ebdarkmodecolor .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235E6A75'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

body.ebdarkmodecolor .list-group-item {
    background-color: #000 !important;
}

body.ebdarkmodecolor .jbzoo .well,
body.ebdarkmodecolor .jbzoo .jbform-actions,
body.ebdarkmodecolor .jbzoo .jbcart-shippingfield-row,
body.ebdarkmodecolor #sp-menu {
    background-color: #000 !important;
}

@media (max-width: 767px) {
    .sp-megamenu-wrapper .sp-megamenu-parent.d-none {
        display: block !important;
        margin: 0;
    }

    /*.sp-megamenu-wrapper .sp-megamenu-parent.d-none li:first-child {
      display: none !important;
    }*/
}

.accordion-body .input-append {
    width: 38%;
    display: inline-block;
    vertical-align: middle;
}

.accordion-body .input-append select {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
}

.accordion-body button.btn {
    margin-top: 15px;
}

/*# sourceMappingURL=custom.css.map */

/*code from Dima*/
/*menu top*/
#sp-menu .sp-menu-item a {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#sp-menu .sp-menu-item img {
    max-height: 26px;
}

.sp-megamenu-parent > li > a {
    line-height: 22px;
}

.jbcard-header img {
    margin: 0 auto;
}

.jbcard-header span.image-title {
    font-size: 14px;
    color: #252525;
    position: relative;
    top: 1px;
}

.jbcard-header__dropdown .dropdown-toggle .jbcart-module-total-items {
    right: 2px;
}

@media (max-width: 767px) {
    #sp-menu {
        position: fixed !important;
        bottom: 0;
        width: 100%;
        background: #fff;
        padding: 15px;
        box-shadow: 0px -2px 1rem rgb(0 0 0 / 15%), inset 0 -1px 0 rgb(0 0 0 / 15%);
    }

    #sp-menu .justify-content-end {
        justify-content: center !important;
    }

    .sp-megamenu-parent > li:last-child > a,
    .sp-megamenu-parent > li > a {
        padding: 0;
    }

    .sp-scroll-up {
        bottom: 140px;
    }
}

input.form-control:hover, .form-control input:hover, select.form-control:hover, .form-control > select:hover,
input.form-control:focus, .form-control input:focus, select.form-control:focus, .form-control > select:focus {
    border-color: #838c91 !important;
    z-index: 3;
}

#filterTab .nav-item {
    /* width: 1%; */
    flex: 1 1 auto;
    text-align: center;
}

.nav-tabs .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 2px solid #ec430f;
    font-weight: 600;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 2px solid #faa88e;
    color: inherit;
}

.dropdown .checkbox-lbl {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.btn-light.dropdown-toggle {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-light.dropdown-toggle:hover,
.btn-light.dropdown-toggle:focus {
    border-color: #838c91 !important;
    z-index: 3;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
    color: inherit !important;
    background-color: #ededed;
}

.nav-fill .nav-item.active .nav-link, .nav-justified .nav-item.active .nav-link, .nav-fill .nav-item:hover .nav-link {
    color: inherit !important;
    background-color: #d5d5d5;
}

.slider-img img {
    width: 100%;
}

@media (max-width: 768px) {
    #filterTab,
    .filter-menu-box .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .filter-menu-box .nav::-webkit-scrollbar,
    #filterTab::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 991px) {
    .filter-slider {
        position: relative !important;
        transform: none !important;
        left: inherit !important;
        top: inherit !important;
    }
}

/*footer social icon*/
#sp-bottom .social_icon.uk-grid-small {
    margin-left: 0;
}

#sp-bottom .social_icon.uk-grid-width-xlarge-1-5 > * {
    width: 46px;
}

#sp-bottom .social_icon.uk-grid > * {
    padding-left: 0;
}






