.d-none {
    display: none !important
}
.d-block {
    display: block !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.justify-content-between {
    justify-content: space-between;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-start {
    justify-content: start;
}
.items-end {
    align-items: flex-end;
}
.items-center {
    align-items: center;
}
.items-start {
    align-items: flex-start;
}
.shadow-0 {
    box-shadow: none !important;
}
.oh {
    overflow: hidden !important;
}
.opacity-1 {
    opacity: 1 !important
}
.w-auto {
    width: auto !important;
}
.w-100 {
    width: 100% !important;
}
.flex-100 {
    flex: 0 0 100% !important;
}
.primary-color {
    color: #EA8443 !important
}
.primary-border {
    border-color: #EA8443 !important;
}
.primary-bg {
    background-color: #EA8443 !important
}
.primary-soft-bg {
    background-color: #FFEFE5 !important;
}
.text-black {
    color: #1A1A1A !important;
}
.text-black .flexdiscount-price-block{
    color: #1A1A1A !important;
}
.fw-normal {
    font-weight: normal !important;
}
.fs-09em {
    font-size: .9em;
}
.fs-10 {
    font-size: 1rem;
}
.fs-12 {
    font-size: 1.2rem;
}
.fs-15 {
    font-size: 1.5rem;
}
.g-5 {
    gap: 5px;
}
.g-10 {
    gap: 10px;
}
.g-15 {
    gap: 15px;
}
.m-0 {
    margin: 0 !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.me-10 {
    margin-right: 10px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.ms-auto {
    margin-left: auto !important;
}
.mу-auto {
    margin-right: auto !important;
}
.my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.p-0 {
    padding: 0 !important
}
.pt-0 {
    padding-top: 0 !important;
}
.p-15 {
    padding: 15px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.p-20 {
    padding: 20px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.ps-4 {
    padding-left: 4px
}
.ps-12 {
    padding-left: 12 !important;
}
.mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.radius-10 {
    border-radius: 10px !important;
}
.border-0 {
    border: none !important;
}
.border {
    border: 1px solid #E6E6E6;
}
.border-bottom {
    border-bottom: 1px solid #E6E6E6;
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(30, 34, 40, 0.7)
}

.offcanvas-backdrop.fade {
    opacity: 0;
    z-index: -1;
    display: none
}

.offcanvas-backdrop.show {
    opacity: 1;
    z-index: 1040;
    display: block
}

.is_dev .shop-regions-window__wrapper {
    height: 100vh;
    max-width: 553px;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 0;
    margin: 0;
    overflow-y: auto;
    transition: all .3s ease-in-out;
    transform: translateX(-90%);
}
.shop-regions-window_show .shop-regions-window__wrapper {
    transition: all .3s ease-in-out;
    transform: translateX(0%);
}
.shop-regions-window__wrapper::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #EA8443
}

.shop-regions-window__wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
    background-color: #fff
}

.shop-regions-window__wrapper::-webkit-scrollbar-thumb {
    border-radius: none;
    background-color: #EA8443
}

.searchpro__dropdown::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #EA8443
}

.searchpro__dropdown::-webkit-scrollbar-track {
    -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
    background-color: #fff
}

.searchpro__dropdown::-webkit-scrollbar-thumb {
    border-radius: none;
    background-color: #EA8443
}

.searchpro__dropdown .searchpro__dropdown-group-title {
    font-size: 12px !important;
    padding: 10px 0 !important;
    color: #666 !important;
    font-weight: 700;
    text-transform: uppercase !important;
    border-bottom: 1px solid #B3B3B3;
    margin: 10px 20px
}

.searchpro__dropdown .searchpro__dropdown-entity_price {
    color: #EA8442
}

.is_dev .shop-regions__button-close {
    top: 14px;
    right: 14px;
    color: #EA8442;
    font-size: 16px;
    letter-spacing: .292rem;
    line-height: 1
}

.is_dev .shop-regions-window__regions_popular:first-child .shop-regions-window__sub-header {
    color: #2b2a29;
    font-weight: 700
}

.is_dev .shop-regions-window__sub-header, .is_dev .shop-regions-window__regions-letter {
    color: #EA8443
}

.is_dev .shop-regions__link {
    text-decoration: none
}

.is_dev .shop-regions__link[data-id="1"] {
    font-weight: 700
}

.is_dev .header-top {
    background-color: #F0EFF0;
    display: flex;
    align-items: center;
    height: 35px
}

.is_dev .header-top-row {
    display: flex;
    align-items: center
}

.is_dev .header-top-column {
    display: flex;
    padding: 0
}

.is_dev .header-top-column__inner {
    display: flex;
    gap: 10px;
    align-items: center
}

.is_dev .header-top-column__inner-left a {
    font-weight: 400;
    font-size: 13px
}

.is_dev .header-top-column__inner-right {
    justify-content: flex-end
}

.is_dev .header-top .shop-regions-button__link {
    color: #848484
}

.is_dev .header-top__regions-btn {
    display: flex;
    width: auto
}

.is_dev #topnav {
    border-bottom: none
}

.is_dev #topnav .menu > li > a {
    height: 30px !important;
    line-height: 30px !important
}

.is_dev .header-top__link {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: #848484;
    padding: 0 7px
}

.is_dev .header-top__callback {
    font-size: 12px;
    text-decoration: underline
}

.is_dev .header-top-whatsapp {
    position: relative;
    padding-right: 7px;
    color: #EA8443
}

.is_dev .header-top-whatsapp:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 18px;
    border-right: 1px solid gray
}

