@font-face {
    font-family: basis grotesque pro;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Basis Grotesque Pro'), url(../fonts/BasisGrotesquePro-Regular.woff) format('woff'), url(../fonts/BasisGrotesquePro-Regular.woff2) format('woff2');
}

@font-face {
    font-family: basis grotesque pro bold;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Basis Grotesque Pro Bold'), url(../fonts/BasisGrotesquePro-Bold.woff) format('woff'), url(../fonts/BasisGrotesquePro-Bold.woff2) format('woff2');
}

@font-face {
    font-family: basis grotesque pro light;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Basis Grotesque Pro Light'), url(../fonts/BasisGrotesquePro-Light.woff) format('woff'), url(../fonts/BasisGrotesquePro-Light.woff2) format('woff2');
}

@font-face {
    font-family: basis grotesque pro medium;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Basis Grotesque Pro Medium'), url(../fonts/BasisGrotesquePro-Medium.woff) format('woff'), url(../fonts/BasisGrotesquePro-Medium.woff2) format('woff2');
}

body {
    margin: 0;
    padding: 0;
    color: #222;
    height: 100%;
    min-height: 100vh;
    min-width: 320px;
    /*	font-family: 'Inter', sans-serif; */
    font-family: "Basis Grotesque Pro", sans-serif;
    background: #fff;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.5
}

@media (max-width: 767px) {
    /*body {
        padding-top: 110px;
    }*/
}

.overflow-hidden {
    overflow: hidden
}

.content {
    position: relative;
    overflow: hidden;
}

.icon-danger {
    color: #f90007
}

.fw500 {
    font-weight: 500
}

.border {
    border: 1px solid #eee
}

.not-border {
    border: 0
}

.h100 {
    height: 100%
}

.align-middle {
    vertical-align: middle
}

.shadow-xs {
    -webkit-box-shadow: 0 2px 6px #e6e6ef;
    box-shadow: 0 2px 6px #e6e6ef
}

.mobile-top-inner {
    display: flex;
    padding: 15px;
}

.shadow-sm {
    -webkit-box-shadow: 0 4px 8px 0 #d2dbe0;
    box-shadow: 0 4px 8px 0 #d2dbe0
}

.opacity-65 {
    opacity: .65
}

.mt0, .mt-0 {
    margin-top: 0
}

.mt10, .mt-10 {
    margin-top: 10px
}

.mb10, .mb-10 {
    margin-bottom: 10px
}

.mr10, .mr-10 {
    margin-right: 10px
}

.ml10, .ml-10 {
    margin-left: 10px
}

.mb20, .mb-20, .m-b-2 {
    margin-bottom: 20px
}

.mb30, .mb-30, .m-b-3 {
    margin-bottom: 30px
}

:focus {
    outline: 0
}

.mr20 {
    margin-right: 20px
}

.mr-15 {
    margin-right: 15px
}

.flex-20 {
    flex: 20
}

.flex-80 {
    flex: 80
}

.mt-15, .m-t-15 {
    margin-top: 15px
}

.whatsapp-link .fa {
    color: #00bc52
}

.whatsapp-link:hover, .whatsapp-link:focus {
    color: #fff
}

.header-phone .whatsapp-link span.whatsapp-name {
    padding-left: 3px;
    display: inline-block;
    font-weight: 500;
}

.header-phone .header-toggle__lang-cur {
    display: flex;
}

.header-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden
}

.header-overlay.active {
    opacity: 1;
    visibility: visible
}
/*
#content {
    min-height: 600px
}
 */
.fa {
    font-size: 14px
}

.tab-content {
    padding: 30px 0 0
}

.header {
    position: relative;
    z-index: 3;
    margin-bottom: 20px;
}

#search .form-control {
    height: 44px;
    background: #fff;
    border: 0;
    border-radius: 8px;
    padding-right: 60px;
    text-overflow: ellipsis;
    font-size: 15px;
    -webkit-transition: height .4s ease-in-out;
    transition: height .4s ease-in-out;
    -webkit-box-shadow: 0 1px 3px #cbcbcb;
    box-shadow: 0 1px 3px #cbcbcb;
}

.search-btn {
    position: absolute;
    right: 0;
    border: 0;
    background: 0 0;
    color: #222;
    height: 44px;
    border-radius: 0 8px 8px 0;
    z-index: 2;
    padding: 0;
    width: 60px;
}

.search-btn:hover, .search-btn:focus {
    background: #0069d9;
    color: #fff
}

.search-btn i {
    font-size: 18px;
    vertical-align: middle
}

.userblock {
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    color: #001a34;
    display: flex;
    flex-direction: column;
    height: 44px;
    justify-content: flex-start;
    position: relative;
    width: 76px;
    padding-top: 4px;
}

.userblock .user-select {
    height: 100%;
    width: 100%;
}

.userblock .dropdown-menu .dropdown-item {
    font-style: normal;
    font-size: 15px;
    line-height: normal;
}

.userblock.cart {
    margin-right: 0
}

.userblock-link {
    height: 100%;
    outline: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.userblock-cont {
    text-decoration: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: inherit
}

.userblock-icon {
    width: 24px;
    height: 24px;
    position: relative
}

.userblock-count {
    font-size: 10px;
    line-height: 15px;
    position: absolute;
    min-width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff2162;
    color: #fff;
    font-weight: 500;
    right: -10px;
    top: -5px;
}

.userblock-svg {
    color: #222
}

.userblock-text {
    width: 100%;
    font-size: 13px;
    line-height: normal;
    color: #222;
    margin-top: auto;
}

@media (max-width: 1280px) {
    .userblock {
        height: 44px;
        justify-content: center;
        padding-top: 0;
        width: 44px;
    }

    .userblock-text {
        display: none;
    }
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

.nav-flex {
    width: 100%;
    margin: 0;
    background: #f4f4f4;
    padding: 0;
    position: relative;
    list-style: none
}

@media (min-width: 768px) {
    .userblock:not(:last-child) {
        margin-right: 16px;
    }

    .nav-flex {
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-align-items: center;
        align-items: center;
        list-style-type: none;
        -webkit-box-align: center;
        -ms-flex-align: center
    }

    .header-logo {
        margin-right: 24px;
    }
}

.nav-tabs-container ul li {
    text-align: center;
    width: auto;
    position: relative;
    border-top: 0;
    border-left: none;
    border-right: 0;
    border-radius: 0;
    vertical-align: middle;
    padding: 0
}

.nav-tabs-menu > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-flex: 0
}

.nav-tabs-menu > li > a {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
}

.nav-tabs-menu > li > a > svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    color: #1e5bf7
}

.nav-tabs-menu > li:not(.active) > a > svg {
    color: #d7d7d7
}

.nav-tabs-menu > li.active > a {
    color: #222
}

.nav-tabs-container {
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 1px 3px #cbcbcb;
    box-shadow: 0 1px 3px #cbcbcb;
    border-radius: 8px;
    overflow: hidden;
}

.nav-tabs-container ul li a {
    position: relative;
    padding: 15px;
    color: #aaa;
    font-weight: 500;
    text-decoration: none;
    background-color: #f4f4f4
}

.nav-tabs-container ul li:not(.active) a:hover svg, .nav-tabs-container ul li:not(.active) a:hover {
    color: #1e5bf7
}

.nav-tabs-menu > li > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 3px
}

.nav-tabs-menu > li.active > a:after {
    background: #1e5bf7
}

/*
div.required .control-label:after {
    content: ' *';
    color: red;
    font-weight: 700
}
*/
#form-review div.required .control-label:after {
    content: '';
}

.header-top {
    color: #222;
    font-size: 13px;
    border-bottom: 1px solid #f4f2ee;
    height: 35px;
}

@media (max-width: 767px) {
    .top-informations {
        display: none;
    }
}

.top-informations ul > li {
    display: inline-block;
    vertical-align: middle
}
/*
.top-informations ul > li + li {
    margin-left: 15px;
}
 */
.top-information .top-info_links {
    font-weight: 500;
    color: #222;
}
/*
@media (min-width: 991px) {
    .top-informations ul > li + li {
        margin-left: 20px;
    }
}
*/
.header-phone {
    display: flex;
    align-items: center;
}

.header-phone .phone-link {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-left: 15px;
}

.header-phone .top-contacts {
    display: flex;
    align-items: center;
}

.header-phone .whatsapp-link {
    display: block;
    color: inherit;
    margin-left: 20px;
}

.header-start {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    background: #fff
}

@media (min-width: 768px) {
    .header-start {
        margin-top: 15px;
    }
}

.tollbar-sub >img {
    display: none;
}

.tollbar-sub.long-pc >img {
    display: block;
}

@media (max-width: 767px) {
    .tollbar-sub >img {
        display: none;
    }

    .tollbar-sub {
        justify-content: space-around;
    }

    .tollbar-sub.long {
        justify-content: space-between;
    }

    .tollbar-sub.long >img {
        display: block;
    }

    .mobile-top {
        position: fixed;
        padding: 0;
        top: 0;
        right: 0;
        left: 0;
        z-index: 999;
        /* padding: 15px; */
        background: #fff;
        border-bottom: 1px solid #ededed;
        /* display: flex; */
    }

    .mobile-contacts {
        margin-left: auto;
        display: flex;
        width: 60px;
        justify-content: space-between;
    }

    .header-logo {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        margin: 10px 0 10px 50px;
    }

    .header-logo img {
        max-height: 35px;
    }

    .header-user {
        z-index: 999;
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        padding: 10px 15px;
        background: #fff;
        -webkit-tap-highlight-color: rgba(15, 119, 176, .1);
        box-shadow: 0 2px 10px 0 rgb(0 0 0 / 12%);
    }

    .userblock {
        height: auto;
        width: auto;
    }

    .header-search {
        width: 100%;
    }

    .userblock-text {
        font-size: 11px;
        padding-top: 3px;
        display: block;
    }

    .userblock.account .user-select.open .dropdown-menu {
        top: auto;
        bottom: 65px;
    }
}

.flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.flex-between {
    justify-content: space-between
}

.bg-white {
    background: #fff
}

.mr-32 {
    margin-right: 32px
}

.relative {
    position: relative
}

.w100 {
    width: 100%
}

.menu-button_catalog {
    margin-right: 15px
}

.menu-button_style {
    -webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		appearance: none;
    border: 0;
    position: relative;
    -webkit-transition: all .12s ease-out;
    -o-transition: all .12s ease-out;
    -moz-transition: all .12s ease-out;
    transition: all .12s ease-out;
    background-color: #1e5bf7;
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, .2), rgba(255, 255, 255, .01));
    cursor: pointer;
}

.menu-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    padding: 0 20px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    background-color: #1e5bf7;
    border: 0;
    border-radius: 8px;
    outline: 0;
    -webkit-box-shadow: 0 1px 3px #cbcbcb;
    box-shadow: 0 1px 3px #cbcbcb;
    cursor: pointer;
    transition: all .1s;
}

.menu-button.menu-button_style .button_burger svg.active, .menu-button.menu-button_style.active-menu .button_burger svg {
    display: none;
}

.menu-button.menu-button_style.active-menu .button_burger svg.active {
    display: block;
}

.menu-button:active {
    transform: scale(.97);
}

.menu-button_burger {
    width: 20px;
    height: 20px;
    padding: 4px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.menu-button_burger .line {
    position: relative;
    display: block;
    width: 18px;
    height: 2px;
    margin: 0 1px;
    transition: all .3s;
    background-color: #fff
}

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

.menu-button_burger .line:not(:first-child) {
    margin-top: 3px
}

.active-menu .menu-button_burger .line:nth-child(2) {
    opacity: 0
}

.active-menu .menu-button_burger .line:nth-child(3) {
    -webkit-transform: translateY(-5px) translateZ(0) rotate(-45deg);
    -moz-transform: translateY(-5px) translateZ(0) rotate(-45deg);
    transform: translateY(-5px) translateZ(0) rotate(-45deg)
}

.menu-button_sp {
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    line-height: 20px
}

.menu-button_text {
    display: inline-block;
    user-select: none;
    padding-left: 12px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .menu-button_text {
        display: none;
    }
}

@media (min-width: 768px) {
    .header-search {
        width: 100%;
        margin-right: 24px;
    }
}

.header-search .input-group {
    width: 100%;
}

.thumbnails {
    position: relative;
}

.thumbnails a {
    display: block;
    position: relative
}

.image-slide {
    position: relative;
}

.additional-img {
    cursor: pointer;
    display: inline-block;
}

.product-zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    visibility: hidden;
    padding: 8px 16px;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    color: #fff;
    border-radius: 30px;
    background-color: rgb(17 17 24 / 70%);
    font-size: 13px;
    line-height: 14px;
}

