/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/



@font-face {
    font-family: 'Neutrif Pro';
    src:  url('/font/NeutrifPro-Regular.eot?v=649733208988916443') format('embedded-opentype'),
    url('/font/NeutrifPro-Regular.ttf?v=9459420744727417999') format('truetype'),
    url('/font/NeutrifPro-Regular.woff?v=15609099922906684566') format('woff'),
    url('/font/NeutrifPro-Regular.svg?v=15930834028708770581') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Neutrif Pro';
    src:  url('/font/NeutrifPro-Bold.eot?v=955195541684210014') format('embedded-opentype'),
    url('/font/NeutrifPro-Bold.ttf?v=17433356803013030621') format('truetype'),
    url('/font/NeutrifPro-Bold.woff?v=12504371628398295355') format('woff'),
    url('/font/NeutrifPro-Bold.svg?v=13943307279487721987') format('svg');
    font-weight: bold;
    font-style: normal;
}


/*@font-face {*/
/*    font-family: 'Gilroy';*/
/*    src: url('/fonts/Gilroy-Bold.eot');*/
/*    src: local('/fonts/Gilroy Bold'),local('Gilroy-Bold'),url('/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),url(/fonts/Gilroy-Bold.woff) format('woff'),url(/fonts/Gilroy-Bold.ttf) format('truetype');*/
/*    font-weight: 700;*/
/*    font-style: normal*/
/*}*/

/*@font-face {*/
/*    font-family: 'Gilroy-Regular';*/
/*    src: url('/fonts/Gilroy-Regular.eot');*/
/*    src: local('/fonts/Gilroy-Regular'),local('Gilroy-Regular'),url('/fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),url(/fonts/Gilroy-Regular.woff) format('woff'),url(/fonts/Gilroy-Regular.ttf) format('truetype');*/
/*    font-weight: 700;*/
/*    font-style: normal*/
/*}*/


* {
    margin: 0;
    padding: 0;
    font-family: 'Neutrif Pro';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #777777;
}

input:focus-visible {
    outline: none !important;
}

body {
    overflow-x: hidden;
    width: 100vw;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.order-page .header-main__logo {
    margin-top: 20px;
    margin-bottom: 15px;
}

.order-page .header-about {
    -webkit-box-shadow: 5px 5px 45px -5px rgba(107, 216, 206, 0.2);
    box-shadow: 5px 5px 45px -5px rgba(107, 216, 206, 0.2);
    margin-bottom: 15px;
}

.order-page .header-main__logo img {
    width: 170px;
}

.order-page .icon--close {
    display: block;
}

body.modal-open {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

body.phone-modal-open {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

body.modal-open .modal-open__wrap {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
    top: 0;
    left: 0;
}

.container {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.container-small {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color: #ffffff;
}

.category-menu__title {
    font-size: 24px;
    color: #ff9c32;
    margin-bottom: 15px;
}

.header-topbar {
    background: #f8f8f8;
}

.category-title {
    font-size: 24px;
    color: #333333;
    margin-bottom: 15px;
}

.pager-progress-bar {
    margin: 20px auto;
}

.header-topbar__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 15px;
}

.header-topbar__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topbar-item {
    font-size: 14px;
    font-weight: 600;
    border-right: 1px solid #4b4f59;
    text-transform: uppercase;
    padding: 0 15px;
}

.topbar-item:first-child {
    padding-left: 0;
    padding-bottom: 30px;
    margin-bottom: -30px;
    border-right: 0;
    position: relative;
}

.topbar-item:nth-child(2) {
    border-left: 1px solid #4b4f59;
}

.topbar-item:last-child {
    padding-right: 0;
    border-right: none;
}

.topbar-item a {
    color: #828282;
}

.topbar-item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topbar-item__icon span {
    margin-left: 3px;
    color: #828282;
    font-weight: 100;
}

.topbar-item__info {
    position: relative;
}

.topbar-item__info-desc {
    display: none;
    position: absolute;
    -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.39);
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.39);
    z-index: 999;
    background: #ffffff;
    max-width: 300px;
    width: 300px;
    top: 31px;
    left: 0;
}

.topbar-item__info:hover .topbar-item__info-desc {
    display: block;
}

.topbar-item__info-desc:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 11px;
    width: 9px;
    height: 9px;
    background-color: #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.topbar-item__info-title {
    padding: 10px 15px;
    font-size: 20px;
    color: #828282;
    border-bottom: 1px solid #828282;
}


.topbar-item__info-item {
    padding: 15px 15px;
}

.topbar-item__info-item a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topbar-item__info-item svg {
    width: 17px;
    margin-right: 15px;
}

.topbar-item__info:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
}

.topbar-info {
    font-size: 14px;
    font-weight: 600;
    border-right: 1px solid #4b4f59;
    padding: 0 15px;
    color: #828282;
    position: relative;
    cursor: pointer;
}

.topbar-info:first-child {
    padding-left: 0;
}
.topbar-info:last-child {
    padding-right: 0;
    border-right: none;
}

.topbar-info__desc {
    position: absolute;
    width: 380px;
    background: #ffffff;
    padding: 10px 30px;
    text-align: center;
    display: none;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    left: 50%;
    z-index: 1;
    top: 26px;
    -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.39);
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.39);
}

.topbar-info:hover .topbar-info__desc {
    display: block;
}

.topbar-info__title {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
}

.topbar-info__content {
    font-size: 14px;
    font-weight: 100;
    line-height: 21px;
}