.is_dev .header-top .shop-regions-button {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    gap: 5px
}

.is_dev .header-top .shop-regions-button__link {
    height: 35px !important;
    line-height: 35px !important
}

.is_dev .header-bottom {
    height: 80px;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.25);
    align-items: center;
    display: flex;
    transition: all .25s ease 0s
}

.is_dev .header-bottom.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    height: 70px
}

.is_dev .header-bottom.container-fluid {
    width: 100% !important;
    min-width: 100% !important
}

.is_dev .header-bottom .container {
    padding: 0 !important
}

.is_dev .header-bottom .row {
    display: flex !important;
    height: 100% !important;
    padding: 0 !important
}

.is_dev .header-bottom .row .col {
    display: grid !important;
    grid-auto-flow: column;
    align-items: center;
    padding: 0 !important;
    width: auto !important
}

.is_dev .header-bottom .row .col.first {
    width: auto !important;
    min-width: 360px
}

.is_dev .header-bottom__logo {
    padding-right: 15px
}

.is_dev .header-bottom-catalog__btn {
    width: 100px;
    height: 40px;
    background: #EA8443;
    color: #fff;
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border-radius: 10px;
    margin-left: auto;
    cursor: pointer;
    position: relative;
    user-select: none;
    transition: all .25s ease 0s
}

.is_dev .header-bottom-catalog__btn:hover {
    background-color: #FC9F41
}

.is_dev .header-bottom-catalog__btn:before {
    content: "";
    width: 100px;
    height: 30px;
    z-index: 2;
    left: 0;
    position: absolute
}

.is_dev .header-bottom-catalog__btn svg {
    z-index: 0
}

.is_dev .header-bottom-catalog__btn span {
    font-size: 13px;
    line-height: 1.4;
    z-index: 0
}

.is_dev .header-bottom .ssearch-box {
    border-radius: 10px;
    border-color: #848484
}

.is_dev .header-bottom .ssearch-wrapper {
    margin: 0 15px
}

.is_dev .header-bottom .ssearch-wrapper .ssearch-box .ssearch-key-box {
    height: 100% !important;
    margin: 0 12px !important;
    border-radius: 10px
}

.is_dev .header-bottom .ssearch-wrapper .ssearch-box .ssearch-key-box input {
    font-size: 13px !important;
    line-height: 1.4 !important;
    padding: 0 12px !important;
    height: 100% !important;
    min-width: 390px
}

.is_dev #header .h_search {
    width: 100% !important;
    align-items: center;
    display: flex
}

.is_dev #header .h_search form {
    margin: 0
}

.is_dev .header-bottom .ssearch-result-box {
    margin-top: 0 !important;
    box-shadow: none !important;
    border-radius: 0 0 10px 10px !important;
    border-color: #EA8443;
    border-top-color: #eaeaea;
    border-top-width: 1px;
    top: 98% !important;
    z-index: 10
}

.is_dev .header-bottom .ssearch-box.is-result {
    border-radius: 10px 10px 0 0 !important;
    border-color: #EA8443 !important
}

.is_dev .header-bottom .ssearch-wrapper .ssearch-result {
    padding: 5px 20px !important
}

.is_dev .header-bottom .ssearch-wrapper .ssearch-result .result-categories {
    margin-bottom: 1rem
}