.product-zoom:before {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    content: " ";
    vertical-align: middle;
    background: no-repeat 50%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTExLjcgMTAuMkw4LjggNy40Yy41LS43LjgtMS42LjgtMi42QzkuNiAyLjEgNy40IDAgNC44IDAgMi4xIDAgMCAyLjEgMCA0LjhjMCAyLjYgMi4xIDQuOCA0LjggNC44LjkgMCAxLjgtLjMgMi42LS44bDIuOSAyLjljLjIuMi41LjMuNy4zLjIgMCAuNS0uMS43LS4zLjQtLjQuNC0xLjEgMC0xLjV6TTIuMSA0LjhjMC0xLjUgMS4yLTIuNyAyLjctMi43IDEuNSAwIDIuNyAxLjIgMi43IDIuNyAwIDEuNS0xLjIgMi43LTIuNyAyLjctMS41IDAtMi43LTEuMi0yLjctMi43eiIvPjwvc3ZnPg==")
}

.thumbnails:hover .product-zoom {
    visibility: visible;
    transition: opacity .2s;
    opacity: 1
}

.sale-sticker {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.product-content {
    padding: 25px 0
}

.product-sticker span {
    padding: 0 7px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    border-radius: 30px;
    display: inline-block;
}

.product-title {
    font-size: 22px;
    line-height: 31px;
    font-weight: 700;
    margin: 20px 0 30px;
}

.heading-tools {
    display: flex;
}

.product-stock .stock {
    display: flex;
    align-items: center;
    padding: 5px 10px;
}

.product-stock .stock svg {
    margin-right: 3px;
}

.product-stock .stock.stock-empty {
    background-color: #fceeed;
    color: #f29999;
}
.product-stock .stock.stock-empty svg, .stock.stock-empty svg{
    display:none;
}

.product-stock .stock.stock-empty {
/*    display: none;*/
}

.product-stock.product-out-of-stock .stock.stock-empty {
    display: block;
}

.product-stock.product-out-of-stock .stock.stock-success {
    display: none;
}

.product-rating {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.product-rating .rating-star {
    margin-right: 10px
}

.rating-star {
    display: flex;
    position: relative;
    top: -1px;
    margin-right: 15px;
}

.rating-count {
    font-size: 14px;
}

.rating-count a {
    color: inherit;
}

.product-thumb .rating-count a {
    fill: #999;
    color: #999;
    font-size: 15px;
    color: inherit;
    font-weight: normal;
}

.rating-count span {
    display: inline-block;
    line-height: normal;
}

.reviews-count {
    cursor: pointer;
}

.reviews-count:hover {
    color: #999
}

.reviews-count_rating-count {
    cursor: pointer;
    font-size: 14px;
}

.reviews-count_rating-count:hover {
    color: #999
}

.title-container {
    font-size: 14px;
    padding-bottom: 20px
}

.main-top__title h1 {
    margin-bottom: 13px;
    max-width: 890px;
    font-size: 24px;
    line-height: 27px;
}

.price-main {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    display: block;
}

.price-old {
    color: #9b9b9b;
    font-size: 18px;
    line-height: normal;
    display: inline-block;
    position: relative;
}

.price-old:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    transform: rotate(0deg);
    border-bottom: 1px solid;
    border-color: #c5274a;
}

.product-thumb .price-old {
    font-size: 15px;
}

/*
.price-economy {
    background: #fff000;
    color: #222;
    background-color: #faf144;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#faf144), to(#ffd21c));
    background-image: -webkit-linear-gradient(top, #faf144 0, #ffd21c 100%);
    background-image: -o-linear-gradient(top, #faf144 0, #ffd21c 100%);
    background-image: linear-gradient(-180deg, #faf144 0, #ffd21c 100%)
}
*/
.product-economy {
    display: inline-block;
    padding: 0;
    border-radius: 3px;
    font-size: 14px;
    margin-bottom: 0;
    border: 1px solid red;
    color: #ff001f;
}

.price-percent {
    background: #ff001f;
    color: #fff
}

.product-percent {
    background: #ff001f;
    color: #fff;
    border-radius: 0;
    padding: 2px 5px;
    font-size: 13px;
}

.price-block .all-price {
    display: inline-block;
    margin-bottom: 20px;
}

.price-block .price-specials {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.discount-summ {
    font-weight: 700
}

.product-buy + .product-buy {
    margin-top: 15px;
}

.plus-minus .btn-left {
    border-radius: 50px 0 0 50px
}

.plus-minus .btn-right {
    border-radius: 0 50px 50px 0
}

.plus-minus .form-control {
    border-radius: 0;
    border-color: #f5f5f5;
    height: 45px;
    background: #f5f5f5;
    padding: 0;
    border: 0;
    box-shadow: none
}

.plus-minus .btn {
    border: 0;
    background: #f5f5f5
}

.plus-minus .btn:hover {
    color: #1e5bf7
}

.btn.in_cart {
    background: #16c668;
    border-color: #16c668;
    color: #fff;
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.25)
}

#button-cart.btn.in_cart {
    color: transparent;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    transition: all .35s
}

.product-buttons .btn-incart {
    display: flex;
    align-items: center;
}

.product-buttons .product-out-of-stock .in-stock-buttons {
    display: none !important;
}

.product-buttons .out-of-stock-link {
    display: none;
}

.product-buttons .product-out-of-stock .out-of-stock-link {
    display: block;
    padding: 5px 10px;
    text-decoration: underline;
}

.btn-incart {
    flex-grow: 1;
}

.btn-incart button {
    transition: all .3s;
    border-radius: 50px
}

.mini-product__blockbottom button.preorder_btn,
.mini-product__btn button.preorder_btn,
.btn-incart button.preorder_btn {
	background: #C87800;
	border-color: #C87800;
}

.list-value + .list-value {
    margin-top: 3px
}

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

input[type=checkbox], input[type=radio] {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
		-ms-appearance: none;
		appearance: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
    flex: 0 0 auto;
    border: 2px solid #c1c7cd;
    border-radius: 4px;
    width: 16px;
    height: 16px;
}

input[type=checkbox]:checked, input[type=radio]:checked {
    background: #1e5bf7;
    border-color: #1e5bf7;
}

input[type=radio]:checked:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    content: "";
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

input[type=checkbox]:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='8' viewBox='0 0 9 8' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M3 4.836L1.707 3.543A1 1 0 00.293 4.957L3 7.664l5.707-5.707A1 1 0 007.293.543L3 4.836z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 10px
}

input[type=radio] {
    border-radius: 50%
}

.options-toggle input {
    position: absolute;
    opacity: 0;
}

.product-options label.option-btn {
    position: relative;
    margin-bottom: 0;
    font-weight: 400;
}

.product-options .options-item {
    display: block;
    position: relative;
    padding: 5px;
    margin: 4px 8px 4px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    background: transparent;
}

.product-options .options-item:hover {
    border-color: #999;
}

.options-toggle input:checked + .options-item {
    border: 1px solid #1e5bf7;
}

.short-attr__title {
    font-size: 15px;
    margin-bottom: 16px;
    margin-top: 0;
}

.short-attr {
    padding-left: 0;
    list-style: none;
    margin: 0
}

@media (min-width: 1440px) {
    .short-attr {
        padding-right: 34px;
    }
}

.short-attr li {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    display: flex;
}

.short-attr li + li {
    margin-top: 8px;
}

.short-attr__item--name {
    padding-right: 5px;
    flex-grow: 1;
    background: url(/image/catalog/attr-dotted.png) left 12px repeat-x
}

.short-attr__item--name > span {
    background: #fff;
}

.short-attr li .short-attr__item--text {
    text-align: right;
    font-weight: 400
}

.more-link {
    margin-top: 10px
}

.alert-banner {
    padding: 15px;
    text-align: center;
}

.alert-banner-descr {
    font-size: 13px;
    line-height: 19px
}

.alert-banner-title {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 19px
}

@media only screen and (min-width: 768px) {
    .alert-banner {
        padding: 20px
    }

    .alert-banner-title {
        margin-bottom: 12px;
        font-size: 23px;
        line-height: 25px;
    }

    .alert-banner-descr {
        font-size: 14px;
        line-height: 20px;
    }
}

.product-right {
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 0 2px rgb(0 0 0 / 8%), 0 2px 24px rgb(0 0 0 / 6%);
}

@media (max-width: 767px) {
    .product-right {
        margin: 15px 0
    }
}

.product-button__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center
}

.price-block .product-button__toolbar {
    justify-content: flex-start;
}

.product-button__toolbar .button-toolbar {
    border: 1px solid rgba(40, 47, 55, .15);
    border-radius: 30px;
    background: transparent;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 13px;
    border-color: #dadfe4;
    color: #2862f7;
}

.product-button__toolbar .button-toolbar:hover {
    color: #fff;
    background-color: #636d88;
    border-color: #636d88;
}

.product-button__toolbar .button-toolbar:active {
    transform: scale(.97);
}

.product-button__toolbar .btn + .btn {
    margin-left: 12px
}

.comment-info {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px
}

.comment-info:before {
    content: ' ';
    background: #f0f2f4;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px
}

.review-box-title {
    font-size: 22px;
    font-weight: 700;
    display: block;
    /* padding: 30px 0 0; */
    line-height: 33px;
    /* max-width: 650px;
    margin: 0 auto */
}

.review-toggle {
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
		padding: 48px 40px 40px; */
    cursor: pointer;
    outline: 0;
}

.review-write-icon {
    width: 56px;
    height: 56px;
    padding: 16px;
    border-radius: 56px;
    background-color: #1e5bf7
}

.review-write-text {
    padding-top: 12px;
    color: #222;
    font-size: 15px;
    line-height: 20px;
    transition: transform .25s;
}

.review-write-icon svg {
    transition: all .3s;
}

.review-write-icon:active {
    transform: scale(.95);
}

.review-write-icon:active svg {
    transform: rotate(45deg);
}

#review_mini .review-wrap, #review .review-wrap {
    overflow: hidden;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f1f1f1
}

#review_mini .review-width, #review .review-width {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

#review_mini .review-user-info, #review .review-user-info {
    width: 100%;
}

#review_mini .review-username, #review .review-username {
    color: #222;
    font-weight: 700
}

#review_mini .review-date, #review .review-date {
    font-size: 13px;
    color: #6c757d;
    display: block;
    /* margin-top: 6px;
    margin-bottom: 6px; */
}

#review_mini .review-body, #review .review-body {
    width: 100%;
}

#review_mini .review-bottom-block, #review .review-bottom-block {
    display: flex;
    justify-content: space-between;
}

.viewmore-link__reviews {
    border-bottom: 1px solid;
}

.modal-review__guest-btns a {
    padding: 10px;
    display: inline-block;
    border: 1px solid lightgray;
}

.review-rating {
    font-size: 0;
    color: #dadae6;
    display: inline-block;
    padding-left: 10px
}

#form-review .review-rating {
    display: block;
    padding-left: 0;
}

#boc_order .modal-img, #review-popup .modal-img, #question-popup .modal-img {
    margin: 0 auto;
    display: block;
    padding-top: 20px;
}

.review-rating input {
    display: none
}

.review-rating * {
    font-size: 18px;
    margin: 0;
    vertical-align: -1px
}

.review-rating label {
    color: #dadae6
}

.review-star.active, .review-star.checked {
    color: #fbcf3a
}

.review-rating label .fa-star {
    cursor: pointer;
    width: 21px;
    display: inline-block
}

.empty-block-title {
    font-size: 20px;
    font-weight: 700
}