.header-main__wrap {
    max-width: 1230px;
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-main .header-main__logo {
    position: relative;
}

.header-main .header-main__logo img {
    width: 170px;
}

.header-main__logo a span {
    position: absolute;
    bottom: -22px;
    left: 0;
    font-size: 18px;
}

.header-search {
    border: 3px solid #404755;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-search input {
    font-size: 16px;
    line-height: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    font-weight: 800;
    color: #777777;
    max-width: 100%;
    background-color: transparent;
    vertical-align: middle;
    padding: 0 12px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border: 0;
    width: 300px;
    height: 44px;
}

.searchButton {
    width: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgb(255, 221, 0);
    border: none;
    cursor: pointer;
    color: transparent;
    border-left: 3px solid #333333;
    -webkit-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
}

.header-search button::before {
    font-family: 'FontAwesome';
    content: '\f002';
    background: transparent;
    text-align: center;
    color: #000000;
    border-radius: 0px;
    font-size: 18px;
}

.searchButton:hover::before {
    font-size: 20px;
}

.searchTerm:focus::-webkit-input-placeholder {
    color: #ffffff;
}

.searchTerm:focus::-webkit-input-placeholder {
    color: #ffffff;
}

.searchTerm:focus::-moz-placeholder {
    color: #ffffff;
}
.mobileSearchTerm:focus::-ms-input-placeholder,
.searchTerm:focus:-ms-input-placeholder {
    color: #ffffff;
}

.mobileSearchTerm:focus::placeholder,
.searchTerm:focus::placeholder {
    color: #ffffff;
}

.header-main__additional {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-main__title {
    font-size: 12px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
}

img.header-main__img {
    width: 100px;
    height: 100px;
}

.header-main__desc {
    color: #333333;
    font-size: 12px;
}

.header-main__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-main__wish,
.header-main__cart {
    position: relative;
    cursor: pointer;
}

.header-main__wish {
    margin-right: 20px;
}

.header-main__wish img {
    width: 26px;
}

.header-main__cart svg {
    width: 30px;
    padding-bottom: 3px;
}

header .count {
    display: block;
    background-color: #ef3737;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    position: absolute;
}

.header-main__wish .count {
    top: -6px;
    left: -7px;
}

.header-main__cart .count {
    top: -3px;
    right: -3px;
}

.header-menu__wrap {
    max-width: 1230px;
    padding: 0;
}

.header-menu {
    background: -o-linear-gradient(359.81deg, rgb(98 99 112) -19.21%, rgb(43 44 52) 90.56%);
    background: linear-gradient(90.19deg, rgb(98 99 112) -19.21%, rgb(43 44 52) 90.56%);
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-nav > li {
    padding: 20px 15px;
    position: relative;
}

.navbar-nav > li > a {
    color: white;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar-nav > li > a {
    color: white;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background-image: -o-linear-gradient(bottom, #fbad18 0, #fbad18 2px, transparent 0, transparent);
    background-image: linear-gradient(0deg, #fbad18 0, #fbad18 2px, transparent 0, transparent);
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-family: "Open Sans", Arial, sans-serif;
    padding: 0 0 2px 0;
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: unset;
    background-size: 100% 100%;
}

li.nav-home {
    background: #f5e50b;
    padding: 23px 15px !important;
    display: block;
}

.nav-home i {
    color: white;
}

.dropdown-menu {
    display: none;
}

span.hot {
    background-color: #facf09;
    color: #fff;
    font-size: 9px;
    line-height: 15px;
    width: 30px;
    height: 15px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 2px;
    right: 1px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    font-weight: 900;
    width: auto;
    padding: 0 3px;
}

span.new {
    color: #fff;
    background-color: #ff1100;
    font-size: 9px;
    line-height: 15px;
    width: 30px;
    height: 15px;
    position: absolute;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    top: 2px;
    right: 1px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
}

.hot:before {
    border-color: #facf09 transparent transparent #facf09;
    border-style: solid;
    border-width: 5px;
    bottom: -5px;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: bottom;
    -o-transition-property: bottom;
    transition-property: bottom;
    z-index: -1;
}

.new:before {
    border-color: #ff1100 transparent transparent #ff1100;
    border-style: solid;
    border-width: 5px;
    bottom: -5px;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: bottom;
    -o-transition-property: bottom;
    transition-property: bottom;
    z-index: -1;
}

.header-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    max-width: 1600px;
    margin: 0 auto;
}

.header-about__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 6px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-right: 1px dashed #ccc;
    position: relative;
    padding: 0 15px;
}

.header-about__item:last-child {
    border-right: 0;
}

.header-about__item img {
    height: 35px;
    margin-right: 15px;
}

.header-about__title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}

.header-about__desc {
    font-size: 13px;
    text-transform: uppercase;
    color: #888;
}

.category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    max-width: 1230px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.category-list__item {
    width: 104px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.category-list img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.Icon_icon__T0xou {
    margin-left: 5px;
    margin-right: 5px
}

.Footer_Footer__mFcFF {
    font-weight: 700;
    color: #fff
}

.Footer_Footer__mFcFF a {
    color: #fff
}

.Footer_Logo__Dw1Ae {
    font-weight: 700;
    font-size: 12pt;
    margin-bottom: 22px;
    margin-top: 12px
}

.Footer_Socials__3cd4A {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.Footer_Title__fM0Mr {
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px
}

.Footer_Menu__NQyt4 li {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px
}

.Footer_AddressColumn__B3BaE {
    border-left: 1px solid #fff
}

@media screen and (max-width: 768px) {
    .Footer_AddressColumn__B3BaE {
        border: 0;
        text-align: center
    }
}

.Footer_Address__fHkp5 {
    height: 100%
}

.Footer_Address__fHkp5 .Footer_text2__0w_Ci {
    font-size: 12px
}

.Footer_Address__fHkp5 .Footer_Leaf__1AGOq {
    font-weight: 700;
    font-size: 16px;
    margin-left: 10px
}

.Footer_Contact__ZX79d {
    text-decoration: underline;
    color: #fff
}

.Footer_Company__8xOHr {
    text-align: center;
    font-size: 12px
}

.Popper_popper__cdbhg {
    z-index: 19;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 7px;
    padding: 10px
}

.MenuCategories_Popper__SXYfE {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #333
}

.MenuCategories_Title__bnm3t {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px
}

.MenuCategories_Round___iwjG {
    border-radius: 8px
}

.MenuCategories_Grid__h3Gr9 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
}

.MenuCategories_Grid__h3Gr9 .MenuCategories_GridItem__L4BHO {
    display: inline-block;
    width: 100%
}

.MenuCategories_Group__AH3Xo {
    background-color: #f4f4f4;
    border-radius: 8px;
    padding: 4px
}

.MenuCategories_Group__AH3Xo .MenuCategories_GroupTitle__kSbQo {
    font-size: 14px;
    font-weight: 700;
    padding-left: 4px
}

.MenuCategories_Group__AH3Xo .MenuCategories_Item__U_eCY {
    font-weight: 400;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out
}

.MenuCategories_Group__AH3Xo .MenuCategories_Item__U_eCY img {
    border-radius: 50%;
    margin-right: 10px;
    border: 2px solid #fff
}

.MenuCategories_Group__AH3Xo .MenuCategories_Item__U_eCY:hover {
    background-color: #12375a;
    border-radius: 4px;
    font-weight: 700;
    color: #fff
}

.MenuCategories_Popular__QLrRb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f7;
    border-radius: 8px;
    padding: 4px 8px;
    margin-bottom: 10px;
    font-weight: 400
}

.MenuCategories_Popular__QLrRb:hover {
    background-color: #12375a;
    border-radius: 4px;
    font-weight: 700;
    color: #fff
}

.MenuCategories_Popular__QLrRb .MenuCategories_PopularTitle__rFsTs {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    font-size: 13px;
    font-weight: 700
}

.MenuCategories_Popular__QLrRb img {
    border-radius: 50%;
    margin-left: 10px;
    border: 2px solid #fff
}

.Menu_menu__y3ge8 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.Menu_items__8fHyq, .Menu_items__8fHyq .Menu_item__Va6lA, .Menu_menu__y3ge8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.Menu_items__8fHyq .Menu_item__Va6lA {
    font-size: 12px;
    margin-left: 12px;
    margin-right: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.Menu_itemsRight__5h36q {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.Menu_Categories__1osWe {
    background-color: #12375a;
    font-weight: 500;
    font-size: 14px;
    color: #fff
}

.Menu_Categories__1osWe .Menu_Nav__BOgUg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px
}

.Menu_Categories__1osWe .Menu_Nav__BOgUg .Menu_Item__ibzAd {
    margin-right: 25px;
    margin-left: 25px;
    cursor: pointer;
    color: #fff
}

.Menu_Categories__1osWe .Menu_Nav__BOgUg .Menu_Item__ibzAd:after {
    content: "▼";
    color: #fff
}

.Menu_Search__oMags {
    position: relative;
    background-color: #f4f4f4;
    border-radius: 24px
}

.Menu_Search__oMags .Menu_Input__4HaN_ {
    width: 100%;
    border: none;
    padding: 10px 22px;
    background-color: transparent;
    min-width: 250px
}

.Menu_Search__oMags .Menu_Input__4HaN_:focus {
    outline: none
}

.Menu_Search__oMags .Menu_Input__4HaN_::-webkit-input-placeholder {
    color: #74797f;
    font-weight: 700;
    font-size: 12px
}

.Menu_Search__oMags .Menu_Input__4HaN_:-ms-input-placeholder {
    color: #74797f;
    font-weight: 700;
    font-size: 12px
}

.Menu_Search__oMags .Menu_Input__4HaN_::-moz-placeholder {
    color: #74797f;
    font-weight: 700;
    font-size: 12px
}

.Menu_Search__oMags .Menu_Input__4HaN_::-ms-input-placeholder {
    color: #74797f;
    font-weight: 700;
    font-size: 12px
}

.Menu_Search__oMags .Menu_Input__4HaN_::placeholder {
    color: #74797f;
    font-weight: 700;
    font-size: 12px
}

.Menu_Search__oMags .Menu_Icon__ASrR0 {
    position: absolute;
    top: 10px;
    right: 10px
}

.HelpMenu_Popper__7v_c6 {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #333
}

.HelpMenu_MenuItem__VP0kC {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .02), 0 0 0 1px rgba(27, 31, 35, .15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .02), 0 0 0 1px rgba(27, 31, 35, .15);
    padding: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative
}

.HelpMenu_MenuItem__VP0kC .HelpMenu_Background__HU3Wt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .4;
    background-size: cover;
    background-position: 50%
}

.HelpMenu_MenuItem__VP0kC:hover {
    background-color: #f4f4f4
}

.HelpMenu_MenuItem__VP0kC .HelpMenu_MenuItemIcon__zezCK {
    min-width: 100px
}

.HelpMenu_MenuItem__VP0kC .HelpMenu_MenuItemContent__0DUjD {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    z-index: 10
}

.HelpMenu_MenuItem__VP0kC .HelpMenu_MenuItemContent__0DUjD .HelpMenu_MenuItemTitle__PIKYV {
    font-size: 16px;
    font-weight: 700
}

.HelpMenu_MenuItem__VP0kC .HelpMenu_MenuItemContent__0DUjD .HelpMenu_MenuItemButton__EaFNr {
    display: inline
}

.HelpMenu_MenuItem__VP0kC.HelpMenu_MenuItemSpecial__SsioN {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 16px
}

.HelpMenu_MenuItem__VP0kC.HelpMenu_MenuItemSpecial__SsioN .HelpMenu_MenuItemContent__0DUjD .HelpMenu_MenuItemTitle__PIKYV {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px
}

.HelpMenu_MenuItem__VP0kC.HelpMenu_MenuItemSpecial__SsioN .HelpMenu_MenuItemContent__0DUjD .HelpMenu_MenuItemButton__EaFNr {
    background-color: #0074d9;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px
}

.LangMenu_Button__GpAAp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    padding: 8px 12px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer
}

.LangMenu_Button__GpAAp:hover {
    background-color: #e8e8e8
}

.LangMenu_Button__GpAAp span {
    margin-right: 4px;
    margin-left: 4px
}

@media screen and (max-width: 768px) {
    .LangMenu_Button__GpAAp {
        padding: 6px 8px
    }
}

.Carousel_glide__DXNTH {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.Carousel_glide__DXNTH * {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.Carousel_glide__track__NWSJ7 {
    overflow: hidden
}

.Carousel_glide__slides__C0oYe {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -ms-touch-action: pan-Y;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    will-change: auto
}

.Carousel_glide__slide__c6rOE, .Carousel_glide__slides__dragging__72vgG {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.Carousel_glide__slide__c6rOE {
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.Carousel_glide__slide__c6rOE a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.Carousel_glide__arrows__gz76u, .Carousel_glide__bullets__Wb6SK {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.Carousel_glide__bullets__Wb6SK {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.Carousel_glide__rtl__pPd8R {
    direction: rtl
}

.Carousel_glide__bullet__JBwuW {
    background-color: #fff;
    width: 14px;
    height: 14px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid #d0d0d0;
    cursor: pointer;
    line-height: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 .25em
}

.Carousel_glide__bullet__JBwuW:focus {
    outline: none
}

.Carousel_glide__bullet__JBwuW:focus, .Carousel_glide__bullet__JBwuW:hover {
    background-color: #d0d0d0
}

.Carousel_glide__arrow__GmEyW {
    padding: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 50%;
    z-index: 2;
    color: #333;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    text-shadow: 0 .25em .5em rgba(0, 0, 0, .1);
    opacity: 1;
    cursor: pointer;
    -webkit-transition: opacity .15s ease, border .3s ease-in-out;
    -o-transition: opacity .15s ease, border .3s ease-in-out;
    transition: opacity .15s ease, border .3s ease-in-out;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1
}

.Carousel_glide__arrow__GmEyW:focus {
    outline: none
}

.Carousel_glide__arrow__GmEyW:hover {
    border-color: #ddd
}

.Carousel_glide__arrow__left__kZ8gi {
    left: 2em
}

.Carousel_glide__arrow__nopadding__left__4jIH7 {
    left: 0
}

.Carousel_glide__arrow__right__2vpk1 {
    right: 2em
}

.Carousel_glide__arrow__nopadding__right__BPif9 {
    right: 0
}

.Carousel_glide__arrow__disabled__bHP2p {
    opacity: .33
}

@media (max-width: 833px) {
    .Carousel_glide__arrow__GmEyW {
        width: 32px;
        height: 32px
    }

    .Carousel_glide__arrow__left__kZ8gi {
        left: 1em
    }

    .Carousel_glide__arrow__nopadding__left__4jIH7 {
        left: 0
    }

    .Carousel_glide__arrow__right__2vpk1 {
        right: 1em
    }

    .Carousel_glide__arrow__nopadding__right__BPif9 {
        right: 0
    }
}

.Breadcrumb_breadcrumb__Z4at7 {
    background-color: #f4f4f4;
    font-size: 14px;
    border-bottom: 1px solid #e1d9d9
}

@media screen and (max-width: 768px) {
    .Breadcrumb_breadcrumb__Z4at7 {
        background-color: #12375a;
        border-bottom: 1px solid #12375a;
        color: #fff
    }

    .Breadcrumb_Icon__A8r3F {
        color: #fff
    }
}

.Breadcrumb_Container__OayZq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 44px
}

@media screen and (max-width: 768px) {
    .Breadcrumb_Container__OayZq {
        height: 40px
    }
}

.MobileMenu_Container__i_Yoc {
    position: fixed;
    background: rgba(0, 0, 0, .8);
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1000;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.MobileMenu_Container__i_Yoc .MobileMenu_Content__hWFtT {
    position: fixed;
    top: 0;
    left: 0;
    height: calc(100% - 0px);
    width: 80%;
    max-width: 340px;
    background-color: #fff;
    overflow: scroll !important
}

.MobileMenu_Container__i_Yoc .MobileMenu_Content__hWFtT .MobileMenu_Item__ReFsb {
    background-color: #f3f7fb;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 1rem;
    padding-top: 2px;
    margin-bottom: 10px;
    border-radius: 3px;
    min-height: 63px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    font-weight: 700
}

.MobileMenu_Container__i_Yoc .MobileMenu_Content__hWFtT .MobileMenu_Item__ReFsb .MobileMenu_Image__JjF1z {
    height: 45px;
    width: 45px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px
}

.MobileMenu_Container__i_Yoc .MobileMenu_Content__hWFtT .MobileMenu_Group__FnEvS .MobileMenu_Title__9lgCe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.MobileMenu_Container__i_Yoc .MobileMenu_Content__hWFtT .MobileMenu_Group__FnEvS .MobileMenu_Title__9lgCe span {
    font-weight: 700
}

.MobileMenu_Container__i_Yoc .MobileMenu_Content__hWFtT .MobileMenu_Group__FnEvS .MobileMenu_Title__9lgCe .MobileMenu_Button__0587w {
    padding: 0 21px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    font-weight: 700
}

.MobileMenu_Container__i_Yoc .MobileMenu_Close__jhD3D {
    position: absolute;
    right: 37px;
    top: 19px;
    z-index: 99999999;
    cursor: pointer;
    color: #fff
}

.MobileMenu_Container__i_Yoc .MobileMenu_HelpMenu__WeErF {
    position: fixed;
    bottom: 0;
    width: 80%;
    z-index: 1010;
    background-color: #0074d9;
    color: #fff;
    font-weight: 700
}

.MobileMenu_Container__i_Yoc .MobileMenu_HelpMenu__WeErF .MobileMenu_HelpMenuTitle__dcBCM {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 12px
}

.MobileMenu_Container__i_Yoc .MobileMenu_HelpMenu__WeErF .MobileMenu_HelpMenuTitle__dcBCM span {
    margin-left: 10px
}

.MobileMenu_Container__i_Yoc .MobileMenu_HelpMenu__WeErF .MobileMenu_HelpMenuOpened__0qRid {
    background-color: #fff;
    padding: 12px
}

.MobileMenu_Container__i_Yoc .MobileMenu_HelpMenu__WeErF .MobileMenu_HelpMenuOpened__0qRid .MobileMenu_HelpMenuItem__uEtTk {
    margin-bottom: 22px;
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline
}

.MobileMenu_LinkItem__kK2yM {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    background-color: #eee;
    padding: 8px;
    margin-bottom: 10px;
    font-size: 12px;
    border-radius: 4px
}

.MobileMenu_LinkItem__kK2yM img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #fff
}

.MobileMenu_Hide__yZvxp {
    display: none
}

.MobileMenu_Show__zl1A_ {
    display: block
}

.MobileMenu_Slogan__yds1O {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
}

.MobileMenu_Slogan__yds1O img {
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px
}

.MobileMenu_SearchInputIcon__F_wDe {
    position: absolute;
    right: 6px;
    top: 2px;
    padding: 8px;
    cursor: pointer
}

.MobileMenu_SearchInput__JNZNv {
    height: 40px
}

.ModalDialog_Container__YwXDC {
    background-color: #fff;
    border-radius: 8px;
    position: relative
}

.ModalDialog_CloseButton__XZkwl {
    position: absolute;
    top: 10px;
    right: 10px
}

.Input_Input__h8FPh {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 15px
}

.Input_Input__h8FPh::-webkit-input-placeholder {
    color: #e0e0e6
}

.Input_Input__h8FPh:-ms-input-placeholder {
    color: #e0e0e6
}

.Input_Input__h8FPh::-moz-placeholder {
    color: #e0e0e6
}

.Input_Input__h8FPh::-ms-input-placeholder {
    color: #e0e0e6
}

.Input_Input__h8FPh::placeholder {
    color: #e0e0e6
}

.Input_Input__h8FPh:focus {
    border-color: #0074d9
}

.Input_Label__l6AAp {
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: -.5px;
    color: #2b2b2b
}

.Input_Icon__5CWO5 {
    top: -4px !important;
    height: 56px !important;
    width: 48px !important
}

.Page_background__vSxlZ {
    background-image: url(/iml/home-bg.webp);
    background-position: 0 -150px;
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 700px
}

.TwoColumnBanner_Container__JTPQH {
    background-color: #f1f1f1;
    background-size: cover;
    background-position: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 6px
}

.TwoColumnBanner_ContentColumn__7ypG_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: 16px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

@media screen and (max-width: 768px) {
    .TwoColumnBanner_ContentColumn__7ypG_ {
        border-radius: 6px
    }
}

.TwoColumnBanner_ImageColumn__SsTVL {
    position: relative
}

.TwoColumnBanner_Image__APjaa {
    width: 100%;
    height: 100%;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.ProductSlider_Image__II45Y {
    cursor: pointer;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1)
}

.ProductSlider_Item__IROYe {
    text-align: center;
    padding: 8px 8px 10px 0
}

.StepByStepInstall_Item__76z6V {
    text-align: center;
    padding: 8px;
    height: 100%;
    border-radius: 4px;
    position: relative;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1)
}

.StepByStepInstall_Item__76z6V .StepByStepInstall_Background__xr3gO {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50%;
    opacity: .85
}

.StepByStepInstall_Item__76z6V .StepByStepInstall_Index__i_lgg {
    font-weight: 400;
    font-style: normal;
    font-size: 69px;
    margin-bottom: 10px;
    line-height: 70px;
    color: #27c1c1
}

.StepByStepInstall_Item__76z6V .StepByStepInstall_Title__k_dNp {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 11px
}

.StepByStepInstall_Item__76z6V .StepByStepInstall_Desc__jVyGx {
    font-size: 14px
}

.FeaturedCategories_Item__u9GVq {
    position: relative;
    background-color: #fff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.FeaturedCategories_Item__u9GVq .FeaturedCategories_Shadow__UBzk3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(0, 0, 0, .4)));
    background-image: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .4));
    background-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .4));
    z-index: 1
}

.FeaturedCategories_Item__u9GVq .FeaturedCategories_Title__O2V5W {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 2px #000;
    z-index: 10;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(0, 0, 0, .4)));
    background-image: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .4));
    background-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .4))
}