.is_dev .header-bottom .ssearch-wrapper .ssearch-result .result-categories a {
    color: #EA8443
}

.is_dev .header-bottom .ssearch-wrapper .ssearch-result .result-categories a, .is_dev .ssearch-wrapper .ssearch-result .result-suggestions span {
    padding: 0
}

.is_dev .header-bottom .ssearch-wrapper .ssearch-result .label-result {
    padding: 0;
    text-align: left
}

.ssearch-wrapper .ssearch-result .result-products.with-image {
    margin-bottom: 1rem
}

.ssearch-wrapper .ssearch-result .result-product .pricing .price {
    color: #EA8443 !important
}

.is_dev .js-header-nav__inner::-webkit-scrollbar {
    width: 3px;
    height: 8px;
    background-color: #EA8443
}

.is_dev .js-header-nav__inner::-webkit-scrollbar-track {
    -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
    background-color: #fff
}

.is_dev .js-header-nav__inner::-webkit-scrollbar-thumb {
    border-radius: none;
    background-color: #EA8443
}

.is_dev .header-bottom .ssearch-result::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #EA8443
}

.is_dev .header-bottom .ssearch-result::-webkit-scrollbar-track {
    -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
    background-color: #fff
}

.is_dev .header-bottom .ssearch-result::-webkit-scrollbar-thumb {
    border-radius: none;
    background-color: #EA8443
}

.is_dev .header-bottom .js-searchpro__field-wrapper {
    margin-left: auto !important;
    width: 100%
}

.is_dev .header-bottom .searchpro__field-container {
    border-radius: 10px !important
}

.is_dev .header-bottom .ssearch-submit {
    display: flex !important;
    align-items: center !important;
    background: #e7e7e7 !important;
    cursor: pointer !important;
    height: 100% !important;
    padding: 0 !important;
    transition: .3s background-color, .3s color !important;
    user-select: none !important;
    position: relative !important;
    color: transparent !important;
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.12 9.38L14.87 14.14C14.9812 14.2555 15.0433 14.4096 15.0433 14.57C15.0433 14.7304 14.9812 14.8845 14.87 15C14.7544 15.1119 14.6009 15.1762 14.44 15.18C14.2787 15.1782 14.1244 15.1137 14.0099 15L9.28998 10.24C8.28803 11.0661 7.02854 11.5154 5.72998 11.51C4.98659 11.5116 4.25027 11.3657 3.56366 11.0808C2.87705 10.7958 2.25379 10.3775 1.72998 9.85C0.677163 8.78488 0.086731 7.34763 0.086731 5.85C0.086731 4.35237 0.677163 2.91512 1.72998 1.85C2.25481 1.32389 2.87825 0.906494 3.56464 0.621696C4.25102 0.336899 4.98686 0.1903 5.72998 0.1903C6.4731 0.1903 7.20894 0.336899 7.89532 0.621696C8.58171 0.906494 9.20515 1.32389 9.72998 1.85C10.7099 2.83803 11.2937 4.1509 11.3711 5.54028C11.4485 6.92967 11.0141 8.29925 10.15 9.39L10.12 9.38ZM2.56 2.7C1.72828 3.5374 1.26147 4.66975 1.26147 5.85C1.26147 7.03025 1.72828 8.1626 2.56 9C2.97231 9.41243 3.46178 9.73959 4.00055 9.9628C4.53932 10.186 5.11678 10.3009 5.69995 10.3009C6.28313 10.3009 6.86065 10.186 7.39941 9.9628C7.93818 9.73959 8.42766 9.41243 8.83997 9C9.67169 8.1626 10.1385 7.03025 10.1385 5.85C10.1385 4.66975 9.67169 3.5374 8.83997 2.7C8.42901 2.28518 7.93995 1.95589 7.401 1.73117C6.86205 1.50646 6.28387 1.39075 5.69995 1.39075C5.11603 1.39075 4.53791 1.50646 3.99896 1.73117C3.46001 1.95589 2.97096 2.28518 2.56 2.7Z' fill='%23EA8443'/%3E%3C/svg%3E%0A") no-repeat !important;
    background-position: center center !important
}

.is_dev .header-bottom-in {
    display: grid;
    grid-auto-flow: column;
    justify-content: end;
    align-items: end;
    height: 90%
}