.attr-product-list__title {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 10px;
    font-weight: 700;
}

.attr-product-list__preview {
    width: 100%;
    margin-bottom: 30px
}

.attr-product-list__preview tr td {
    line-height: 20px;
    padding: 5px 0 5px;
    font-size: 13px
}

@media (min-width: 768px) {
    .attr-product-list__preview tr td {
        font-size: 15px
    }
}

.attr-product-list__preview tr td:last-child {
    width: 40%
}

.attr-product-list__preview tr td:first-child {
    padding-right: 10px;
    width: 60%
}

.attr-product-list__preview tr td:first-child > div {
    background: url(/image/catalog/attr-dotted.png) left 13px repeat-x
}

.attr-product-list__preview tr td span.attr-name {
    background: #fff;
    position: relative
}

.related.row {
    margin-left: -10px;
    margin-right: -10px
}

.related .product-layout {
    padding-left: 10px;
    padding-right: 10px
}

.product-related {
    overflow: hidden;
    border: solid 1px #e5e5e5;
    padding: 20px 10px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 12px;
}

.related-image {
    width: 100%;
    text-align: center;
    font-size: 1em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .875em
}

.product-related .related-image {
    float: left;
    width: 100px;
    height: auto;
    margin-bottom: 0;
    display: block
}

.product-related .related-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.related-content {
    margin: 0 0 0 110px;
}

.related-content .rating {
    display: block;
    height: 1.14em;
    margin-bottom: .6875em;
    white-space: nowrap
}

.related-name {
    clear: both;
    display: inline-block;
    color: #222;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 14px;
    word-break: break-word
}

.related-content .related-name {
    max-width: 100%;
    vertical-align: top;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}

.related-price {
    clear: both;
    position: relative;
    font-weight: 500
}

.related-content .related-price {
    clear: none;
    height: 1.5em;
    margin-bottom: 0
}

.related-price .main-price {
    font-size: 19px;
    line-height: 1;
    white-space: nowrap;
    float: left
}

.related-content .main-price {
    margin-right: 0
}

.tags-container {
    margin-top: 33px
}

.product-tags {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 18px
}

.product-tags a {
    flex: 0 0 auto;
    padding: 6px 16px;
    color: #001a34;
    margin: 0 6px 6px 0;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 16px;
    height: 32px;
    background: #f2f3f5;
    display: flex;
    align-items: center
}

.price {
    display: flex;
    flex-direction: row-reverse;
}

.attribute-attention {
    background: url(/image/catalog/icon-png/icon-attention.png) left center no-repeat;
    padding: 17px 0 15px 40px;
    margin-top: 15px;
    font-size: 13px;
    color: #b1b1b1;
    line-height: 20px
}

.number-views {
    padding: 10px 12px;
    border-radius: 8px;
    background-color: #f2f3f5;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px
}

.number-views_inline {
    display: inline-block
}

.number-views svg {
    margin-right: 8px
}

.rating .rating-star span {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-size: cover
}

.rating .rating-star span + span {
    margin-left: 5px
}

.rating .star {
    background-image: url(/image/reviews-on.svg)
}

.rating .star-empty {
    background-image: url(/image/reviews-off.svg)
}

.main-footer {
    background: #1f1f22;
    margin-top: 30px
}

.main-footer, .footer-title, .main-footer a {
    color: #babac0
}

.footer-title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #fff
}

.footer-container {
    width: 100%;
    padding: 64px 0 74px
}

.footer-container ul li {
    display: block;
    padding: 6px 0
}

.footer-border-top {
    border-top: 1px solid #4a4a4a;
    padding-top: 13px;
    font-size: 13px
}

.footer-link {
    cursor: pointer;
    transition: color .12s ease-out;
    text-decoration: none;
    outline: 0;
    touch-action: manipulation;
    font-size: 14px;
    line-height: 20px;
    display: block
}

.footer-link:active, .footer-link:hover {
    color: #fff
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.social {
    order: 1
}

.social a {
    display: inline-block;
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #4a4a4a;
    line-height: 48px;
    position: relative
}

.social a {
    margin-right: 5px
}

.social a:hover {
    color: #fff
}

.social a i {
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

/* Category wall */
.catwall-column {
    padding-bottom: 30px;
}

.catwall-fill, .catwall-item {
    overflow: hidden;
    width: 100%;
}

.catwall-item {
    position: relative;
    padding-bottom: 100%;
}

.catwall-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 24px;
}

.catwall-fill:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .04);
}

.catwall-name {
    margin: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #222;
    overflow: hidden;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-overflow: ellipsis;
    max-height: 44px;
}

.catwall-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: none;
    text-align: center;
}

.catwall-image {
    margin: 0 auto;
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-top: 40px;
}

.catwall-image img {
    position: absolute;
    top: 0;
    left: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    object-fit: contain;
}

.catwall-indent {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 100%;
}

@media (max-width: 575px) {
    .catwall .row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .catwall-column {
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 16px;
    }

    .catwall-name {
        font-size: 13px;
        line-height: 19px;
    }

    .catwall-image {
        left: 20%;
        top: 50px;
    }
}

/* Owl carousel styles */
.owl-wrapper-outer {
    border: 0;
    border-radius: 12px;
    box-shadow: none
}

.product-module .owl-wrapper-outer .product-thumb {
    margin-left: 30px;
}

.owl-carousel.carousel .carousel-caption {
    color: #FFF;
    text-shadow: 0 .1rem 0 #333
}

.owl-carousel.carousel .carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome
}

.owl-carousel.carousel .carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome
}

.owl-carousel.carousel .owl-buttons div {
    color: #222;
    text-shadow: none;
    transition: all .3s ease;
    margin: -30px 0 0 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 0 2px 8px rgb(4, 6, 28, 0.15)
}

.owl-carousel.carousel .owl-buttons div i {
    transform: translate(0, 5px);
    font-size: 30px
}

.owl-carousel.carousel .owl-buttons .owl-prev {
    left: 15px
}

.owl-carousel.carousel .owl-buttons .owl-next {
    right: 15px
}

.owl-carousel.carousel .owl-buttons .owl-prev:hover, .owl-carousel.carousel .owl-buttons .owl-next:hover {
    border-color: transparent;
    color: #1e5bf7;
    opacity: 1
}

.owl-carousel.carousel .owl-item {
    text-align: center
}

.swiper-action {
    position: relative;
    background: #f5f5f5;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 2px 0;
}

.swiper-action:hover {
    box-shadow: 0 0 0 2px #1e5bf7;
    background-color: #fff;
}

.swiper-horizontal .swiper-action {
    width: 100%;
    margin-right: 0
}

.carousel-module .swiper-action:last-child {
    margin-right: 0
}

.swiper-action img {
    mix-blend-mode: darken;
    width: auto;
    height: auto;
    margin: 0
}

@media (min-width: 1440px) {
    #column-left, #column-right {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    #content.col-sm-9 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    #content.col-sm-6 {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }

    #content.content-large .product-layout:not(.product-list) {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    #content.content-columns .product-layout:not(.product-list) {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    #content.content-column .product-layout:not(.product-list) {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.product-thumb {
    padding: 20px;
    position: relative;
    background: #fff;
    transition: .2s;
    /* height: 100%; */
    height: auto;
    display: flex;
    flex-direction: column;
}

@media (hover) {
    .product-thumb:hover {
        -webkit-box-shadow: 0 5px 40px rgb(0 0 0 / 20%);
        box-shadow: 0 5px 40px rgb(0 0 0 / 20%);
        z-index: 5;
        border-radius: 2px;
    }
}

.block-grid {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    #content.col-sm-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #content .block-grid {
        margin-left: -15px;
        margin-right: -15px;
    }

    .stock-messages {
        font-size: 13px;
    }

    .product-thumb {
        padding: 15px;
    }
}

/*
.product-thumb .button-form {
	overflow: hidden;
	height: 50px;
	position: relative;
	display: flex;
	justify-content: space-between
}
*/
.product-thumb .button-form {
    position: absolute;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
}

.product-thumb .product-sticker {
    display: flex;
    flex-direction: column;
}

.product-thumb .product-sticker .xdstickers_wrapper {
    position: unset;
}

.product-sticker .percent {
    box-shadow: 0 0.5rem 1.125rem -0.275rem rgb(255 101 120)
}

.product-thumb .features-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 40px;
}

.product-thumb .features-buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #999;
    border-radius: 32px;
}

.product-thumb .features-buttons a.compare, .product-thumb .features-buttons a.wishlist {
    width: 35px;
}

.product-thumb .image {
    position: relative;
    margin-bottom: 20px;
    transform: scale(1);
    transition: transform .35s ease
}

.btn-quick-view {
    display: none
}

@media (min-width: 768px) {
    .btn-quick-view {
        display: block
    }

    .mbtn-catalog {
        display: none;
    }
}

.btn-quick-view {
    position: absolute;
    bottom: 90px;
    left: 50%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    transform: translateX(-50%);
}

.product-thumb:hover .btn-quick-view {
    opacity: 1;
    visibility: visible
}

.btn-quick-view .btn {
    -webkit-box-shadow: 2px 2px 6px rgb(0 0 0 / 10%);
    box-shadow: 2px 2px 6px rgb(0 0 0 / 10%);
    border: 0;
    background: #ecf0f4;
    border-radius: 4px;
    color: #222;
}

.product-thumb .stock {
    font-size: 14px;
    margin-bottom: 3px
}

.product-thumb .name {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    transition-property: color;
    height: 45px;
    max-height: 45px;
}

.product-thumb .name .name-link {
    color: #222;
    display: block;
    font-size: 15px;
    line-height: 22px
}

@media (max-width: 575px) {
    .product-thumb .name .name-text {
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 40px;
        display: block;
        line-height: 20px
    }
}

.product-thumb .rating {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden
}

.product-thumb .rating .rating-right a {
    font-size: 13px;
    color: #6c757d;
    display: flex
}

.product-thumb .rating-right svg {
    width: 16px;
    height: 16px;
    fill: #999;
    margin-right: 8px
}

.product-thumb .product-bottom {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    margin-top: auto;
    padding-top: 10px;
    height: 100px;
}

.product-thumb:hover .button-add-cart button {
    color: #ffffff;
    border-color: #2862f7;
    background: #2862f7;
    display: flex;
}

.product-thumb .button-add-cart button {
    font-size: 13px;
    display: none;
}

.product-thumb .price .main-price {
    position: relative;
    font-size: 19px;
    line-height: 22px;
    display: block;
    font-weight: 700
}

.price-tax {
    font-size: 11px;
}

.price-new {
    color: #F84147;
    margin-right: 5px;
}

.short-attribute {
    font-size: 13px;
    line-height: 20px
}

@media (max-width: 767px) {
    .short-attribute {
        font-size: 12px
    }
}

.short-attribute .short-attribute-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden
}

.short-attribute .short-attribute-list:last-child {
    margin-bottom: 0;
}

.short-attribute .short-attr-left {
    overflow: hidden;
    margin-right: 5px;
    flex-grow: 1;
    flex-shrink: 0;
}

.short-attribute .short-attr-left span {
    position: relative;
    padding-right: 5px
}

