@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=cyrillic,cyrillic-ext,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700&subset=cyrillic,cyrillic-ext,latin-ext");
@font-face {
    font-family: datateks-font;
    src: url(/fonts/datateks-font.eot?r2e8fx);
    src: url(/fonts/datateks-font.eot?r2e8fx#iefix) format("embedded-opentype"), url(/fonts/datateks-font.ttf?r2e8fx) format("truetype"), url(/fonts/datateks-font.woff?r2e8fx) format("woff"),
        url(/fonts/datateks-font.svg?r2e8fx#datateks-font) format("svg");
    font-weight: 400;
    font-style: normal;
}
[class*=" dt-"],
[class^="dt-"] {
    font-family: datateks-font !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.dt-down-arrow:before {
    content: "\e900";
}
.dt-help:before {
    content: "\e901";
}
.dt-person:before {
    content: "\e902";
}
.dt-heart:before {
    content: "\e903";
}
.dt-cart:before {
    content: "\e904";
}
.dt-scales:before {
    content: "\e905";
}
.dt-like:before {
    content: "\e906";
}
.dt-globe-grid:before {
    content: "\e907";
}
.dt-menu:before {
    content: "\e908";
}
.dt-envelope:before {
    content: "\e909";
}
.dt-envelope-high:before {
    content: "\e91d";
}
.dt-search:before {
    content: "\e90a";
}
.dt-phone:before {
    content: "\e90b";
}
.dt-phone-outline:before {
    content: "\e90c";
}
.dt-discount:before {
    content: "\e90d";
}
.dt-tag-left-side:before {
    content: "\e90e";
}
.dt-close:before {
    content: "\e90f";
}
.dt-tick:before {
    content: "\e910";
}
.dt-grid:before {
    content: "\e911";
}
.dt-list:before {
    content: "\e912";
}
.dt-heart-filled:before {
    content: "\e913";
}
.dt-play:before {
    content: "\e914";
}
.dt-document:before {
    content: "\e915";
}
.dt-gear:before {
    content: "\e916";
}
.dt-map:before {
    content: "\e917";
}
.dt-wrench:before {
    content: "\e918";
}
.dt-pin:before {
    content: "\e919";
}
.dt-calendar:before {
    content: "\e91a";
}
.dt-delivery:before {
    content: "\e91b";
}
.dt-tools:before {
    content: "\e91c";
}
.dt-package:before {
    content: "\e91e";
}
.dt-truck:before {
    content: "\e91f";
}
.dt-cash:before {
    content: "\e920";
}
.dt-credit-card:before {
    content: "\e921";
}
.dt-invoice:before {
    content: "\e922";
}
.dt-clock:before {
    content: "\e923";
}
.dt-right-arrow:before {
    content: "\e924";
}
.dt-package-alt:before {
    content: "\e925";
}
.dt-pin-outline:before {
    content: "\e926";
}
html {
    font-size: 16px;
}
body {
    color: #444;
    font-family: Roboto;
    overflow-x: hidden;
    padding-top: 135px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto Slab;
    font-weight: 600;
}
h1 {
    font-size: 2rem;
}
h2 {
    font-size: 1.75rem;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.25rem;
}
h5 {
    font-size: 1.125rem;
}
h6 {
    font-size: 1rem;
}
a {
    color: #440b35;
    transition: color 0.1s ease-in-out;
}
a:hover {
    color: #9a9a9a;
}
a.back,
a.forgot-pass {
    font-size: 0.875rem;
}
a.back {
    font-weight: 600;
}
section {
    padding: 30px 0 20px;
}
section.slide-container {
    padding: 0;
}
section.info {
    padding-bottom: 14px;
}
section > .heading {
    margin-bottom: 30px;
}
section.news .back {
    margin-top: 15px;
}
.border-bottom {
    border-bottom: 1px solid #cdcdcd;
}
.border-bottom-after {
    position: relative;
}
.border-bottom-after:after {
    border-top: 1px solid #cdcdcd;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin: 0 auto;
    max-width: 1140px;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
}
.border-bottom-after:last-child:after {
    display: none;
}
#header {
    position: relative;
    position: fixed;
    top: 0;
    transition: box-shadow 0.3s ease-out;
    width: 100%;
    z-index: 110;
}
#header .container {
    max-width: 1140px;
}
#header .top {
    background-color: #fff;
    height: 90px;
    position: relative;
    transition: height 0.16s ease-in-out;
}
#header .top .container {
    position: relative;
    z-index: 10;
}
#header .top .container > .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
#header .header-contacts a {
    color: #444;
}
#header .bottom {
    background-color: #5a0f46;
    min-height: 45px;
}
#header .bottom .navbar {
    padding: 0;
}
#header .bottom .buttons {
    display: -ms-flexbox;
    display: flex;
}
#header .bottom .search-toggler {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    color: #fff;
    display: none;
    height: 45px;
    margin-right: 0;
    transition: all 0.16s ease-in-out;
    width: 45px;
}
#header .bottom .search-toggler.active {
    background-color: #fff;
    color: #5a0f46;
}
#header .nav-item:focus > .nav-link,
#header .nav-item:hover > .nav-link {
    color: #9a9a9a;
}
#header .submenu .nav-item .nav-link {
    color: #440b35;
}
#header .submenu .nav-item .nav-link:focus,
#header .submenu .nav-item .nav-link:hover {
    color: #9a9a9a;
}
#header .search-wrap {
    -ms-flex: 0 1 235px;
    flex: 0 1 235px;
    margin-left: 24px;
    position: relative;
}
#header .search-wrap .input-wrap {
    border-bottom: 1px solid #cdcdcd;
}
#header .search-wrap input {
    padding-left: 15px;
    width: 100%;
}
#header .search-wrap button,
#header .search-wrap input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    height: 35px;
}
#header .search-wrap button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-49%);
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    text-align: left;
    width: 33px;
}
#header .search-wrap button .dt {
    color: #5a0f46;
    font-size: 1.25rem;
}
#header .search-wrap button:hover .dt {
    color: #180413;
}
#header .search-wrap button:focus {
    outline: none;
}
#header .header-action-wrap,
#header .soc-wrap {
    margin-left: 24px;
}
#header.scrolled {
    box-shadow: 0 -10px 10px 10px rgba(0, 0, 0, 0.5);
}
#header.scrolled .top {
    height: 60px;
}
#main-navigation .navbar-nav > .nav-item.hovered,
#main-navigation .navbar-nav > .nav-item:hover {
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
    transition-delay: 0.1s;
}
#main-navigation .navbar-nav > .nav-item.hovered > .nav-link,
#main-navigation .navbar-nav > .nav-item:hover > .nav-link {
    color: #9a9a9a;
}
#main-navigation .navbar-nav > .nav-item > .nav-link {
    color: #fff;
    transition-delay: 0.1s;
}
.nav-item {
    -ms-flex-align: center;
    align-items: center;
    background-color: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    transition: all 0.16s ease-in-out;
}
.nav-item .nav-link {
    line-height: 1.2rem;
    padding: 0.8rem 1rem;
}
.nav-item .submenu-toggle {
    display: none;
    font-size: 0.625rem;
    height: 30px;
    text-align: center;
    width: 30px;
}
.nav-item .submenu-toggle i {
    line-height: 28px;
}
.nav-item .submenu {
    background-color: #fff;
    box-shadow: 4px 3px 7px -4px rgba(0, 0, 0, 0.25), -4px 3px 7px -4px rgba(0, 0, 0, 0.25), 0 3px 5px -1px rgba(0, 0, 0, 0.25);
    left: 0;
    min-width: 190px;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: scaleY(0);
    transform-origin: top left;
    transition: opacity 0.16s ease-in-out 0s, transform 0.2s ease-in-out 0.05s, visibility 0s linear 0.16s;
    visibility: hidden;
    width: 100%;
    z-index: 20;
}
.nav-item .submenu .nav-item {
    padding: 0 10px;
}
.nav-item .submenu .nav-item .nav-link {
    color: #440b35;
    padding: 0.75rem 0;
}
.nav-item .submenu .nav-item .nav-link:hover {
    color: #999;
}
.nav-item .submenu .nav-item:after {
    border-bottom: 1px solid #cdcdcd;
    content: "";
    display: block;
    width: 100%;
}
.nav-item .submenu .nav-item:last-child:after {
    display: none;
}
.nav-item.hovered > .nav-link,
.nav-item:hover > .nav-link {
    color: #999;
}
.nav-item.hovered .submenu,
.nav-item:hover .submenu {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.16s ease-in-out 0.16s, transform 0.2s ease-in-out 0s, visibility 0s linear 0s;
    visibility: visible;
}
.action-wrap {
    float: left;
    margin-left: 8px;
}
.action-toggle {
    display: block;
    height: 25px;
    position: relative;
    text-decoration: none;
    width: 25px;
}
.action-toggle .dt {
    color: #5a0f46;
    font-size: 1.5625rem;
}
.action-toggle .indicator {
    background-color: #9b00dc;
    border-radius: 50%;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    height: 1.25rem;
    line-height: 1.35rem;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: translate(0.3rem, -0.4rem);
    transition: background-color 0.16s ease-in-out, opacity 0.1s ease-in-out, visibility 0.16s ease-in-out 0.16s;
    visibility: hidden;
    width: 1.25rem;
}
.action-toggle .indicator.show {
    transition: background-color 0.16s ease-in-out, opacity 0.1s ease-in-out, visibility 0.16s ease-in-out 0s;
    opacity: 1;
    visibility: visible;
}
.action-toggle.add-to-wishlist.added .dt-heart:before {
    content: "\e913";
}
.action-toggle:hover {
    text-decoration: none;
}
.action-toggle:hover .dt {
    color: #9a9a9a;
}
.action-toggle:hover .indicator {
    background-color: #ad00f6;
}
.langmenu {
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
}
.langmenu .select-wrap {
    margin-left: 5px;
}
.langmenu .select-wrap .select-value {
    border-radius: 0;
    color: #5a0f46;
    padding: 8px 12px;
    padding-left: 5px;
    padding-right: 25px;
}
.langmenu .select-wrap .select-options {
    border-top: 0;
}
.langmenu .select-wrap .select-options .option {
    padding: 0;
}
.langmenu .select-wrap .select-options .option a {
    color: #5a0f46;
    padding: 5px 12px;
    padding-left: 5px;
    text-decoration: none;
}
.langmenu .select-wrap .select-options .option a:hover {
    color: #999;
}
.langmenu .dt {
    color: #5a0f46;
    font-size: 1.5rem;
}
.langmenu a {
    display: block;
}
.langmenu.mobile .dt {
    color: #fff;
    font-size: 20px;
}
.langmenu.mobile .select-wrap .select-value {
    line-height: 25px;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    margin-right: 5px;
    background-color: transparent;
    color: #fff;
}
.langmenu.mobile .select-wrap .select-value:after {
    line-height: inherit;
    background-color: transparent;
}
.langmenu.mobile .select-wrap.clicked .select-value {
    color: #fff;
}
.header-contacts {
    background-image: url(/images/html/phone-outline.svg);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    line-height: 1.2rem;
    margin-left: 25px;
    padding-left: 30px;
}
.header-contacts a[href*="tel:"] {
    font-size: 1.12rem;
}
.header-contacts a {
    display: block;
    font-size: 0.88rem;
}
#category-menu-wrap {
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
#category-toggler {
    color: #fff;
    font-weight: 600;
    margin-left: -15px;
    margin-right: 15px;
    padding: 0 15px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.16s ease-in-out;
}
#category-toggler .svg-wrap {
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 20px;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    transition: border-color 0.16s ease-in-out;
    width: 32px;
}
#category-toggler .svg-wrap .dt {
    color: inherit;
    font-size: 1.125rem;
}
#category-toggler:hover span {
    text-decoration: underline;
}
#category-toggler.active {
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
    color: #440b35;
}
#category-toggler.active .svg-wrap {
    border-color: #440b35;
}
#category-menu {
    background-color: #fff;
    box-shadow: 4px 3px 7px -4px rgba(0, 0, 0, 0.25), -4px 3px 7px -4px rgba(0, 0, 0, 0.25), 0 3px 5px -1px rgba(0, 0, 0, 0.25);
    font-size: 0.875rem;
    left: 0;
    margin: 0;
    margin-left: -15px;
    max-height: calc(100vh - 135px);
    opacity: 0;
    overflow: auto;
    padding: 30px 15px 25px;
    position: absolute;
    top: 100%;
    transition: opacity 0.16s ease-in-out 0s, visibility 0s linear 0.16s;
    visibility: hidden;
    width: 100vw;
}
#category-menu.container {
    max-width: 1170px;
}
#category-menu .nav-link {
    color: #440b35;
    padding: 5px 0;
}
#category-menu.show {
    opacity: 1;
    transition: opacity 0.16s ease-in-out 0s, visibility 0s linear 0s;
    visibility: visible;
}
#category-menu.show .right .subcategory-wrap {
    transition: visibility 0s linear 0s, transform 0s linear 0s;
}
#category-menu.show .right .subcategory-wrap.active {
    visibility: visible;
}
#category-menu .right .subcategory-wrap {
    position: absolute;
    top: 0;
    transition: visibility 0s linear 0.16s, transform 0s linear 0.16s;
    visibility: hidden;
}
#category-menu .right .subcategory-wrap.active {
    position: relative;
    transform: scaleY(1);
}
#category-menu .col.left {
    border-right: 1px solid #cdcdcd;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    margin-right: 20px;
    padding-left: 15px;
    padding-right: 0;
}
#category-menu .col.left .nav-item {
    margin: 4px 0;
}
#category-menu .col.left .nav-item .nav-link {
    width: 100%;
}
#category-menu .col.left .nav-item:after {
    background-image: url(../images/html/triangle-right.svg);
    content: "";
    display: block;
    height: 30px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
    transition: opacity 0.1s ease-in-out;
    width: 15px;
}
#category-menu .col.left .nav-item.hovered > .nav-link,
#category-menu .col.left .nav-item:focus > .nav-link {
    color: #9a9a9a;
}
#category-menu .col.left .nav-item.hovered:after,
#category-menu .col.left .nav-item:focus:after {
    opacity: 1;
}
#category-menu .subcategory-wrap {
    column-count: 3;
    column-gap: 1rem;
    top: 0;
    transform: scaleY(0);
    transform-origin: top;
}
.category-menu .category-block {
    break-after: avoid-column;
    break-inside: avoid;
    display: block;
}
.category-menu .category-block > a {
    color: #444;
    font-family: Roboto Slab;
   
}
.category-menu .category-block a:hover {
    color: #9a9a9a;
    text-decoration: none;
}
.category-menu .category-block ul {
    list-style: none;
    padding-left: 17px;
}
.category-menu .category-block ul li {
    position: relative;
}
.category-menu .category-block .submenu {
    display: none;
}
.category-menu .submenu-toggle {
    border: 1px solid #440b35;
    border-radius: 50%;
    display: block;
    height: 13px;
    left: 0;
    line-height: 10px;
    position: absolute;
    text-align: center;
    top: 3px;
    transform: translateX(-17px);
    width: 13px;
    will-change: transform;
}
.category-menu .submenu-toggle:before {
    content: "+";
    font-size: 0.625rem;
}
.category-menu .submenu-toggle.show:before {
    content: "-";
}
aside .category-menu {
    font-size: 0.875rem;
}
aside .banners a img {
    margin-bottom: 20px;
}
.gray-back {
    background-color: #fbf7f7;
}
#slideshow {
    border-bottom: 1px solid #cdcdcd;
    overflow: hidden;
    padding-bottom: 25px;
    width: 100%;
}
@keyframes a {
    0% {
        opacity: 0;
        transform: scaleX(0);
    }
    30% {
        opacity: 1;
    }
    to {
        transform: scaleX(1);
    }
}
#slideshow .slide-thumb-wrap {
    overflow: hidden;
}
#slideshow .slide-thumbs {
    height: 100%;
    max-height: 100%;
    position: absolute;
}
#slideshow .slide-thumbs .thumb {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    cursor: pointer;
    height: 11vw;
    opacity: 0;
    overflow: hidden;
    position: relative;
}
#slideshow .slide-thumbs .thumb:focus {
    outline: none;
}
#slideshow .slide-thumbs .thumb:after {
    background-color: #5a0f46;
    bottom: -1px;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    opacity: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left top;
    width: 100%;
}
#slideshow .slide-thumbs .thumb.active:after {
    animation: a 6.9s linear;
    opacity: 1;
    transform: scaleX(1);
}
#slideshow .slide-thumbs .thumb.show {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
#slideshow .slide-thumbs .thumb img {
    display: none;
}
.soc-wrap {
    margin-right: 10px;
}
.soc-wrap .soc-item {
    display: block;
    font-size: 0.875rem;
    height: 25px;
    margin-left: 7px;
    overflow: hidden;
}
.soc-wrap .soc-item svg {
    height: 25px;
    width: 25px;
}
.soc-wrap .soc-item img {
    height: auto;
    max-height: 25px;
}
.soc-wrap .soc-item .icon-wrap {
   /* border: 1px solid #000;*/
    border-color: inherit;
    border-radius: 50%;
    float: left;
    height: 30px;
    line-height: 25px;
    text-align: center;
    width: 30px;
}
.product-row {
    margin-top: 10px;
}
.product-container {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 10px;
}
.product-container .bn-wrap {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin: 10px 0;
    margin-bottom: 40px;
    text-align: center;
}
.product-container.list-view {
    margin-bottom: 10px;
    padding-right: 30px;
}
.product-container.list-view .product {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-bottom: -1px;
    min-height: 150px;
    transition: z-index 0s linear 0.1s;
    width: 100%;
    z-index: 1;
}
.product-container.list-view .product .image img {
    transition: all 0.1s linear 0s;
    max-height: 110px;
    margin-top: 5px;
}
.product-container.list-view .product .product-background,
.product-container.list-view .product .tags,
.product-container.list-view .product .tags .tag.top {
    transition: all 0.1s linear 0s;
}
.product-container.list-view .product.hovered {
    transition: z-index 0s linear 0.1s;
    z-index: 2;
}
.product-container.list-view .product.hovered .image img {
    transition: all 0.1s linear 0.1s;
    max-height: 150px;
}
.product-container.list-view .product.hovered .product-background,
.product-container.list-view .product.hovered .tags,
.product-container.list-view .product.hovered .tags .tag.top {
    transition: all 0.1s linear 0.1s;
}
.product-container.list-view .product.hovered .bottom {
    margin-left: 0;
    margin-right: 0;
}
.product-container.list-view .product .wrap {
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: unset;
    min-height: unset;
    padding: 20px;
    width: 100%;
}
.product-container.list-view .product .wrap .image {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    height: 100px;
    margin-right: 30px;
}
.product-container.list-view .product .wrap .description {
    border-top: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 0;
}
.product-container.list-view .product .wrap .description h5 {
    font-size: 1.125rem;
}
.product-container.list-view .product .wrap .description .small-description,
.product-container.list-view .product .wrap .description .subtitle,
.product-container.list-view .product .wrap .description h5 {
    clear: both;
    display: block;
    float: left;
}
.product-container.list-view .product .wrap .description .small-description {
    color: #444;
    font-size: 0.875rem;
    margin-top: 10px;
}
.product-container.list-view .product .wrap .bottom {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: 30px;
}
.product-container.list-view .product .wrap .bottom .prices {
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 30px;
    width: 100px;
}
.product-container.list-view .product .wrap .bottom .prices .price {
    -ms-flex-order: 1;
    order: 1;
}
.product-container.list-view .product .wrap .bottom .prices .new-price {
    -ms-flex-order: 2;
    order: 2;
}
.product-container.list-view .product .wrap .bottom .prices .new-price + .price {
    margin-top: -20px;
}
.product-container.list-view .product .wrap .bottom .actions {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    margin-left: 20px;
    text-align: right;
    width: 100px;
}
.product-container.list-view .product .wrap .bottom .actions .action-wrap {
    display: inline-block;
    float: none;
    margin-left: 5px;
}
.product-container.list-view .product .wrap .bottom .actions .action-wrap:first-child {
    margin-left: 0;
}
.product-container.list-view .product .wrap .bottom .actions .compare {
    display: block;
    opacity: 1;
    position: relative;
    transform: scale(1);
}
.product-container.list-view .product .wrap .bottom .actions .compare:before,
.product-container.list-view .product .wrap .compare {
    display: none;
}
.product-container.list-view .product .tags .tag.discount {
    left: 110px;
    right: auto;
}
.product-container.list-view .product .tags .tag.new {
    font-size: 0.7rem;
    padding: 1px;
    padding-top: 0;
    width: 120px;
}
.product-container.list-view .product .tags .tag.top {
    top: 20px;
}
.product-container.list-view .product.placeholder {
    height: 0;
    min-height: unset;
}
.product-container.list-view .bn-wrap {
    margin: 30px 15px;
}
.sticky-aside {
    margin-bottom: 35px;
}
.sticky-aside .menu {
    margin-top: 5px;
}
.highlighted-product-list {
    background-color: #fff;
    border: 1px solid #cdcdcd;
    margin-top: 10px;
    min-height: 338px;
    padding: 15px;
}
.highlighted-product-list:after {
    clear: both;
    content: "";
    display: block;
}
.highlighted-product-list .list-product {
    border-bottom: 1px solid #cdcdcd;
    margin: 0;
    margin-bottom: 0;
    max-width: 100%;
    padding: 15px 0 29px;
    width: 100%;
}
.highlighted-product-list .list-product:first-of-type {
    padding-top: 0;
}
.highlighted-product-list .list-product:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}
.highlighted-product-list .list-product:after {
    clear: both;
    content: "";
    display: block;
}
.highlighted-product-list .list-product img {
    margin-right: 15px;
}
.highlighted-product-list .list-product a {
    color: #444;
    text-decoration: none;
}
.highlighted-product-list .list-product a:hover h5 {
    text-decoration: underline;
}
.highlighted-product-list .list-product h5 {
    font-family: Roboto;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.3rem;
}
.highlighted-product-list .list-product .description a {
    display: block;
}
.product {
    -ms-flex: 1 0 260px;
    flex: 1 0 260px;
    margin: 0 15px;
    margin-bottom: 35px;
    position: relative;
    transform-style: preserve-3d;
    will-change: contents;
}
.product .wrap,
.product article {
    height: 100%;
    width: 100%;
}
.product .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    max-width: 260px;
    min-height: 308px;
    padding: 10px 15px;
    position: relative;
}
.product .wrap > a {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.product .wrap .actions {
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
}
.product a {
    text-decoration: none;
}
.product .description {
    border-top: 1px solid #cdcdcd;
    height: 5em;
    padding-top: 15px;
    position: relative;
    z-index: 1;
}
.product .description .small-description {
    display: none;
}
.product h5 {
    color: #444;
    font-family: Roboto;
    font-size: 1rem;
    font-weight: 400;
    max-height: 3.2em;
}
.product .subtitle,
.product h5 {
    clear: both;
    display: block;
    float: left;
    margin-bottom: 0;
}
.product .subtitle {
    color: #999;
    font-size: 0.875rem;
}
.product .image {
    height: 200px;
    position: relative;
}
.product .image img {
    max-height: 100%;
    max-width: 100%;
    transition: transform 0.16s ease-in-out;
}
.product .actions {
    margin-left: auto;
    text-align: right;
}
.product .actions .compare {
    display: none;
}
.product .actions .action-wrap {
    margin-left: 5px;
}
.product .bottom {
    -ms-flex: 0 1 30px;
    flex: 0 1 30px;
    margin-top: 8px;
    transition: margin 0.16s ease-in-out;
}
.product.placeholder {
    background: transparent;
    border: 0;
    height: 0;
    margin-bottom: 0;
    min-height: 0;
    padding: 0 15px;
}
.product .product-background {
    background: #fff;
    border: 1px solid #cdcdcd;
}
.product .product-background,
.product .tags {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform: translate(0);
    transition: all 0.16s linear 0s;
    width: 100%;
}
.product .tags {
    pointer-events: none;
    z-index: 10;
}
.product .tags .tag.new {
    left: 0;
    top: 0;
}
.product .tags .tag.top {
    right: 0;
    top: 135px;
    transition: transform 0.16s linear 0s;
}
.product .tags .tag.discount {
    right: 15px;
    top: 10px;
}
.product .compare {
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 100%;
    transform: scale(0);
    transform-origin: top center;
    transition: all 0.15s ease-in-out 0s;
    width: 100%;
}
.product .compare:before {
    border-top: 1px solid #cdcdcd;
    content: "";
    display: block;
    margin-bottom: 4px;
    width: 100%;
}
.product .compare a:hover {
    color: #9a9a9a;
}
.product.hovered .image img {
    transform: scale(1.05);
}
.product.hovered .product-background {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.16s linear 0s;
}
.product.hovered .tags {
    transition: all 0.16s linear 0s;
}
.product.hovered .tags .tag.top {
    transform: translateY(11px);
    transition: all 0.16s linear 0s;
}
.product.hovered .bottom {
    margin-left: -15px;
    margin-right: -15px;
}
.product.hovered .compare {
    opacity: 1;
    transform: scale(1);
    transition: all 0.11s ease-in-out 0.05s;
}
.prices {
    line-height: 23px;
}
.prices .new-price,
.prices .price {
    color: #440b35;
    font-size: 1.3125em;
    font-weight: 600;
    vertical-align: middle;
    white-space: nowrap;
}
.prices .new-price + .price {
    color: #999;
    font-size: 0.875em;
    font-weight: 400;
    position: relative;
    text-decoration: line-through;
    top: 1px;
    vertical-align: middle;
    white-space: nowrap;
}
.cat-container .cat {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.cat-container .cat .background {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.cat-container .cat .background:after {
    background-color: rgba(112, 19, 87, 0.8);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.16s ease-in-out;
    width: 100%;
}
.cat-container .cat span {
    color: #fff;
    display: block;
    line-height: 1em;
    position: relative;
    width: 100%;
    z-index: 10;
}
.cat-container .cat:hover .background:after,
.cat-container .cat a:focus .background:after {
    opacity: 1;
}
.cat-container.small {
    padding-bottom: 40px;
    padding-top: 0;
}
.cat-container.small > .container {
    padding-left: 0;
    padding-right: 0;
}
.cat-container .category-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}
.cat-container .category-list li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    height: 155px;
    padding: 2.5px;
    position: relative;
}
.cat-container .category-list .w-1 {
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
}
.cat-container .category-list .w-2 {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}
.cat-container .category-list .w-3 {
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
}
.cat-container .category-list .w-4 {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.cat-container .category-list.small {
    margin-left: -15px;
    margin-right: -15px;
}
@supports (display: grid) {
    .cat-container .category-list {
        display: grid;
        grid-area: span 4;
        grid-auto-flow: dense;
        grid-auto-rows: 155px;
        grid-gap: 5px;
        grid-template-columns: repeat(4, 1fr);
    }
    .cat-container .category-list li {
        height: auto;
        padding: 0;
    }
    .cat-container .category-list.small {
        grid-template-columns: repeat(3, 1fr);
    }
    .cat-container .category-list .w-1 {
        grid-column-end: span 1;
    }
    .cat-container .category-list .w-2 {
        grid-column-end: span 2;
    }
    .cat-container .category-list .w-3 {
        grid-column-end: span 3;
    }
    .cat-container .category-list .w-4 {
        grid-column-end: span 4;
    }
    .cat-container .category-list .h-1 .cat {
        font-size: 2rem;
    }
    .cat-container .category-list .h-2 {
        grid-row-end: span 2;
    }
    .cat-container .category-list .h-3 {
        grid-row-end: span 3;
    }
    .cat-container .category-list .h-3 .cat {
        font-size: 4rem;
    }
    .cat-container .category-list .h-4 {
        grid-row-end: span 4;
    }
    .cat-container .category-list .h-4 .cat {
        font-size: 4rem;
    }
}
#overlay {
    background-color: hsla(0, 0%, 56%, 0.7);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transform: scale(0);
    transition: opacity 0.16s ease-in-out 0s, transform 0.5s ease-in-out 0.16s;
    width: 100%;
    will-change: transform;
    z-index: 101;
}
#overlay.show {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.16s ease-in-out 0s, transform 0s ease-in-out 0s;
}
#overlay.show-header {
    z-index: 99;
}
.heading:after {
    clear: both;
    content: "";
    display: block;
}
.heading .tag {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-left: auto;
    margin-left: 17px;
    padding-left: 0;
    position: relative;
    text-transform: uppercase;
}
.heading .tag.top {
    right: 0;
}
.heading .tag a {
    line-height: 1.2rem;
}
.heading .tag a,
a.more {
    font-size: 0.875rem;
    font-weight: 600;
}
.tag {
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    font-family: Roboto Slab;
    font-size: 1.125rem;
    position: absolute;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    z-index: 50;
}
.tag img {
    margin-right: 3px;
    pointer-events: none;
}
.tag .tail {
    height: 100%;
    left: -16px;
    position: absolute;
    top: 0;
}
.tag.top {
    background-color: #8bb900;
    color: #fff;
    fill: #8bb900;
    height: 35px;
    padding-right: 10px;
    right: -15px;
    stroke: #8bb900;
    text-transform: uppercase;
    top: 65%;
}
.tag.top .dt {
    font-size: 1.875rem;
}
.tag.discount {
    height: 60px;
    margin-left: 0;
    right: 0;
    top: 0;
    width: 60px;
}
.tag.discount .background {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.tag.discount .background .dt {
    color: #9c00dd;
    font-size: 3.75rem;
}
.tag.discount span {
    color: #fff;
    font-family: Roboto Slab;
    font-size: 1.1875rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(30deg);
}
.tag.new {
    -ms-flex-align: center;
    align-items: center;
    background-color: #ff9700;
    -ms-flex-pack: center;
    justify-content: center;
    left: -15px;
    padding: 5px;
    padding-top: 3px;
    position: absolute;
    text-align: center;
    top: -15px;
    transform: rotate(-45deg) translateX(-30%) translateY(-30%);
    width: 200px;
}
.tag.new span {
    line-height: 1rem;
    max-width: 90px;
}
.tag.new i {
    display: block;
    font-size: 0.625em;
    margin: 0 5px;
}
.bns {
    margin-bottom: 15px;
    margin-top: 10px;
    padding: 0;
}
.bns .bn {
    height: 100%;
    width: 100%;
}
.bns .bn.placeholder {
    -ms-flex-align: center;
    align-items: center;
    background-color: #f0f0f0;
    color: #a3a3a3;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5625rem;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
}
.bns .bn.placeholder:before {
    background-image: url(/images/html/empty-bn.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    height: 50px;
    margin-right: 20px;
    position: relative;
    top: -3px;
    width: 60px;
}
.bn img {
    max-width: 100%;
    width: 100%;
}
.menu {
    line-height: 1.2rem;
}
.menu a {
    clear: both;
    float: left;
    margin-bottom: 10px;
}
.menu .btn {
    margin-top: 30px;
}
.slider-wrap .slider-item {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 75px;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    padding: 0 30px;
}
.slider-wrap .slider-item:nth-child(n + 2) {
    display: none;
}
.slider-wrap .slider-item a {
    outline: 0;
}
.slider-wrap .slider-item img {
    max-height: 75px;
    max-width: 100%;
    outline: 0;
}
.slider-wrap.slick-initialized .slider-item {
    display: -ms-flexbox;
    display: flex;
}
.no-transform {
    transform: none !important;
}
footer {
    background-color: #2b2b2b;
    color: #fff;
    font-size: 0.875rem;
    padding-top: 30px;
}
footer .container {
    padding-bottom: 25px;
}
footer .copyright {
    padding-bottom: 1px;
    padding-top: 1rem;
    position: relative;
}
footer .copyright .plug {
    line-height: 17px;
    position: absolute;
    right: 15px;
    top: 1rem;
}
footer .copyright .plug img {
    margin-left: 5px;
    position: relative;
    top: -2px;
}
footer h4 {
    display: inline-block;
    font-size: 1.125rem;
}
footer :not(.formatedtext) > ul {
    list-style: none;
    padding-left: 0;
}
footer :not(.formatedtext) > ul a {
    clear: left;
    float: left;
    margin-bottom: 3px;
}
footer li,
footer p {
    color: #999;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover {
    color: #999;
    text-decoration: none;
}
footer .contacts {
    font-size: 1rem;
}
footer .contacts a[href*="tel:"] {
    font-size: 1.25rem;
    font-weight: 600;
}
footer .contacts > a {
    clear: left;
    display: block;
    float: left;
    font-size: 0.88rem;
}
footer .contacts:after,
footer .link-wrap:after {
    clear: both;
    content: "";
    display: block;
}
footer .soc-wrap {
    margin-top: 25px;
}
footer .soc-wrap .soc-item {
    margin-left: 0;
    margin-right: 7px;
}
footer .soc-wrap .soc-item:hover {
    border-color: #999 !important;
    color: #999 !important;
}
footer .xml-logos {
    clear: both;
    margin-top: 20px;
    text-align: right;
}
footer .xml-logos img {
    margin-left: 20px;
}
#contact-form-toggle {
    background-color: #9b00dc;
    background-image: url(/images/html/envelope.svg);
    float: left;
    margin-bottom: 15px;
}
#back-to-top,
#contact-form-toggle {
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: block;
    height: 68px;
    width: 68px;
}
#back-to-top {
    background-color: #5a0f46;
    bottom: 30px;
    position: fixed;
    right: 30px;
    transition: opacity 0.2s ease-in-out 0s, visibility 0s linear 0s;
    z-index: 104;
}
#back-to-top.fade {
    transition: opacity 0.2s ease-in-out 0s, visibility 0s linear 0.2s;
    visibility: hidden;
}
#back-to-top:before {
    color: #fff;
    content: "\e924";
    font-family: datateks-font;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cdcdcd;
    box-shadow: inset 0 0 0 50vw #fff;
    color: #444;
    height: 38px;
    max-width: unset;
    min-height: 38px;
    padding: 0 15px;
    width: 100%;
}
input[type="email"]::-webkit-inner-spin-button,
input[type="email"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="password"]::-webkit-inner-spin-button,
input[type="password"]::-webkit-outer-spin-button,
input[type="search"]::-webkit-inner-spin-button,
input[type="search"]::-webkit-outer-spin-button,
input[type="tel"]::-webkit-inner-spin-button,
input[type="tel"]::-webkit-outer-spin-button,
input[type="text"]::-webkit-inner-spin-button,
input[type="text"]::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.input-wrap {
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}
.input-wrap input[type="email"].filled,
.input-wrap input[type="email"]:focus,
.input-wrap input[type="number"].filled,
.input-wrap input[type="number"]:focus,
.input-wrap input[type="password"].filled,
.input-wrap input[type="password"]:focus,
.input-wrap input[type="search"].filled,
.input-wrap input[type="search"]:focus,
.input-wrap input[type="text"].filled,
.input-wrap input[type="text"]:focus,
.input-wrap textarea.filled,
.input-wrap textarea:focus {
    outline: none;
}
.input-wrap input[type="email"].filled + label,
.input-wrap input[type="email"]:focus + label,
.input-wrap input[type="number"].filled + label,
.input-wrap input[type="number"]:focus + label,
.input-wrap input[type="password"].filled + label,
.input-wrap input[type="password"]:focus + label,
.input-wrap input[type="search"].filled + label,
.input-wrap input[type="search"]:focus + label,
.input-wrap input[type="text"].filled + label,
.input-wrap input[type="text"]:focus + label,
.input-wrap textarea.filled + label,
.input-wrap textarea:focus + label {
    background-color: #fff;
    color: #444;
    font-size: 0.875rem;
    left: 12px;
    padding: 0 7px;
    pointer-events: all;
    top: 0;
    transform-origin: top left;
}
.input-wrap input[type="email"]:-webkit-autofill,
.input-wrap input[type="number"]:-webkit-autofill,
.input-wrap input[type="password"]:-webkit-autofill,
.input-wrap input[type="search"]:-webkit-autofill,
.input-wrap input[type="text"]:-webkit-autofill,
.input-wrap textarea:-webkit-autofill {
    outline: none;
}
.input-wrap input[type="email"]:-webkit-autofill + label,
.input-wrap input[type="number"]:-webkit-autofill + label,
.input-wrap input[type="password"]:-webkit-autofill + label,
.input-wrap input[type="search"]:-webkit-autofill + label,
.input-wrap input[type="text"]:-webkit-autofill + label,
.input-wrap textarea:-webkit-autofill + label {
    background-color: #fff;
    color: #444;
    font-size: 0.875rem;
    left: 12px;
    padding: 0 7px;
    pointer-events: all;
    top: 0;
    transform-origin: top left;
}
.input-wrap input[type="email"] + label,
.input-wrap input[type="number"] + label,
.input-wrap input[type="password"] + label,
.input-wrap input[type="search"] + label,
.input-wrap input[type="text"] + label,
.input-wrap textarea + label {
    color: #999;
    left: 15px;
    line-height: 1em;
    margin-bottom: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.1s ease-in-out;
}
.input-wrap textarea {
    height: 150px;
    padding-top: 10px;
}
.input-wrap textarea + label {
    top: 20px;
}
.input-wrap.date:before {
    content: "\e91a";
    left: 10px;
}
.input-wrap.date:after,
.input-wrap.date:before {
    color: #5a0f46;
    font-family: datateks-font;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.input-wrap.date:after {
    content: "\e900";
    display: block;
    font-size: 1.6rem;
    right: 3px;
}
.input-wrap.date input {
    color: #5a0f46;
}
.input-wrap.date ::-webkit-input-placeholder {
    color: #5a0f46;
}
.input-wrap.date ::-moz-placeholder {
    color: #5a0f46;
}
.input-wrap.date :-ms-input-placeholder,
.input-wrap.date ::-ms-input-placeholder {
    color: #5a0f46;
}
.input-wrap.date ::placeholder {
    color: #5a0f46;
}
::-ms-clear {
    display: none;
}
.btn {
    background-color: #fff;
    border-color: #5a0f46;
    border-radius: 25px;
    color: #5a0f46;
    font-weight: 600;
    padding: 7px 20px;
}
.btn:hover {
    background-color: #701357;
    border-color: #701357;
    color: #fff;
}
.btn.btn-filled {
    background-color: #5a0f46;
    color: #fff;
}
.btn.btn-filled:hover {
    background-color: #701357;
    border-color: #701357;
}
.btn.facebook {
    background-color: #fff;
    border-color: #395999;
    border-radius: 25px;
    color: #395999;
    font-weight: 600;
    padding: 7px 20px;
}
.btn.facebook:hover {
    background-color: #4064ac;
    border-color: #4064ac;
    color: #fff;
}
.btn.facebook.btn-filled {
    background-color: #395999;
    color: #fff;
}
.btn.facebook.btn-filled:hover {
    background-color: #4064ac;
    border-color: #4064ac;
}
.btn.google {
    background-color: #fff;
    border-color: #d94f3e;
    border-radius: 25px;
    color: #d94f3e;
    font-weight: 600;
    padding: 7px 20px;
}
.btn.google:hover {
    background-color: #dd6253;
    border-color: #dd6253;
    color: #fff;
}
.btn.google.btn-filled {
    background-color: #d94f3e;
    color: #fff;
}
.btn.google.btn-filled:hover {
    background-color: #dd6253;
    border-color: #dd6253;
}
.btn.draugiem {
    background-color: #fff;
    border-color: #f60;
    border-radius: 25px;
    color: #f60;
    font-weight: 600;
    padding: 7px 20px;
}
.btn.draugiem:hover {
    background-color: #ff751a;
    border-color: #ff751a;
    color: #fff;
}
.btn.draugiem.btn-filled {
    background-color: #f60;
    color: #fff;
}
.btn.draugiem.btn-filled:hover {
    background-color: #ff751a;
    border-color: #ff751a;
}
select.styled {
    height: 42px;
    padding-right: 15px;
    visibility: hidden;
}
.custom-select {
    border-radius: 0;
}
.select-wrap {
    display: inline-block;
    max-width: 200px;
    outline: 0;
    position: relative;
    transition: z-index 0.16s linear 0s;
    width: 100%;
    z-index: 1;
}
.select-wrap a {
    color: #444;
    margin: 1px;
}
.select-wrap select {
    display: none;
}
.select-wrap .select-value {
    background-color: #fff;
    border: 1px solid transparent;
    color: #999;
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    padding: 8px 10px;
    padding-right: 25px;
    position: relative;
    text-align: left;
    transition: all 0.16s ease-in-out 0s;
    white-space: nowrap;
    width: 100%;
    z-index: 0;
}
.select-wrap .select-value:after {
    background-color: hsla(0, 0%, 100%, 0.7);
    color: inherit;
    content: "\e900";
    display: block;
    font-family: datateks-font;
    font-size: 1.6rem;
    height: 100%;
    line-height: 39px;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform 0.16s ease-in-out;
    width: 25px;
}
.select-wrap .select-options {
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-top: 0;
    bottom: 2px;
    box-shadow: 4px 3px 7px -4px rgba(0, 0, 0, 0.25), -4px 3px 7px -4px rgba(0, 0, 0, 0.25), 0 3px 5px -1px rgba(0, 0, 0, 0.25);
    line-height: 1.25rem;
    max-height: 50vh;
    max-width: 100vw;
    min-width: 100%;
    opacity: 0;
    overflow: auto;
    position: absolute;
    transform: translateY(100%) scaleY(0);
    transform-origin: top left;
    transition: all 0.16s ease-in-out 0s;
    visibility: hidden;
}
.select-wrap .select-options .option {
    background-color: #fff;
    color: #440b35;
    cursor: pointer;
    overflow: hidden;
    padding: 5px 12px;
    position: relative;
    text-align: left;
    white-space: nowrap;
}
.select-wrap .select-options .option:hover {
    color: #9a9a9a;
}
.select-wrap .select-options .mCustomScrollBox.mCSB_inside {
    border-radius: 0;
    padding-right: 15px;
}
.select-wrap .select-options .mCSB_dragger .mCSB_dragger_bar {
    background-color: border-color !important;
    border-radius: 0;
    width: 100%;
}
.select-wrap .select-options .mCSB_scrollTools.mCSB_scrollTools_vertical {
    background-color: #fff;
    opacity: 1 !important;
    width: 15px;
}
.select-wrap .select-options .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    border-left: 1px solid #cdcdcd;
    border-radius: 0;
    width: 100%;
}
.select-wrap .img {
    background-position: 50% !important;
    background-size: cover !important;
    border: 1px solid #cdcdcd;
    display: inline-block;
    height: 18px;
    margin-right: 5px;
    position: relative;
    top: 3px;
    vertical-align: baseline;
    width: 18px;
}
.select-wrap.error .select-value {
    border-color: #1a1414;
}
.select-wrap:focus {
    transition: z-index 0s linear 0s;
    z-index: 10 !important;
}
.select-wrap.clicked {
    transition: z-index 0s linear 0s;
    z-index: 2;
}
.select-wrap.clicked .select-value {
    border-bottom: 1px solid transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #cdcdcd;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
    color: #999;
    transition: all 0.16s ease-in-out 0s;
}
.select-wrap.clicked .select-options {
    opacity: 1;
    transform: translateY(100%) scaleY(1);
    transition-delay: 0s;
    visibility: visible;
}
.select-wrap:focus {
    outline: 2px solid #a6c8ff;
}
.tooltip {
    pointer-events: none;
}
.tooltip .arrow {
    border-color: #7f7f7f;
}
.tooltip.show {
    opacity: 1;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: inherit;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: inherit;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: inherit;
}
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: inherit;
}
.tooltip .tooltip-inner {
    background-color: #7f7f7f;
    border-radius: 0;
    max-width: 400px;
}
#autocomplete-suggestions {
    background-color: #fff;
    border: 1px solid #cdcdcd;
    box-shadow: 7px 8px 16px -7px rgba(0, 0, 0, 0.1), 0 8px 16px -7px rgba(0, 0, 0, 0.1), -7px 2px 16px -7px rgba(0, 0, 0, 0.1);
    left: 0;
    max-height: 230px;
    max-width: 100vw;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transform: scale(0) translateY(-11px);
    transition: opacity 0.1s ease-in-out 0s, transform 0s linear 0.1s, visibility 0s linear 0.1s;
    visibility: hidden;
    width: 390px;
    z-index: 10;
}
#autocomplete-suggestions.visible {
    opacity: 1;
    transform: scale(1) translateY(-11px);
    transition: opacity 0.1s ease-in-out 0s, transform 0s linear 0s, visibility 0s linear 0s;
}
#autocomplete-suggestions .suggestion {
    border-bottom: 1px solid #cdcdcd;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 25px;
}
#autocomplete-suggestions .suggestion:first-child {
    padding-top: 15px;
}
#autocomplete-suggestions .suggestion:last-child {
    border-bottom: 0;
    padding-bottom: 15px;
}
#autocomplete-suggestions .suggestion img {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    margin-right: 25px;
}
#autocomplete-suggestions .suggestion:hover {
    color: #440b35;
    text-decoration: none;
}
#autocomplete-suggestions:after,
#autocomplete-suggestions:before {
    content: "";
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}
#autocomplete-suggestions:before {
    background-image: linear-gradient(180deg, #fff 33%, rgba(255, 255, 255, 1e-5));
    top: 0;
}
#autocomplete-suggestions:after {
    background-image: linear-gradient(0deg, #fff 33%, rgba(255, 255, 255, 1e-5));
    bottom: 0;
}
.carousel.fade {
    opacity: 1;
}
.carousel.fade .carousel-item {
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.75s ease-in-out;
}
.carousel.fade .carousel-item.active {
    display: block;
    opacity: 1;
    position: relative;
    z-index: 1;
}
.small-cart {
    max-height: 330px;
    overflow: auto;
    position: relative;
}
.small-cart .prod {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 15px;
    padding-top: 15px;
}
.small-cart .prod .rest {
    display: flex;
    display: grid;
    flex-wrap: wrap;
    grid-template-areas: "b c c c c d" "b e e e f f";
}
.small-cart .prod .rest .col {
    padding: 0 5px;
}
.small-cart .prod .image {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    grid-area: b;
    padding-right: 10px;
    width: 80px;
}
.small-cart .prod .image img {
    max-width: 100%;
}
.small-cart .prod .title {
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    font-size: 0.875rem;
    grid-area: c;
    line-height: 1.125rem;
}
.small-cart .prod .title a {
    color: #444;
}
.small-cart .prod .delete {
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    grid-area: d;
}
.small-cart .prod .delete .dt {
    font-size: 1rem;
}
.small-cart .prod .delete a {
    text-decoration: none;
}
.small-cart .prod .color-value {
    box-shadow: inset 0 0 0 1px #fff;
    display: inline-block;
    height: 17px;
    outline: 1px solid #cdcdcd;
    width: 17px;
}
.small-cart .prod .params {
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-area: e;
}
.small-cart .prod .params .col {
    line-height: 20px;
    text-align: left;
    width: auto;
}
.small-cart .prod .params .col .label {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
.small-cart .prod .params .col .value {
    display: inline-block;
    font-size: 0.875rem;
    vertical-align: middle;
}
.small-cart .prod .prices {
    -ms-flex: 1 1 33.4%;
    flex: 1 1 33.4%;
    grid-area: f;
    text-align: right;
}
.small-cart .prod .prices > span {
    display: block;
}
.small-cart .prod .small-grid {
    text-align: center;
    width: 50px;
}
.small-cart .prod .small-grid .label {
    color: #9a9a9a;
    display: block;
    font-size: 0.875rem;
}
.small-cart .prod:first-child {
    padding-top: 0;
}
.small-cart .prod:last-child {
    border-bottom: 0;
}
.small-cart .mCSB_scrollTools {
    width: 8px;
}
.small-cart .mCSB_container {
    padding-right: 15px;
}
.action-wrap {
    position: relative;
    will-change: transform;
}
.action-wrap .action-toggle {
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, background-image 0.1s ease-in-out;
    white-space: nowrap;
}
.action-wrap .action-toggle.visible {
    background-color: #fff;
    color: #440b35;
}
.action-wrap .action-menu {
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
    max-width: 100vw;
    min-width: 200px;
    opacity: 0;
    padding: 15px;
    padding-bottom: 0;
    position: absolute;
    right: 0;
    top: 100%;
    transform: scale(0) translateY(10px);
    transition: opacity 0.1s ease-in-out 0s, transform 0s linear 0.1s, visibility 0s linear 0.1s;
    visibility: hidden;
}
.action-wrap .action-menu.visible {
    opacity: 1;
    transform: scale(1) translateY(10px);
    transition: opacity 0.1s ease-in-out 0s, transform 0s linear 0s, visibility 0s linear 0s;
}
.action-wrap .action-menu form {
    width: 250px;
}
.action-wrap .action-menu form .btn {
    width: 100%;
}
.action-wrap .action-menu:before {
    background-image: url(../images/html/triangle-top.svg);
    content: "";
    filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.1));
    height: 10px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-100%);
    width: 20px;
}
.action-wrap .action-menu.cart-menu {
    max-width: 90vw;
    width: 380px;
}
.action-wrap .action-menu.cart-menu .footer {
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}
.action-wrap .action-menu.cart-menu .sum-wrap {
    font-size: 0.875rem;
    margin-bottom: 10px;
    width: 100%;
}
.action-wrap .action-menu.cart-menu .sum-wrap .prices {
    display: inline-block;
    font-size: 1rem;
    vertical-align: bottom;
}
.action-wrap .action-menu.cart-menu .buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
}
.action-wrap .action-menu.cart-menu .buttons .btn {
    margin-left: 10px;
    min-width: 140px;
}
.action-wrap .action-menu.cart-menu .small-cart {
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}
.action-wrap .action-menu.profile-menu {
    max-width: 95vw;
    width: 310px;
}
.action-wrap .action-menu.profile-menu form {
    width: 100%;
}
.action-wrap .action-menu.profile-menu form .btn {
    width: auto;
}
.action-wrap .action-menu.profile-menu form .forgot-pass {
    margin-right: auto;
}
.action-wrap .action-menu.profile-menu h4 {
    font-size: 1.125rem;
    margin-bottom: 7px;
    text-align: center;
}
.action-wrap .action-menu.profile-menu .seperator {
    margin: 10px;
    position: relative;
    text-align: center;
}
.action-wrap .action-menu.profile-menu .seperator span {
    background-color: #fff;
    display: inline-block;
    font-size: 0.875rem;
    padding: 5px;
    position: relative;
}
.action-wrap .action-menu.profile-menu .seperator:before {
    border-top: 1px solid #cdcdcd;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
}
.action-wrap .action-menu.profile-menu .footer {
    font-size: 0.875rem;
    margin-top: 10px;
}
.action-wrap .action-menu.profile-menu .text-right a {
    text-decoration: none;
}
.action-wrap .action-menu.profile-menu .image {
    background-color: #ebebeb;
    border-radius: 50%;
    display: block;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: -15px;
    width: 80px;
}
.action-wrap .action-menu.profile-menu .image .dt {
    fill: #999;
    font-size: 35px;
    line-height: 80px;
}
.action-wrap .action-menu.profile-menu hr {
    margin: 10px 0;
}
.action-wrap .action-menu.profile-menu a:not(.btn) {
    font-size: 0.875rem;
}
.action-wrap .action-menu.profile-menu .name a {
    color: #444;
    font-size: 1.15em;
    text-decoration: none;
}
.action-wrap .action-menu.profile-menu .nav-item {
    padding: 3px 0;
    width: 100%;
}
.action-wrap .action-menu.profile-menu .nav-item .nav-link {
    padding: 3px 5px;
}
.action-wrap .action-menu.profile-menu > .nav-item:last-child {
    margin-bottom: 15px;
}
.action-wrap .action-menu .footer {
    background-color: #fbf7f7;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
    padding-top: 10px;
}
.action-wrap .profile img {
    border: 1px solid #5a0f46;
    border-radius: 50%;
    height: 25px;
    width: 25px;
}
.soc-buttons .btn {
    margin-bottom: 10px;
    padding-left: 40px;
    position: relative;
    width: 100%;
}
.soc-buttons .btn img {
    left: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#breadcrumb-wrap .container {
    padding-left: 15px;
    padding-right: 15px;
}
#breadcrumbs {
    list-style: none;
    margin-bottom: 0;
    padding: 10px 0;
    padding-left: 0;
}
#breadcrumbs li {
    color: #440b35;
    float: left;
    margin-right: 10px;
}
#breadcrumbs li:last-child a {
    color: #444;
}
#breadcrumbs li:last-child:after {
    display: none;
}
#breadcrumbs li:after {
    content: "\00BB";
    margin-left: 10px;
}
#breadcrumbs:after {
    clear: both;
    content: "";
    display: block;
}
#filter-form .filter .cb {
    font-size: 0.875rem;
}
#filter-form .filter .cb input:checked + span {
    color: #5a0f46;
}
#filter-form .filter .heading {
    margin-bottom: 0;
}
#filter-form .filter .heading h6 {
    margin-right: 0;
}
#filter-form .filter .heading i {
    color: #5a0f46;
    margin-left: 10px;
    margin-right: auto;
}
#filter-form .filter .heading .dropdown-toggle {
    font-size: 22px;
    margin-left: auto;
}
#filter-form .filter .heading .dropdown-toggle:after {
    transition: transform 0.16s linear;
}
#filter-form .filter .heading .dropdown-toggle[aria-expanded="true"]:after {
    transform: rotate(-180deg);
}
#filter-form .filter .content {
    margin-bottom: 15px;
    margin-top: 15px;
}
#filter-form .slider {
    background-color: #eae5e5;
    border: 0;
    height: 7px;
    margin: 5px 5px 10px;
}
#filter-form .slider .ui-slider-range {
    background-color: #5a0f46;
}
#filter-form .slider span {
    background-color: #5a0f46;
    background-image: linear-gradient(180deg, #7d1561, #5a0f46);
    border: 1px solid #5a0f46;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    top: -7px;
    width: 20px;
}
#filter-form .slider span:focus {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    outline: 0;
}
#filter-form .content {
    max-height: 240px;
    overflow: auto;
}
#filter-form .content .cb:first-child {
    margin-top: 3px;
}
#filter-form .mCSB_scrollTools_vertical {
    right: 5px;
}
.price-inputs .input-wrap {
    -ms-flex: 0 1 122px;
    flex: 0 1 122px;
}
label.cb {
    clear: both;
    float: left;
    margin-bottom: 10px;
    position: relative;
}
label.cb input[type="checkbox"],
label.cb input[type="radio"] {
    height: 18px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 18px;
}
label.cb input[type="checkbox"] + span,
label.cb input[type="radio"] + span {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin-left: 2px;
    padding-left: 30px;
    position: relative;
    transition: font-weight 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}