.is_dev .header-bottom-in__item {
    width: 65px;
    height: 32px;
    position: relative;
    display: grid;
    justify-content: center;
    justify-items: center;
    padding: 0 12px;
    cursor: pointer
}

.is_dev .header-bottom-in__item:hover {
    text-decoration: none
}

.is_dev .header-bottom-in__item:hover .header-bottom-in__item-text {
    color: #EA8443
}

.is_dev .header-bottom-in__item#cart {
    position: relative
}

.is_dev .header-bottom-in__item-text {
    display: block;
    font-size: 10px;
    line-height: 1;
    margin-top: auto;
    text-align: center;
    color: gray
}

.is_dev .header-bottom-in__item-counter {
    position: absolute;
    right: -5px;
    top: -5px;
    background: #EA8443;
    border-radius: 50%;
    min-width: 14px;
    width: 15px;
    height: 15px;
    color: #fff;
    font-weight: 400;
    font-size: 7px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    align-content: center;
    opacity: 0
}

.is_dev .header-bottom-in__image-box {
    position: relative;
    max-width: 25px;
    height: 24px;
    margin: auto
}

.is_dev .header-bottom-user__avatar {
    width: 24px;
    height: 24px;
    border: 2px solid #858585;
    padding: 2px;
    border-radius: 50%;
    margin: auto;
    cursor: pointer;
    z-index: 101;
    margin-top: -2px;
    margin-bottom: 2px;
    transition: all .25s ease 0s;
    position: relative
}

.is_dev .header-bottom-user__avatar:hover ~ .header-bottom-user__dropdown, .is_dev .header-bottom-user__avatar + .header-bottom-in__item-text:hover ~ .header-bottom-user__dropdown {
    display: block;
    opacity: 1;
    transition: all .25s ease 0s
}

.is_dev .header-bottom-user__avatar span {
    background-color: #EA8443;
    color: #fff;
    border-radius: 50%;
    width: 88%;
    height: 88%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    line-height: 1;
    position: absolute;
    top: 1px;
    left: 1.1px;
    padding: 2px;
    letter-spacing: .1rem
}

.is_dev .header-bottom-user__dropdown {
    width: 200px;
    height: 152px;
    background-color: #fff;
    padding: 12px;
    border: 1px solid #CCC;
    border-radius: 10px;
    position: absolute;
    top: -15px;
    right: 9px;
    opacity: 0;
    display: none;
    z-index: 100
}

.is_dev .header-bottom-user__dropdown:hover {
    opacity: 1;
    display: block
}

.is_dev .header-bottom-user__name {
    font-size: 14px;
    line-height: 1.4;
    color: #EA8443;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 2px;
    max-width: 120px
}

.is_dev .header-bottom-user__nav {
    display: grid;
    grid-auto-flow: row;
    margin-top: 20px;
    gap: 7px
}

.is_dev .header-bottom-user__nav-link {
    color: #000;
    font-size: 13px;
    line-height: 1.35
}

.is_dev .header-bottom-user__nav-link:hover {
    color: #EA8443
}

.is_dev .header-bottom .js-header-nav-toggle {
    position: fixed;
    width: 0;
    min-height: 100vh;
    background-color: #fff;
    left: 0;
    top: 0;
    padding: 0;
    overflow: hidden;
    z-index: 10000;
}
.is_dev .header-bottom .js-header-nav {
    width: 414px;
    height: 100vh;
    background-color: transparent;
    padding: 0;
    z-index: 10001;
    display: block;
    border-right: 1px solid #EA8443
}

.is_dev .header-bottom .js-header-nav__inner {
    height: 100%;
    padding: 40px;
    width: 414px;
    background: transparent;
    overflow-y: auto
}

.is_dev .header-bottom .js-header-nav__logo {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc
}

.is_dev .header-bottom .js-header-nav__catalog.is-disabled .js-header-nav__item {
    z-index: -1
}

.is_dev .header-bottom .js-header-nav__catalog {
    position:relative;
    list-style: none;
    margin-top: 10px;
    padding: 0;
    display: grid;
}
.is_dev .header-bottom .js-header-nav__item {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 10px;
    transition: all .35s ease 0s;
}
.is_dev .header-bottom .js-header-nav__item:hover {
    background-color: rgba(234, 132, 67, .15);
    border-radius: 10px;
}
.is_dev .header-bottom .js-header-nav__prices {
    margin-top: 30px;
    position: relative;
}
.is_dev .header-bottom .js-header-nav__prices:before {
    content: '';
    position: absolute;
    left: 0; right: 0;
    top: -30px;
    width: 100%;
    height: 1px;
    border-top: 1px solid #ccc;
    margin-top: 15px;
}