.FeaturedCategories_Item__u9GVq .FeaturedCategories_Title__O2V5W a {
    color: #fff
}

.CategoryProductSlider_Title__sGAMb {
    font-size: 24px;
    font-weight: 700;
    margin-right: 30px
}

.CategoryProductSlider_Item__5C1dp {
    padding: 4px;
    background-color: #fff;
    border-radius: 4px
}

.CategoryProductSlider_Item__5C1dp img {
    border-radius: 4px
}

.CategoryProductSlider_ViewAllButton__OKCj6 {
    font-size: 12px;
    font-weight: 700;
    padding: 10px 24px;
    border: 1px solid rgba(0, 0, 0, .15);
    letter-spacing: 0;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05)
}

.CategoryProductSlider_ViewAllButton__OKCj6:hover {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1)
}

.SliderHero_Hero__Knsv_ {
    background-size: cover;
    background-position: 50%;
    background-color: #d3d3d3;
    min-height: 330px;
    border-radius: 4px;
    position: relative
}

.SliderHero_Hero__Knsv_ .SliderHero_Shadow__599kX {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(0, 0, 0, .8)));
    background-image: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .8));
    background-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .8));
    z-index: 10
}

.SliderHero_Hero__Knsv_ .SliderHero_Content__HEhi3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.IndexVideo_Container__G84pY {
    position: relative;
    height: 350px;
    overflow: hidden
}

.IndexVideo_BackgroundDama__iwglI {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-repeat: repeat;
    opacity: .1;
    z-index: 9
}

.IndexVideo_Background__2Pbiy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: .4;
    background-color: #000;
    z-index: 8
}

.IndexVideo_Content__WL3Hs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    color: #fff;
    padding: 42px;
    font-size: 32px;
    line-height: 36px;
    text-align: right;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(0, 0, 0, .4)));
    background-image: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .4));
    background-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .4))
}

.InstagramStory_circle__S9R0p {
    position: relative;
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin: auto;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.InstagramStory_circle__S9R0p svg {
    fill: none;
    stroke: #b92b27;
    stroke-linecap: round;
    stroke-width: 2;
    stroke-dasharray: 1;
    stroke-dashoffset: 0;
    -webkit-animation: InstagramStory_stroke-draw__NkzKb 6s ease-out infinite alternate;
    animation: InstagramStory_stroke-draw__NkzKb 6s ease-out infinite alternate;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.InstagramStory_circle__S9R0p img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70px;
    border-radius: 50%;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@-webkit-keyframes InstagramStory_stroke-draw__NkzKb {
    0% {
        stroke: #b92b27;
        stroke-dasharray: 1
    }
    to {
        stroke: #1565c0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        stroke-dasharray: 8
    }
}

@keyframes InstagramStory_stroke-draw__NkzKb {
    0% {
        stroke: #b92b27;
        stroke-dasharray: 1
    }
    to {
        stroke: #1565c0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        stroke-dasharray: 8
    }
}

.InstagramStory_Title__M6gLv {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden
}

.InstagramStoryPanel_Container__UCPaB {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-bottom: 15px
}

.InstagramStoryPanel_Container__UCPaB::-webkit-scrollbar {
    display: none
}

.js-hero-slider__lists .swiper-wrapper {
    overflow-x: visible;
}

.category-list__item-title {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 5px;
    color: #777777;
    width: 90%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: center;
    margin: 0 auto;
}

.hero-banner {
    max-width: 1230px;
    margin: 0 auto;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.hero-banner img {
    width: 100%;
    height: 330px;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero-banner a {
    position: absolute;
    color: #ffffff;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero-banner h1 {
    margin-bottom: 10px;
    font-size: 36px;
}

.hero-banner__back {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(0, 0, 0, .8)));
    background-image: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .8));
    background-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .8));
    z-index: 10;
    width: 100%;
    height: 100%;
}

.hero-banner a,
.hero-banner h1,
.hero-banner p {
    color: #ffffff;
}

.hero-slider {
    margin-top: 10px;
    overflow: hidden;
    padding: 0px;
}

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

.hero-slider__item {
    /*margin-right: 10px;*/
    width: 270px;

}

.hero-slider__item img {
    border-radius: 5px;
}

section.hero-home {
    background-image: url(/iml/home-bg.webp);
    background-position: 0 -150px;
    background-size: 100%;
    padding: 15px 15px;
}

section.about {
    text-align: center;
    padding: 40px 15px;
    overflow: hidden;
}

section.about h2 {
    font-size: 22px;
    color: #777777;
    font-weight: 300;
    margin-bottom: 10px;
}

section.about p {
    font-size: 16px;
    color: #777777;
    padding: 0 15px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 15px;
    border-left: 1px solid #8f989e;
    border-right: 1px solid #8f989e;
    position: relative;
}

section.about p:before {
    background: #8f989e;
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: block;
    height: 1px;
    position: absolute;
    left: -100%;
    width: 100%;
    top: 9px;
}

section.about p:after {
    background: #8f989e;
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: block;
    height: 1px;
    position: absolute;
    right: -100%;
    width: 100%;
    top: 9px;
}