label.cb input[type="checkbox"] + span:after,
label.cb input[type="checkbox"] + span:before,
label.cb input[type="radio"] + span:after,
label.cb input[type="radio"] + span:before {
    content: "";
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 18px;
}
label.cb input[type="checkbox"] + span:before,
label.cb input[type="radio"] + span:before {
    border: 1px solid #d7d7d7;
}
label.cb input[type="checkbox"] + span:after,
label.cb input[type="radio"] + span:after {
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}
label.cb input[type="checkbox"]:checked + span:after,
label.cb input[type="radio"]:checked + span:after {
    opacity: 1;
}
label.cb input[type="checkbox"].error + span,
label.cb input[type="radio"].error + span {
    color: #dc3545;
}
label.cb input[type="checkbox"].error + span:before,
label.cb input[type="radio"].error + span:before {
    border-color: #dc3545;
}
label.cb input[type="checkbox"]:disabled + span,
label.cb input[type="radio"]:disabled + span {
    color: #999;
}
label.cb input[type="checkbox"]:focus + span,
label.cb input[type="radio"]:focus + span {
    outline: 2px solid #a6c8ff;
}
label.cb input[type="checkbox"] + span:after {
    color: #440b35;
    content: "\e910";
    font-family: datateks-font;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 0.8rem;
    text-indent: 1px;
}
label.cb input[type="radio"] + span:before {
    border-radius: 50%;
}
label.cb input[type="radio"] + span:after {
    background-color: #440b35;
    border-radius: 50%;
    height: 10px;
    left: 4px;
    top: 5px;
    width: 10px;
}
.mCSB_scrollTools {
    opacity: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #cdcdcd;
    width: 7px;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #ebebeb;
    width: 7px;
}
.pager-wrap {
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}
.pager-wrap label {
    margin-bottom: 0;
}
.pager-wrap .select-wrap {
    margin: 0 5px;
}
.pager-wrap .page-size .select-wrap {
    margin-right: 10px;
    width: 60px;
}
.pager-wrap .pager-text {
    color: #999;
}
.pager-wrap .sort-wrap .select-wrap {
    width: 170px;
}
.pager-wrap .page-wrap .page {
    display: block;
    float: left;
    font-size: 18px;
    margin: 0 2px;
    padding: 2px;
    text-decoration: none;
}
.pager-wrap .page-wrap .page.active {
    color: #444;
    font-weight: 600;
}
.layout-wrap {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 15px;
}
.layout-wrap .layout {
    color: #9a9a9a;
    font-size: 1.5rem;
    margin-right: 15px;
    text-decoration: none;
}
.layout-wrap .layout:hover {
    color: #a7a7a7;
}
.layout-wrap .layout.active {
    color: #440b35;
}
.layout-wrap .layout.active:hover {
    color: #5a0f46;
}
.brand-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
}
.brand-list .brand {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    padding: 15px;
}
.brand-list .brand .wrap {
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #cdcdcd;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    width: 100%;
}
.brand-list .brand img {
    max-height: 100px;
    max-width: 100%;
}
.colors label.cb {
    clear: none;
    margin-bottom: 10px;
    margin-right: 10px;
}
.colors label.cb input[type="checkbox"] + span,
.colors label.cb input[type="radio"] + span {
    background-clip: content-box;
    background-size: contain;
    border: 1px solid #cdcdcd;
    display: block;
    height: 20px;
    padding: 2px;
    padding-left: 2px;
    width: 20px;
}
.colors label.cb input[type="checkbox"] + span:after,
.colors label.cb input[type="checkbox"] + span:before,
.colors label.cb input[type="radio"] + span:after,
.colors label.cb input[type="radio"] + span:before {
    display: none;
}
.colors label.cb input[type="checkbox"]:checked + span,
.colors label.cb input[type="radio"]:checked + span {
    border: 2px solid #5a0f46;
    padding: 1px;
    padding-left: 1px;
}
.gray {
    color: #9a9a9a;
}
#product {
    margin-bottom: 50px;
    padding-bottom: 50px;
    padding-top: 0;
}
#product .main .row {
    margin-bottom: 10px;
}
#product .main label {
    display: block;
    margin-bottom: 0;
}
#product .main .select-wrap {
    font-size: 1rem;
}
#product .main .colors label.cb {
    margin-bottom: 10px;
}
#product .prices .new-price,
#product .prices .price {
    font-size: 1.875rem;
}
#product .prices .new-price + .price {
    font-size: 1rem;
}
#product .actions .action-toggle {
    -ms-flex-align: center;
    align-items: center;
    clear: both;
    display: block;
    float: left;
    height: auto;
    line-height: 18px;
    margin-bottom: 10px;
    width: auto;
}
#product .actions .action-toggle i {
    font-size: 18px;
    vertical-align: middle;
}
#product .actions .action-toggle span {
    display: inline-block;
    line-height: 1em;
    margin-left: 7px;
    position: relative;
    top: 3px;
    white-space: pre-wrap;
    vertical-align: middle;
}
#product button[type="submit"] {
    font-weight: 600;
}
#product button[type="submit"] span {
    vertical-align: middle;
}
.gallery .thumbnails {
    display: none;
    margin-top: 20px;
}
.gallery .thumbnails .thumbnail {
    border: 1px solid #cdcdcd;
    cursor: pointer;
    opacity: 0.5;
    position: relative;
    transition: opacity 0.1s ease-in-out;
}
.gallery .thumbnails .thumbnail:after {
    border: 5px solid #5a0f46;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.16s ease-in-out;
    width: 100%;
}
.gallery .thumbnails .thumbnail.current,
.gallery .thumbnails .thumbnail.current:after {
    opacity: 1;
}
.gallery .thumbnails .thumbnail.video:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 65px 65px;
    color: #5a0f46;
    content: "\e914";
    font-family: datateks-font;
    font-size: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.gallery .thumbnails.owl-carousel {
    display: block;
}
.gallery .main-image {
    border: 1px solid #cdcdcd;
    overflow: hidden;
}
.gallery .main-image .carousel,
.gallery .main-image .carousel-inner,
.gallery .main-image .carousel-item {
    height: 100%;
}
.gallery .main-image iframe {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
}
.gallery .main-image:hover .tags {
    opacity: 0;
}
.gallery img {
    display: block;
}
.gallery .tags {
    bottom: 15px;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: opacity 0.3s ease-in-out;
    z-index: 2;
}
.gallery .tags .tag.top {
    bottom: 50px;
    top: auto;
}
.tabbed-content {
    padding: 0;
}
.tabbed-content .nav-tabs {
    border: 1px solid #cdcdcd;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 16px;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden;
}
.tabbed-content .nav-tabs .nav-item {
    background-color: #727272;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}
.tabbed-content .nav-tabs .nav-item:last-child .nav-link {
    border-right: 0;
}
.tabbed-content .nav-tabs .nav-item i {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: text-bottom;
}
.tabbed-content .nav-tabs .nav-item span {
    vertical-align: text-bottom;
}
.tabbed-content .nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    border-right: 1px solid #fff;
    color: #fff;
    text-align: center;
    transition: all 0.1s ease-in-out;
    width: 100%;
}
.tabbed-content .nav-tabs .nav-link.active {
    background-color: #fff;
    color: #440b35;
    font-weight: 700;
}
.tabbed-content .tab-content {
    padding: 30px 15px;
    text-align: justify;
}
.tabbed-content .tab-content h5 {
    margin-bottom: 20px;
}
.specification {
    line-height: 1.4em;
}
.specification .row {
    padding-bottom: 15px;
}
.specification .gray {
    font-size: 0.9em;
}
.shop-list {
    padding-left: 0;
}
.shop-list p {
    margin-bottom: 0;
}
.shop-list h6 {
    font-family: Roboto;
    font-weight: 400;
    margin-bottom: 5px;
}
.shop-list .gray {
    font-size: 0.875em;
}
.shop-list li {
    border-bottom: 1px solid #cdcdcd;
    padding: 15px 0;
}
.shop-list li a {
    color: inherit;
}
.shop-list li:last-child {
    border-bottom: 0;
}
.map-container {
    min-height: 300px;
    position: relative;
    width: 100%;
}
#shop-map {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#contacts-map .dt,
#shop-map .dt {
    color: #5a0f46;
    font-size: 40px;
}
.related-products .product {
    -ms-flex: 1 0 240px;
    flex: 1 0 240px;
}
.related-products .product h5 {
    margin-bottom: 0;
}
.related-products .product .description {
    margin-bottom: 15px;
}
.related-products .product .prices > span {
    display: block;
}
#steps {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 30px;
}
#steps .step {
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    text-align: center;
}
#steps .step a,
#steps .step span {
    color: #9a9a9a;
}
#steps .step.done a,
#steps .step.done span {
    color: #440b35;
}
#steps .step.active a,
#steps .step.active span {
    color: #444;
}
#steps .progress {
    background-color: #cdcdcd;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    height: 5px;
    margin-top: 10px;
    width: 100%;
}
#steps .progress .progress-bar {
    background-color: #440b35;
}
.cart .header {
    background: #fbf7f7;
    font-family: Roboto Slab;
    font-size: 0.875em;
    font-weight: 600;
}
.cart .header .col {
    padding: 5px 15px;
}
.cart .prod,
.cart .service {
    border-bottom: 1px solid #cdcdcd;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 10px 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.cart .prod .select-wrap,
.cart .prod .select-wrap select,
.cart .service .select-wrap,
.cart .service .select-wrap select {
    width: 140px;
}
.cart .col {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.cart .col label {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    font-size: 0.875em;
    line-height: 1em;
    margin-bottom: 0;
    width: 100%;
}
.cart .col .select-wrap {
    margin-top: 0;
}
.cart .col .select-wrap .select-value {
    line-height: 30px;
    padding: 2px 10px;
    padding-left: 0;
}
.cart .col.params {
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}
.cart .col.image {
    background-color: #fbf7f7;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    height: 70px;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
}
.cart .col.image .dt {
    color: #5a0f46;
    font-size: 45px;
}
.cart .col.image .dt.dt-tools {
    font-size: 35px;
}
.cart .col.name {
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
    line-height: 1.3em;
}
.cart .col.name a {
    text-decoration: none;
}
.cart .col.name a:hover .name {
    text-decoration: underline;
}
.cart .col.name .date {
    font-size: 0.874em;
}
.cart .col.name .date:before {
    content: "\e91a";
    font-family: datateks-font;
    font-size: 1rem;
    margin-right: 5px;
}
.cart .col.count {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    -ms-flex-pack: center;
    justify-content: center;
}
.cart .col.count input {
    text-align: center;
}
.cart .col.select {
    -ms-flex: 0 1 180px;
    flex: 0 1 180px;
}
.cart .col.delete {
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
}
.cart .col.price {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 30px;
}
.cart .col.description {
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
}
.cart .prices {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: right;
}
.cart .prices .price {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -ms-flex-order: 1;
    order: 1;
}
.cart .prices .new-price {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -ms-flex-order: 2;
    order: 2;
}
.cart .delete {
    text-decoration: none;
}
.cart .delete .dt {
    font-size: 23px;
}
.cart .input-wrap {
    width: 70px;
}
.cart .input-wrap input {
    text-align: center;
}
.cart .input-wrap input + label {
    color: #444;
    font-size: 1rem;
    width: auto;
}
.cart .input-wrap input.filled + label {
    font-size: 0.875rem;
}
.cart .input-wrap button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    color: #5a0f46;
    cursor: pointer;
    height: 100%;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 0;
}
.cart .code-wrap {
    margin-right: 32px;
    max-width: 100%;
}
.cart .code-wrap .input-wrap {
    width: auto;
    max-width: 100%;
}
.cart .code-wrap .input-wrap input {
    max-width: 100%;
    text-align: left;
    width: 360px;
}
.cart .summary {
    margin-top: 30px;
}
.cart .summary .col {
    -ms-flex-align: start;
    align-items: flex-start;
}
.cart .summary .row {
    margin-bottom: 5px;
}
.cart .summary .row span.label {
    margin-right: 10px;
}
.cart .summary .sum-total .prices {
    font-size: 1.1rem;
}
.cart .summary .sums {
    padding-top: 10px;
}
.cart .summary .buttons {
    margin-top: 35px;
}
.cart .summary .buttons .btn {
    margin-left: 7px;
    min-width: 150px;
}
.cart .summary .small {
    font-size: 0.75rem;
}
.cart input {
    height: 40px;
}
.small,
small {
    font-size: 0.875rem;
}
.block-wrapper {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.block-wrapper li {
    position: relative;
    text-align: center;
}
.block-wrapper li .cb-block {
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0.875rem;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.2;
    margin-bottom: 0;
}
.block-wrapper li .cb-block input {
    opacity: 0;
    pointer-events: none;
}
.block-wrapper li .cb-block input:checked + .wrapper {
    border-color: #5a0f46;
}
.block-wrapper li .cb-block input:checked + .wrapper:after {
    opacity: 1;
    transform: translateX(0);
}
.block-wrapper li .cb-block input:checked + .label {
    color: #5a0f46;
}
.block-wrapper li .cb-block .image,
.block-wrapper li .cb-block .image img {
    margin-bottom: 5px;
}
.block-wrapper li .cb-block .image span.dt {
    color: #5a0f46;
    font-size: 40px;
    line-height: 1;
}
.block-wrapper li .cb-block .price {
    color: #999;
    margin-top: 3px;
}
.block-wrapper li .cb-block .wrapper {
    border: 1px solid #cdcdcd;
    height: 100%;
    overflow: hidden;
    padding: 14px 20px;
    position: relative;
    transition: border-color 0.16s ease-in-out;
    width: 100%;
}
.block-wrapper li .cb-block .wrapper:after {
    color: #5a0f46;
    content: "\e910";
    font-family: datateks-font;
    font-size: 20px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    transform: translateX(100%);
    transition: all 0.16s ease-in-out;
}
.block-wrapper li [type="radio"] {
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
}
.block-wrapper li:not(:last-of-type) {
    margin-right: 10px;
}
input.datepicker {
    padding-left: 35px;
}
.ui-datepicker {
    border-radius: 0;
    border-top: 0;
    padding: 0;
    width: 250px;
}
.ui-datepicker table {
    margin-bottom: 0;
}
.ui-datepicker:before {
    border: 14px solid transparent;
    border-bottom: 14px solid #5a0f46;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -1px;
    top: 0;
    transform: translateY(-100%);
    width: 0;
}
.ui-datepicker .ui-widget-header {
    color: #fff;
    font-family: Roboto Slab;
}
.ui-datepicker .ui-widget-header .ui-state-hover {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 auto;
}
.ui-datepicker .ui-datepicker-header {
    -ms-flex-align: center;
    align-items: center;
    background-color: #5a0f46;
    border: 0;
    border-radius: 0;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    border-radius: 0;
    cursor: pointer;
    height: 100%;
    top: 0;
    width: 35px;
}
.ui-datepicker .ui-datepicker-next .ui-icon,
.ui-datepicker .ui-datepicker-prev .ui-icon {
    height: 100%;
    left: 0;
    margin: 0;
    top: 0;
    width: 100%;
}
.ui-datepicker .ui-datepicker-next .ui-icon:before,
.ui-datepicker .ui-datepicker-prev .ui-icon:before {
    font-size: 0.5rem;
    left: 50%;
    position: absolute;
    text-indent: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
.ui-datepicker .ui-datepicker-prev {
    left: 0;
    transform: rotate(180deg);
}
.ui-datepicker .ui-datepicker-prev .ui-icon:before {
    content: "\e914";
    font-family: datateks-font;
}
.ui-datepicker .ui-datepicker-next {
    right: 0;
}
.ui-datepicker .ui-datepicker-next .ui-icon:before {
    content: "\e914";
    font-family: datateks-font;
}
.ui-datepicker .ui-datepicker-calendar {
    background-color: #fff;
}
.ui-datepicker .ui-datepicker-calendar thead {
    background-color: #fbf7f8;
    font-family: Roboto Slab;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar thead th {
    padding: 8px 5px;
}
.ui-datepicker .ui-datepicker-calendar tbody td {
    height: 35px;
    padding: 0;
    width: 35px;
}
.ui-datepicker .ui-datepicker-calendar tbody td a {
    background-color: transparent;
    border: 0;
    line-height: 30px;
    text-align: center;
}
.ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-hover {
    background-color: #fbf7f8;
}
.ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-highlight {
    color: #5a0f46;
}
.ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #5a0f46;
    color: #fff;
}
.ui-datepicker .ui-datepicker-calendar tbody td a.priority-secondary {
    color: #cdcdcd;
    opacity: 1;
}
.ui-datepicker .ui-datepicker-calendar tbody td.ui-state-disabled {
    opacity: 1;
}
.ui-datepicker .ui-datepicker-calendar tbody td.ui-state-disabled .ui-state-default {
    background-color: transparent;
    border: 0;
    color: #999;
    opacity: 1;
    text-align: center;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    font-family: Roboto Slab;
    font-weight: 600;
    padding-right: 15px;
    width: auto;
}
.ui-datepicker select.ui-datepicker-month option,
.ui-datepicker select.ui-datepicker-year option {
    color: #444;
}
.ui-datepicker.above:before {
    display: none;
}
.ui-datepicker.above:after {
    background-color: #fff;
    border: 1px solid #cdcdcd;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    right: 0;
    top: 100%;
    transform: rotate(45deg) translateY(-5px) translateX(-9px);
    width: 20px;
    z-index: -1;
}
.select-wrap.time .select-value {
    background-position: left 7px center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    border: 1px solid #cdcdcd;
    height: 38px;
    padding-left: 30px;
}
.select-wrap.time .select-value:before {
    content: "\e923";
    font-family: datateks-font;
    left: 6px;
    position: absolute;
}
.select-wrap.time .select-options .option {
    padding-left: 30px;
}
::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}
::-moz-placeholder {
    color: #999;
    opacity: 1;
}
:-ms-input-placeholder,
::-ms-input-placeholder {
    color: #999;
    opacity: 1;
}
::placeholder {
    color: #999;
    opacity: 1;
}
#order-form h4 {
    margin-bottom: 15px;
}
#order-form .footer .cb {
    margin-bottom: 0;
}
#order-form .cb span {
    font-size: 0.875rem;
}
#order-form .select-wrap.time .select-value {
    border: 0;
}
#order-form .datepicker {
    border: 0;
    cursor: pointer;
}
#order-form hr {
    margin-bottom: 0;
    margin-top: 0;
}
#order-form .tooltip {
    z-index: 99;
}
#order-form .tooltip.bs-tooltip-right {
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(100%);
}
#order-form .tooltip.bs-tooltip-right .arrow {
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
}
#side-cart {
    max-width: 380px;
    position: static;
    position: sticky;
    top: 130px;
}
#side-cart h5 {
    margin-bottom: 10px;
}
#side-cart .mCSB_container {
    padding-right: 15px;
}
#side-cart .small-cart {
    margin-right: 0;
    max-height: 440px;
}
#side-cart .footer {
    background-color: #fbf7f7;
    padding: 20px 10px;
}
#side-cart .footer .sums .price {
    font-size: 1rem;
}
#side-cart .footer .sum-total .price {
    font-size: 1.3rem;
}
#side-cart .footer .row {
    margin-bottom: 10px;
}
#side-cart .footer .buttons {
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #cdcdcd;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5px;
    padding-top: 15px;
}
#side-cart #discount-form {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    width: 100%;
}
#side-cart .discount-toggle {
    font-size: 0.875rem;
}
.login-form-wrap .soc-buttons .btn {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 360px;
}
.login-form-wrap .seperator {
    margin: 10px;
    position: relative;
    text-align: center;
}
.login-form-wrap .seperator span {
    background-color: #fff;
    display: inline-block;
    font-size: 0.875rem;
    padding: 5px;
    position: relative;
}
.login-form-wrap .seperator:before {
    border-top: 1px solid #cdcdcd;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
}
.login-form-wrap .btn {
    margin-left: 40px;
}
.login-form-wrap .forgot-pass {
    font-weight: 600;
}
.buttons {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.buttons.mt-4 .btn {
    margin-left: 15px;
}
.formatedtext {
    line-height: 1.8em;
}
.formatedtext h6 {
    margin-bottom: 10px;
}
.formatedtext img {
    margin: 0.5em 0;
}
.formatedtext ul {
    list-style: none;
    padding-left: 30px;
}
.formatedtext ul li {
    text-indent: -30px;
}
.formatedtext ul li:before {
    color: #440b35;
    content: "\2022";
    display: inline-block;
    font-size: 40px;
    line-height: 1rem;
    margin-right: 5px;
    text-indent: 0;
    vertical-align: middle;
    width: 25px;
}
.formatedtext ol {
    counter-reset: a;
    list-style: none;
    padding-left: 30px;
}
.formatedtext ol li {
    counter-increment: a;
    text-indent: -30px;
}
.formatedtext ol li:before {
    color: #440b35;
    content: counters(a, ". ") ". ";
    display: inline-block;
    font-family: Roboto Slab;
    font-weight: 600;
    margin-right: 5px;
    min-width: 25px;
    text-indent: 0;
}
.contacts {
    padding-top: 20px;
}
.contacts p {
    margin-bottom: 5px;
}
.contacts p a[href*="mailto"],
.contacts p a[href*="tel"] {
    color: inherit;
}
.contacts a:before,
.contacts div:before,
.contacts p:before,
.contacts span:before {
    color: #5a0f46;
    display: inline-block;
    font-family: datateks-font;
    text-align: left;
    width: 30px;
}
.contacts a.address:before,
.contacts div.address:before,
.contacts p.address:before,
.contacts span.address:before {
    content: "\e919";
}
.contacts a.phone:before,
.contacts div.phone:before,
.contacts p.phone:before,
.contacts span.phone:before {
    content: "\e90b";
}
.contacts a.email:before,
.contacts div.email:before,
.contacts p.email:before,
.contacts span.email:before {
    content: "\e91d";
}
.contacts a.time:before,
.contacts div.time:before,
.contacts p.time:before,
.contacts span.time:before {
    content: "\e923";
}
#contacts-map {
    height: 375px;
    margin: 55px calc((100vw - 100%) / 2 * -1) -40px;
    position: relative;
    width: auto;
}
.news-list {
    list-style: none;
    margin-bottom: 30px;
    padding-left: 0;
}
.news-list article a {
    text-decoration: none;
}
.news-list article a:hover .text {
    color: #999;
}
.news-list article .image {
    margin-bottom: 15px;
}
.news-list article .date {
    color: #999;
    margin: 10px 0;
}
.news-list article .text {
    color: #444;
    font-size: 0.875rem;
    line-height: 2;
    text-align: justify;
    transition: color 0.1s ease-in-out;
}
.news-list article .date:before {
    content: "\e923";
    font-family: datateks-font;
    margin-right: 5px;
}
.news-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.news-list li article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.news-list li:not(:nth-last-child(-n + 3)) article:after {
    border-top: 1px solid #cdcdcd;
    content: "";
    display: block;
    margin: 20px 0 30px;
    width: 100%;
}
.heading + .news-list {
    margin-top: 25px;
}
blockquote {
    background-image: url(/images/html/quote.svg);
    background-position: 0;
    background-repeat: no-repeat;
    border: 1px solid #cdcdcd;
    border-left: 0;
    border-right: 0;
    color: #999;
    font-style: italic;
    margin-top: 15px 0;
    padding: 30px 30px 30px 100px;
}
.add-to-cart-message {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    left: 0;
    position: fixed;
    top: 100%;
    transition: transform 0.3s ease-in-out;
    width: 100%;
    z-index: 900;
}
.add-to-cart-message .left {
    -ms-flex-align: center;
    align-items: center;
    background-color: #5a0f46;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.add-to-cart-message .left a {
    color: #fff;
    text-decoration: none;
}
.add-to-cart-message .left i {
    margin-right: 10px;
}
.add-to-cart-message .left:before {
    background-color: inherit;
    content: "";
    height: 100%;
    position: absolute;
    right: 100%;
    width: 50vw;
}
.add-to-cart-message .right {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
}
.add-to-cart-message .right a:not(.btn) {
    color: #444;
}
.add-to-cart-message .right .image {
    margin-right: 15px;
}
.add-to-cart-message .right .item-price {
    margin-left: auto;
}
.add-to-cart-message .right .buttons {
    margin-left: 50px;
}
.add-to-cart-message.show {
    transform: translateY(-100%);
}
#add-to-cart-message-proto {
    display: none;
}
.loading-circle:after,
.loading-circle:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.loading-circle:before {
    background-color: inherit;
}
.loading-circle:after {
    animation: b 1s linear infinite;
    background-image: url(/images/html/loader.svg);
}
@keyframes b {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
#cookie-notification {
    background-color: #5a0f46;
    bottom: 0;
    color: #fff;
    opacity: 0;
    position: fixed;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 105;
}
#cookie-notification .container {
    padding: 15px;
}
#cookie-notification .text {
    font-size: 0.875rem;
}
#cookie-notification .btn {
    margin-left: 15px;
}
#cookie-notification .btn-filled {
    border-color: #fff;
}
#cookie-notification.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
#compare-container {
    bottom: 30%;
    left: 100%;
    position: fixed;
    transform: translateX(20px);
    transition: transform 0.2s ease-in-out;
    will-change: contents;
}
#compare-container #compare-toggler {
    -ms-flex-align: center;
    align-items: center;
    background-color: #5a0f46;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 40px;
}
#compare-container #compare-products {
    background-color: #fff;
    padding: 7px 15px;
}
#compare-container #compare-products,
#compare-container .compare-product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
#compare-container .compare-product {
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #cdcdcd;
    height: 66px;
    margin: 0 7px;
    overflow: hidden;
    padding: 5px;
    width: 66px;
}
#compare-container .compare-product a {
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 65%, 0.8);
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    text-decoration: none;
    top: 100%;
    transition: all 0.16s ease-in-out;
    width: 100%;
}
#compare-container .compare-product:hover a {
    opacity: 1;
    transform: translateY(-100%);
}
#compare-container .bottom {
    margin: 7px 15px;
    padding-bottom: 7px;
    text-align: center;
}
#compare-container .bottom a {
    display: inline-block;
    text-decoration: none;
}
#compare-container .wrap {
    background-color: #fff;
    margin-left: 40px;
}
#compare-container.has-products {
    transform: translateX(-40px);
}
#compare-container.show {
    transform: translateX(-100%);
}
#compare-container.show .wrap {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
}
#thank-you {
    margin-bottom: 70px;
    text-align: center;
}
#thank-you .image {
    margin-bottom: 20px;
}
#thank-you .image img {
    max-height: 160px;
    max-width: 160px;
}
#thank-you .image .dt {
    color: #440b35;
    font-size: 10rem;
}
#thank-you .btn {
    margin-top: 20px;
    min-width: 150px;
}
.welcome-message {
    line-height: 1em;
    margin-bottom: 30px;
}
.navigation-block {
    border: 1px solid #cdcdcd;
    height: 100%;
    padding: 25px 50px;
    text-align: center;
}
.navigation-block .image {
    font-size: 5rem;
    line-height: 1em;
    margin-bottom: 20px;
}
.navigation-block .image img {
    max-height: 80px;
    max-width: 80px;
}
.navigation-block .image .dt {
    color: #440b35;
}
.blocks [class^="col"] {
    margin-bottom: 30px;
}
#package-point-map {
    height: 300px;
}
#map-wrap {
    padding: 30px 15px;
}
#map-wrap .autocomplete-wrap .wrap {
    margin-bottom: 30px;
}
#package-delivery-wrap {
    border: 1px solid #cdcdcd;
    margin-top: 15px;
}
#package-delivery-wrap nav .nav-item {
    background-color: #727272;
    color: #fff;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