.is_dev .header-bottom .js-header-nav__link {
    display: grid;
    grid-template-columns: 20px auto 1fr;
    gap: 8px;
    align-items: center;
    color: #333;
    padding: 10px;
    transition: all .25s ease 0s;
}

.is_dev .header-bottom .header-nav__current {
    color: #EA8443;
}
.is_dev .header-bottom .js-header-nav__link img {
    align-self: center;
    justify-self: center;
    width: 20px;
    height: 20px
}

.is_dev .header-bottom .js-header-nav__link span {
    line-height: 1.5
}

.is_dev .header-bottom .js-header-nav__link-arrow {
    justify-self: end;
    opacity: 0
}

.is_dev .header-bottom .js-header-nav__link:hover .js-header-nav__link-arrow {
    opacity: 1
}

.is_dev .is-disabled .js-header-nav__link {
    color: gray !important
}

.is_dev .header-bottom .js-header-nav__link.is-active {
    color: #EA8443
}

.is_dev .header-bottom .js-header-close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    padding: 12px
}

.is_dev .header-bottom .js-header-subnav {
    background-color: #fff;
    height: 100vh;
    position: absolute;
    left: 414px;
    top: 0;
    width: 414px;
    margin-top: 0;
    list-style: none;
    padding: 40px 35px;
    display: grid;
    gap: 10px;
    align-content: start;
    overflow-y: auto
}

.is_dev .header-bottom .js-header-subnav__group {
    display: none
}

.is_dev .header-bottom .js-header-subnav__item {
    margin-top: 0;
}

.is_dev .header-bottom .js-header-subnav__letter {
    color: #EA8443;
    padding: 8px 0;
    font-weight: 700;
    font-size: 16px
}

.is_dev .header-bottom .js-header-subnav__link {
    display: grid;
    grid-auto-flow: column;
    align-items: start;
    justify-content: start;
    padding: 10px 0;
    color: #333;
    text-decoration: none
}

.is_dev .header-bottom .js-header-subnav__link:hover {
    color: #EA8443
}

.is_dev .header-bottom .js-header-subnav__link:hover span:first-child {
    text-decoration: underline
}

.is_dev .header-bottom .js-header-subnav__badge {
    margin-left: 5px;
    border-radius: 10px;
    background: #EA8443;
    color: #fff;
    padding: 3px 10px;
    font-size: 10px;
    line-height: 1;
    display: inline-block
}

.is_dev .header-bottom .js-header-subnav__link span:first-child {
    margin-right: 8px
}

.is_dev .header-bottom .js-header-subnav::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #EA8443
}

.is_dev .header-bottom .js-header-subnav::-webkit-scrollbar-track {
    -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
    background-color: #fff
}

.is_dev .header-bottom .js-header-subnav::-webkit-scrollbar-thumb {
    border-radius: none;
    background-color: #EA8443
}

.is_dev .js-header-top {
    margin-bottom: 0
}

.is_dev .js-header-popular {
    display: block;
    margin-top: 45px;
}

.is_dev .js-header-popular__header {
    display: grid;
    grid-auto-flow: column;
    gap: 8px;
    align-items: center;
    justify-content: start;
    margin-bottom: 15px;
}

.is_dev .js-header-popular__header span {
    font-size: 18px;
    line-height: 1.4
}

.is_dev .js-header-popular__items {
    list-style: none;
    padding: 0;
    margin-top: 15px
}
.is_dev .js-header-popular__items {
    margin: 0;
}

.is_dev .js-header-popular__link {
    color: #333;
    font-weight: 700;
    padding: 10px 0;
}
.is_dev .js-header-popular__link:hover {
    color: #ea8443;
}

.is_dev .js-header-search {
    position: relative
}

.is_dev .js-header-search-result {
    margin-top: 0;
}

.js-header-search-result .js-header-subnav__link {
    margin-top: 4px
}
.js-header-search-result .js-header-subnav__link:first-child {
    margin-top: 20px;
}

.is_dev .js-header-search .js-header-search__close {
    opacity: 0
}

.is_dev .js-header-search .js-header-search__close.is-active {
    opacity: 1;
    cursor: pointer
}