.about-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    color: #777777;
}

.about-item svg {
    height: 33px;
    margin-right: 10px;
}

.section__aic_item_icon {
    color: #75a4ac;
}

.about-item__content {
    text-align: left;
    width: 180px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.about-item__title {
    font-weight: 800;
}

.home-video video {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-video {
    position: relative;
}

.home-video p {
    position: absolute;
    right: 40px;
    bottom: 30px;
    font-size: 32px;
    color: white;
}

.home-category {
    margin-top: 15px;
    margin-bottom: 40px;
    padding: 0 15px;
    overflow: hidden;
}

.home-category h2 {
    color: #333333;
    border-left: 1px solid #8f989e;
    border-right: 1px solid #8f989e;
    padding: 0 15px;
    position: relative;
}


.home-category h2:before {
    background: #8f989e;
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: block;
    height: 1px;
    position: absolute;
    left: -600px;
    width: 600px;
    top: 14px;
}

.home-category h2:after {
    background: #8f989e;
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: block;
    height: 1px;
    position: absolute;
    right: -600px;
    width: 600px;
    top: 14px;
}

.home-category > a {
    text-align: center;
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    margin: 0 auto 20px;
}

.home-category__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 15px;
}

a.home-category__item {
    padding: 9px;
    border: 1px solid #d9dcde;
    position: relative;
    margin: 0 15px 30px;
}

.home-category__item p {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    background: #ffffff;
    display: block;
    padding: 10px 15px 10px 0;
    position: absolute;
    left: -1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: uppercase;
}

a.home-category__item:hover {
    border: 1px solid #000000;
}

a.home-category__item:hover p {
    color: #48cab2;
}

.hero-image-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
}

.hero-image__content {
    background-color: #F2E2DF;
    padding: 22px;
    height: auto;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.hero-image__title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 10px;
}

.hero-image__desc p{
    margin: 0 0 15px;
    line-height: 25px;
}

.step-home {
    padding: 30px 15px;
}

.step-home__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
}

.step-home__item {
    padding: 15px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    margin: 0 7px;
}


.step-number {
    font-weight: 400;
    font-style: normal;
    font-size: 69px;
    margin-bottom: 10px;
    line-height: 70px;
    color: #27c1c1;
}

.step-title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 11px;
}

.step-desc {
    font-size: 14px;
}

.products-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
}

.products-slider .product-item img {
    width: 350px;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
}

.products-slider .product-item {
    position: relative;
    margin-right: 10px;
    width: 350px;
    display: block;
}

.products-slider .product-item .product-item__name span {
    background-image: -o-linear-gradient(bottom, #fbad18 0, #fbad18 2px, transparent 0, transparent);
    background-image: linear-gradient(0deg, #fbad18 0, #fbad18 2px, transparent 0, transparent);
    background-repeat: no-repeat;
    background-size: 0 100%;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #ffffff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.products-slider .product-item:hover .product-item__name span {
    text-decoration: none;
    background-color: unset;
    background-size: 100% 100%;
}

.product-item__name {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, rgba(65, 37, 21, .5)), to(transparent));
    background-image: -o-linear-gradient(left, rgba(65, 37, 21, .5) 60%, transparent);
    background-image: linear-gradient(to right, rgba(65, 37, 21, .5) 60%, transparent);
    padding: 2px 10px;
    color: white;
    position: absolute;
    bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}

.section-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.section-top h2 {
    color: #000000;
}

.section-top a {
    font-size: 12px;
    font-weight: 700;
    padding: 14px 24px;
    border: 1px solid rgba(0, 0, 0, .15);
    letter-spacing: 0;
    border-radius: 4px;
    background-color: #fff;
    margin-left: 25px;
    color: #333333;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.section-top a:hover {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
    color: #48CAB2;
}

.category-slider {
    margin-bottom: 40px;
}

.footer__newsletter {
    text-align: center;
    background-color: #556e7b;
    color: white !important;
    padding: 40px 20px;
}

.footer-menu li.mobile {
    display: none;
}

.footer-menus.container-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-items {
    padding: 15px 25px;
}

.footer-items:first-child {
    padding-left: 0;
}

.footer-items:last-child {
    padding-right: 0;
}

.footer-menu__title {
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    padding: 0 0 18px 0;
    padding-bottom: 18px;
    position: relative;
    font-weight: 600;
}

.footer-menu__title.hidden {
    color: transparent;
}

.footer-menu a {
    padding: 5px 0;
    display: inline-block;
    font-size: 16px;
    line-height: 1.35;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.footer-copyright {
    padding: 15px 15px;
    font-size: 14px;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    padding: 20px 0 10px;
}

h1.title {
    color: #333333;
    width: 66%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 24px;
    margin-bottom: 10px;
    text-wrap: unset;
}

.breadcrumb span {
    padding: 0 10px;
}

#category-list .level1 img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.category-menu {
    width: 155px;
    margin-right: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.main-category__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 14px;
}

.main-category__title a:hover,
.inner a:hover {
    font-weight: 600;
}

.main-category__title.active a {
    font-weight: 600;
}

.main-category__title:after {
    content: '';
    display: block;
    width: 80%;
    height: 1px;
    background: #dadae0;
    bottom: -7px;
    position: absolute;
    right: 0;
}

.main-category__title a {
    margin-left: 10px;
}

span.show-subcategory.level1.main-category {
    position: absolute;
    content: "";
    right: -30px;
    padding: 10px;
    cursor: pointer;
}

.mobile-menu span.show-subcategory.level1.main-category {
    border: none;
    width: auto;
    height: auto;
    right: -25px;
    top: 0;
    padding: 10px;
}

span.show-subcategory.level1.main-category svg {
    width: 13px;
    height: 13px;
    fill: #777777;
}

.level2 > a {
    padding-left: 55px;
    font-size: 16px;
    margin: 15px 0;
    display: block;
    color: #2a2939;
}

.level2.active > a {
    font-weight: 600;
}

/*ul.inner {*/
/*    display: none;*/
/*}*/

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

.product-cart__content {
    padding: 10px 20px 20px;
}

a.product-cart__title {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    line-height: 120%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.product-cart__sku {
    font-size: 12px;
    color: #999;
    margin: 3px 0;
    text-align: left;
    line-height: 100%;
}

.product-cart__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 15px;
}

.new-price {
    background-color: #f74c00;
    color: #fff;
    font-size: 26px;
    padding: 5px 5px;
    -webkit-transform: rotate(357deg);
    -ms-transform: rotate(357deg);
    transform: rotate(357deg);
    position: relative;
}

.price-pres {
    background-color: #fff;
    border: 2px solid #f74c00;
    padding: 5px 8px;
    position: absolute;
    right: -8px;
    top: -19px;
    color: #f74c00;
    padding: 4px 3px;
    font-size: 14px;
}

.new-price span {
    font-size: 12px;
    color: #fff;
}

.old-price {
    background-color: #fdeb8a;
    color: black;
    text-decoration: line-through;
    font-weight: 600;
    font-size: 14px;
    -webkit-transform: rotate(357deg);
    -ms-transform: rotate(357deg);
    transform: rotate(357deg);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 10px;
    margin-top: -4px;
    margin-left: -10px;
}

.old-price .price-cents {
    color: #000000;
    font-size: 12px;
}

a.product-cart__action {
    color: #333;
    background: #fff200;
    border: 2px solid #fff200;
    -webkit-transition: -webkit-box-shadow .5s;
    transition: -webkit-box-shadow .5s;
    -o-transition: box-shadow .5s;
    transition: box-shadow .5s;
    transition: box-shadow .5s, -webkit-box-shadow .5s;
    text-transform: uppercase;
    display: block;
    width: 50%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 9px 0;
    border-radius: 3px;
    transition: box-shadow .5s;
}

a.product-cart__action:hover {
    -webkit-box-shadow: 0 1px 6px rgb(34 34 34 / 35%);
    box-shadow: 0 1px 6px rgb(34 34 34 / 35%);
}

.products {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    width: calc(100% - 215px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.page-404 .products {
    width: 100%;
}

.product-cart {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(50% - 20px);
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
    -webkit-transition: -webkit-box-shadow .5s;
    transition: -webkit-box-shadow .5s;
    -o-transition: box-shadow .5s;
    transition: box-shadow .5s;
    transition: box-shadow .5s, -webkit-box-shadow .5s;
    border: 2px solid transparent;
}

.page-404 .product-cart {
    width: calc(33% - 20px);
}

.product-cart:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #e2e2e2;
}

.product-cart img {
    width: 100%;
}

.product-cart__price {
    margin-left: 15px;
}

.product-container {
    width: 66.6666666%;
}

.product-image-slider {
    overflow: hidden;
}

.swiper {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

/*.product-interiors img {*/
/*    width: 100%;*/
/*}*/

.product-image-slider {
    width: 100%;
    height: auto;
}

.product-image-slider-nav {
    height: 143px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    position: relative;
}

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

.product-image-slider-nav .swiper-slide {
    width: max-content;
    height: 100%;
    opacity: 1;
}

.product-image-slider-nav .swiper-slide img {
    width: auto;
}


.product-image-slider-nav .swiper-slide-thumb-active img {
    opacity: 1;
    border: 3px solid #333333;
}

.js-product-image-slider .swiper-slide img {
    max-width: 100%;
    width: auto;
    max-height: 700px;
    height: auto;
    min-height: 400px;
}

.js-product-image-slider .swiper-slide  {
    background: transparent;
}

/*.js-product-image-slider .swiper-slide img {*/
/*    display: block;*/
/*    width: 100%;*/
/*    !*height: 100%;*!*/
/*    object-fit: cover;*/
/*}*/

.product-description {
    margin-bottom: 2px;
}

.product-description__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    width: 100%;
    background-color: rgb(243 244 246);
    border-radius: 5px 5px 0 0;
    color: #000000;
    cursor: pointer;
}

.product-description__label p {
    color: black;
    line-height: 1.75rem;
    font-weight: 500;
    margin-left: 1rem;
    font-size: 16px;
}

.product-description__label svg,
.product-description__label svg path {
    color: #333333;
}

.product-description__content {
    padding: 10px;
    -webkit-transition: transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.product-description.close .product-description__content {
    max-height: 0;
    overflow: hidden;
    padding: 0;
}

.product-description__content p {
    margin-bottom: 20px;
    color: #000000;
}

.product-description__svg {
    margin-left: auto;
}

p.strong {
    font-size: 18px;
    font-weight: 700;
}

li.product__description_advantage_item.product-layout-content--basic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 70px;
    color: #000000;
    background: #f3f4f5;
    margin-bottom: 2px;
}

svg.fx\:none {
    width: 43px;
    margin-right: 25px;
    color: #000000;
}


li.product__description_advantage_item.product-layout-content--basic {
}

h3.product__description_advantage_title {
    color: #000000;
}

p.product__description_advantage_description {
    color: #000000;
}

.product-reviews {
    padding: 30px 0;
}

.product-reviews__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}

