@media only screen and (max-width: 490px) {
    body.mobile {
        padding-top: 145px;
    }
}

body.overflow-hidden {
    overflow: hidden
}

[stroke*='#'] {
    stroke: #999999;
}

.page-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin-top: 20px;
}

.wrapper-middle {
    padding-bottom: 50px;
    min-height: 100vh;
}

.clear-button {
    padding: 0;
    border: 0;
    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer
}

div.required .control-label:before {
    color: #ff003d;
    content: "* ";
    font-size: 14px
}

.site-main {
    position: relative;
    /* margin: 0 20px; */
}

.top-header {
    background: #fff;
    position: relative;
    z-index: 101;
    /* margin-bottom: 20px; */
    border-bottom: 1px solid #e7e7e7;
}

.header-social {
    margin-left: 15px;
}
@media only screen and (max-width: 1890px) {
        .page-wrapper {
        margin: 0 0px;
        margin-top: 20px;
        padding: 0 20px;
    }
    .site-footer{
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media only screen and (min-width: 361px) {
    .site-main.sticky {
        padding-top: 185px;
    }

    .sticky .top-header {
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        box-shadow: 0 2px 6px -1px rgb(0 0 0 / 12%);
        animation: fixed_header .7s forwards cubic-bezier(.4, 0, .2, 1);
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .sticky .top-header .header__descr{
        display:none;
    }
    .sticky .top-header .header-middle{
        /* margin: 4px 0; */
    }
}

@-webkit-keyframes fixed_header {
    0% {
        -webkit-transform: translate(0, -100%);
        -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        -o-transform: translate(0, -100%);
        transform: translate(0, -100%)
    }

    100% {
        -webkit-transform: translate(0, 0%);
        -moz-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
        -o-transform: translate(0, 0%);
        transform: translate(0, 0%)
    }
}

@-moz-keyframes fixed_header {
    0% {
        -webkit-transform: translate(0, -100%);
        -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        -o-transform: translate(0, -100%);
        transform: translate(0, -100%)
    }

    100% {
        -webkit-transform: translate(0, 0%);
        -moz-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
        -o-transform: translate(0, 0%);
        transform: translate(0, 0%)
    }
}

@-o-keyframes fixed_header {
    0% {
        -webkit-transform: translate(0, -100%);
        -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        -o-transform: translate(0, -100%);
        transform: translate(0, -100%)
    }

    100% {
        -webkit-transform: translate(0, 0%);
        -moz-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
        -o-transform: translate(0, 0%);
        transform: translate(0, 0%)
    }
}

@keyframes fixed_header {
    0% {
        -webkit-transform: translate(0, -100%);
        -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        -o-transform: translate(0, -100%);
        transform: translate(0, -100%)
    }

    100% {
        -webkit-transform: translate(0, 0%);
        -moz-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
        -o-transform: translate(0, 0%);
        transform: translate(0, 0%)
    }
}

.top-menu__wrapper {
    height: 40px;
}

@media only screen and (max-width: 490px) {
    .top-menu__wrapper {
        display: none
    }
}

.container {
    max-width: 1840px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
}

.sticky .top-header .header-middle{
    margin: 0 0px;
}

.top-panel__wrapper {
    height: 56px;
}

@media only screen and (max-width: 1360px) {
    .site-main.sticky {
        padding-top: 155px;
    }
    .sticky .top-header .header-middle{
    padding: 0 20px;
    margin: 0px;
    }
    .site-main {
    position: relative;
    margin: 0;
	}
}
@media only screen and (max-width: 980x) {
     .site-main.sticky {
        padding-top: 125px;
    }
}
@media only screen and (min-width: 361px) {
    .top-panel__wrapper {
        height: 80px;
        border-bottom: none !important;
    }
}

.header-phone {
    position: relative;
    text-align: right;
    margin-left: 20px;
}

.header-phone .phone-link {
    color: inherit;
    font-weight: 600;
    font-size: 18px;
    white-space: nowrap;
}

.top-blocks {
    display: flex;
    align-items: center;
}

.sticky .top-menu__wrapper {
    display: none;
}

.horizontal-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.horizontal-menu>li+li {
    margin-left: 30px
}

.horizontal-menu>li>a {
    display: block;
    color: #333333;
}


.language-select,
.currency-select {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    white-space: nowrap;
    width: 100%;
    background: #fff;
    text-align: left;
    border: 0
}

.dropdown-menu {
    padding: 0;
    border: 0
}

.top-info__blocks .btn-group>button>img {
    position: relative;
    top: -1px;
    margin-right: 5px
}

@media only screen and (min-width: 361px) {
    .top-info__blocks .dropdown-menu li:not(:last-child) {
        border-bottom: 1px solid #f1f6f7
    }

    .language-select:focus,
    .language-select:hover,
    .currency-select:focus,
    .currency-select:hover {
        color: #262626;
        text-decoration: none;
        background-color: #f6f7f9;
        opacity: 1;
        box-shadow: none !important;
    }
}

.top-info__blocks .phone-link:hover,
.horizontal-menu>li:hover>a {
    color: var(--jv-primary)
}

.horizontal-menu>li>a>i {
    margin-left: 12px;
    font-size: 14px;
    color: #d0e0e3;
    -webkit-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    transition: all .15s ease 0s
}

.horizontal-multilevel-dropdown-menu {
    position: absolute;
    left: -9999px;
    top: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #e3ecef;
    -webkit-box-shadow: 0 0 24px rgba(61, 75, 82, .16);
    -moz-box-shadow: 0 0 24px rgba(61, 75, 82, .16);
    box-shadow: 0 0 24px rgba(61, 75, 82, .16);
    background: #fff
}

.horizontal-multilevel-dropdown-menu>li {
    position: relative
}

.horizontal-multilevel-dropdown-menu>li+li {
    border-top: 1px solid #e3ecef
}

.horizontal-multilevel-dropdown-menu>li>a {
    display: flex;
    align-items: center;
    padding: 15px 16px 14px;
    color: #333333;
    text-decoration: none;
    white-space: nowrap
}

.top-panel.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%
}

.top-panel__cols {
    display: flex;
    align-items: center
}

.top-panel__col .icon-box i {
    display: inline-flex;
    vertical-align: middle;
    font-size: 20px;
    color: #333333;
    /* width: 28px; */
    height: 20px;
}

.top-panel__title {
    color: #333333;
    padding-top: 4px;
    line-height: normal;
    transition: all .1s;
    font-size: 14px;
}

@media only screen and (max-width: 1199px) {
    .top-panel__title {
        font-size: 14px;
        line-height: 17px;
    }
}


@media only screen and (max-width: 490px) {
    .top-panel__title {
        display: none;
    }
}

.navigation-content {
    padding: 10px 0 24px 0;
}

.catalog-button {
    background: var(--jv-primary);
    color: #ffffff;
    min-height: 44px;
    padding: 0 24px;
    border-radius: 14px;
    border: 0;
}

.catalog-button:active {
    transform: scale(.95);
    box-shadow: none;
}

.catalog-button .line-menu {
    width: 28px;
    height: 28px;
    line-height: 20px;
    padding: 4px 0;
}

.catalog-button .line-menu span {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 1px;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background-color: #fff;
    border-radius: 4px;
}

.catalog-button .line-menu span:not(:first-child) {
    margin-top: 3px;
}

.top-panel__btn-catalog .catalog-button.active {
    box-shadow: none
}

.catalog-button:hover i {
    color: #fff
}

.catalog-button span {
    line-height: 1;
    padding-left: 9px;
    font-size: 20px;
    font-weight: 400;
}

.catalog-button.active .line-menu span:first-child {
    opacity: 1;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.catalog-button.active .line-menu span:last-child {
    -webkit-transform: translateY(-5px) translateZ(0) rotate(-45deg);
    transform: translateY(-5px) translateZ(0) rotate(-45deg);
}

.catalog-button.active .line-menu span:last-child {
    opacity: 1;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.catalog-button.active .line-menu span {
    opacity: 0;
    transition: opacity 0.3s;
}

.catalog-button.active .line-menu span:first-child:first-child {
    -webkit-transform: translateY(5px) translateZ(0) rotate(45deg);
    transform: translateY(5px) translateZ(0) rotate(45deg);
}

@media only screen and (max-width: 670px) {
    .catalog-button span {
        display: none
    }
}

.top-panel__menu-icon-container {
    text-align: center;
    -webkit-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    transition: all .15s ease 0s
}

.top-panel__menu-icon-container:active,
.top-panel__menu-icon-container:hover {
    background: #f1f6f7
}

@media(max-width: 1199px) {
    .top-panel__logo a {
        font-size: 13px
    }
}

.top-panel__tfoot {
    flex-grow: 1
}

.top-panel__search-container {
    padding-left: 20px
}

@media only screen and (max-width: 490px) {
    .top-panel__search-btn {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    
    .top-panel>.top-panel__cols {
        display: block
    }

    .top-panel__cols .top-panel__logo {
        height: 53px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 10px;
  
    }


    .top-mobile__icons .top-panel__col {
        flex: 1;
        padding: 0
    }

    .top-panel__btn-catalog {
        display: block;
    }
}

.top-panel__search-btn:link,
.top-panel__search-btn:visited {
    text-decoration: none
}

.top-panel__search {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 6px;
}

.top-panel__search .input-group {
    width: 100%;
}

.top-panel__search .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    color: #ffffff;
    border-radius: 0 15px 15px 0;
    background: var(--jv-primary);
    box-shadow: none;
    padding: 3px 18px;
    line-height: 15px;
    border: 3px solid var(--jv-primary);
    border-left: 0;
}

.top-panel__search .btn i {
    font-size: 20px;
}

@media only screen and (max-width: 1199px) {
    .top-panel__search .btn .text-search {
        display: none;
    }

}

.top-panel__search .btn:hover:active {
    box-shadow: none
}

.top-panel__search input[type=text] {
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0 90px 0 18px;
    border: 3px solid var(--jv-primary);
    border-radius: 15px;
    appearance: none;
    transition: all .3s;
    position: relative;
    background: transparent;
}



.top-panel__contacts-block {
    height: 72px;
    display: table;
    padding: 0 18px
}

.top-panel__contacts-block:hover {
    background-color: #f1f6f7
}

@media only screen and (max-width: 490px) {
    .top-panel__contacts-block {
        width: 100%;
        height: 56px;
        padding: 0 0 0 1px;
        position: relative
    }

    .top-panel__contacts-block:before {
        width: 1px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0
    }

    .top-panel__contacts-block:before {
        content: "";
        background-color: #f1f6f7
    }

    .top-panel__contacts-icon {
        text-align: center
    }
}

.top-panel__contacts-caption {
    display: table-cell;
    vertical-align: middle
}

.top-panel__contacts-caption {
    padding: 0 12px
}

.top-panel__contacts .top-panel__contact-link {
    text-decoration: none;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center
}

.top-panel__contacts-descr,
.top-panel__contacts-title {
    display: block
}

.top-panel__contacts-title {
    font-size: 20px;
    color: #333333;
    white-space: nowrap;
    font-weight: 500;
    line-height: 24px
}

.top-panel__contacts-descr {
    font-size: 13px;
    color: #a4a9b8;
    line-height: 17px
}

.top-panel__contacts-icon:last-child>i {
    font-size: 25px;
    color: #b2c7cb
}

.left-side {
    flex-shrink: 0
}

@media only screen and (max-width: 490px) {
    .panel-compare {
        text-align: center
    }

    .panel-compare {
        padding: 0 0 0 1px;
        position: relative
    }
}

.panel-compare:link,
.panel-compare:visited {
    text-decoration: none
}

@media only screen and (min-width: 361px) {
    .right-side {
        margin-left: 30px;
    }
}

.mini-cart {
    position: relative;
    margin-left: 30px;
    /* display: none; */
}

.mini-cart>a {
    position: relative;
    text-align: center;
    display: block;
}

.mini-cart>a:hover .top-panel__title,
.mini-cart>a:hover .icon-box>i {
    color: var(--jv-primary);
}

@media only screen and (max-width: 490px) {
    .mini-cart {
        width: 100%;
        height: 56px;
        margin-left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mini-cart:before {
        content: "";
        background-color: #f2f2f2;
        width: 1px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0
    }

    .top-panel__search-container .mini-cart:before {
        display: none;
    }

}

.mini-cart .compare-empty span,
.mini-cart .wishlist-empty span,
.mini-cart .cart-empty span {
    display: none
}

.icon-box {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.count {
    position: absolute;
    top: 0px;
    right: -5px;
    font-size: 11px;
    width: 16px;
    text-align: center;
    color: #fff;
    line-height: 17px;
    border-radius: 50%;
    background-color: var(--jv-primary);
    padding: 0;
    height: 16px;
}

.top-panel__user-link {
    display: table-cell;
    vertical-align: middle;
    display: none !important;
}

.header-middle {
    /* padding: 18px 0; */
}

.top-info__panels {
    height: 40px;
}

@media only screen and (max-width: 490px) {
    .top-panel__thead {
        z-index: 206
    }

    .top-panels {
        display: block;
        position: relative;
        box-shadow: none;
        background: #fff
    }

    .top-panel__tfoot {
        z-index: 205;
        transition: top .4s
    }

    .top-panel__menu-icon-container {
        width: 56px;
        height: 56px;
        display: inline-flex;
        align-items: center;
        justify-content: center
    }

    .top-panels {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    .header-middle {
    /* display:none; */
    }
}

.swiper-viewport {
    border-radius: 6px;
    box-shadow: none;
    border: 0;
    margin: 0;
    width: 100%
}

.swiper-slideshow {
    margin-bottom: 0;
    border-radius: 12px;
    overflow: hidden;
}

@media only screen and (max-width: 490px) {
    .swiper-slideshow {
        margin-top: 15px;
    }
}

.swiper-viewport {
    background: #fff
}

.card {
    background: #fff;
    margin-bottom: 20px
}
.jv-latest-module .product-layout {
    border-radius: 20px;
}
.jv-latest-module .product-item {
     /* background: #fff; */
     border: none;
     box-shadow: none;
}

.product-layout {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    box-sizing: border-box;
    background-color: #fff;
}

.catalog-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: dense;
}

.catalog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: dense;
}

@media only screen and (min-width: 560px) {
    .catalog-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    
}

@media only screen and (min-width: 768px) {
    .catalog-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .not-column.catalog-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

}

@media only screen and (min-width: 361px) {
    .catalog-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .not-column.catalog-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media only screen and (min-width: 1280px) {
    .catalog-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .not-column.catalog-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media only screen and (min-width: 1440px) {
    .catalog-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .not-column.catalog-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}

.catalog-row-gap {
    grid-row-gap: 40px;
}

@media only screen and (min-width: 768px) {
    .catalog-row-gap {
        grid-row-gap: 0;
    }
}

.catalog-grid-column-gap {
    grid-column-gap: 20px;
}

@media only screen and (min-width: 560px) {
    .catalog-grid-column-gap {
        grid-column-gap: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .catalog-grid-column-gap {
        grid-column-gap: 0;
    }
}

.product-item__container {
    height: 100%
}

.product-item {
    width: 100%;
    position: relative;
    background-color: #fff;
    transition: all .15s ease 0s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-item .xdstickers {
    float: none;
    display: table;
}

@media only screen and (min-width: 768px) {
    .product-item {
        padding: 15px;
        -webkit-box-shadow: inset 0 0 0 1px #eee;
        box-shadow: inset 0 0 0 1px #eee;
    }

    .category-banner__full {
        margin-bottom: 30px
    }

    .product-layout:not(.swiper-slide) {
        margin-bottom: -1px;
        margin-left: -1px;
    }
}

.product-item__image {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
}

.product-item__image .image-wrap {
    width: 100%;
    height: 100%;
}

.product-item__image a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
}

.product-item__image a img {
    margin-bottom: 15px;
}

.product-item-markers {
    position: absolute;
    right: 0;
    bottom: 15px;
    z-index: 1
}

.product-item-marker {
    align-items: center;
    display: inline-block;
    color: #333333;
    padding: 2px 6px;
    font-size: 13px;
    line-height: 17px;
    border-radius: 40px;
    background-color: #ffe34f;
    width: 46px;
    text-align: center;
}

.product-item__icons {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    transition: all .3s;
    /* opacity: 0; */
    /* visibility: hidden; */
}

.product-item:hover .product-item__icons {
    opacity: 1;
    visibility: visible;
}

.product-item__delay {
    padding: 8px;
    background: #fff;
    /* border-color: #f0f0f0; */
    border-radius: 4px;
}

.product-item__delay i {
    font-size: 14px;
    cursor: pointer;
    color: #999
}

@media (min-width: 768px) {
    .product-item__delay i {
        font-size: 14px;
    }
}

.product-item__delay i:active,
.product-item__delay i:hover {
    color: #959595
}

.product-item__title {
    margin-bottom: 5px;
}

.product-item__title a {
    color: #333333;
}

.product-item__heading {
    max-height: 72px;
    margin: 0;
    padding: 0;
    -webkit-line-clamp: 3;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 600;
    color: var(--jv-text-primary);
}

.product-item__heading a {
    display: block;
    color: inherit
}

.product-item__heading a:hover {
    color: var(--jv-primary)
}

.product-item__rating {
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 2px;
}
.top-panel__search .input-group {
    width: 100%;
    
}
.catalog-grid .product-item__description,
.catalog-grid .product-item__attribute {
    display: none;
}

.short-attribute__list {
    display: flex;
    font-size: 14px;
}

.short-attribute__list+.short-attribute__list {
    padding-top: 5px;
}

.short-attr__left {
    padding-right: 5px;
    color: #727272;
}

.product-item__info {
    width: 100%;
    margin-top: auto
}

.product-item__blocks .alert-price {
    margin-right: 20px;
    display: inline-block;
    color: #54545a
}

.product-price__current {
    color: #333333;
    font-weight: 600;
    font-size: 21px;
    line-height: normal;
}

.product-price__main .price-new {
    color: #ec0045;
}

.product-item-price-old {
    font-size: 14px;
    text-overflow: ellipsis;
    line-height: 20px;
    white-space: nowrap;
    margin-right: 8px;
}

.product-price-tax {
    font-size: 11px;
    padding-top: 4px
}

.product-item-price-economy {
    position: relative;
    line-height: 16px;
    white-space: nowrap;
    background: #d1f1ce;
    color: #333;
    padding: 2px 4px;
    display: inline-flex;
    font-size: 11px;
    font-weight: 600;
    border-radius: 4px;
}

.product-item__sku .product-item__text_sku {
    line-height: normal;
    display: block
}

.product-item__quantity {
    display: flex;
    align-items: center;
    margin-top: 8px
}

.product-item__quantity-icon {
    font-size: 14px;
    display: inline-flex;
    height: 100%;
    align-items: center;
    width: 15px;
    height: 15px;
    margin-right: 5px
}

.product-item__quantity-icon.icon-success {
    color: #00c741
}

.product-item__quantity-icon.icon-success {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2215px%22%20height%3D%2215px%22%20%20viewBox%3D%220%200%2021%2021%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M10.5%200C4.725%200%200%204.725%200%2010.5C0%2016.275%204.725%2021%2010.5%2021C16.275%2021%2021%2016.275%2021%2010.5C21%204.725%2016.3188%200%2010.5%200ZM15.2688%208.4875L10.0188%2013.7375C9.84375%2013.9125%209.625%2014%209.40625%2014C9.1875%2014%208.96875%2013.9125%208.79375%2013.7375L5.73125%2010.675C5.38125%2010.325%205.38125%209.8%205.73125%209.45C6.08125%209.1%206.60625%209.1%206.95625%209.45L9.40625%2011.9L14.0437%207.2625C14.3937%206.9125%2014.9188%206.9125%2015.2688%207.2625C15.6188%207.6125%2015.6188%208.1375%2015.2688%208.4875Z%22%20fill%3D%22%2343D663%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat
}

.product-item__quantity-icon.icon-danger {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='iso-8859-1'?%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.001 512.001' style='enable-background:new 0 0 512.001 512.001;' xml:space='preserve'%3e%3cpath style='fill:%23FF6465;' d='M256.001,512c141.384,0,255.999-114.615,255.999-256.001C512.001,114.615,397.386,0,256.001,0 S0.001,114.615,0.001,256.001S114.616,512,256.001,512z'/%3e%3cpath style='opacity:0.1;enable-background:new ;' d='M68.873,256.001c0-129.706,96.466-236.866,221.564-253.688 C279.172,0.798,267.681,0,256.001,0C114.616,0,0.001,114.615,0.001,256.001S114.616,512.001,256,512.001 c11.68,0,23.171-0.798,34.436-2.313C165.339,492.865,68.873,385.705,68.873,256.001z'/%3e%3cpath style='fill:%23FFFFFF;' d='M313.391,256.001l67.398-67.398c4.899-4.899,4.899-12.842,0-17.74l-39.65-39.65 c-4.899-4.899-12.842-4.899-17.74,0l-67.398,67.398l-67.398-67.398c-4.899-4.899-12.842-4.899-17.74,0l-39.65,39.65 c-4.899,4.899-4.899,12.842,0,17.74l67.398,67.398l-67.398,67.398c-4.899,4.899-4.899,12.842,0,17.741l39.65,39.65 c4.899,4.899,12.842,4.899,17.74,0l67.398-67.398L323.4,380.79c4.899,4.899,12.842,4.899,17.74,0l39.65-39.65 c4.899-4.899,4.899-12.842,0-17.741L313.391,256.001z'/%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e")
}

.product-item__quantity-val {
    overflow: hidden;
    color: #333333;
    text-overflow: ellipsis;
    line-height: normal;
    font-size: 14px;
}

.product-item__amount {
    display: inline-flex;
    align-items: center;
    margin-top: 15px;
    position: relative;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    overflow: hidden;
}

.product-item__amount .stock_warning {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 5px 10px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .14);
    border-radius: 6px;
    font-size: 13px
}

.product-item__container.hover .product-item__hidden {
    display: block
}

.product-item__amount-btn-minus,
.product-item__amount-btn-plus {
    color: #333333;
    text-align: center;
    text-decoration: none;
    background: #fff;
    cursor: pointer;
    font-size: 15px;
    padding: 8px 14px;
    line-height: normal;
    user-select: none;
    border: 0;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-item__amount-btn-disabled {
    color: #d0e0e3;
    cursor: default
}

.product-item__amount .product-item__amount-input {
    padding: 0;
    font-size: 14px;
    color: #333333;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    background: #fff
}

.product-item__amount-btn-minus:not(.product-item__amount-btn-disabled):active,
.product-item__amount-btn-minus:not(.product-item__amount-btn-disabled):hover,
.product-item__amount-btn-plus:not(.product-item__amount-btn-disabled):active,
.product-item__amount-btn-plus:not(.product-item__amount-btn-disabled):hover {
    color: var(--jv-primary);
    border-color: #e3e3e3;
    background-color: #f9f9f9
}

.product-item__amount-btn-minus:not(.product-item__amount-btn-disabled):active,
.product-item__amount-btn-plus:not(.product-item__amount-btn-disabled):active {
    background-color: #ececec
}

.product-button__container .btn,
.product-item__price {
    position: relative
}

.product-button__container .btn>i {
    font-size: 19px
}

@media only screen and (max-width: 490px) {
    .container-push>h3 {
        margin-left: 20px;
        margin-right: 20px
    }
}

.product-item__container.hover .product-item__hidden {
    display: block
}

.product-item-price-stock {
    display: flex;
    align-items: center;
    padding-bottom: 3px
}

@media only screen and (min-width: 361px) {
    .catalog-list .product-item {
        flex-direction: row;
        gap: 15px;
    }

    .catalog-list .product-item__image {
        width: 25%;
        margin-bottom: 0;
        flex-shrink: 0
    }

    .catalog-list .product-item__basket {
        width: 75%;
        position: relative
    }

    .catalog-list .product-item__sku {
        margin-top: 0
    }

    .catalog-list .product-item__info {
        width: 25%;
        margin-top: initial;
    }

    .catalog-list .product-item__title a {
        font-size: 17px;
        padding-top: 3px;
    }

}

.rating .star-empty {
    color: #e7e5e1
}

.rating span i {
    font-size: 17px
}

.rating .star {
    color: #ffcf00
}

.scroll-fixed {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 24px;
    bottom: -62px;
    z-index: 203
}

.scroll-up {
    text-align: center;
    text-decoration: none;
    transition: bottom .3s ease 0s, background-color .15s ease 0s, opacity .15s ease 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    position: fixed;
    right: 20px;
    z-index: 201;
    background: #3a3c40;
    box-shadow: 0 4px 8px rgb(0 0 0 / 15%);
    border-radius: 50%;
    cursor: pointer;
    outline: 0;
    border: 0;
    display: none;
}

.scroll-up:active,
.scroll-up:hover {
    background: var(--jv-primary)
}

.site-footer {
    margin-top: auto;
    flex: none;
    position: relative;
    transition: transform .2s;
    background: #101016
}

.footer-column {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0
}

.footer-bottom {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px 0 90px;
    order: 1;
    padding-bottom: 0
}

@media only screen and (min-width: 768px) {
    .footer-column {
        padding: 40px 0
    }

    .footer-bottom {
        padding: 30px 0 0
    }
}

.footer-column__information {
    padding-right: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column
}

.footer-column__list-item {
    flex: 1
}

.footer-column__service,
.footer-column__extra {
    padding-right: 30px;
    padding-bottom: 30px
}

.bottom-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0
}

.bottom-menu li a {
    font-size: 14px;
    color: #a8a8a8;
    display: block;
    text-decoration: none;
    padding-bottom: 10px;
    transition: color .3s
}

.bottom-menu li a:hover {
    color: #fff
}

.footer-column__contacts {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.footer-column__list {
    display: flex;
    flex-wrap: wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media only screen and (min-width: 768px) {
    .footer-column__list {
        -ms-flex: 0 0 66.666666%;
        flex: 0 0 66.666666%;
        max-width: 66.666666%
    }

    .footer-column__contacts {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

@media only screen and (min-width: 1200px) {
    .footer-column__list {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .footer-column__contacts {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

.footer-column__social {
    padding-top: 20px
}

.footer-column__title {
    color: #ffffff;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
}

.footer-column__phone {
    position: relative
}

.footer-column__phone .phone-body {
    font-size: 19px;
    color: #2b3135
}

.footer-column__phone .phone-body div a {
    color: #a8a8a8;
    font-weight: 600;
    transition: color .3s
}

.footer-column__phone .phone-body div a:hover {
    color: #fff
}

.column-contacts {
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #a8a8a8;
    position: relative;
    padding-bottom: 15px
}

.footer-column__phone-contacts .icon-contacts {
    flex: none;
    margin-right: 10px;
    width: 21px;
    height: 21px
}

.footer-column__phone-contacts .icon-contacts i {
    font-size: 18px;
    display: inline-flex;
    vertical-align: middle;
}

.footer-column__social-title {
    font-weight: bold;
    font-size: 24px;
    color: #dadbdc;
    padding-bottom: 30px
}

.footer-column__social-item {
    margin: 0 -5px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 0;
    margin-bottom: 20px
}

.footer-column__social a {
    display: block;
    text-decoration: none;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin: 0 5px 10px
}

.footer-social__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.footer-column__payment {
    width: 100%;
    font-size: 0
}

.footer-column__payment-title {
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    padding: 0 0 10px
}

.footer-column__payment-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0
}

.footer-column__payment-body span {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 0;
    height: 50px;
    margin-right: 20px
}

.footer-column__payment-body span img {
    width: 50px;
    max-width: 50px
}

@media only screen and (max-width: 1200px) {
    .footer-column__list-item {
        flex: auto
    }
}

.footer-bottom__powered {
    color: #dadbdc;
    font-size: 13px
}

.footer-column__social-item a {
    background: #21252e;
}

.footer-column__social-item a:not(.social-color):hover {
    background: #2e323c;
}

.config-facebook.social-color {
    background: #4267b2
}

.config-vk.social-color {
    background: #0077ff
}

.config-telegram.social-color {
    background: #3390ec
}

.config-instagram.social-color {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%)
}

.config-whatsapp.social-color {
    background: #00bb5f
}

.config-youtube.social-color {
    background: #f00
}

.footer-column__social-item a svg {
    fill: #fff
}

.footer-column__payment img {
    margin: 0 10px 10px 0
}

@media only screen and (min-width: 361px) {
    .catalog-wrapper.sort.active {
        padding-top: 50px
    }
}

.catalog-toolbar__sort {
    padding: 23px 0;
}

.toolbar-form__input__title {
    font-size: 14px;
    margin-top: -24px;
    display: block;
    padding-bottom: 3px;
    font-weight: 600;
}

.toolbar-form__input+.toolbar-form__input {
    margin-left: 23px
}

.toolbar-form__input .form-control {
    border: 1px solid #E3E5E8;
    border-radius: 6px;
    height: 37px;
    cursor: pointer;
    background-color: #fff;
    font-size: 14px;
}

.navigation-title h1 {
    margin: 0 0 24px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}

.catalog-section {
    margin-bottom: 30px
}

.catalog-toolbar-block.fixed h1 {
    display: none
}

@media only screen and (max-width: 490px) {
    .navigation-title h1 {
        font-size: 20px;
        line-height: normal
    }

    .catalog-toolbar-block h1,
    .navigation-items h1 {
        font-size: 20px;
        line-height: 25px
    }

    .catalog-wrapper.active {
        padding-top: 50px
    }

    .catalog-toolbar-block.fixed,
    .top-panel__tfoot.is-top {
        /* top: 56px; */
        display: none;
    }
    .top-panel .top-panel__cols {
        /* display:none; */
        margin-top: 19px;
        margin-bottom: 19px;
        /* top: -120%; */
        /* position: absolute; */
        z-index: 20;
    }

    .top-panel__tfoot.is-top.active {
        top: -56px
    }
    .site-main.sticky {
        padding-top: 0px;
    }
}

.catalog-sort-active {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 35px;
    line-height: 18px;
    padding: 7px 17px;
    position: relative;
    -webkit-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    vertical-align: middle;
    z-index: 30;
    text-transform: lowercase;
    letter-spacing: 0
}

.catalog-sort-active:hover {
    background: #fafafa
}

.catalog-section-sort-block {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.catalog-section-sort-text {
    user-select: none;
    padding-right: 15px
}

.catalog-section-sort-arrow {
    display: inline-flex;
    align-items: center
}

.catalog-section-sort-arrow i,
.catalog-section-sort-text {
    -webkit-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    transition: all .15s ease 0s
}

.catalog-section-sort-arrow i {
    display: inherit;
    font-size: 11px
}

.catalog-sort-active.open .catalog-section-sort-arrow i {
    transform: rotate(180deg)
}

.catalog-section-sort-popup {
    text-align: left;
    border: 0;
    border-radius: 6px;
    -webkit-box-shadow: 0 8px 48px 0 rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 8px 48px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 8px 48px 0 rgb(0 0 0 / 16%);
    background-color: #fff;
    margin: 0;
    padding: 0;
    transform: translateY(15px);
    transition: all .3s;
    min-width: auto;
    display: block;
    opacity: 0;
    visibility: hidden
}

.catalog-sort-active.open .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.catalog-section-sort-popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto
}

.catalog-section-sort-popup ul li a {
    display: block;
    margin: 0;
    padding: 10px 15px;
    cursor: pointer
}

.catalog-section-sort-popup ul li a {
    position: relative;
    font-size: 14px;
    color: #70707a;
    text-decoration: none;
    line-height: 17px;
    white-space: nowrap
}

@media only screen and (max-width: 490px) {
    .catalog-section-sort-popup ul li a {
        padding-top: 9px;
        padding-bottom: 10px
    }
}

.catalog-section-sort.open .dropdown-menu {
    display: block
}

.catalog-section-sort-popup ul li+li {
    border-top: 1px solid #f0f0f0
}

.catalog-section-sort-popup ul li a:active,
.catalog-section-sort-popup ul li a:hover,
.catalog-section-sort-popup ul li.active a {
    color: #333333;
    background: #f7f7f7
}

.content-wrapper h1 {
    margin-top: 0
}

.category-section__list {
    padding-bottom: 20px;
}

.catalog-sections .catalog-section__item {
    display: flex;
    position: relative;
    text-decoration: none;
    transition: transform .3s;
    background: #f7f7f7;
    height: 100%;
    align-items: center;
    padding: 10px 15px;
    border-radius: 6px;
}

@media only screen and (max-width: 767px) {
    .catalog-sections {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .container-push .catalog-section__list .catalog-sections [class*=col-] {
        width: 100%
    }
}

.catalog-section__item__count {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 2
}

.catalog-section__item__count {
    font-size: 11px;
    color: #fff;
    transition: all .15s ease 0s;
    line-height: 12px;
    text-align: center;
    display: inline-block;
    padding: 2px 3px;
    border-radius: 16px;
    background: #67737e;
    min-width: 16px;
}

@media only screen and (max-width: 767px) {
    .catalog-section-item__image {
        padding-right: 10px;
    }
}

.catalog-section-item__image>img {
    transition: transform .4s;
    mix-blend-mode: multiply
}

.grayscale:hover {
    -webkit-filter: grayscale(0);
    opacity: 1;
    filter: grayscale(0)
}

@media only screen and (max-width: 767px) {
    .catalog-section-item__image>img {
        max-width: 36px;
        max-height: 36px
    }
}

@media only screen and (max-width: 767px) {
    .category-section-item {
        margin-left: -15px;
        margin-right: -15px
    }
}

.catalog-section__item__title {
    color: #333333;
    text-align: center;
    width: 100%;
    text-align: left;
    line-height: 20px;
    word-break: break-word;
    font-size: 14px
}

@media only screen and (min-width: 768px) {
    .catalog-sections .catalog-section__item:hover img {
        transform: scale(1.1);
    }

    .catalog-section__item__title.catalog-title__absolute {
        position: absolute;
        top: 0;
        left: 0
    }

    .catalog-section-item__image {
        margin-right: 15px;
        flex-shrink: 0;
    }


    
}

.catalog-toolbar__panel.fixed {
    background: #f1f6f7
}

.catalog-toolbar__panel.fixed {
    box-shadow: 0 0 30px rgba(61, 75, 82, .16)
}

.catalog-section-pagination {
    text-align: center
}

.container-push .catalog-section-pagination .pagination {
    margin-top: 30px
}

.pagination>li>a,
.pagination>li>span {
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.pagination>li>a,
.pagination>li>span {
    text-align: center
}

.pagination>li.first>a,
.pagination>li.first>span,
.pagination>li.last>a,
.pagination>li.last>span {
    color: #d0e0e3
}

.pagination {
    display: inline-flex;
    margin: 0 0 20px 0;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .1);
    border-radius: 6px
}

.pagination li {
    display: inline-block;
    border: 0
}

.pagination li:hover {
    border: 0
}

.pagination>li>a,
.pagination>li>span {
    font-size: 14px;
    color: #111;
    border: 0;
    float: none;
    font-weight: 500;
    background-color: #fff;
    margin: 0;
    line-height: 100%;
    padding: 8px 10px
}

.pagination li.active span {
    color: #fff;
    float: none;
    border: 0
}

.pagination li:hover a {
    color: #111;
    border: 0
}

.pagination li:first-child a {
    border-right: 1px solid rgba(0, 0, 0, .05)
}

.pagination li:last-child a {
    border-left: 0px solid rgba(0, 0, 0, .05)
}

.pagination li:first-child a:hover {
    border-right: 1px solid transparent
}

.pagination li:last-child a:hover {
    border-left: 1px solid transparent
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #111;
    border: 0
}

.pagination>.active {
    background-color: #fff
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: var(--jv-primary)
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    border-color: #f0f2f4
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #f9f9f9
}

@media only screen and (max-width: 767px) {
    .text-empty {
        padding: 25px 25px 0
    }
}

.buttons {
    margin: 1em 0;
    overflow: hidden
}

.buttons .btn+.btn {
    margin-left: 5px
}

.btn-rounded {
    border-radius: 10rem !important
}

.authform h1 {
    margin-bottom: 30px
}

.authform-label-container {
    display: block;
    line-height: 1.4
}

.authform-buttons-container {
    display: flex;
    align-items: center
}

.authform-buttons-container .btn {
    margin-right: 16px
}

.forgot-link {
    display: inline-block;
    margin-top: 6px
}

.login-container {
    margin-bottom: 30px
}

.navigation-title {
    margin-top: 0
}

.catalog-container .navigation-title {
    padding-top: 20px
}

.contacts-item__caption {
    position: relative;
    background: #fff;
    flex-grow: 1;
}

.contacts-item {
    margin-bottom: 15px;
}

.contact-page img {
    border-radius: 12px;
    margin-left: inherit
}

.contacts-item-title {
    padding: 24px 30px;
    background: #f1f6f7;
    color: #333333;
    font-size: 22px;
    font-weight: 600;
    line-height: normal
}

.contacts-item__row {
    display: flex;
    align-items: center;
    padding-bottom: 15px
}

.contacts-item__icon {
    margin-right: 10px
}

.contacts-item__address .contacts-item__icon {
    align-self: flex-start
}

.contacts-item__text {
    width: 100%
}

.contacts-item__title h3 {
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 600;
}

.address-geo {
    font-size: 14px;
}

.store-list {
    position: relative;
    margin-bottom: 30px
}

.store-image {
    margin: 0 20px 20px 0
}

.store-address {
    display: flex;
    margin-top: 12px
}

@media only screen and (min-width: 768px) {
    .store-caption h3 {
        margin-top: 0
    }
}

.store-address>.store-text,
.store-hours>.store-text {
    color: #737373
}

.store-hours {
    display: flex;
    align-items: center;
    margin-top: 5px;
    font-size: 14px;
    line-height: 17px
}

.store-phone {
    margin-top: 17px
}

.store-fax>span,
.store-phone>span {
    font-weight: 600;
    font-size: 17px;
}

.store-title-icon {
    display: flex;
    align-items: center;
    height: 26px;
    margin-bottom: 11px
}

.store-title-icon>i {
    margin-right: 9px
}

@media only screen and (max-width: 768px) {
    .catalog-section__product {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (min-width: 361px) {
    .extension {
        padding-left: 30px;
        padding-right: 30px
    }
}

.shadow-title {
    font-size: 34px;
    color: #ececec;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    line-height: normal;
    margin-bottom: -20px;
    height: 50px;
    text-shadow: 1px 2px 2px #737373
}

@media only screen and (max-width: 640px) {
    .text-title .shadow-title {
        font-size: 21px;
        margin-bottom: -35px;
    }

    .text-title .content-title {
        font-size: 20px
    }
}

.product .back-history {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45px
}

.product .button-back {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 38px;
    height: 30px;
    color: #737373;
    background: url(/image/catalog/icon-svg/arrows/arrow-back.svg) no-repeat 9px center;
    transition: .25s ease-in-out;
    cursor: pointer;
}

.product .button-back::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    border: 2px solid #b6c4cb;
    border-radius: 50%
}

.product .button-back:hover {
    opacity: .7
}

.product .main-title {
    font-size: 18px;
    margin: 0 0 10px;
}

@media only screen and (min-width: 1200px) {
    .product .main-title {
        font-size: 22px;
    }
}

.product-top-info {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px
}

.product-stock.not-available span {
    color: #ec0000
}

.product-stock span {
    position: relative;
    display: inline-block;
    line-height: normal;
    user-select: none
}

.product-stock.in-stock span {
    color: #29ad2e
}

.product-sku span {
    color: #333333
}

.product-rating .rating-all {
    color: #4c66f1;
    padding-left: 5px;
    cursor: pointer;
}

.product-rating .rating-all:hover {
    color: var(--jv-primary);
}

.manufacturer-logo__img img {
    margin-bottom: 20px
}

.product-share {
    position: relative;
    cursor: pointer;
}

.product-share .dropdown-toggle {
    display: flex;
    align-items: center
}

.product-share__block {
    padding: 8px 5px 10px 10px;
    white-space: normal;
    min-width: 131px;
    margin: 0;
}

.product-share__block:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-bottom-color: #fff;
    right: 21px;
    top: -18px;
}

@media only screen and (max-width: 767px) {
    .product-share__block {
        white-space: normal
    }
}

.product-share__block ul {
    margin-bottom: 0
}

.product-share__block ul li.ya-share2__item {
    margin-right: 5px !important;
    margin-top: 5px !important
}

.btn-addtools button span {
    padding-left: 5px;
    vertical-align: top;
}

@media only screen and (max-width: 440px) {
    .btn-addtools button span {
        display: none;
    }
}

.btn-addtools button,
.product-share .dropdown-toggle {
    padding: 8px 12px;
    line-height: 16px;
    border-radius: 4px;
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
}

.btn-addtools button:hover,
.product-share .dropdown-toggle:hover,
.product-share.open .dropdown-toggle {
    background: #f4f4f4;
}

.product-top-info .xdstickers_wrapper.position_upleft {
    position: static;
    padding-right: 0;
}

.product-prices {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-prices .price {
    position: relative;
    width: 100%
}

.main-price {
    color: #333333;
    font-size: 31px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 8px;
}

.product-reward {
    position: relative;
    display: inline-block;
    line-height: normal;
    user-select: none
}

.product-reward .reward-modal__button {
    height: 16px;
    width: 16px;
    display: inline-flex;
    vertical-align: middle
}

.product-reward .reward-modal__button svg {
    color: #c0c6cb;
}

.product-reward .reward-modal__button:hover svg {
    color: #9ea5ab;
}

.product-rewards .reward-description {
    padding: 30px;
    color: #ffffff;
    line-height: 21px;
    background: #333333;
    position: absolute;
    z-index: 100;
    min-width: 320px;
    top: 100%;
    left: 0;
    margin-top: 10px;
    display: none;
}

.product-rewards .reward-description:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 10.7rem;
    width: 10px;
    height: 10px;
    background: #333;
    transform: rotate(45deg);
}

.product-rewards .bonus-text__value {
    display: inline-block;
    margin-right: 5px;
    font-weight: 500;
    color: #00b303
}

.product-rewards .reward-description h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.product-rewards .modal-dialog {
    max-width: 480px
}

.product-rewards .reward-description i {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 14px;
    display: inline-flex;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-shadow: none;
    cursor: pointer
}

.product-offers {
    margin: 0 10px 10px 0;
    display: inline-block;
}

.product-rewards i {
    transition: all .3s;
    vertical-align: middle
}

.product-rewards.open i {
    transform: rotate(180deg)
}

.reward-description p {
    margin-bottom: 0
}

.product-minimum {
    display: flex;
    color: #333333;
    padding: 9px 13px;
    border-radius: 6px;
    background: #eaeaea;
    margin-bottom: 20px;
    align-items: center;
}

.product-minimum i {
    font-size: 30px;
    margin-right: 13px
}

.price-points {
    padding: 8px 0 6px 0;
}

.all-tech {
    display: block;
}

.product-buy {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.product-left {
    position: sticky;
    top: 120px;
}

.product-image {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.product-images {
    display: none;
}

@media only screen and (min-width: 768px) {
    .product-images {
        width: 74px;
        display: block;
        flex-shrink: 0;
    }
}

.product-image__thumb {
    list-style: none;
}

.product-images__additional {
    box-sizing: border-box;
    transition: opacity .2s, border-color .2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 6px;
    background-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 74px !important;
    height: 74px !important;
    margin-bottom: 12px;
    padding: 6px;
    cursor: pointer;
}

.btn-previous {
    top: -15px;
}

.btn-next {
    bottom: -15px;
}

.btn-sliders {
    border: 0;
    outline: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 12%), 0 2px 4px rgb(0 0 0 / 12%);
}

.product-images .slick-current.slick-active {
    box-shadow: 0 0 0 1px var(--jv-primary) inset;
}

.product-image .product-image__mains {
    position: relative;
    flex-grow: 1;
    width: 100%;
    padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    .product-image .product-image__mains {
        max-width: calc(100% - 94px);
        margin-left: 20px;
        padding-bottom: 0;
    }
}

.product-image__mains:after {
    content: "";
    display: block;
    clear: both;
}

.product-images__thumb.slick-current.slick-active {
    box-shadow: none !important;
    border: none !important;
}

.btn-sliders span {
    font-size: 21px;
    color: #28292d;
    line-height: normal;
    transform: rotate(90deg);
    display: inline-block;
    height: inherit;
}

.product-right-block {
    position: relative;
    width: 100%;
}

.product-quantity {
    margin-right: 20px;
    width: 100px
}

.product-entry-qty {
    margin-bottom: 5px;
    display: block
}

.product-buy__btn {
    flex-grow: 1;
    overflow: hidden
}

.product-buy__btn {
    margin-top: auto
}

#buyoneclick {
    width: 100%
}

.buy-one-click {
    margin-top: 15px;
    width: 100%
}

.buy-one-click .boc_order_btn {
    color: #333333;
    background-color: #fff;
    border-color: #2d3e54
}

.add-cart-block button.btn i {
    display: inline-block;
    margin-right: 10px;
    line-height: 0;
    font-size: 24px
}

.add-cart-block button.btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px
}

.discount {
    min-width: 160px;
    width: 100%;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 6px;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 7px
}

.discount-title {
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 8px;
}

.card-percent {
    position: absolute;
    top: 0;
    right: 0;
}

.discount .price-discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px
}

.discount .price-discount:not(:last-child) {
    border-bottom: 1px solid #ececec
}

.discount-item {
    width: 48%
}

.discount-item-value {
    width: 52%;
    text-align: right
}

.discount h4 {
    margin-top: 0
}

.discount-item-bg {
    font-weight: 600;
    color: #333333;
    display: inline-block
}

.product-options .checkbox,
.product-options .radio {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    transition: all .2s ease-in-out
}

.fake-checkbox input[type=checkbox],
.fake-radio input[type=radio] {
    margin-left: 1rem;
    display: none
}

.fake-checkbox .option-btn,
.fake-radio .option-btn {
    padding-left: 0
}

.fake-checkbox .option-image,
.fake-radio .option-image {
    display: block;
    margin: 0 5px 8px 0
}