.is_dev .js-header-search .js-header-search__close:hover:before {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20preserveAspectRatio=%22none%22%20viewBox=%220%200%2010%2010%22%20fill=%22none%22%3E%3Cpath%20d=%22M10%201.00714L8.99286%200L5%203.99286L1.00714%200L0%201.00714L3.99286%205L0%208.99286L1.00714%2010L5%206.00714L8.99286%2010L10%208.99286L6.00714%205L10%201.00714Z%22%20fill=%22%23000000%22/%3E%3C/svg%3E)
}

.is_dev .js-header-search .js-header-search__close:before {
    content: "";
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20preserveAspectRatio=%22none%22%20viewBox=%220%200%2010%2010%22%3E%3Cpath%20d=%22M10%201.00714L8.99286%200L5%203.99286L1.00714%200L0%201.00714L3.99286%205L0%208.99286L1.00714%2010L5%206.00714L8.99286%2010L10%208.99286L6.00714%205L10%201.00714Z%22%20fill=%22%23828282%22/%3E%3C/svg%3E);
    background-size: 10px 10px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 100
}

.is_dev .live-search-box {
    border: .75px solid #848484 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    padding: 0 15px !important;
    border-radius: 10px;
    height: 40px;
    width: 100% !important
}

.is_dev .live-search-box:before {
    content: ''
}

.is_dev .instead-of-slider.custom {
    margin: 20px 0 0 !important;
    display: grid !important;
    grid-auto-flow: column !important;
    gap: 20px !important
}

.is_dev .instead-of-slider.custom a {
    background-color: transparent !important;
    color: #1a1a1a !important;
    position: relative;
    border: .75px solid #CCC !important;
    width: auto !important;
    margin: 0 !important
}

.is_dev .instead-of-slider.custom a:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3) !important
}

.is_dev .instead-of-slider.custom a .title {
    position: absolute;
    top: 205px;
    border-radius: 10px;
    padding: 15px;
    font-size: 18px !important;
    right: 20px;
    width: 77%;
    margin: 0 !important;
    color: #fff !important;
    font-weight: 400;
    text-transform: uppercase
}

.is_dev .instead-of-slider.custom a:first-child .title {
    background-color: #EA8442 !important
}

.is_dev .instead-of-slider.custom a:nth-child(2) .title {
    background-color: #876A58 !important
}

.is_dev .instead-of-slider.custom a:last-child .title {
    background-color: #ccc !important
}

.is_dev .instead-of-slider.custom ul li {
    position: relative;
    padding-left: 23px
}

.is_dev .instead-of-slider.custom ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 20px;
    width: 20px;
    background: url("data:image/svg+xml,%3Csvg width='8' height='10' viewBox='0 0 5 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.599976 0.510004C0.64433 0.465015 0.697319 0.429413 0.755737 0.405359C0.814155 0.381304 0.87683 0.369276 0.940002 0.369989C1.00342 0.367422 1.06662 0.378599 1.12531 0.402765C1.18399 0.426931 1.23675 0.463527 1.27997 0.510004L3.85999 3.07998C3.90473 3.12457 3.94025 3.17758 3.96448 3.23593C3.9887 3.29427 4.00116 3.35683 4.00116 3.42001C4.00116 3.48318 3.9887 3.54571 3.96448 3.60406C3.94025 3.6624 3.90473 3.71541 3.85999 3.76L1.28998 6.35C1.19752 6.43575 1.07605 6.48339 0.949951 6.48339C0.823852 6.48339 0.702443 6.43575 0.609985 6.35C0.565237 6.30541 0.52972 6.2524 0.505493 6.19406C0.481267 6.13571 0.468811 6.07318 0.468811 6.01C0.468811 5.94683 0.481267 5.88427 0.505493 5.82592C0.52972 5.76758 0.565237 5.7146 0.609985 5.67001L2.84998 3.42001L0.609985 1.19C0.522866 1.09881 0.473412 0.978056 0.471558 0.851953C0.469703 0.72585 0.515576 0.603717 0.599976 0.510004Z' fill='%23F09059'/%3E%3C/svg%3E%0A") no-repeat center
}

.is_dev .instead-of-slider.custom ul {
    margin-top: 50px;
    list-style: none;
    padding: 0
}

@media (max-width: 992px) {
    .is_dev .instead-of-slider.custom {
        grid-auto-flow: row !important;
        grid-template:auto/1fr 1fr;
        padding-bottom: 20px
    }
}