.short-attribute .short-attr-left span:after {
    content: '';
    position: absolute;
    background-image: -webkit-linear-gradient(left, #ccc 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 5px);
    background-image: -o-linear-gradient(left, #ccc 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 5px);
    background-image: linear-gradient(to right, #ccc 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 5px);
    background-repeat: repeat-x;
    background-size: 5px 2px;
    height: 2px;
    width: 100000px;
    left: 100%;
    bottom: 4px
}

@media only screen and (min-width: 905px) {
    .product-list .product-thumb {
        display: block;
    }

    .product-list .product-thumb:after {
        content: ".";
        clear: both;
        display: block;
        height: 0;
        visibility: hidden
    }

    .product-list .product-thumb .product-bottom, .product-list .product-thumb .button-form {
        float: right;
        margin-bottom: 0;
        padding: 0 20px
    }

    .product-list .product-thumb .button-form .product-sticker {
        padding-right: 20px
    }

    .product-list .product-thumb .image {
        float: left;
        margin-right: 20px;
        margin-bottom: 0;
        width: 25%;
        height: 100%;
    }

    .product-list .product-thumb .product-bottom {
        margin: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 25%
    }

    .product-list .product-thumb .rating {
        width: 150px;
        display: inline-flex
    }

    .product-list .product-thumb .name {
        height: 50px;
        max-height: 50px
    }

    .product-list .product-thumb .name {
        width: 50%
    }

    .product-list .product-thumb .name {
        height: auto
    }

    .product-list .product-thumb .name .name-link {
        line-height: 24px
    }

    .product-list .product-thumb .name .name-text {
        font-weight: 600;
        line-height: normal;
        font-size: 17px
    }

    .product-list .product-thumb .price {
        text-align: center;
        margin-bottom: 20px
    }

    .product-list .product-thumb .price .main-price {
        font-size: 24px
    }

    .product-list .product-thumb .stock {
        display: inline-block
    }

    .product-list .product-thumb .attr-product-content-block .attr-product-list__preview {
        font-size: 13px
    }

    .product-list .product-thumb .name .name-link:after {
        display: none
    }

    .product-list .product-thumb .short-attribute {
        width: 75%;
    }
}

.popup-title {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
}

.modal-header {
	/* border-bottom: 1px solid #ecf0f1; */
	border-bottom: unset;
}

#modal-wishlist .modal-success, #modal-compare .modal-success {
    display: flex;
    align-items: center
}

#modal-wishlist .modal-success .success-content, #modal-compare .modal-success .success-content {
    padding: 0 20px
}

#modal-review .modal-form, #modal-fastorder .modal-form, #modal-popuplogin .modal-form {
    padding: 29px 35px 35px
}

#popup-cart .form-head, #modal-quickview .form-head, #modal-review .form-head, #modal-fastorder .form-head, #modal-popuplogin .form-head {
    padding: 20px 75px 20px 35px
}

#modal-popuplogin .form-forgotten {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#modal-popuplogin .modal-form .text-danger, #modal-popuplogin .form-register-text-value, #modal-popuplogin .form-forgotten a {
    font-size: 13px
}

#modal-popuplogin .form-footer {
    padding: 16px 0 16px;
    padding-left: 35px;
    padding-right: 35px;
    border-top: 1px solid #f2f2f2;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 0 0 8px 8px
}

#modal-popuplogin .form-footer .form-register-text {
    margin-top: 10px
}

@media (min-width: 550px) {
    #modal-popuplogin .form-footer .form-register-text {
        flex: 1;
        padding-left: 20px;
        margin: 0
    }
}

#modal-popuplogin .form-footer .btn-register {
    padding: 8px 15px;
    font-size: 13px
}

.popup-caption {
    padding: 20px 60px 30px 30px
}

.popup-caption h3 {
    font-size: 30px;
    line-height: normal;
    padding: 0;
    margin: 0;
    font-weight: 300;
    word-break: break-word
}

.content-wrapper {
    background: #fff;
    width: 100%;
    display: flex;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    overflow: hidden
}

.popup-message {
    padding: 40px
}

.modal-product_name {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
}

.modal-message .footer-btns {
    margin-top: 20px;
}

.modal-product_name h4 {
    margin-top: 0
}

@media (max-width: 575px) {
    .modal-msg {
        flex-direction: column;
        text-align: center;
    }
}

.modal-img {
    flex-shrink: 0;
}

.modal-message {
    flex-grow: 1;
    padding-top: 30px
}

@media (min-width: 576px) {
    .modal-message {
        padding-top: 0;
        padding-left: 30px
    }
}

.modal-message .new-price {
    font-size: 23px;
    line-height: 26px;
    padding-top: 10px;
    font-weight: 600;
}

#modal-quickview .modal-dialog {
    width: 95%;
    max-width: 1140px;
}

#modal-quickview .modal-body {
    padding: 0;
    display: flex;
    flex-direction: row;
    margin: 0
}

#modal-quickview .quickview-image {
    text-align: center
}

#modal-quickview #additional-images {
    margin-top: 20px;
}

#modal-quickview .quickview-center, #modal-quickview .quick-view-right {
    border-left: 1px solid #ecf0f1
}

#modal-quickview .quickview-image, #modal-quickview .quickview-center, #modal-quickview .quick-view-right {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100vh;
    width: 33.333333%;
    padding: 15px;
}

@media (min-width: 992px) {
    #modal-quickview .quickview-image, #modal-quickview .quickview-center, #modal-quickview .quick-view-right {
        padding: 30px;
    }
}

#modal-quickview .quickview-image::-webkit-scrollbar, #modal-quickview .quickview-center::-webkit-scrollbar, #modal-quickview .quick-view-right::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(200, 200, 200, 0);
}

#modal-quickview .quickview-image::-webkit-scrollbar-thumb, #modal-quickview .quickview-center::-webkit-scrollbar-thumb, #modal-quickview .quick-view-right::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #cdcdcd;
}

#modal-quickview .price-block .product-informer {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    flex-wrap: wrap;
    align-items: center
}

#modal-quickview .product-sku .stock-value {
    height: 26px;
    line-height: 27px;
    white-space: nowrap;
    font-size: 12px;
    color: #222;
    border-radius: 2px;
    background-color: #f7f7f7;
    text-align: center;
    z-index: 1;
    padding: 0 7px;
    display: block
}

#modal-quickview .product-content .price-block__summary .price-block__base {
    position: relative;
    margin: 0;
    font-size: 27px;
    line-height: 31px;
    font-weight: 700
}

#modal-quickview .price-block .button-group-order {
    display: flex;
    align-items: center
}

#modal-quickview .price-block .plus-minus {
    margin-right: 15px
}

#modal-quickview .price-block-economy {
    margin: 8px 0;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #555
}

#modal-quickview .product-content .price-block__old-price {
    position: relative;
    padding: 0;
    font-size: 18px;
    text-decoration: line-through;
    color: #5d5d64;
    display: inline-block
}

#modal-quickview .economy-text {
    display: inline-block;
    margin-right: 10px
}

#modal-quickview .price-benefit {
    display: inline-block;
    font-size: 12px;
    padding: 2px 7px 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 16px;
    font-weight: 700;
    background: #fff000;
    color: #222;
    background-color: #faf144;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#faf144), to(#ffd21c));
    background-image: -webkit-linear-gradient(top, #faf144 0, #ffd21c 100%);
    background-image: -o-linear-gradient(top, #faf144 0, #ffd21c 100%);
    background-image: linear-gradient(-180deg, #faf144 0, #ffd21c 100%);
    color: #222;
    border: 0
}

#modal-quickview .quickview-buttons .form-control, #modal-quickview .quickview-buttons .btn {
    height: 38px;
}

#modal-quickview .quickview-buttons .form-control {
    width: 30px;
}

#modal-quickview #additional-images .img-thumbnail {
    border-width: 2px;
    border-color: #f2f2f2;
    border-radius: 4px;
    width: 60px;
    height: 60px;
    margin-bottom: 3px;
    opacity: .5;
    cursor: pointer
}

#modal-quickview #additional-images .img-thumbnail.active {
    border-color: #1e5bf7
}

#modal-quickview #additional-images .img-thumbnail:hover, #modal-quickview #additional-images .img-thumbnail.active {
    opacity: 1
}

/* Subcategory image */
.tollbar-sub .row {
    margin-right: -10px;
    margin-left: -10px;
}

.subcat-columns {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.subcat-columns.is-image {
    padding-bottom: 30px;
}

.subcat-name__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    background-color: transparent;
    border-radius: 4px;
}

.subcat-name {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 1px 3px #cbcbcb;
    box-shadow: 0 1px 3px #cbcbcb;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: background-color, -webkit-box-shadow;
    transition-property: background-color, box-shadow, -webkit-box-shadow;
}

.subcat-name:hover {
    border-color: inherit;
}

/* Custom select */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important;
    position: relative;
    /*	background-image: url(/image/catalog/icon-png/select.png); */
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.00002 6.00024C4.90702 6.00024 4.81393 5.95952 4.74293 5.87816L1.10657 1.71152C0.964477 1.5487 0.964477 1.28506 1.10657 1.12235C1.24866 0.959645 1.47875 0.959541 1.62075 1.12235L5.00002 4.99442L8.37928 1.12235C8.52138 0.959541 8.75147 0.959541 8.89347 1.12235C9.03547 1.28516 9.03556 1.54881 8.89347 1.71152L5.25711 5.87816C5.18611 5.95952 5.09302 6.00024 5.00002 6.00024Z' fill='%234374B7' stroke='%234374B7' stroke-width='0.5'/%3E%3C/svg%3E%0A");
    background-position: 95% 50%;
    background-repeat: no-repeat;
    color: #222;
    border: 2px solid #c1c7cd;
    padding: 8px 30px 8px 10px
}

select:focus {
    outline: 0;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.custom-select {
    height: 40px;
    max-width: 100%;
    cursor: pointer;
    border-radius: 6px;
    background-color: #fff;
    line-height: 25px;
    font-size: 15px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 3px #cbcbcb;
    box-shadow: 0 1px 3px #cbcbcb;
    border: 0;
}

#list-view, #grid-view {
    display: inline-flex;
    align-items: center;
    height: 35px;
    border-width: 2px;
    background: #f5f5f6;
    border-radius: 6px;
    border: 0;
    -webkit-box-shadow: 0 1px 3px #cbcbcb;
    box-shadow: 0 1px 3px #cbcbcb;
}

#list-view.active, #grid-view.active {
    color: #1e5bf7
}

.description-category {
    padding: 15px;
}

.category-description {
    font-size: 15px;
    position: relative
}

.description.text-collapse {
    max-height: 235px;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px
}

.description > span {
    color: #222;
    border-bottom: 1px dashed #333;
    line-height: 17px;
    z-index: 2;
    cursor: pointer;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .3s
}

.description .toggle {
    position: absolute;
    left: 50%;
    bottom: 0;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    cursor: pointer
}

.text-less .description.text-collapse:after {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .82) 55%, #fff 65%, #fff 75%, #fff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .82) 55%, #fff 65%, #fff 75%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .82) 55%, #fff 65%, #fff 75%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: opacity .25s ease
}

.manufacturer-section {
    margin-top: 40px
}

.manufacturer-list {
    margin-bottom: 56px
}

.manufacturer-list_title {
    display: block;
    color: #001a34;
    font-size: 21px;
    margin-bottom: 12px;
    font-weight: 700
}

.manufacturer-list_item {
    display: flex;
    flex-wrap: wrap
}

.manufacturer-list_link {
    flex: 0 0 calc(50% - 8px);
    display: block;
    color: #222;
    margin-bottom: 16px;
    margin-right: 8px
}

@media (min-width: 576px) {
    .manufacturer-list_link {
        flex: 0 0 calc(33.333333% - 8px)
    }
}

@media (min-width: 768px) {
    .manufacturer-list_link {
        flex: 0 0 calc(25% - 8px)
    }
}

.mfrtext {
    padding: 4px 8px;
    text-transform: capitalize;
    color: #222;
    margin-right: 8px;
    border-radius: 2px
}

.mfr-link:hover {
    cursor: pointer;
    background-color: #f1eeff
}

.manufacturer-index {
    cursor: pointer;
    background-color: #f1eeff;
    display: inline-block;
    font-weight: 600;
    margin: 0 0 10px
}