#package-delivery-wrap nav .nav-item.nav-link {
    border: 0;
    border-radius: 0;
}
#package-delivery-wrap nav .nav-item.nav-link.active {
    background-color: #fff;
    border: 0;
    color: #5a0f46;
}
#classic-view {
    padding: 30px 15px 15px;
}
#classic-view label.cb {
    width: 100%;
}
#classic-view .related-fields {
    clear: both;
}
#classic-view .select-wrap {
    margin-left: 30px;
    margin-right: 30px;
    max-width: unset;
    width: calc(100% - 60px);
}
.delivery-info .cb-block {
    min-width: 165px;
    max-width: 165px;
}
@media screen and (max-width: 1200px) {
    #header .langmenu:not(.mobile) {
        margin-left: 30px !important;
    }
    #header .header-action-wrap,
    #header .search-wrap,
    #header .soc-wrap {
        margin-left: 10px;
    }
    .header-contacts {
        -ms-flex: 0 0 160px;
        flex: 0 0 160px;
        margin-left: 10px;
        margin-right: 10px;
        width: 160px;
    }
    .product-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    body > footer .contacts {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    body > footer .contacts > div {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-bottom: 10px;
    }
    body > footer .contacts .contact-form-wrap {
        float: none !important;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }
    body > footer .contacts .xml-logos {
        margin-top: 0;
        -ms-flex-order: 4;
        order: 4;
        text-align: left;
    }
    body > footer .contacts .xml-logos img {
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 20px;
    }
}
@media screen and (max-width: 1024px) {
    .sticky-aside {
        bottom: 10px;
        position: static;
        position: sticky;
    }
}
@media screen and (max-width: 991px) {
    #header .top .soc-wrap {
        display: none !important;
    }
    #header .bottom .nav {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    #header .bottom .ml-auto {
        line-height: 0;
    }
    #header .bottom .search-toggler {
        display: block;
    }
    #header.scrolled {
        transition: transform 0.16s ease-in-out;
    }
    #header.scrolled #main-navigation .nav-item.hovered,
    #header.scrolled #main-navigation .nav-item .submenu,
    #header.scrolled #main-navigation .nav-item:hover {
        box-shadow: none;
    }
    #header.scrolled #main-navigation .nav-item .submenu .nav-item {
        padding-left: 45px;
    }
    #header.scrolled.scroll-down {
        transform: translateY(-60px);
    }
    #autocomplete-suggestions {
        width: 100%;
    }
    #main-navigation .navbar-nav .nav-item {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #main-navigation .navbar-nav .nav-item .nav-link {
        color: #fff;
    }
    #main-navigation .navbar-nav .nav-item .submenu-toggle {
        display: block;
        margin-right: 15px;
        transition: transform 0.16s ease-in-out;
    }
    #main-navigation .navbar-nav .nav-item .submenu {
        display: none;
        position: relative;
    }
    #main-navigation .navbar-nav .nav-item.hovered .submenu-toggle {
        transform: rotate(90deg);
    }
    #category-menu-wrap {
        height: 100%;
    }
    #category-toggler {
        height: 45px;
        margin-bottom: auto;
    }
    #slideshow {
        width: 100%;
    }
    #slideshow .slide-thumbs .thumb {
        height: 14.5vw;
        max-height: unset;
    }
    .product-container.list-view .product {
        margin-left: 0;
    }
    .product-container.list-view .product .image {
        -ms-flex-item-align: center;
        align-self: center;
    }
    .product-container.list-view .product .image img {
        max-height: 130px;
    }
    .product-container.list-view .product .wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product-container.list-view .product .wrap .description {
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        height: auto;
        margin-top: 20px;
    }
    .product-container.list-view .product .wrap .bottom {
        width: 100%;
    }
    .product-container.list-view .product .tags .tag.top {
        top: 0;
    }
    .sticky-aside {
        top: 60px;
    }
    #category-menu .right .subcategory-wrap {
        column-count: 2;
    }
    footer {
        padding-bottom: 15px;
    }
    footer .copyright .plug {
        position: relative;
        right: 0;
        text-align: center;
    }
    #cart .header {
        display: none;
    }
    #cart .prod,
    #cart .service {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #cart .prod .image,
    #cart .service .image {
        margin-left: 30px;
    }
    #cart .prod .name,
    #cart .service .name {
        -ms-flex: 1 1 60%;
        flex: 1 1 60%;
    }
    #cart .prod .params,
    #cart .service .params {
        margin-top: 15px;
        width: 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    #cart .prod .params .col,
    #cart .service .params .col {
        margin-bottom: 10px;
    }
    #cart .prod .params .count label,
    #cart .service .params .count label {
        margin-bottom: 3px;
    }
    #cart .prod .delete,
    #cart .service .delete {
        margin-left: auto;
    }
    #cart .col.price {
        padding-left: 30px;
    }
    #cart .col.price .prices {
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    #header .top .header-contacts,
    #header .top .langmenu {
        display: none !important;
    }
    .bns .bn {
        margin-bottom: 15px;
    }
    .cat-container .category-list {
        grid-area: span 3;
        grid-template-columns: repeat(3, 1fr);
    }
    @supports not (display: grid) {
        .cat-container .category-list.small .wrap,
        .cat-container .category-list.small .wrap .wrap,
        .cat-container .category-list.small .wrap:first-child,
        .cat-container .category-list.small .wrap:first-child .wrap,
        .cat-container .category-list.small .wrap:last-child,
        .cat-container .category-list.small .wrap:last-child .wrap,
        .cat-container .category-list .wrap,
        .cat-container .category-list .wrap .wrap,
        .cat-container .category-list .wrap:first-child,
        .cat-container .category-list .wrap:first-child .wrap,
        .cat-container .category-list .wrap:last-child,
        .cat-container .category-list .wrap:last-child .wrap {
            -ms-flex: 1 1 100%;
            flex: 1 1 100%;
            width: 100%;
        }
    }
    body > footer .col-12 {
        margin-bottom: 30px;
    }
    #category-menu .right .subcategory-wrap {
        column-count: 1;
    }
    .slide-container .container {
        padding-left: 0;
        padding-right: 0;
    }
    aside.sticky-aside {
        position: static;
    }
    .add-to-cart-message .right {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .add-to-cart-message .right .item-price {
        width: 49%;
    }
    .add-to-cart-message .right .buttons {
        margin-left: 0;
        width: auto;
    }
    .product-container.list-view {
        padding-right: 10px;
    }
}
@media screen and (max-width: 691px) {
    .cat-container .category-list {
        grid-area: span 2;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 575px) {
    .product {
        margin-bottom: 35px;
    }
    .sticky-aside {
        margin-bottom: 30px;
        position: static;
    }
    .product-row .sticky-aside {
        margin-bottom: 0;
    }
    .product-row .sticky-aside .menu {
        display: none;
    }
    .cat-container .category-list {
        display: block;
    }
    .cat-container .category-list .wrap {
        height: 100px;
        margin-bottom: 15px;
        width: auto;
    }
    .cat-container .category-list .wrap .cat {
        font-size: 6vw;
    }
    .add-to-cart-message .left {
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px;
    }
    #cart .prod,
    #cart .service {
        margin-left: -45px;
        margin-right: -30px;
    }
    #cart .prod .col.price,
    #cart .service .col.price {
        -ms-flex: 0 1 0px;
        flex: 0 1 0;
        margin-left: 15px;
        padding-left: 15px;
    }
    #steps {
        margin-top: -30px;
    }
    #steps .step {
        width: 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        text-align: left;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 480px) {
    #header .bottom .search-wrap {
        margin-right: 10px;
    }
    .bns .bn.placeholder {
        font-size: 5vw;
    }
    .bns .bn.placeholder:before {
        background-size: contain;
        height: 9vw;
    }
    .action-wrap .action-menu {
        max-width: 100vw !important;
        width: 100vw !important;
    }
    .action-wrap .action-menu.cart-menu .buttons {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .action-wrap .action-menu.cart-menu .buttons .btn {
        margin-left: 0;
    }
    .cart .code-wrap {
        margin: 0 auto;
    }
    .cart .summary .buttons {
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cart .summary .buttons .btn {
        margin: 0 7px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 480px) {
    #order-form .block-wrapper li {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    #order-form .block-wrapper li .cb-block {
        min-width: 100%;
        max-width: unset;
    }
}
/*# sourceMappingURL=style.min.css.map */