@media (max-width: 800px) {
    .is_dev .instead-of-slider.custom {
        grid-auto-flow: row !important;
        grid-template:none;
        padding-bottom: 20px
    }
}

@media (max-width: 500px) {
    .product_page .prices svg, .product_page .prices .symbol {display: none !important}
    .product_page .prices {flex-direction: column;}
    .product_page .prices .price {padding: 0}
    .product_page .prices .qty_wrap {margin-bottom: 15px; margin-right: 0 !important}
    .product_page .prices {
        gap: 5px 10px !important;
        grid-template: auto/auto !important;
    }
    .breadcrumbs-plugin__item__arrow {
        color: #EA8443 !important;
    }
    .buy_buttons .butt-block .btn_add2cart.buy_fixed.show {
        display: flex !important;
    }
}

.shop-regions-window__region {
    margin-bottom: .5rem
}

.shop-regions-window__regions.shop-regions-window__regions_all.js-search_source .shop-regions-window__sub-header.js-header {
    display: none
}

.is_dev .shop-regions-window_popular .shop-regions-window__regions_all {
    max-height: 100% !important;
    overflow: hidden !important
}

.shop-regions-window__regions-letter {
    left: 0 !important;
    margin-bottom: 10px
}

.shop-regions-window__regions-column {
    display: grid;
    grid-auto-flow: row
}

.shop-regions-window__regions_popular .shop-regions__link {
    color: #333 !important;
    font-weight: 700 !important
}

.searchpro__field .searchpro__field-container, .searchpro__field .searchpro__field-container {
    transition: all 0 ease 0 !important
}

.searchpro__field .searchpro__field-container.js-searchpro__field-container--focus, .searchpro__field .searchpro__field-container.is-result {
    border-color: #f2994a;
    transition: none !important
}

.searchpro__field .searchpro__field-container.searchpro__is-result {
    border-radius: 10px 10px 0 0 !important
}

.searchpro__dropdown {
    border-radius: 0 0 10px 10px !important;
    margin: 0 !important;
    top: -2px !important;
    border-width: 2px !important;
    border-color: #ea8442 !important;
    z-index: 1001 !important;
    border-top: none !important
}

.js-searchpro__dropdown.is-result, .js-searchpro__helper.is-result {
    display: block !important
}

.js-searchpro__dropdown, .js-searchpro__helper {
    z-index: 1001 !important
}

.searchpro__field .searchpro__field-button-container .searchpro__field-button {
    display: flex !important;
    align-items: center !important;
    background: #e7e7e7 !important;
    cursor: pointer !important;
    height: 100% !important;
    padding: 0 !important;
    transition: .3s background-color, .3s color !important;
    user-select: none !important;
    position: relative !important;
    color: transparent !important;
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.12 9.38L14.87 14.14C14.9812 14.2555 15.0433 14.4096 15.0433 14.57C15.0433 14.7304 14.9812 14.8845 14.87 15C14.7544 15.1119 14.6009 15.1762 14.44 15.18C14.2787 15.1782 14.1244 15.1137 14.0099 15L9.28998 10.24C8.28803 11.0661 7.02854 11.5154 5.72998 11.51C4.98659 11.5116 4.25027 11.3657 3.56366 11.0808C2.87705 10.7958 2.25379 10.3775 1.72998 9.85C0.677163 8.78488 0.086731 7.34763 0.086731 5.85C0.086731 4.35237 0.677163 2.91512 1.72998 1.85C2.25481 1.32389 2.87825 0.906494 3.56464 0.621696C4.25102 0.336899 4.98686 0.1903 5.72998 0.1903C6.4731 0.1903 7.20894 0.336899 7.89532 0.621696C8.58171 0.906494 9.20515 1.32389 9.72998 1.85C10.7099 2.83803 11.2937 4.1509 11.3711 5.54028C11.4485 6.92967 11.0141 8.29925 10.15 9.39L10.12 9.38ZM2.56 2.7C1.72828 3.5374 1.26147 4.66975 1.26147 5.85C1.26147 7.03025 1.72828 8.1626 2.56 9C2.97231 9.41243 3.46178 9.73959 4.00055 9.9628C4.53932 10.186 5.11678 10.3009 5.69995 10.3009C6.28313 10.3009 6.86065 10.186 7.39941 9.9628C7.93818 9.73959 8.42766 9.41243 8.83997 9C9.67169 8.1626 10.1385 7.03025 10.1385 5.85C10.1385 4.66975 9.67169 3.5374 8.83997 2.7C8.42901 2.28518 7.93995 1.95589 7.401 1.73117C6.86205 1.50646 6.28387 1.39075 5.69995 1.39075C5.11603 1.39075 4.53791 1.50646 3.99896 1.73117C3.46001 1.95589 2.97096 2.28518 2.56 2.7Z' fill='%23EA8443'/%3E%3C/svg%3E%0A") no-repeat !important;
    background-position: center center !important
}