.manufacturer-abc {
    align-items: flex-start;
    margin-bottom: 16px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.support-image {
    margin-bottom: 15px;
}

.support-list {
    list-style: none;
    padding-left: 0;
}

.support-link + .support-link {
    margin-top: 10px;
}

.advant {
    margin: 30px 0
}

.advant__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.advant__item {
    width: -webkit-calc(100%);
    width: calc(100%);
    padding: 25px;
    text-align: center;
    background-color: #f5f5f6;
    transition: all .3s;
    cursor: default;
    border-radius: 12px
}

@media only screen and (min-width: 768px) {
    .advant__item {
        width: -webkit-calc(20% - 10px);
        width: calc(20% - 10px)
    }
}

.advant__item:hover {
    background: #1e5bf7
}

.advant__item:hover > div {
    color: #fff
}

.advant__value {
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 15px;
    color: #1e5bf7
}

.advant__label {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #222
}

.advant__percent {
    font-size: 24px
}

.advantage-banners-title {
    line-height: 1.3
}

.advantage-banners-title, .advantage-banners-title-text {
    font-weight: 700;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    max-width: 230px;
    text-shadow: 0 0 2px rgba(0, 0, 0, .3)
}

.advantage-banners-title-text {
    font-size: 11px;
    line-height: 16px;
    margin-top: 16px;
    text-transform: uppercase;
    letter-spacing: 1.1px
}

.advantage-image {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.advantage-image img {
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    object-fit: cover
}

.advantage-banners-item {
    z-index: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    min-height: 323px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform
}

.advantage-description {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center
}

.advantages-block {
    margin-bottom: 20px
}

.advantage:hover img {
    transform: scale(1)
}

.advantage-banners .advantage-link {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.advantage-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: normal;
    margin-bottom: 20px
}

/* PC Menu */
@-webkit-keyframes slide-in-bottom {
    from {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slide-in-bottom {
    from {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.header-nav__submenu {
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    left: 0;
    z-index: 10;
    display: none;
}

@media screen and (max-width: 767px) {
    .header-nav__submenu {
        display: none;
    }
}

.header-nav__submenu.menu-open {
    display: inherit;
    -webkit-animation: .15s slide-in-bottom;
    animation: .15s slide-in-bottom;
}

.header-nav__submenu-container {
    position: absolute;
    padding: 10px;
    background: #fff;
    border: 1px solid rgba(23, 23, 23, .12);
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 40px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 40px rgb(0 0 0 / 20%);
    width: 100%;
}

.header-submenu__col--grey {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px 16px 10px 0;
    border-right: 1px solid #f2f2f2;
}

@media (min-width: 1240px) {
    .header-submenu__col--grey {
        width: 320px;
    }
}

.header-submenu__col--white {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: -11px;
}

.header-submenu__col.header-submenu__rightside .left-inner {
    width: 320px;
}

.header-submenu__col.header-submenu__rightside .left-inner {
    min-width: 320px;
}

.header-submenu__col.header-submenu__rightside {
    display: flex
}

span.light {
    padding: 0 !important;
    margin: 0 !important;
    color: #275ca5;
}

.header-submenu__title {
    padding: 0;
    margin: 0;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.2;
}

.header-submenu__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-submenu .category-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 36px 5px 10px;
    border-radius: 4px;
    color: #222;
}

.header-submenu__item.have_sub .category-link:after {
    position: absolute;
    content: "";
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 9px;
    background-image: url("./arrow-menu-catalog.svg")
}

.header-submenu__item.active .category-link {
    background-color: #f5f5f5;
}

.header-submenu .category-link img {
    margin-right: 16px;
    flex-shrink: 0;
    mix-blend-mode: multiply;
}

.header-submenu .category-link span {
    flex-grow: 1;
    max-width: 240px;
}

.header-submenu__block {
    position: relative;
    display: none;
    height: 100%;
    margin: 0 20px;
    padding: 10px 0 20px;
}

.header-submenu__block.active {
    display: block;
}

.header-submenu__container {
    width: 100%;
}

.header-submenu__inner {
    font-size: 0;
}

.header-submenu__column {
    display: inline-block;
    /* width: 25%; */
    vertical-align: top;
    padding: 24px 24px 0 0;
}

/*
@media (max-width: 1199px) {
	.header-submenu__column {
		width: 33.3333%;
	}
}
*/
@media (max-width: 1023px) {
    .header-submenu__column {
        width: 50%;
    }
}

.submenu-link {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    color: #222;
}

.link-bold {
    font-weight: 700;
}

.header-submenu__subchild {
    margin-top: 12px;
    margin-bottom: 0;
    padding: 0;
    page-break-inside: avoid;
    list-style-type: none;
    break-inside: avoid;
    font-size: 15px;
}

.header-submenu__subchild__item {
    margin-bottom: 6px;
}

.child-link {
    display: block;
    color: #737373;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
}

.submenu-link:hover, .child-link:hover {
    color: #1e5bf7;
}

/* Mobile menu */
.mobile-catalog {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 999;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background-color: #fff;
    transition: left .3s;
}

.mobile-catalog.open {
    left: 0;
}

.mobile-catalog__panel {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 55px;
    min-height: 55px;
    padding-left: 20px;
    border-bottom: 1px solid #ededed;
}

.mobile-catalog__title {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.mobile-catalog__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 100%;
    margin-left: auto;
    color: #4c1e87;
    transform: rotate(180deg);
    appearance: none;
}

.mobile-catalog__inner {
    flex-grow: 1;
}

.mobile-catalog__list {
    list-style: none;
    margin: 0;
    background-color: #fff;
    padding: 0 0 70px;
}

.mobile-catalog__item:not(:last-of-type) {
    border-bottom: 1px solid #ededed;
}

.mobile-item {
    appearance: none;
    display: flex;
    align-items: center;
    width: 100%;
    height: 55px;
    padding: 18px 20px 18px 26px;
    color: rgba(0, 0, 0, .5);
    font-size: 13px;
    line-height: normal;
}

.mobile-catalog__name {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #222;
    flex-grow: 1;
}

.mobile-catalog__back {
    display: flex;
    margin-right: 20px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 100%;
    color: #222;
    appearance: none;
}

.mobile-catalog__image {
    margin-right: 16px;
}

.mobile-catalog__icon__arrow {
    color: #999;
}

.mobile-catalog__info ul li + li {
    border-top: 1px solid #ededed
}

.mobile-catalog__info ul li a, .mobile-phone a {
    display: block;
    padding: 15px 20px;
    color: inherit;
    line-height: normal;
}

.mobile-phone i {
    font-size: 18px;
    vertical-align: -2px;
}

.mobile-phone .form-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
}

.mobile-switch .dropdown-toggle {
    display: none;
}

.mobile-switch .dropdown-menu {
    display: block;
    padding: 0;
    margin: 0;
    position: static;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    font-size: 0;
}

.mobile-switch form > * {
    width: 100%;
}

.mobile-switch .dropdown-menu li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
}

.mobile-switch .dropdown-menu button {
    border: 1px solid #ededed;
    padding: 5px 10px;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    font-size: 11px;
}

.mobile-switch .dropdown-menu button img {
    margin-right: 5px;
}

.mobile-switch .dropdown-menu button.active {
    background: #1678a6;
    color: #fff !important;
    border-color: #1678a6;
}

.mobile-switch {
    padding: 20px;
}

.mobile-contacts__phone-link {
    color: inherit
}

/* END Mobile menu */
.clear-button {
    padding: 0;
    border: 0;
    background: transparent;
    font: inherit;
    color: inherit;
    background-color: transparent;
}

.checkout-table {
    width: 100%;
    min-height: 220px;
    padding: 10px 0
}

.checkout-table:first-child {
    padding-top: 0
}

.checkout-product-inner {
    display: table;
    width: 100%;
    padding: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 15px
}

.checkout-product-image {
    vertical-align: top;
    overflow: hidden;
    position: relative;
    display: table-cell
}

@media (min-width: 641px) {
    .checkout-product-image {
        width: 25%
    }
}

.checkout-product {
    padding-left: 25px;
    vertical-align: top;
    display: table-cell;
    width: 50%
}

.cart-product-price {
    display: table-cell;
    width: 25%
}

.checkout-product_text {
    width: 90%;
    margin: 10px 0;
    line-height: 22px
}

.checkout-product_options {
    font-size: 14px;
}

.checkout-product_text a {
    text-decoration: none;
    color: #222;
    display: block
}

.checkout-product_text span {
    font-size: 17px;
    font-weight: 700;
    display: block
}

.remove-product {
    background: #fff;
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 999;
    float: right;
    display: none;
    border: 0;
    padding: 0
}

.checkout-product-inner:hover .remove-product {
    display: block
}

.checkout-price {
    font-size: 23px;
    display: inline-block;
    line-height: normal;
    font-weight: 700;
    margin-top: 10px;
}

.remove-product .delete-icon {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    transform: rotate(45deg)
}

.remove-product .delete-icon::before {
    background: #d5d5d5;
    width: 2px;
    height: 20px;
    margin: auto;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block
}

.remove-product .delete-icon::after {
    background: #d5d5d5;
    width: 20px;
    height: 2px;
    margin: auto;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block
}

@media only screen and (min-width: 768px) {
    .number-spinner {
        display: inline-block;
        vertical-align: middle
    }
}

.number-spinner {
    font-size: 0;
    line-height: 0
}

.number-spinner, .cart-product-price {
    padding-top: 20px
}

.number-spinner .btn-minus, .number-spinner .btn-plus, .number-spinner input.form-plus-minus {
    display: inline-block
}

.number-spinner .btn-minus .btn, .number-spinner .btn-plus .btn {
    border-radius: 50%;
    padding: 0;
    background: transparent;
    border-color: #eee;
    font-size: 13px;
    width: 30px;
    height: 30px
}

.number-spinner .quantity-input {
    text-align: center;
    margin-right: -1px;
    margin-left: -1px;
}

.number-spinner .quantity-button, .number-spinner .quantity-input {
    height: 30px;
    width: 46px;
    background-color: transparent;
    border: 1px solid #d5d5d5;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #222
}

.number-spinner .quantity-button {
    transition: all .3s ease;
    position: relative;
    border-radius: 5px;
    width: 34px
}

.number-spinner .quantity-button:hover {
    background-color: #f2f2f2
}

.number-spinner .btn-minus {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.number-spinner .btn-plus {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.checkout-orders {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    overflow: hidden
}

.details-cart {
    padding: 15px 0;
    margin: 5px 20px 0;
    font-size: 18px;
    font-weight: 800;
    line-height: 25px;
    border-bottom: 1px solid #f5f5f5
}

.detail-total li {
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden
}

.detail-total {
    width: 100%;
    padding: 20px;
    box-sizing: border-box
}

.checkout-order {
    margin-top: 20px
}

@media (max-width: 640px) {
    .checkout-product-image {
        max-width: 240px;
        margin: 0 auto;
        padding: 0;
        border: 0
    }

    .checkout-product {
        padding: 0
    }

    .checkout-product_text, .checkout-product-image, .checkout-product, .cart-product-price {
        display: block;
        width: 100%
    }

    .detail-total li {
        font-size: 11px
    }
}

.buyer-question {
    background: #f7f7f7;
    padding: 13px 23px;
    line-height: 24px;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    flex: 3
}

.buyer-question:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 20px;
    background: url(/image/catalog/icon-png/left-arrow.png) no-repeat;
    position: absolute;
    left: -7px;
    top: 10px
}

.answer-item {
    overflow: hidden;
    margin-top: 25px;
    padding-top: 25px
}

.answer-item + .answer-item {
    border-top: 1px solid #f1f1f1
}

.answer-item .author {
    font-weight: bold
}

.text-answer {
    color: black;
    position: relative;
    word-wrap: break-word;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 2em;
    border: 1px solid #eaeaea;
    padding: 10px 20px
}

.text-answer:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 8px;
    background: url(/image/catalog/icon-png/top-arrow.png) no-repeat;
    position: absolute;
    left: 40px;
    top: -8px
}

.answer-logo {
    padding-right: 20px;
    flex: 1
}

.answer-content {
    flex: 3
}

.question-answer {
    font-size: 24px;
    color: #868c93;
    font-weight: 300
}

.answer-author {
    margin-right: 20px;
    flex: 1
}

.answer {
    padding-top: 20px
}

@media only screen and (min-width: 992px) {
    .answer {
        padding-left: 25%
    }
}

.questions-header {
    margin-bottom: 30px
}

.answer-months {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    margin-top: 6px;
    display: block;
    line-height: 20px
}

.required .error {
    border-color: #ff9292
}

.cart .dropdown-basket {
    width: 360px;
    padding: 0
}

.cart .dropdown-main {
    padding: 30px
}

@media (max-width: 575px) {
    .cart .dropdown-basket {
        width: 320px;
        padding: 0;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        overflow: hidden;
    }

    .cart .dropdown-backdrop {
        background-color: rgba(0, 0, 0, .5)
    }

    .cart .dropdown-main {
        padding: 15px
    }

    .cart .price-content .labels {
        font-size: 13px;
    }
}

.cart .dropdown-title {
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: .58px;
    line-height: 1;
    text-transform: uppercase;
    color: #2f4045;
    margin-bottom: 20px
}

.cart .img-content {
    position: relative;
    flex: 1;
    margin-right: 12px
}

.cart .img-content img {
    max-width: 61.25px;
    max-height: 61.25px
}

.cart .right-block {
    flex: 3;
    padding-right: 35px;
    position: relative;
    min-height: 70px
}

.cart .product-price {
    font-weight: bold;
    padding-top: 5px
}

.cart .right-block span {
    display: block
}

.cart .product-name a {
    color: inherit;
    font-size: 13px;
    display: block;
    line-height: 18px;
}

.cart .product-name a:hover {
    color: #1e5bf7
}

.cart .mini-basket {
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    margin-right: -15px;
    padding-right: 15px
}

.cart .mini-basket::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(200, 200, 200, 0);
}

.cart .mini-basket::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #cdcdcd;
}

.cart .remove-from-cart {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
    cursor: pointer
}

.cart .remove-from-cart:hover {
    color: #999
}

.cart .options-content {
    padding-top: 5px
}

.cart .options-content span {
    font-size: 11px
}

.cart .product-quantity {
    font-size: 10px;
    position: absolute;
    top: 0;
    min-width: 21px;
    height: 21px;
    text-align: center;
    line-height: 22px;
    border-radius: 20px;
    background-color: #5bbff7;
    background-image: -webkit-linear-gradient(bottom, #4e9cc6 0, #5ec6ff 100%);
    background-image: linear-gradient(to top, #4e9cc6 0, #5ec6ff 100%);
    text-shadow: 0.5px 1px 0 rgb(0 0 0 / 16%);
    color: #fff;
    padding-left: 2px;
}

.cart .product-block + .product-block {
    margin-top: 20px
}

.cart .dropdown-footer {
    background-color: #f1f4f4
}

.cart .price-content {
    margin-bottom: 20px
}

.cart .price-content .labels {
    font-weight: 600
}

.cart .cart-subtotals {
    line-height: 26px
}

.cart .empty-basket-img {
    margin-bottom: 20px;
    margin-top: 20px
}

.cart .empty-basket-img svg {
    color: #ececec
}

.cart .mini-basket-empty {
    font-weight: 600;
    text-transform: uppercase
}

@media (max-width: 480px) {
    .product-thumb .short-attribute, .product-thumb .product-sticker, .product-thumb .rating-count {
        display: none
    }

    .product-thumb .stock {
        font-size: 11px;
        font-weight: 500
    }

    .product-thumb .product-bottom {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 10px;
    }

    .product-thumb .rating {
        margin-bottom: 15px
    }

    .product-thumb .price, .product-thumb .button-add-cart {
        width: 100%
    }

    .product-thumb .button-add-cart .btn {
        font-size: 13px;
        width: inherit
    }

    .product-thumb .price {
        margin-bottom: 15px
    }
}

@media (max-width: 575px) {
    .product-thumb .price .main-price {
        font-size: 15px
    }

    .product-thumb .price-old {
        font-size: 13px
    }
}

.ui-hidden {
    position: absolute;
    height: 1px;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
    overflow: hidden
}

.breadcrumb > li > a {
    color: #7b7b7d
}

.container-main-title {
    margin-bottom: 56px
}

.container-main-title h1 {
    width: 940px
}

.container-main-title.second-level span {
    font-size: 20px;
    font-weight: 400;
    margin-left: 10px;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .container-main-title h1 {
        font-weight: 400;
        font-style: normal;
        font-size: 28px;
        line-height: 36px;
        font-weight: 700
    }
}

@media only screen and (max-width: 1023px) {
    .container-main-title h1 {
        width: 100%
    }
}

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

#form-currency .dropdown-toggle, #form-language .dropdown-toggle {
    padding: 0;
    border: 0;
    border-radius: 3px;
    color: #222;
    font-size: 13px;
    margin-right: 10px;
    text-decoration: none;
    font-weight: 500;
}

#form-currency .currency-select, #form-language .language-select {
    text-align: left;
    color: inherit;
    text-decoration: none;
}

.alert-minimum {
    font-size: 14px;
}

.demo-banners {
    margin-bottom: 20px;
}

.demo-banners img {
    border-radius: 8px;
}

.option-warning svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.option-warning__text {
    padding-left: 60px;
    line-height: 20px;
}

.more-catlist__list {
    margin: 0 10px 10px 0;
}

.more-catlist__link {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 21px;
    color: #5d5d64;
    text-decoration: none;
    transition: all .3s;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 1px 3px #cbcbcb;
    box-shadow: 0 1px 3px #cbcbcb;
}

.more-catlist__link:focus, .more-catlist__link:hover {
    border-color: #1e5bf7;
}

#d_quickcheckout .btn-group-justified > .btn-group .btn {
    overflow: hidden;
    text-overflow: ellipsis;
}