.product-reviews__title {
    color: #000000;
}

span.wt-icon.wt-nudge-b-1.wt-icon--smaller {
    margin: 0 2px;
}

.etsy-icon.wt-icon--smaller, .wt-icon.wt-icon--smaller {
    height: 18px;
    width: 18px;
}

.product-reviews__title > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
}

.product-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 5px;
    margin: 10px 5px;
    -webkit-transition: -webkit-box-shadow .5s;
    transition: -webkit-box-shadow .5s;
    -o-transition: box-shadow .5s;
    transition: box-shadow .5s;
    transition: box-shadow .5s, -webkit-box-shadow .5s;
    cursor: pointer;
}

.product-review__author {
    font-size: 16px;
    line-height: 22px;
    color: #242424;
    font-weight: 600;
    border-bottom: 1px dashed;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 10px;
}

.product-review__rate {
    margin-bottom: 20px;
}

.product-review__left {
    width: 80%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.product-review__rate svg {
    width: 15px;
    fill: #cb11ab;
}

.product-review__rate .product-review__modal svg {
    width: 18px;
    fill: #333333;
}

.page-content {
    width: 100%;
}

.product-review__modal img {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto;
}

.product-review__modal svg {
    width: 18px;
    fill: #333333;
}

.product-review img {
    width: 15%;
    -o-object-fit: contain;
    object-fit: contain;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 8px;
}

.product-review:hover {
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.similar-products__title {
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
}

svg.similar-products__head {
    fill: #F8EBE6;
}

.similar-products__content {
    background: #F8EBE6;
    padding-bottom: 40px;
}

.similar-product__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 -10px;
}

a.similar-product {
    width: 16.6%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    padding: 10px;
}
a.similar-product:hover {
    background: #ffffff;
    border-radius: 5px;
}

.similar-product img {
    width: 100%;
    height: 155px;
    -o-object-fit: contain;
    object-fit: contain;
}

p.similar-product__title {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    margin-top: 10px;
}

p.similar-product__price {
    font-size: 16px;
    color: #000000;
}

.currency-value {
    font-size: 13px;
    color: #258635;
    text-decoration: line-through;
}

.currency-prem {
    font-size: 13px;
}

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

.product-content {
    width: 66.666666%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.product-action__wrap {
    width: 31%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.product-action {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 15px;
    background: #f9f9f9;
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12) !important;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12) !important;
    border-radius: 8px !important;
    border: 1px solid rgba(0, 0, 0, .02) !important;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.step-tooltip-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgb(255 255 255);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    background-color: rgb(0 149 215);
    border-radius: 100%;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    justify-content: center;
}

.step-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    color: #363636;
    margin-top: 20px;
}

.product-action__title {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #363636;
}

.product-crop__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-crop__width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.product-crop__height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.product-main {
    background-image: url(/iml/home-bg.webp);
    background-position: 0 -150px;
    background-size: 100%;
    background-repeat: no-repeat;
}

#crop-width {
    position: absolute;
    background: #fff200;
    z-index: 99999;
    color: #333333;
    font-size: 14px;
    line-height: 1;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-weight: 600;
    padding: 1px;
    top: 0px;
}

#crop-height {
    position: absolute;
    background: #fff200;
    z-index: 99999;
    color: #333333;
    font-size: 14px;
    line-height: 1;
    left: 0px;
    top: 51%;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(-90deg) translate(-50%, 0);
    -ms-transform: rotate(-90deg) translate(-50%, 0);
    transform: rotate(-90deg) translate(-50%, 0);
    font-weight: 600;
    padding: 1px;
}

.product-crop__width,
.product-crop__height {
    width: 48%;
}

.product-crop__width span,
.product-crop__height span {
    font-size: 14px;
    color: #333333;
}

.input_crop_width,
.input_crop_height {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    padding: 10px;
    color: #333333;
    text-align: right;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    margin: 3px 0;
}

.input_crop_width:focus::-webkit-input-placeholder, .input_crop_height:focus::-webkit-input-placeholder {
    color: #ffffff;
}

.input_crop_width:focus::-moz-placeholder, .input_crop_height:focus::-moz-placeholder {
    color: #ffffff;
}

.input_crop_width:focus:-ms-input-placeholder, .input_crop_height:focus:-ms-input-placeholder {
    color: #ffffff;
}

.input_crop_width:focus::-ms-input-placeholder, .input_crop_height:focus::-ms-input-placeholder {
    color: #ffffff;
}

.input_crop_width:focus::placeholder,
.input_crop_height:focus::placeholder {
    color: #ffffff;
}

.material-order-input-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 5px;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px;
}

.block-choose-material {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 50% 0;
    margin: 8px 0 0;
    cursor: pointer;
    -webkit-transition: transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    position: relative;
}

.block-choose-svg {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
}

.block-choose-material:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.choose-material svg {
    display: block;
    margin: 0 auto;
    width: 75px;
    fill: #999999;
}

.choose-material.active .material-name {
    font-weight: 600;
    color: #333333;
}

.choose-material svg path {
    fill: #999999;
}

.choose-material figcaption {
    text-align: center;
    margin: 2px auto;
    font-size: 14px;
}

.choose-material svg {
    display: block;
    margin: 0 auto;
    width: 75px;
}

.choose-material.active svg path {
    fill: #62c326;
}

.crop-texture-hit-label, .crop-texture-neu-label {
    font-size: 16px;
    font-weight: 600;
    right: -22px;
    position: absolute;
    padding: 2px 4px;
    z-index: 10;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 2px 10px -1px rgb(0 0 0 / 12%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 2px 10px -1px rgb(0 0 0 / 12%);
    border-radius: 4px;
    top: 0;
    text-align: center;
    color: #fff;
}

.crop-texture-hit-label {
    background-color: #ee4646;
}

#crop-polish-hit-label, .crop-texture-neu-label {
    background-color: #62c326;
}

.swiper-button {
    background: transparent;
    width: 35px;
    height: 35px;
    margin: -24px 0 0;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0;
    outline: none;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
    background: #ffffff;
    border-radius: 50%;
    z-index: 1;
}

.swiper-button:hover {
    opacity: .6;
}

.swiper-button .u-icon {
    width: 50%;
    height: 50%;
}

.swiper-button-prev {
    left: 20px;
}

.swiper-button-next {
    right: 20px;
}

.swiper-button-next .u-icon {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}

.swiper-button-next svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.product-crop__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 15px;
}

.product-crop__checkbox input {
    background-color: #fff;
    cursor: pointer;
    border: 3px solid #777;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 23px;
    height: 23px;
    margin-right: 10px;
}

span.label-title {
    display: block;
    font-size: 14px;
    cursor: pointer;
    color: black;
    font-weight: 600;
}

span.label-title span {
    font-size: 14px;
    cursor: pointer;
    color: black;
    font-weight: 600;
}

span.label-title span.price-cents {
    font-size: 12px;
}

.product-crop__checkboxs {
    padding-bottom: 40px;
    border-bottom: 1px solid #eeeeee;
}

.product-crop__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
    margin-top: 15px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.product-crop__price-title {
    color: #000000;
}

.product-crop__price-value {
    color: #000000;
    font-size: 18px;
    position: relative;
}

.product-crop__price-old .product-crop__price-value:after {
    content: " ";
    display: block;
    height: 2px;
    width: 100%;
    background-color: #ee4646;
    top: 11px;
    left: 0;
    position: absolute;
}

.price-cents {
    font-size: 12px;
    color: #000000;
}