.searchpro__is-result {
    border-radius: 10px 10px 0 0 !important
}

.is_dev #page-content .features {
    margin-bottom: 0
}
.add2cart .input-group .form-control {
    max-width: 80px;
    width: auto;
}
.flexdiscount-alldiscounts .flexdiscount-table td, .flexdiscount-alldiscounts .flexdiscount-table th {
    border-color: #E6E6E6 !important;
    border-bottom: 0 !important;
    border-right-style: solid !important;
    white-space: nowrap;
    cursor: pointer;
}

.product_page .quickorder-button:hover {
    background: rgba(0,0,0,.025) !important;
}
.product_page .quickorder-button {
    flex: 0 0 100% !important;
    background: #fff;
    border-radius: 10px;
    border-color: #CCCCCC;
}
.product_page .btn, .quickorder-button {
    border-radius: 10px;
}

.product-features__item {
    align-items: baseline;
    display: flex;
    margin-bottom: 0.5em;
}
.product-features__item:last-child {
    margin-bottom: 30px;
}
.product-features__item:before {
    content: '';
    border-bottom: 1px dashed #ccc;
    flex-grow: 1;
    order: 2;
    margin: 0 10px;
}
.product-features__value {
    order: 3;
}
.product_page .prices {
    display: inline-grid !important;
    grid-template: auto/repeat(3, auto);
    justify-content: center;
    gap: 0 10px;
    width: 100%;
}
.product_page .prices .flexdiscount-price-block {
    grid-column: 1/-1;
    justify-content: center;
    display: inline-flex;
}
.product_page .aux {
    padding: 0;
}
.butt-block .btn_add2cart {
    margin-top: 0 !important;
}
.input-group-sub {
    position: relative;
    min-height: 35px;
    height: 100%;
}
.input-group-sub__text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    font-size: 1.2rem;
    text-align: center;
}

.info__icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CCCCCC;;
    border-radius: 10px;
    margin-right: 10px;
    min-width: 35px;
}
#pp_tab_delivery ul {
    padding-left: 0;
}
.payments .info__icon {
    align-self: flex-start;
}
.flexdiscount-interactive thead th {
    font-weight: normal !important;
    background: transparent !important;
}

.test.img_middle .img_middle_in img {
    height: 100% !important;
}
.buy_buttons .butt-block .btn_add2cart.buy_fixed {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    width: 100% !important;
    bottom: 60px; /*90*/
    z-index: 1000;
    max-width: calc(100vw - 120px);
    max-width: 55vw !important;
    display: none !important;
}
.mfp-credit .mfp-content {

}
.modal_credit {
    max-width: 610px;
    background: #fff;
    border-radius: 10px;
    min-height: 70vh;
    position: relative;
    margin: auto;
    overflow: hidden;
}

.modal_credit__content {
    display: block;
    width: 100%;
    max-height: 68vh;
    overflow-y: auto;
    padding: 20px;
}

.modal_credit .popup-modal-dismiss {
    position: absolute;
    right: 7px;
    top: 7px;
}

.modal_credit__content::-webkit-scrollbar-thumb {
    border-radius: none;
    background-color: #EA8443
}

.modal_credit__content::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #EA8443
}

.modal_credit__content::-webkit-scrollbar-track {
    -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
    background-color: #fff
}
@media (min-width: 992px) {
    .container.product-container {
        width: 1170px !important;
    }
}
@media (min-width: 768px) {
    .container.product-container {
        width: 1170px !important;
    }
}
.block-divider {
    position: relative;
}
.block-divider:after {
    content: '';
    width: auto;
    height: 1px;
    position: absolute;
    bottom: -1px;
    top: auto;
    left: 15px;
    right: 15px;
    border-bottom: 1px solid #E6E6E6;
}
.f-update-total span + span {
    margin-left: 5px;
}