#d_quickcheckout div.required .control-label:before {
    display: none;
}

#d_quickcheckout label {
    font-size: 13px;
    font-weight: 700;
}

#d_quickcheckout .btn.active.focus, #d_quickcheckout .btn.active:focus, #d_quickcheckout .btn.focus, #d_quickcheckout .btn:active.focus, #d_quickcheckout .btn:active:focus, #d_quickcheckout .btn:focus, #d_quickcheckout input[type=file]:focus, #d_quickcheckout input[type=checkbox]:focus, #d_quickcheckout input[type=radio]:focus {
    outline: none !important;
}

#d_quickcheckout input[type=radio], #d_quickcheckout input[type=checkbox] {
    margin: 0;
    vertical-align: top;
}

#d_quickcheckout .input-group-btn > .btn, #d_quickcheckout .form-control {
    height: 36px;
}

#d_quickcheckout .text-danger {
    font-size: 12px;
}

#d_quickcheckout .has-error .form-control {
    border-color: #dc3545;
}

#d_quickcheckout .text-danger, #d_quickcheckout .has-error .checkbox, #d_quickcheckout .has-error .checkbox-inline, #d_quickcheckout .has-error .control-label, #d_quickcheckout .has-error .help-block, #d_quickcheckout .has-error .radio, #d_quickcheckout .has-error .radio-inline, #d_quickcheckout .has-error.checkbox label, #d_quickcheckout .has-error.checkbox-inline label, #d_quickcheckout .has-error.radio label, #d_quickcheckout .has-error.radio-inline label {
    color: #dc3545;
}

#d_quickcheckout .has-error .form-control:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgb(220 53 69 / 25%);
}

#d_quickcheckout .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 3px rgb(0 123 255 / 25%);
}

#d_quickcheckout .alert {
    font-size: 14px;
}

.list-group-child {
    margin-top: 10px;
}

.top_bar_image {
    line-height: 0;
}

.top_bar_image img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.top_bar_text {
    background: #00ADEF;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 11.5px;
    line-height: 1.29;
    padding: 5px;
    height: 25px;
}

.top_bar_image .showpc, .top_bar_text.showpc {
    display: none;
}

@media (min-width: 768px) {
    .top_bar_image .showpc, .top_bar_text.showpc {
        display: block;
    }

    .top_bar_image .showmob, .top_bar_text.showmob {
        display: none;
    }
}

.top-contacts .dropdown-menu {
    display: flex;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
}

.top-contacts .dropdown-menu > *:not(:last-child) {
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .dropdown:hover > .dropdown-menu {
        visibility: visible;
        opacity: 1;
    }
}

.top-contacts .dropdown-menu {
    right: 0px;
    left: auto;
}

.header-start {
    background: #275CA5;
}

.owl-custom {
    float: right;
}

.owl-custom img {
    cursor: pointer;
}

.catwall .owl-controls .owl-buttons .owl-prev {
    top: 40%;
}

.catwall .owl-controls .owl-buttons .owl-next {
    top: 40%;
}

.header-start.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 0;
}

.nav-tabs-container.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 64px;
    z-index: 99999;
}

#xd_zvonok-form .close, #xd_zvonok-form_mess .close {
    opacity: 1;
}

#xd_zvonok-form .callback-title, #xd_zvonok-form_mess .callback-title {
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 10px;
}

#xd_zvonok-form .callback-input-error, #xd_zvonok-form_mess .callback-input-error {
    display: none;
    font-size: 12px;
    color: #FF0000;
}

#xd_zvonok-form .callback-form-input.has-error ~ .callback-input-error, #xd_zvonok-form_mess .callback-form-input.has-error ~ .callback-input-error {
    display: block;
}

.module-html__container {
    position: relative;
}

.module-html__container.text-less .module-html__text {
    max-height: 100px;
    overflow: hidden;
}

.module-html__container .module-html__text_show {
    min-height: 60px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgb(255, 255, 255) 60%, transparent 100%);
    display: flex;
    justify-content: center;
    align-items: end;
    cursor: pointer;
}

.module-html__container.text-less .module-html__text_show {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.module-html__container .show-less {
    display: inline-block;
}

.module-html__container.text-less .show-less {
    display: none;
}

.module-html__container .show-more {
    display: none;
}

.module-html__container.text-less .show-more {
    display: inline-block;
}

.cat_slide.owl-carousel .owl-buttons div {
    opacity: 1;
}

.footer-add-images {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.footer-add-images > *:not(:last-child) {
    margin-right: 20px;
}

.footer-add-images span:first-of-type {
    font-size: 18px;
    color: white;
    font-weight: 700;
}

.footer-add-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-add-image img {
    min-height: 50px
}

.footer-container .list-dop-icons li {
    display: inline-block;
}

.footer-powered {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#btn_to_top {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 40px;
    z-index: 4;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 0px;
    border-radius: 0px;
    font-size: 18px;
    opacity: 0.7;
}

#btn_to_top:hover {
    opacity: 1;
}

.footer-form__form-btn {
    color: black;
    width: 100%;
    margin-top: 10px;
    padding: 5px 10px;
}

.footer-form__form-text {
    border-radius: 5px;
    color: #9b9b9b;
    width: 100%;
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #363636;
    outline: transparent;
    border: none;
}

.footer-form__form-text.success {
    outline: #319800;
    border: 1px solid #319800;
}

.footer-form__form-text.error {
    outline: red;
    border: 1px solid red;
}

#footer-form__error {
    font-size: 13px;
}

.footer-form__form-text.success ~ #footer-form__error {
    color: #319800;
}

.footer-form__form-text.error ~ #footer-form__error {
    color: red;
}

.categories-list-level2__img {
    display: block;
    max-width: 100%;
    height: auto;
}

.categories-list-level2__title {
    font-weight: 700;
    font-size: 16px;
}

.categories-list-level2__subcat {
    list-style-type: none;
    padding: 0;
    margin: 0;
    ; }

.categories-list-level2__subcat a {
    color: black;
}

.categories-list-level2__show-more {
    display: block;
    margin-top: 10px;
}

.categories-list-level2__truncate {
    display: none;
    opacity: 0.5;
}

.categories-list-level2__truncate.show-more {
    display: block;
    opacity: 1;
}

.categories-list-level2_btn-show-all {
    margin: 0 auto;
    line-height: 30px;
    padding: 15px 35px;
    color: white;
    background-color: #275CA5;
    border: none;
    border-radius: 5px;
}

.categories-list-level2_btn-show-all span:first-child {
    display: inline-block;
}

.categories-list-level2_btn-show-all.show-more span:first-child {
    display: none;
}

.categories-list-level2_btn-show-all span:last-child {
    display: none;
}

.categories-list-level2_btn-show-all.show-more span:last-child {
    display: inline-block;
}

.blog-content__items .blog_item {
    margin-bottom: 20px;
    ; }

.blog-content__items .blog_image {
    margin-bottom: 10px;
}

.blog-content__items .blog_stats {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-content__items .summary .blog_title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    display: inline-block;
    color: black;
}