button.add-to-cart {
    width: 100%;
    border: none;
    border-radius: 2px;
    font-size: 18px;
    color: #333333;
    background: -o-linear-gradient(45deg, #ff9d00, #ffea61b0 50%, #ffac00 100%);
    background: linear-gradient(45deg, #ff9d00, #ffea61b0 50%, #ffac00 100%);
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 600;
    /* padding: 10px 0; */
    height: 43px;
    display: block;
    border-radius: 3px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

button.add-to-cart:hover {
    font-size: 20px;
}

.product-crop__desc-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.product-crop__desc-item img {
    margin-right: 15px;
}

.product-crop__desc-item span {
    color: #000000;
    font-size: 14px;
}

.dropdown-megamenu.open .dropdown-menu {
    display: block;
}

.menu-bar__sub {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: white;
    z-index: 999;
    margin: 0 auto;
    left: -80px;
    right: 0;
    width: 1350px;
    top: 55px;
    -webkit-box-shadow: 0 1px 2px #00000012, 0 2px 4px #00000012, 0 4px 8px #00000012, 0 8px 16px #00000012, 0 16px 32px #00000012, 0 32px 64px #00000012;
    box-shadow: 0 1px 2px #00000012, 0 2px 4px #00000012, 0 4px 8px #00000012, 0 8px 16px #00000012, 0 16px 32px #00000012, 0 32px 64px #00000012;
    padding: 15px;
}

.second .menu-bar__sub {
    left: unset;
    right: -569px;
}

.menu-small-title {
    font-size: 12px;
}

.menu-bar__cols {
    /*display: flex;*/
}

.menu-bar__col.menu-bar__heading-col {
    max-width: 300px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 15px;
}

.spinner {
    border: 3px solid #f3f3f3; /* Light grey background */
    border-top: 3px solid #3498db; /* Blue spinner */
    border-radius: 50%;
    width: 15px;
    height: 15px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin-left: 10px;
    vertical-align: middle;
}

/* Animation for spinner rotation */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

.menu-bar__col.menu-bar__heading-col h2 {
    font-size: 30px;
    color: #333333;
}

a.btn.btn-accent {
    border-radius: 2px;
    color: #fff;
    border-color: #50A3D9;
    background-color: #50A3D9;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 10px 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}
.spaced-top {
    margin-top: 30px;
}

.menu-bar__col.menu-bar__col--split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 100%;
}

.menu-bar__col--split h3 {
    color: #ff9c32;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.accordion-item.accordion-trigger {
    cursor: pointer;
    padding: 3px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    width: 33%;
    position: relative;
}

.half-spaced-left.text-bold {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    margin-left: 15px;
    padding-right: 20px;
}


.text-bold .decimal {
    font-size: 14px;
}
.order-item__price .decimal {
    font-size: 18px;
}

.menu-bar__col.menu-bar__col--split .accordion-item.accordion-trigger {
    width: 200px;
}

.menu-bar__col.menu-bar__col--split .menu-bar__col-second .accordion-item.accordion-trigger {
    width: 25%;
}

.accordion-content {
    display: none;
}

span.menu-bar__illustration {
    display: block;
    width: 50px;
    height: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.menu-bar__sub-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

.accordion-content .menu-bar__sub-item {
    padding: 5px 0;
}

.accordion-trigger::after {
    content: "+";
    position: absolute;
    right: 10px;
    top: 18px;
}

.accordion-item.accordion-trigger.open .accordion-content {
    display: block;
}

.menu-bar__sub-item-col {
    padding: 10px;
    margin: 5px -3px -3px;
    color: #777777;
    background: #eee;
    -webkit-box-shadow: 0 0 1px #0000001a, inset 0 1px 5px #0000001a;
    box-shadow: 0 0 1px #0000001a, inset 0 1px 5px #0000001a;
}

.accordion-content .menu-bar__sub-item:hover {
    color: #48CAB2;
}

.menu-bar__menu-columns {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.menu-bar__menu-columns  .accordion-item.accordion-trigger {
    border: none;
    margin-left: 0;
    padding: 0;
    margin-bottom: 15px;
}

.menu-bar__menu-columns .half-spaced-left.text-bold {
    margin-left: 0;
}

.menu-bar__col-second {
    padding: 0 10px;
}

.menu-bar__col-three {
    margin-left: auto;
}

.menu-bar__col-three a.menu-bar__sub-item.menu-bar__sub-item--no-image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.menu-bar__col-three a.menu-bar__sub-item.menu-bar__sub-item--no-image img {
    margin-right: 5px;
    border-radius: 50%;
}

.menu-bar__col-second .menu-bar__menu-columns {
    /*margin: 0 -15px;*/
}

.menu-bar__col-second .menu-bar__menu-columns .menu-bar__col {
    padding: 0 15px;
}

a.menu-bar__sub-item.menu-bar__sub-item--no-image {
    /*margin-bottom: 15px;*/
    /*width: 25%;*/
    /*flex-shrink: 0;*/
    display: block;
    overflow: hidden;
}

.menu-bar__col-second li {
    position: relative;
    margin-bottom: 5px;
}

.menu-bar__col-second .accordion-trigger::after {
    top: -3px;
    cursor: pointer;
}

.menu-accordion-trigger {
    margin-left: auto;
    padding: 0 5px;
    margin-bottom: 0px;
}

.menu-accordion-trigger:hover {
    cursor: pointer;
}

.pager {
    text-align: center;
    padding: 30px 0;
}

.pager p {
    font-size: 16px;
    color: #666;
}

.mobile-popup-button {
    width: 64px;
    height: 64px;
    background: rgb(245, 229, 11) !important;
    border-radius: 50%;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2) !important;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.mobile-popup {
    left: 50px;
    z-index: 998;
    position: fixed;
    bottom: 120px;
}

.mobile-popup-content {
    background: rgba(49, 60, 76, .98);
    color: #ffffff;
    padding: 15px;
    text-align: center;
    position: absolute;
    width: 187px;
    left: 80px;
    top: -10px;
    font-size: 14px;
}

.mobile-popup-content div {
    color: #ffffff;
}

.mobile-popup-content-bottom {
    font-weight: 600;
}

.mobile-popup-content:before {
    border-left: none;
    border-right: 10px solid #313c4c;
    border-right-color: rgb(49, 60, 76);
    border-right-color: rgba(49, 60, 76, .98);
    left: -10px;
    right: auto;
    content: "";
    display: block;
    bottom: 35px;
    position: absolute;
    border-bottom: 10px solid transparent;
}

a.load-more {
    padding: 13px 35px;
    font-size: 26px;
    display: block;
    border: 4px solid #ebebeb;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 15px auto;
    font-weight: 600;
    text-transform: uppercase;
    color: #333333;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

a.load-more:hover {
    border: 4px solid #333333;
}

ul.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination li {
    margin: 0 5px;
}

.pagination li  span {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    margin: 0 25px;
}

ul.pagination li a {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    display: block;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* border: 1px solid; */
    border-color: #222222;
    color: #222222;
    border-style: solid;
    border-width: 2px;
    --tw-shadow: 0px 1px 8px rgba(0, 117, 255, 0.5);
    --tw-shadow-colored: 0px 1px 8px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

ul.pagination li.prev-page a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 15px 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

ul.pagination li.next-page a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 0 0 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.pagination li:not(.active) a:hover {
    background: #222;
    color: #ffffff;
}

.pagination li:not(.active) a:hover path {
    color: #ffffff;
}

.next-page a svg,
.prve-page a svg {
    right: 17px;
    width: 17px;
    margin: 0 15px;
}

.next-page a svg path,
.prve-page a svg path {
    color: #333333;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

ul.pagination li.active a {
    background: #333333;
    color: #ffffff;
}

.wishlist__wrapper.ae--from-right {
    position: fixed;
    z-index: 510;
    top: 0;
    right: 0;
    height: 100vh;
    width: 85vw;
    background-color: #ffffff;
    color: #46555f;
    max-width: 350px;
    display: none;
}

.wishlist__wrapper.ae--from-right.open {
    display: block;
}

.wishlist__wrapper>.icon--close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    color: inherit;
}

span.icon--close {
    display: inline-block;
    position: relative;
    height: 0.8em;
    width: 0.8em;
    cursor: pointer;
}

span.icon--close:before, span.icon--close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: currentColor;
}

span.icon--close:before {
    height: 100%;
    width: 0.07em;
    min-width: 1px;
}

span.icon--close:after {
    height: 0.07em;
    min-height: 1px;
    width: 100%;
}

.wishlist__title {
    position: relative;
    z-index: 2;
    padding: 10px;
    margin: 0;
    background-color: #ffffff;
    border: 1px solid #979797;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 0.7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px auto;
    color: #333333;
}

.wishlist__title-wrapper {
    position: relative;
}

.wishlist__title-wrapper::before {
    content: '';
    position: absolute;
    top: calc(50% - 0.5px);
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #979797;
}

.wishlist__title-wrapper::after {
    content: '';
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 0;
    height: 5px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(15%, #fff), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, #fff, #fff 15%, rgba(255, 255, 255, 0));
    background: linear-gradient(180deg, #fff, #fff 15%, rgba(255, 255, 255, 0));
}

.wishlist__title svg {
    width: 16px;
    margin-right: 10px;
    color: #333333;
}

.wishlist__title svg {
    color: #333333;
}

.product-cart__wish svg {
    width: 20px;
    fill: #ffa500;
}

.product-cart__wish .wish {
    display: none;
}

.product-cart__wish.in-wish .wish {
    display: block;
}

.product-cart__wish.in-wish .nowish {
    display: none;
}

.product-cart__wish {
    position: absolute;
    right: -5px;
    top: -5px;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 15px;
    background: #ffffff;
    cursor: pointer;
}

.wishlist__items {
    padding: 15px;
}

.wishlist__item,
.cart-item {
    margin-bottom: 15px;
}

.swiper-slide-last img {
    display: block;
    max-width: 100%;
}


.wishlist__item a,
.cart-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-item a p,
.wishlist__item a p {
    background-image: -o-linear-gradient(bottom, #fbad18 0, #fbad18 2px, transparent 0, transparent);
    background-image: linear-gradient(0deg, #fbad18 0, #fbad18 2px, transparent 0, transparent);
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.cart-item a:hover p,
.wishlist__item a:hover p{
    text-decoration: none;
    background-color: unset;
    background-size: 100% 100%;
}

.wishlist__item .wishlist__image .image-wrapper,
.cart-item .wishlist__image .image-wrapper {
    margin-right: 15px;
}

.wishlist__item .wishlist__image .image-wrapper img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.cart-item .wishlist__image .image-wrapper img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.cart__wrapper {
    position: fixed;
    z-index: 510;
    top: 0;
    right: 0;
    height: 100vh;
    width: 85vw;
    background-color: #ffffff;
    color: #46555f;
    max-width: 350px;
    display: none;
}

.cart__wrapper.open {
    display: block;
}

.cart__wrapper>.icon--close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    color: inherit;
}

.cart-title {
    font-size: 24px;
    text-align: center;
    padding: 20px 0;
    color: #333333;
    border-bottom: 1px solid;
}

.cart-content {
    padding: 15px;
}

.cart-empty {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.cart-price {
    margin-top: 60px;
}

.cart-price a {
    background-color: #eceeef;
    color: #556e7b;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
}

.order__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 50px;
}

.cart-product__list {
    width: 66.6%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}

.cart-product__list span.icon--close:after {
    color: #333333;
    height: 2px;
}

.cart-product__list span.icon--close:before {
    color: #333333;
    width: 2px;
}

.cart-product__list span.icon--close {
    width: 15px;
    height: 15px;
}

a.order-item__remove {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
}

.order-item__wrapper {
    position: relative;
}

a.order-item__edit {
    display: block;
    position: absolute;
    right: 45px;
    top: 14px;
}

.order-item__edit svg {
    width: 15px;
    height: 15px;
}

.cart-product__form {
    width: 30%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.order-form {
    background-color: #f1f4f9;
    padding: 20px;
}

.order-form h4 {
    text-align: center;
    color: #333333;
    font-size: 21px;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
    width: 100%;
    position: relative;
}

.form-group input {
    width: 100%;
    -webkit-box-shadow: 0 2px 12px rgb(51 51 51 / 8%);
    box-shadow: 0 2px 12px rgb(51 51 51 / 8%);
    border-color: transparent;
    height: 44px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 600;
}

.form-group input.error {
    border: 1px solid red;
}

.order-form .form-label {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
    line-height: 1;
}

.order-form .form-input::-webkit-input-placeholder {
    color: transparent;
}

.order-form .form-input::-moz-placeholder {
    color: transparent;
}

.order-form .form-input:-ms-input-placeholder {
    color: transparent;
}

.order-form .form-input::-ms-input-placeholder {
    color: transparent;
}

.order-form .form-input::placeholder {
    color: transparent;
}

.order-form input[name="phone"]::-webkit-input-placeholder {
    color: #777777;
}

.order-form input[name="phone"]::-moz-placeholder {
    color: #777777;
}

.order-form input[name="phone"]:-ms-input-placeholder {
    color: #777777;
}

.order-form input[name="phone"]::-ms-input-placeholder {
    color: #777777;
}

.order-form input[name="phone"]::placeholder {
    color: #777777;
}

.order-form .form-input:not(:-moz-placeholder-shown) + .form-label {
    top: 0;
    font-size: 14px;
    color: #333;
    background: white;
    padding: 2px;
}

.order-form .form-input:not(:-ms-input-placeholder) + .form-label {
    top: 0;
    font-size: 14px;
    color: #333;
    background: white;
    padding: 2px;
}

.order-form .form-input:focus + .form-label,
.order-form .form-input:not(:placeholder-shown) + .form-label {
    top: 0;
    font-size: 14px;
    color: #333;
    background: white;
    padding: 2px;
}

.form-input:focus {
    outline: none;
    /*border-color: #007bff;*/
}

.order-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 66.6%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-right: 1px solid #e0e4ea;
}

.order-item__price {
    width: 33.3%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.order-item__price span {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    position: relative;
}

.order-item__price span:before {
    width: 100%;
    background: #fbe378;
    height: 10px;
    left: 0;
    bottom: 0;
    position: absolute;
    content: '';
    opacity: .5;
    z-index: -1;
}

.order-item__content img {
    width: 200px;
    margin-right: 15px;
    -o-object-fit: contain;
    object-fit: contain;
}

.order-item {
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 10%);
    box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 10%);
    border: 1px solid #e0e4ea;
    margin-bottom: 15px;
}

.order-item__wrap {
    padding: 20px 15px;
    border-left: 4px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(180deg, #6121f5, #276ef1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-group h5 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}

span.text-bold {
    font-size: 18px;
}

span.text-bold.vat {
    opacity: 0.5;
}

.form-group.shipping > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#payment-method-list li {
    width: 100%;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15);
    position: relative;
    margin-bottom: 15px;
    padding: 0 15px;
    cursor: pointer;
}

.payment-method-act-img-cont {
    margin-right: 15px;
    width: 60px;
    padding-right: 15px;
    border-right: 1px solid #eaeaea;
}

.payment-method-act-text-cont {
    font-size: 18px;
}

#payment-method-list li::before,
#payment-method-list li::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: 25px;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border: 1px solid #4ca1cf;
    border-radius: 50%;
}

#payment-method-list li::after {
    content: none;
    width: 12px;
    height: 12px;
    background-color: #4ca1cf;
}

#payment-method-list li.active::after {
    content: "";
}

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

.order-price__old.vat {

}

span.line {
    text-decoration: line-through;
}

.order-price__sale {
    margin-bottom: 15px;
}

.thanks-container.container-small {
    margin: 30px auto 60px;
}

.thanks-container h1 {
    color: #333333;
}

.thanks-container p {
    margin-top: 10px;
    color: #333333;
    font-size: 18px;
}

a.review-load-more {
    display: block;
    width: 100%;
    text-align: center;
    background: #f5f5f5;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333333;
    padding: 14px 15px;
    margin-top: 10px;
}

a.review-load-more:hover {
    color: red;
}

.simple-page {
    margin-bottom: 30px;
}

img.full-width {
    width: 100%;
}

.simple-page p {
    margin-bottom: 20px;
    font-size: 18px;
}

.simple-page span {
    font-size: 18px;
}

input.order-submit {
    cursor: pointer;
    outline: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-gradient(linear, left top, right top, from(#6121f5), to(#276ef1));
    background: -o-linear-gradient(left, #6121f5, #276ef1);
    background: linear-gradient(to right, #6121f5, #276ef1);
    color: #fff;
    text-transform: uppercase;
    padding: 0 20px;
    border-radius: 30px;
    border: none;
    height: 46px;
    font-size: 18px;
    font-weight: 700;
    width: 90%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: .88px;
    margin-top: 15px;
    margin: 15px auto 0;
}

.order-item__title {
    color: #393e46;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.order-item__data {
    padding-right: 15px;
}

.order-item__sku {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
    color: #276ef1;
}

.order-item__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
}

.order-item__flex input {
    margin-top: 2px;
}

.order-item__label {
    margin-right: 5px;
    color: #777777;
    font-weight: 700;
}

.additional-cart-item {
    padding: 15px;
    background-image: -webkit-gradient(linear, left top, right top, from(#e57700), to(#fe9c0e));
    background-image: -o-linear-gradient(left, #e57700, #fe9c0e);
    background-image: linear-gradient(to right, #e57700, #fe9c0e);
    margin-bottom: 15px;
    border-radius: 5px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.additional-cart-item input {
    margin-right: 15px;
}

.additional-cart-label {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
}

.additional-cart-label span {
    color: #ffffff;
}

span.additional-cart-desc {
    color: #ffffff;
    font-size: 14px;
}

.header-mobile {
    display: none;
}

.mobile-menu {
    display: none;
}

.product-description-block.mobile {
    display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Для Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.cropper-dashed.dashed-v,
.cropper-dashed.dashed-h {
    border: none;
}

html .cropper-container .cropper-crop-box {
    padding: 3px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, silver), color-stop(50%, transparent)), -webkit-gradient(linear, left top, right top, color-stop(50%, silver), color-stop(50%, transparent)), -webkit-gradient(linear, left bottom, left top, color-stop(50%, silver), color-stop(50%, transparent)), -webkit-gradient(linear, left bottom, left top, color-stop(50%, silver), color-stop(50%, transparent));
    background-image: -o-linear-gradient(left, silver 50%, transparent 50%), -o-linear-gradient(left, silver 50%, transparent 50%), -o-linear-gradient(bottom, silver 50%, transparent 50%), -o-linear-gradient(bottom, silver 50%, transparent 50%);
    background-image: linear-gradient(90deg, silver 50%, transparent 50%), linear-gradient(90deg, silver 50%, transparent 50%), linear-gradient(0deg, silver 50%, transparent 50%), linear-gradient(0deg, silver 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
    background-position: left top, right bottom, left bottom, right top;
    -webkit-animation: border-dance 1s infinite linear;
    animation: border-dance 1s infinite linear;
}

@-webkit-keyframes  border-dance {
    0% {
        background-position: left top,right bottom,left bottom,right top
    }

    100% {
        background-position: left 15px top, right 15px bottom, left bottom 15px, right top 15px;
    }
}

@keyframes  border-dance {
    0% {
        background-position: left top,right bottom,left bottom,right top
    }

    100% {
        background-position: left 15px top, right 15px bottom, left bottom 15px, right top 15px;
    }
}

.product-review__modal {
    display: none;
}

.product-review__modal.open {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999999;
    background: #ffffff;
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    max-height: 640px;
    min-width: 840px;
    width: calc(70vh + 65vh);
    overflow: hidden;
    max-width: 90vw;
}

.product-review__modal-content {
    padding: 15px;
}

.product-review__modal .icon--close {
    position: absolute;
    display: block;
    right: 15px;
    top: 15px;
}

.product-review__modal span.icon--close:before {
    width: 2px;
    background: #333;
}
.product-review__modal span.icon--close:after {
    height: 2px;
    background: #333;
}

.footer-menu__title svg {
    display: none;
}

.subscribe-email__form {
    border-radius: 0;
    width: 100%;
    height: 44px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 800;
    padding: 5px;
    background: #ffffff;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 0px 2px 12px rgba(51, 51, 51, 0);
    box-shadow: 0px 2px 12px rgba(51, 51, 51, 0);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

input.subscribe-email {
    width: 100%;
    border: none;
    font-size: 18px;
    padding: 0 15px;
    font-weight: 600;
}

.subscribe-email__form button {
    background: transparent;
    border: none;
    margin-right: 15px;
}

.subscribe-email__form svg {
    width: 22px;
    fill: #333333;
    cursor: pointer;
}

.footer-items h2 {
    color: #333333;
    font-size: 30px;
    margin-bottom: 15px;
}

.footer-menu a {
    background-image: -o-linear-gradient(bottom, #fbad18 0, #fbad18 2px, transparent 0, transparent);
    background-image: linear-gradient(0deg, #fbad18 0, #fbad18 2px, transparent 0, transparent);
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.footer-menu a:hover {
    text-decoration: none;
    background-color: unset;
    background-size: 100% 100%;
}

#scrollToTopBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 60px;
    height: 60px;
    background-color: #333333;
    color: #ffffff;
    font-size: 0;
    line-height: 0;
    position: fixed;
    bottom: -62px;
    right: 5px;
    z-index: 20;
    cursor: pointer;
}

#scrollToTopBtn svg {
    width: 24px;
    height: 24px;
}

#scrollToTopBtn svg polygon {
    color: #ffffff;
}

#scrollToTopBtn:hover {
    background-color: #555;
}

#scrollToTopBtn.pt-show {
    bottom: 60px;
}

body span.icon--close {
    display: none;
}

.footer-social {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-social a {
    margin-left: 15px;
}

.footer-social svg {
    width: 12px;
    fill: #D0D0D0;
}

.footer-social a:hover svg {
    fill: #333333;
}

.products-carts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

.tab-button {
    padding: 10px 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    background-color: #f0f0f0;
    margin-right: 5px;
    margin-bottom: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    color: #333333;
}

.tab-button.active {
    background-color: #fff;
    border-bottom: none;
}

.tab-button svg {
    width: 20px;
    margin-right: 15px;
}

.tab-content {
    display: none;
    border: 1px solid #ccc;
    padding: 15px;
}

.tab-content p {
    font-size: 18px;
    color: #333333;
}

.tab-content.active {
    display: block;
}

.product-info {
    margin-top: 15px;
}

.phone-modal {
    display: none;
}

.phone-modal.open {
    display: block;
}

.phone-modal.open .phone-modal__wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    margin: auto;
    width: 780px;
    height: 500px;
    background: #ffffff;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
}


.phone-modal__back {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    background: -o-radial-gradient(center, ellipse, transparent 0, rgba(0, 0, 0, .85) 100%);
    background: radial-gradient(ellipse at center, transparent 0, rgba(0, 0, 0, .85) 100%);
    z-index: 9999;
}

.phone-modal.open .phone-modal__wrap {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    border: 0;
    margin: auto;
    width: 780px;
    height: 500px;
    background: #ffffff;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.phone-modal__wrap form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.phone-modal__title {
    font-size: 44px;
    color: #333333;
    font-weight: 600;
    width: 80%;
}

.phone-modal .phone-modal__wrap input[type="text"] {
    font-size: 26px;
    padding: 10px 15px;
    max-width: 470px;
    width: 100%;
    margin-top: 15px;
}

.phone-modal .phone-modal__wrap input[type="text"].error {
    border-color: red;
}

.phone-modal__counter {
    margin-top: 15px;
    font-size: 14px;
}

.phone-modal__counter span {
    display: inline-block;
    background: red;
    padding: 5px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 50%;
}

.phone-modal__description {
    font-size: 14px;
    width: 90%;
    margin-top: 15px;
}

.phone-modal input[type='submit'] {
    border: none;
    background: #3366ff;
    color: #ffffff;
    font-weight: 600;
    padding: 20px 40px;
    border-radius: 5px;
    margin-top: 15px;
    cursor: pointer;
}

#mobile-video {
    display: none;
}

.mobile-phone {
    font-size: 18px;
    margin-right: 15px;
    background: rgb(245, 229, 11);
    border-radius: 50%;
    padding: 6px;
    width: 33px;
    height: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2) !important;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2) !important;
}

.mobile-phone i {
    font-family: 'FontAwesome';
    color: #ffffff;
}

.menu-bar__col-second .half-spaced-left.text-bold {
    background-image: -o-linear-gradient(bottom, #fbad18 0, #fbad18 2px, transparent 0, transparent);
    background-image: linear-gradient(0deg, #fbad18 0, #fbad18 2px, transparent 0, transparent);
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.half-spaced-left.text-bold:hover {
    text-decoration: none;
    background-color: unset;
    background-size: 100% 100%;
}

.menu-bar__sub-item .half-spaced-left {
    background-image: -o-linear-gradient(bottom, #fbad18 0, #fbad18 2px, transparent 0, transparent);
    background-image: linear-gradient(0deg, #fbad18 0, #fbad18 2px, transparent 0, transparent);
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1;
}

.has-child-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.has-child-flex img {
    margin-right: 5px;
    border-radius: 50%;
}

ul.child {
    width: 80%;
    margin-left: auto;
}

ul.child li {
    margin-bottom: 1px;
}

.child .menu-bar__sub-item {
    background-image: -o-linear-gradient(bottom, #fbad18 0, #fbad18 2px, transparent 0, transparent);
    background-image: linear-gradient(0deg, #fbad18 0, #fbad18 2px, transparent 0, transparent);
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    line-height: 1;
}

.child .menu-bar__sub-item:hover {
    text-decoration: none;
    background-color: unset;
    background-size: 100% 100%;
}

a.menu-bar__sub-item:hover .half-spaced-left {
    text-decoration: none;
    background-color: unset;
    background-size: 100% 100%;
}

.product-crop__width div, .product-crop__height div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.product-crop__width input, .product-crop__height input {
    margin-right: 5px;
}

.picture-sizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
}

.product-crop .product-crop__materials {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    border-top: 1px solid #e8e8e8;
}

.product-crop__materials {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 5px;
}

.picture-size input {
    display: none;
}

.picture-crop .product-crop__checkboxs {
    padding-bottom: 10px;
}

.picture-size {
    width: 47%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    border: 1px solid #d0d0d0;
    padding: 10px 15px;
    margin-bottom: 15px;
    position: relative;
    font-size: 16px;
    font-weight: 100;
}

.picture-size:hover,
.picture-size label {
    cursor: pointer;
}

.picture-size label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.picture-size.active {
    border: 1px solid;
    color: black;
}

.picture-size.active label,
.picture-size.active span {
    color: black;
    font-weight: 600;
}

.pictire-size__hit {
    position: absolute;
    right: -10px;
    top: -10px;
    background: red;
    padding: 3px 3px 1px 2px;
    border: 5px;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}

.not-found-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 50px auto;
    padding: 15px;
}

.not-found-page h1 {
    font-size: 100px;
    color: #000000;
}

.not-found-page h2 {
    font-size: 34px;
    color: #333333;
}

.not-found-page h3 {
    text-align: center;
}

.not-found-page a {
    margin-top: 30px;
    padding: 15px 30px;
    background: rgb(255, 221, 0);
    color: #333333;
    font-weight: 600;
}

@media all and (max-width: 767px) {

    .phone-modal.open .phone-modal__wrap {
        max-width: 90%;
    }

    .phone-modal__title {
        font-size: 28px;
    }

    .mobile-popup {
        display: none;
    }

    #marewall-video {
        display: none;
    }

    #mobile-video {
        display: block;
    }

    .js-product-image-slider .swiper-slide img {
        max-width: 100%;
        width: auto;
        max-height: 60vh;
        height: auto;
        min-height: 100px;
    }

    .product-review {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-review__left {
        margin-bottom: 10px;
    }
    .product-review__modal.open .icon--close {
        display: none;
    }
    .product-review img {
        height: 150px;
        width: auto;
        -o-object-fit: contain;
        object-fit: contain;
        margin-right: auto;
    }
    .product-review__modal.open {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 90vw;
        max-width: 100vw;
        min-width: 90vw;
    }
    .product-review__modal.open img {
        width: auto;
        margin: 15px auto 0;
        max-height: 50vh;
        max-width: 100%;
    }
    .product-action__wrap {
        width: 100%;
        padding: 0 15px;
    }
    li.product__description_advantage_item.product-layout-content--basic {
        padding: 15px;
    }
    svg.fx\:none {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .header-topbar,
    .header-main,
    .header-menu,
    .header-about {
        display: none !important;
    }

    header {
        height: 63px;
    }

    .header-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 15px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
        /*position: absolute;*/
        z-index: 6;
        top: 0;
        background: #ffffff;
        width: 100%;
    }

    .category-list {
        overflow-x: scroll;
        scrollbar-width: none;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .about-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 -15px;
    }
    .about-item svg {
        margin-right: 0;
        width: 45px;
    }
    .about-item {
        margin-bottom: 15px;
        padding: 0 5px;
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .about-item__content {
        text-align: center;
        margin-top: 5px;
    }
    .hero-image-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .step-home__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer-menus {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }
    section.about p {
        width: auto;
    }
    .mobile-logo img {
        width: 78px;
    }
    .header-main__wish {
        margin-right: 10px;
    }
    .mob-search {
        margin-right: 15px;
    }
    .mobile-header-action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .mob-search svg {
        width: 32px;
        height: 32px;
    }
    .header-main__wish svg {
        width: 27px;
        height: 27px;
    }
    .header-main__cart svg {
        width: 31px;
        padding-bottom: 3px;
        height: 33px;
    }
    section.hero-home {
        background-size: auto;
    }
    .mobile-menu.open {
        display: block;
        width: 80vw;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        background: white;
        z-index: 999;
        padding: 15px 15px 93px;
        overflow-y: hidden;
    }

    body.modal-open span.icon--close {
        display: inline-block;
        position: fixed;
        height: 26px;
        width: 26px;
        cursor: pointer;
        color: #ffffff;
        right: 12vw;
        top: 14px;
        z-index: 9999;
        /* font-weight: 600; */
    }
    span.icon--close:before {
        width: 3px;
    }
    span.icon--close:after {
        height: 3px;
    }
    .mobile-menu ul#category-list {
        width: 80%;
        margin-top: 15px;
    }

    .category-wrap .category-menu {
        display: none;
    }

    .category-wrap .products {
        width: 100%;
    }

    .product-cart {
        width: 100%;
        margin-right: 0;
    }

    .page-404 .product-cart {
        width: 100%;
    }

    .pagination {
        margin-bottom: 60px;
        position: relative;
        width: 100%;
    }

    li.prev-page a,
    li.next-page  a{
        width: 100% !important;
    }

    li.prev-page {
        position: absolute;
        bottom: -50px;
        width: 43%;
        left: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    li.next-page {
        position: absolute;
        bottom: -50px;
        width: 45%;
        right: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    ul.pagination li a {
        width: 40px;
        height: 40px;
    }

    .breadcrumb-content .title {
        overflow: hidden;
        color: #333333;
        font-size: 22px;
        margin-bottom: 10px;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .breadcrumb-content .title.full {
        white-space: normal;
        -o-text-overflow: unset;
        text-overflow: unset;
    }

    .product-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-content,
    .product-action {
        width: 100%;
    }

    .product-image-slider-nav .swiper-slide {
        height: 75px;
    }

    .product-description-block {
        display: none;
    }

    .product-description-block.mobile {
        display: block;
        padding: 15px;
    }

    .similar-product__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    a.similar-product {
        width: 50%;
        margin-bottom: 15px;
    }
    .mobile-search .header-search {
        width: 90%;
        border: 1px solid #404755;
    }
    a.home-category__item {
        margin: 0 0 15px;
        width: 48%;
    }
    .home-category__items img {
        width: 100%;
    }
    .home-category__items {
        padding: 0;
    }
    .home-category__items {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .step-home__item {
        width: 48%;
        margin: 0 0 11px;
    }

    .products-slider .product-item {
        width: 282px;
    }

    .products-slider .product-item img {
        width: 282px;
        height: 282px;
    }
    .footer-items {
        padding: 15px 15px 0;
    }
    .footer-menu__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 44px;
    }
    .footer-menu__title svg {
        display: block;
        -webkit-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        will-change: transform;
        width: 15px;
        padding-bottom: 0;
    }
    .footer-items.open svg {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    .footer-menu {
        display: none;
    }
    .footer-items.open .footer-menu {
        display: block;
    }
    .footer-items:first-child {
        padding-left: 15px;
    }
    .footer-items:last-child {
        padding-right: 15px;
    }
    .hero-slider__item img {
        height: 460px;
        width: 270px;
    }
    .mobile-logo {
        display: block;
        margin-right: auto;
        margin-left: 15px;
    }

    /* Стили для хедера */
    /*.header-mobile {*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*    z-index: 1000;*/
    /*    transition: transform 0.3s ease-in-out;*/
    /*}*/

    /* Ховати хедер */
    .header-hidden {
        position: fixed;
        /*transform: translateY(-100%);*/
        width: 100%;
        background: white;
        z-index: 11;
        top: 0;
    }

    section.about p:before {
        display: none;
    }

    section.about p:after {
        display: none;
    }

    .js-product-image-slider-nav .swiper-button {
        width: 15px;
        height: 15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .swiper-button-prev {
        left: 10px
    }
    .swiper-button-next {
        right: 10px;
    }
    h1.title {
        width: 100%;
    }
    .order__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cart-product__list,
    .cart-product__form {
        width: 100%;
    }
    .order-item__content {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .order-item__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .order-item__price {
        width: 100%;
    }
    .breadcrumb {
        padding: 15px 0 8px;
    }
    .mobile-info {
        padding: 15px;
        margin: 0 -15px;
        background: #0074d9;
        position: fixed;
        z-index: 999999;
        bottom: 0;
        width: 80vw;
    }
    .mobile-info__content {
        background: #ffffff;
        padding: 15px;
        margin: 15px -15px -15px;
    }
    .mobile-info__title path,
    .mobile-info__title span {
        color: #ffffff;
    }
    .mobile-info__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .mobile-info__title span {
        margin: 0 10px;
        font-size: 18px;
        font-weight: 600;
    }
    .mobile-info__content a {
        color: #333333;
        text-decoration: underline;
        margin-bottom: 4px;
        display: block;
    }
    .mobile-menu__toogle {
        margin: 0 -15px;
        padding: 0 15px;
    }
    .mobile-menu__toogle .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #333;
        background: #f1f1f1;
        padding: 14px 15px;
        margin: 0 -15px;
        font-size: 20px;
        font-weight: 600;
    }
    .mobile-menu__toogle .title svg {
        width: 12px;
        height: 12px;
        margin-left: 15px;
    }
    .mobile-menu__toogle > .menu {
        margin-top: 15px -15px 0;
    }
    .mobile-search {
        margin-bottom: 15px;
    }
    .home-video {
        display: none;
    }
    section.about {
        padding-bottom: 15px;
    }
    .product-wrap.container-small {
        padding: 0;
    }
    .product-image-slider-nav {
        padding: 10px 15px;
    }
    .mobile-hidden {
        display: none;
    }
    .footer-menu li.mobile {
        display: block;
    }
    .searchButton {
        border-left: 1px solid #333333;
        flex-shrink: 0;
        width: 50px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .menu-bar__sub {
        width: 96vw;
    }
    .menu-bar__col.menu-bar__heading-col {
        display: none;
    }
    .header-topbar__item {
        text-align: center;
    }
    .topbar-info {
        padding-right: 7px;
        padding-left: 7px;
    }

}