.blog-content__items .summary .blog-category > a:not(:last-child)::after {
    content: '\2022';
    margin-left: 5px;
    color: gray;
    font-size: 20px;
}

.catalog-sort .custom-selectors {
    justify-content: right;
}

.catalog-sort .custom-selectors .input-sort {
    margin: 0;
    margin-right: 10px;
}

.owl-item .subcat-columns {
    padding: 5px;
    border-radius: 5px;
    background-color: lightgray;
    margin: 0 3px;
}

.owl-item .subcat-columns a {
    display: flex;
}

.owl-item .catwall-image {
    margin: 0;
    line-height: unset;
    width: 100%;
    max-width: 57px;
    height: auto;
    display: inline-block;
}

.owl-item .catwall-image img {
    position: relative;
}

.owl-item .catwall-title {
    display: inline-block;
}

.tollbar-sub {
    display: flex;
    max-width: 100%;
    width: 100vw;
    justify-content: space-between;
}

.top-category-level2 {
    width: calc(100% - 80px);
    margin: 0;
}

.top-category-level2 .catwall-name {
    margin: 0;
}

.product-options__item {
    border: none;
    background-color: transparent;
    border-radius: 5px;
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0 5px;
}

.product-options__item input {
    visibility: hidden;
    position: absolute;
    opacity: 0;
}

.product-options__item:focus, .product-options__item.select {
    border: 1px solid #275CA5;
}

.product-attributes__item {
    font-size: 14px;
}

.product-attributes__name {
    color: gray;
    margin-right: 10px;
}

.product-thumb .product-attributes, .product-thumb .product-options {
    display: none;
}

.product-layout.product-grid .product-thumb:hover .product-attributes, .product-layout.product-grid .product-thumb:hover .product-options {
    display: block;
}
.product-thumb:hover .product-attributes {
    display: block!important;
}
.pagination > li > a, .pagination > li > span {
    border: none;
}

.pagination > li > .link-prev, .pagination > li > .link-next {
    padding: 0;
}

.load-more-products__container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.load-more-products__button {
    border: none;
    background-color: #265ca5;
    padding: 20px 30px;
    color: white;
    border-radius: 5px;
    font-size: 18px;
}

.reviews__items .owl-wrapper-outer {
    border: unset;
    border-radius: unset;
}

.reviews__item {
    display: flex;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 15px;
}

.reviews__item-image {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100px;
    margin-right: 10px;
}

.reviews__item-textblock {
    display: flex;
    flex-direction: column;
}

.reviews__item-product_link {
    color: #0069d9;
}

.reviews__item-text {
    margin-top: 10px;
    margin-bottom: 10px;
}

.reviews__item-rating {
    margin-left: 10px;
}

.popover-content .form-inline .form-control {
    width: 100px;
}

.popover-content .form-inline .form-group.button-ok {
    color: white;
    background-color: #265ca5;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
}

.ocf-option-values .noUi-handle {
    border: unset;
    box-shadow: none;
    background-color: #265ca5;
    border-radius: 20px;
    width: 20px;
    height: 20px;
}

.ocf-option-values .noUi-horizontal .noUi-handle {
    left: -17px;
    top: -10px;
}

.ocf-option-values .noUi-handle::before, .ocf-option-values .noUi-handle::after {
    display: none;
}

.ocf-option-values .noUi-target {
    height: 2px;
    border: unset;
    margin-top: 20px;
}

.collapse-value .text_show_all {
    display: none;
}

.collapse-value .text_hide_all {
    display: inline;
}

.collapse-value .collapsed .text_show_all {
    display: inline;
}

.collapse-value .collapsed .text_hide_all {
    display: none;
}

.ocf-value-list .ocf-slider-input-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ocf-value-list .ocf-slider-input-group input {
    max-width: 80px;
}

.ocf-input-group-addon.input-separator {
    background-color: transparent;
    padding: 5px;
}

.ocf-content .ocf-filter .ocf-filter-header .ocf-filter-header-append .ocf-filter-discard {
    display: none;
}

.ocf-content .ocf-filter .ocf-filter-header::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 4.49998C5.5 4.59298 5.45927 4.68607 5.37792 4.75707L1.21127 8.39343C1.04846 8.53552 0.784816 8.53552 0.622109 8.39343C0.459401 8.25134 0.459297 8.02125 0.622109 7.87925L4.49417 4.49998L0.622109 1.12072C0.459297 0.978625 0.459297 0.748534 0.622109 0.606534C0.78492 0.464534 1.04856 0.464443 1.21127 0.606534L5.37792 4.24289C5.45927 4.31389 5.5 4.40698 5.5 4.49998Z' fill='%23333333' stroke='%23333333' stroke-width='0.5'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 10px;
    top: 6px;
    right: 0px;
}

.ocf-content .ocf-filter.show .ocf-filter-header::before {
    transform: rotate(90deg);
}

.ocf-content .ocf-filter .ocf-value-list {
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
}

.ocf-content .ocf-filter.show .ocf-value-list {
    max-height: 2000px;
    transition: max-height 0.25s ease-in;
}

.ocf-value-list .ocf-collapse-value .ocf-value-list {
    border-top: none;
    margin-top: 0;
}
.product-search .container-main-title h1{
    padding-bottom:22px;
}
@media (min-width: 768px) {
    .ocf-scroll-y{
        max-height: initial !important;
        overscroll-behavior: initial !important;
    }
    header .header-submenu__rightside .right-inner{
        width: 100%;
    }
    /*.ocf-collapse-value .ocf-scroll-y {
        padding-right: 12px !important;
    }

    .ocf-collapse-value .ocf-scroll-y:hover {
        padding-right: 12px !important;
    }*/
}

@media (max-width: 767px) {
    .ocf-btn-mobile-static.ocf-mobile {
        border-bottom: unset;
    }
}

.selected-options .btn svg {
    margin-left: 10px;
}

.breadcrumb > li + li::before {
    color: #8b929c;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.66667 7L8 4M4.66667 1L8 4M8 4L1 4' stroke='%239A9A9A' stroke-linecap='square'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 5px;
}

.heading-tools .product-model {
    margin-left: auto;
}

#form-review .comment-info {
    display: flex;
    justify-content: space-between;
}

#tab-review .comment-info .review-write-text {
    border-bottom: 1px solid;
}

.tab-review__container {
    display: flex;
    width: 100%;
}

.tab-review__container .comment-info {
    display: flex;
    justify-content: space-between;
}

.tab-review__block-left {
    width: 70%;
}

.reviews__empty-block {
    background-color: #f8f8f8;
    padding: 60px;
}

.reviews__empty-block img {
    display: block;
    margin: 0 auto;
}

.reviews__empty-block .review-toggle {
    display: block;
    margin-top: 20px;
}

.reviews__empty-block .review-toggle span {
    border-bottom: 1px solid;
}

#form-review {
    width: 100%;
}

.mini-product__container {
    max-width: 200px;
}

.block-for-mini-product {
    height: 100%;
    position: relative;
    overflow: visible;
}

#mini_product_block {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    height: auto;
    align-self: flex-start;
}

.mini-product__blocktop {
    display: flex;
}

.mini-product__blocktop img {
    width: 90%;
    height: 90%;
}

.mini-product__blocktop .price-specials {
    display: flex;
}

.mini-product__blockbottom {
    display: flex;
    gap: 5px;
}

.tab-brief__items-container {
    display: flex;
    flex-wrap: wrap;
}

.tab-brief__section-block {
    padding: 10px;
}

.tab-brief__item {
    width: 50%;
}

.tab-brief__section-header {
    font-size: 22px;
    font-weight: 700;
    display: block;
    line-height: 33px;
}

.tab-brief__review {
    width: 100%;
}

#review_mini {
    display: flex;
}

.review-mini-btn {
    display: block;
    margin-top: 30px;
}

.review-mini-btn .review-write-text {
    padding: 15px;
    border: 1px solid;
}

.reviews-block__left {
    width: 50%;
}

.reviews-block__left.reviews-block__w100, .reviews-block__right.reviews-block__w100 {
    width: 100%;
}

.reviews-block__right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 60px;
}

.review-more-comments {
    margin-top: 10px;
}

.review-reply__container {
    margin-left: 20px;
}

.review-reply__item {
    margin-top: 20px;
    padding-left: 5px;
    border-left: 1px solid blue;
}

.review-reply__item-level2 {
    margin-left: 20px;
}

ul.list-unstyled.blog_cats {
    display: flex;
}

ul.list-unstyled.blog_cats a {
    border: 2px solid #4374b7;
    padding: 10px 20px;
    margin: 5px;
}

ul.list-unstyled.blog_cats a.active {
    border: 2px solid #4374b7;
    background: #4374b7;
    color: #fff;
}

ul.cat_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.cat_list li {
    list-style: none;
    border: 1px solid #4374b7;
    margin: 5px;
    border-radius: 5px;
}

ul.cat_list li a {
    display: flex
}

ul.related_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.related_list li {
    list-style: none;
    border-bottom: 1px solid #f3f3f3;
    margin: 5px;
}

ul.related_list li a {
    display: flex
}

ul.related_list li img {
    width: 98px;
    min-width: 98px;
}

.certificats-content-block {
    display: flex;
    align-items: center;
}

.instructions-content-header {
    font-size: 22px;
    font-weight: 700;
    display: block;
    line-height: 33px;
    margin-bottom: 40px;
}

.instructions-content-fileformat {
    text-transform: uppercase;
}

.modal-product-images__container {
    display: block;
    position: fixed;
    padding: 40px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background-color: rgba(0,0,0,0.5);
}

.modal-product-images__window {
    display: flex;
    position: relative;
    z-index: 10;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
    padding: 40px;
}

.modal-product-images__close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    border: unset;
    background-color: transparent;
}

.modal-product-images__left-part {
    display: flex;
    width: 80%;
    position: relative;
}

.modal-product-images__right-part {
    width: 20%;
    position: relative;
}

.modal-product-images__images {
    width: 90%;
    position: relative;
}

.swiper-modal-product-images {
    overflow: hidden;
    position: relative;
}

.swiper-modal-product-thumbs {

    height: 100%;
    ; }

.modal-product-images__left-images {
    position: relative;
    width: 10%;
    height: 70%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.thumbnails {
    display: flex;
}

.product-images__thumbs {
    position: relative;
    width: 10%;
    height: 500px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.product-images__main {
    position: relative;
    width: 90%;
}

.swiper-product__images {
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
}

.swiper-product__thumbs {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.modal-product-thumbs__images-items .swiper-slide-thumb-active, .product-thumbs__items .swiper-slide-thumb-active {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.product-images__main .swiper-buttons {
	position: relative;
	width: 200px;
	margin: 0 auto;
}

.swiper-button-prev, .swiper-button-next {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    background: transparent;
}

.swiper-button-prev::after, .swiper-button-next::after {
    content: unset;
}

.swiper-modal-product__next, .swiper-modal-product__prev, .swiper-product__thumbs-button-next, .swiper-product__thumbs-button-prev {
    width: 100%;
    height: 30px;
}

.swiper-modal-product__next svg, .swiper-modal-product__prev svg, .swiper-product__thumbs-button-next svg, .swiper-product__thumbs-button-prev svg {
    transform: rotate(90deg);
}

.swiper-modal-product__prev, .swiper-product__thumbs-button-prev {
    top: 0;
    left: 0;
    right: 0;
    bottom: unset;
}

.swiper-modal-product__next, .swiper-product__thumbs-button-next {
    top: unset;
    left: 0;
    right: 0;
    bottom: 0;
}

.buyoneclick-input-group {
	margin-bottom: 20px;
	width: 100%;
}
.buyoneclick-input-label {
	font-size: 14px;
	color: gray;
}

.content_informer {
    border: solid 1px #cbcbcb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: space-between;
}

.content_informer > div {
    display: flex;
    align-items: center;
}

.related_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.additional_info > div {
    width: 50%;
    float: left;
}

.additional_info > div > span {
    display: block;
    margin-bottom: 10px;
}

.additional_info > div a {
    margin: 10px;
    border: 1px solid #4374b7;
    border-radius: 5px;
    /* margin: 10px!important; */
    /* margin-top: 10px; */
}

ul.social_list {
    list-style: none;
    display: flex;
    justify-content: space-around;
}

ul.social_list li {
    margin: 10px;
}

ul.social_list li a {
    /* margin-top: 23px; */
    padding: 10px;
    border: solid 1px #4374b7;
    border-radius: 5px;
}

.form-group .callback-input-error {
    display: none;
}

.form-group.error .callback-input-error {
    color: red;
    display: block;
}

.form-group.error input {
    border-color: red;
}

.row.brand-info {
    border: solid 1px;
    margin: 20px;
    align-items: center;
}

.row.brand-info span {
    display: block;
}

div#contact_block {
    background: #f5f5f5;
    border-radius: 5px;
    margin: 5px;
    padding: 20px;
    display: flex;
    align-items: center;
}

.product-info-right__header {
    display: flex;
    justify-content: space-between;
}

.option-out-of-stock .options-item {
    border: 1px solid #D8D8D8;
}

.options-toggle .option-out-of-stock input:checked + .options-item {
    border: 1px solid #D8D8D8;
}

.option-out-of-stock .options-image {
    opacity: 0.6;
}

.option-out-of-stock .options-name {
    color: #DADADA;
}

.product-brand {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-brand__link {
    margin-left: 10px;
    color: #2862f7;
    text-decoration: underline;
}

.product-question {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffa500;
}

.product-question__link {
    margin-left: 5px;
    vertical-align: middle;
    text-decoration: underline;
		cursor: pointer;
}

.container-main-title .cats ul.cats_list {
    display: none;
}

.container-main-title .cats.open ul.cats_list {
    display: block;
}

.cats .heading svg {
    display: none
}

.container-main-title .cats .heading svg {
    display: block;
    float: right;
}

.container-main-title .cats {
    border: 1px solid #000;
    padding: 10px;
}

.texts__product-warranty, .texts__product-notify1, .texts__product-notify2 {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px;
}

.texts__product-notify1-textblock {
    display: flex;
    flex-direction: column;
}

.texts__product-notify2 {
    background-color: #d7f1fd;
}

.texts__product-notify1 {
    background-color: #fef7d1;
}

.delivery-pay__container {
    margin: 20px 10px;
}

.delivery-pay__header {
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#modal-delivery-pay .modal-xl {
    min-width: 90%;
}

.delivery-pay__container.product-out-of-stock {
    color: #333333;
    opacity: 0.5;
}

.delivery-pay__container.product-out-of-stock .product-out-of-stock-hide-field {
    display: none;
}

#product_bottom_content {
    scroll-margin-top: 240px;
}

.product-cart-popup {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.product-cart-popup.show {
    display: block !important;
}
.product-cart-popup__bg {
    position: absolute;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.product-cart-popup__window {
    background-color: white;
    position: absolute;
    z-index: 2;
    top: 10%;
    left: 10%;
    right: 10%;
}
.product-cart-popup__header {
    display: flex;
    justify-content: space-between;
    margin: 20px;
}
.product-cart-popup__close {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.product-cart-popup__header-text {
    font-size: 26px;
    font-weight: 700;
}
.product-cart-popup__products {
	margin: 0 10px;
	max-height: 460px;
	overflow: auto;
}

.product-cart-popup__product-container {
	position: relative;
}
.product-cart-popup__product-preloader {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .1);
	z-index: 10;
}
.product-cart-popup__product-preloader.show {

	display: none !important;
	justify-content: center;
	align-items: center;
}
.product-cart-popup__product-preloader>* {
	padding: 16px 40px;
	background-color: #fff;
	color: black;
	font-size: 18px;
	border-radius: 5px;
}

.product-cart-popup__products-header {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.product-cart-popup__product-item {
	position: relative;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.product-cart-popup__product-item:not(:last-child) {
	margin-bottom: 20px;
}

.product-cart-popup__product-header,
.product-cart-popup__product {
	width: 40%;
}
.product-cart-popup__sum-header,
.product-cart-popup__sum {
	width: 110px;
}
.product-cart-popup__qnt-header,
.product-cart-popup__qnt {
	width: 120px;
}
.product-cart-popup__total-header,
.product-cart-popup__total {
	width: 110px;
}
.product-cart-popup__del-header,
.product-cart-popup__del {
	width: 30px;
}

.product-cart-popup__product {
    display: flex;
    justify-content: start;
    align-items: center;
}
.product-cart-popup__product img {
    max-width: 69px;
    max-width: 69px;
    margin: 0;
    display: block;
    height: auto;
}
.product-cart-popup__product a {
	margin-right: 5px;
}
.product-cart-popup__del {
	cursor: pointer;
}

.product-cart-popup__product-empty {
	margin: 30px 20px;
	font-size: 18px;
}

.product-cart-popup__footer {
	display: grid;
	grid-template-columns: 240px 1fr 240px;
	grid-template-rows: 1fr;
	margin: 20px 10px;
}
.product-cart-popup__btn-continue {
	order: 1;
}
.product-cart-popup__footer-total {
	display: flex;
	justify-content: end;
	align-items: center;
	padding-right: 20px;
	order: 2;
}
.product-cart-popup__total-text {
	margin-right: 10px;
}
.product-cart-popup__btn-checkout {
	text-align: center;
	order: 3;
}
@media (max-width: 767px) {
    .product-search .container-main-title {
        margin-bottom:0;
    }
    .product-search .container-main-title h1{
        margin-bottom:0;
    }
	.product-cart-popup__close {
		top: 10px;
	}
	.product-cart-popup__products-header {
		display: none;
	}
	.product-cart-popup__product-item {
		flex-wrap: wrap;
	}
	.product-cart-popup__product {
		width: 90%;
	}
	.product-cart-popup__del {
		position: absolute;
		top: 20px;
		right: 0;
	}
	.product-cart-popup__footer {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr 1fr;
		text-align: center;
	}
	.product-cart-popup__btn-continue {
		order: 3;
		margin-bottom: 20px;
	}
	.product-cart-popup__total {
		order: 1;
	}
	.product-cart-popup__btn-checkout {
		order: 2;
		margin-bottom: 20px;
	}
}

.product-cart-popup__btn-continue {
	padding: 10px;
	border: 1px solid lightgray;
}
.product-cart-popup__btn-checkout {
	padding: 10px;
	color: white;
	background-color: #0069d9;
}
.product-cart-popup__btn-continue:hover,
.product-cart-popup__btn-checkout:hover {
	color: lightgray;
}

/* Mobile search */
.mobile-search {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 999;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background-color: #fff;
    transition: left .3s;
}

.mobile-search.open {
    left: 0;
    padding: 20px;
}

button#search-btn svg {
    stroke: #fff;
}

@media (max-width: 768px) {
    button#search-btn svg {
        stroke: #000;
    }
}
div#search {
    display: block;
}
#search .form-control {
    padding-left: 50px;
    box-shadow: 0 1px 0px #cbcbcb;
    }
button#search-close {
    position: absolute;
    z-index: 99;
    height: 45px;
    width: 48px;
    background: none;

}
  .search-suggestion.product .name {
    height: 55px;
}

.mobile-catalog.catalog-information.open .mbtn-catalog.main_mobile {
    background: #fff;
    color: #275CA5;
}

.mobile-catalog.catalog-information  .login_block {
    display: flex;
    align-items: center;
}
.mobile-catalog.catalog-information  .login_block a {
    padding: 0;
}
.mobile-catalog.catalog-information .login_block svg {
    width: 50px;
}

.mobile-catalog.catalog-information .mobile-catalog__panel {
    background: #f3f3f3;
}


.info_head {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.info_head .pull-left {
    float: right!important;
}
.mobile-catalog__inner ul.mobile-list {
    list-style: none;
}
.mobile-catalog__inner ul.mobile-list .cnt {
    background: #2c60a7;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    margin-left: 30px;
}


.bestseller-products__container .product-thumb:hover .product-attributes,
.special-products__container .product-thumb:hover .product-attributes {
	display: block;
}

.button-login {
	width: 100%;
	text-align: center;
	border: 1px solid #0061ca;
	color: #0061ca;
	background-color: transparent;
	padding: 20px;
	margin-top: 20px;
}


.control-label.col-sm-6 {
	max-width: 100%;
}
.checkout-simplecheckout #simplecheckout_customer .customer_data fieldset {
	width: 100%;
	float: none;
}
.checkout-simplecheckout .customer_data .row-customer_firstname,
.checkout-simplecheckout .customer_data .row-customer_lastname,
.checkout-simplecheckout .customer_data .row-customer_telephone,
.checkout-simplecheckout .customer_data .row-customer_email {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

.checkout-simplecheckout .customer_data .row-customer_register {
	 width: 100%;
}
.checkout-simplecheckout .customer_data .row-customer_password,
.checkout-simplecheckout .customer_data .row-customer_confirm_password {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.checkout-simplecheckout #simplecheckout_customer .simplecheckout-block-content .customer_data .row-customer_confirm_password {
	margin-top: 0px;
}
@media (min-width: 1025px) {
	.checkout-simplecheckout #simplecheckout_customer .simplecheckout-block-content .customer_data fieldset {
		width: 100%;
	}
	.checkout-simplecheckout #simplecheckout_customer .simplecheckout-block-content .customer_data .row-customer_confirm_password {
		margin-top: 0px;
	}
}
.text-empty{
    margin-top:30px;
}
@media (max-width: 767px) {
    .text-empty{
        margin-top:20px;
        margin-bottom:15px;
    }
	.checkout-simplecheckout .customer_data .row-customer_firstname,
	.checkout-simplecheckout .customer_data .row-customer_lastname,
	.checkout-simplecheckout .customer_data .row-customer_telephone,
	.checkout-simplecheckout .customer_data .row-customer_email {
		width: 100%;
	}
	.checkout-simplecheckout .customer_data .row-customer_register,
	.checkout-simplecheckout .customer_data .row-customer_password,
	.checkout-simplecheckout .customer_data .row-customer_confirm_password {
		width: 100%;
	}
}

/* скрыть кнопку "купить в 1 клик" если показывается кнопка "предзаказ" */
.mini-product__blockbottom.hide-one-click-btn .boc_order_btn,
.in-stock-buttons.hide-one-click-btn .boc_order_btn {
	display: none !important;
}
.product-thumb .button-add-cart button>svg{
    margin-right:7px;
}
.product-bottom .stock-messages{
    display: none;
}
.stockstock-empty.text-danger>svg{
    display:none;
}
[class*="product-product-"] .product-info-right__header .stock.stock-preorder.text-preorder{
    background: rgba(200, 120, 0, 0.15);
    color: #C87800;
}
.stock-preorder.text-preorder svg path, .stockstock-preorder.text-preorder svg path{
    fill: #C87800;
    stroke: #C87800;
}
.stock-preorder.text-preorder, .stockstock-preorder.text-preorder{
    color: #C87800;
}
.options-toggle .option-btn{
    border: 2px solid transparent;
}
.options-toggle .option-btn.active{
    border: 2px solid #275CA5;
}
.options-toggle .options-color{
    display:block;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.description-product-content-block img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
/*.product_desc.module-html__container.text-less .module-html__text p{
    display: none;
}
.product_desc.module-html__container.text-less .module-html__text_show{
    background:none;
}
.product_desc.module-html__container.text-less .module-html__text p:first-child {
    display: block!important;
}
.product_desc.module-html__container.text-less .module-html__text{
    max-height: fit-content;
    margin-bottom: 10px;
}
.product_desc.module-html__container.text-less .module-html__text_show{
    position: static;
}*/
#simplecheckout_coupon{
    display: none;
}
.tab-brief__description .module-html__text a, .tab-brief__section-description a, .category-description a, .blog .main_description a{
    color: #275CA5;
    transition: .3s;
}
.tab-brief__description .module-html__text a:hover, .tab-brief__section-description a:hover, .category-description a:hover, .blog .main_description a:hover{
    color: #FFCD36;
    transition: .3s;
}


.user-block.header-search:hover ul.dropdown-menu:hover {
    display: block!important;
}
