@font-face {
    font-family: storopia;
    src: url('../fonts/storopia.woff2') format("woff2"),
    url('../fonts/storopia.woff') format("woff");
    font-weight: 400;
    font-style: normal
}

.box-error .link-home a:hover, body a:hover {
    text-decoration: none
}

.bg-error .content, .content {
    background-repeat: no-repeat
}

body, html {
    height: 100%;
    font-family: 'Montserrat', sans-serif;
}

button,
a {
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
}

body a:hover, a:focus, a:active {
    -webkit-tap-highlight-color: transparent;
}

.wrapper {
    min-width: 320px;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start
}

header {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-order: 1;
}

header.not-front {
    padding-bottom: 0;
}

.content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-order: 2;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-grow: 1;
}

footer {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-order: 3;
    margin: 40px 25px 0 25px;
    border-top: 1px solid #c1c1c1;
    height: 110px;
}

.address {
    width: 325px;
    font-weight: 200;
    font-size: 1em;
    color: #0a0a0a;
    line-height: 1em;
}

section {
    padding: 60px 0 15px;
}

/*HEADER*/

nav {
    padding: 0 25px;
}

/*.uk-navbar:before, .uk-navbar:after {*/
    /*display: block;*/
    /*content: '';*/
    /*position: absolute;*/
    /*transition: transform .5s ease;*/
/*}*/

/*.uk-navbar:before {*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    /*height: 1px;*/
    /*background: #c1c1c1;*/
    /*transform: scaleX(0);*/
    /*z-index: 1;*/
/*}*/

.uk-navbar.uk-navbar-sticky {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}

.uk-navbar-item.uk-logo {
    padding: 0 55px 0 0;
}

nav .uk-navbar-nav>li>a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.125em;
    color: #000;
    padding: 0 25px;
    text-transform: none;
}

nav .uk-navbar-nav>li>.active>span {
    position: relative;
}

nav .uk-navbar-nav>li>.active>span:before {
    display: block;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-bottom: 4px solid #7e4c42;
}

a.link-tel {
    font-weight: 200;
    font-size: 1.5em;
    color: #727272;
    margin-right: 90px;
    cursor: default;
}

a.link-tel .code-start {
    color: #000;
}

a.link-tel .code-finish {
    font-weight: 400;
    color: #000;
}

footer a.link-tel {
    margin: 0;
    font-size: 2.313em;
}

.social-block a {
    margin: 0 15px;
}

.social-block a.icon-instagram {
    width: 29px;
    height: 31px;
    border-radius: 5px;
}

nav .uk-navbar-nav>li>a>span {
    position: relative;
}

a.link-tel:before, a.link-tel:after,
nav .uk-navbar-nav>li>a>span:before,
nav .uk-navbar-nav>li>a>span:after{
    display: block;
    content: '';
    position: absolute;
    transition: transform .5s ease;
}

a.link-tel:before,
nav .uk-navbar-nav>li>a>span:before{
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #7e4c42;
    transform: scaleX(0);
}

a.link-tel:hover:before,
nav .uk-navbar-nav>li>a:hover>span:before,
nav .uk-navbar-nav>li>a.uk-open>span:before{
    /*transform: scaleX(1);*/
}

nav .uk-navbar-nav>li>a.uk-open {
    color: #000;
}

nav .uk-navbar-nav>li>a:hover {
    color: #000;
}

.uk-button.menu-more {
    border: 0;
    padding: 0;
    width: 20px;
    min-height: 80px;
    line-height: 80px;
}

.uk-navbar-nav .uk-dropdown.uk-open {
    left: 0!important;
}

.uk-navbar-nav .uk-dropdown {
    box-shadow: 0 30px 15px rgba(0, 0, 0, .5);
    padding: 10px 25px;
}

.uk-navbar-nav .uk-dropdown:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 25px;
    right: 25px;
    border-top: 1px solid rgba(0, 0, 0, .2);
}

header .uk-navbar-dropbar-slide {
    z-index: 979;
}

.menu-category>.catalog-menu-chunk {
    border-top: 1px solid rgba(0, 0, 0, .2);
}

.menu-category>.catalog-menu-chunk:first-child {
    border-top: none;
}

.menu-category>.catalog-menu-chunk>.menu-item {
    width: 12%;
    position: relative;
}

.menu-category>.catalog-menu-chunk>.menu-item:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 25px;
    width: 1px;
    height: 95px;
    background: rgba(0, 0, 0, .2);
}

.menu-category>.catalog-menu-chunk>.menu-item:first-child:before {
    display: none;
}

.catalog-menu-chunk a {
    display: block;
    height: 100%;
    text-align: center;
}

.catalog-menu-chunk a:hover,
.catalog-menu-chunk a.active{
    background-color: rgba(220, 220, 220, .7);
}

.menu-category .box-icon {
    height: 61px;
    padding: 25px 0 0 0;
}

.catalog-menu-chunk a .uk-name-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: rgba(0, 0, 0, .5);
    text-transform: uppercase;
    display: block;
    min-height: 30px;
    line-height: 1.25em;
    width: 120px;
    margin: 0 auto;
    padding: 20px 0 10px 0;
}

.pull-count-full {
    font-weight: 700;
    font-size: .75em;
    color: #fff;
    background-color: #ff0000;
    line-height: 16px;
    min-width: 16px;
}

.card-basket-inside .uk-navbar-item {
    padding: 0;
}

.card-basket-inside svg {
    width: 46px;
}


/*SLIDER*/

.box-slider .uk-slideshow-items>li:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 1;
}

.slider-content {
    z-index: 1;
    width: 63%;
}

h2.slider-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 5.25em;
    color: #ffffff;
    line-height: 1em;
    padding-bottom: 40px;
    margin-bottom: 50px;
    position: relative;
}

h2.slider-title:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 50%;
    height: 1px;
    background: #fff;
}

h2.slider-title:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4.5px;
    width: 15px;
    height: 15px;
    background: #fff;
    -webkit-transform: rotate(-45deg) translateX(-50%);
    -moz-transform: rotate(-45deg) translateX(-50%);
    -ms-transform: rotate(-45deg) translateX(-50%);
    -o-transform: rotate(-45deg) translateX(-50%);
    transform: rotate(-45deg) translateX(-50%);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.slide-subtitle {
    font-weight: 300;
    font-size: 1.5em;
    color: #fff;
}

a.slider-url.uk-button-default {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: #fff;
    line-height: 54px;
    border-color: #fff;
    text-transform: none;
    margin-top: 100px;
    padding: 0 60px;
    position: relative;
    z-index: 1;
}

a.slider-url.uk-button-default:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(50, 32, 32, .5);
    height: 0;
    width: 100%;
    transition: height .4s;
    z-index: -1;
}

a.slider-url.uk-button-default:hover:before {
    height: 100%;
    transition: height .4s;
}

.box-slider .uk-dotnav>* {
    flex: none;
    padding-left: 20px;
}

.box-slider .uk-dotnav>li>a {
    position: relative;
    border: 2px solid #fff;
    width: 15px;
    height: 15px;
    border-radius: 0;
    background-color: #322020;
    -webkit-transform: rotate(-45deg) translateX(-50%);
    -moz-transform: rotate(-45deg) translateX(-50%);
    -ms-transform: rotate(-45deg) translateX(-50%);
    -o-transform: rotate(-45deg) translateX(-50%);
    transform: rotate(-45deg) translateX(-50%);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.box-slider .uk-dotnav>li.uk-active>a {
    background-color: #fff;
    border-color: #fff;
}

/*BLOCKS*/

h2.block-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 3.625em;
    color: #000;
    line-height: 1em;
    padding-left: 60px;
    position: relative;
}

h2.block-title:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    border: 20px solid transparent;
    border-left: 20px solid #cdcdcd;
}

section.partners {
    background: rgba(220, 220, 220, .3);
    padding: 40px 0 80px;
}

.partners ul li {
    padding: 15px;
}

.partners ul li:first-child:before,
.partners ul li.border:before{
    display: none;
}

.partners ul li:before {
    display: block;
    content: "";
    top: 0;
    left: 1px;
    height: 100%;
    position: absolute;
    border-left: 1px solid rgba(126, 107, 93, .1);
}

.partners .item-img {
    width: 140px;
    height: 140px;
}

.partners .item-title {
    font-weight: 500;
    font-size: 1.25em;
    color: #000;
    line-height: 1.25em;
    padding-top: 40px;
}

.partners .item-description {
    font-weight: 500;
    font-size: .75em;
    color: rgba(0, 0, 0, .5);
    line-height: 1.25em;
}

section.box-seo {
    padding: 40px 0;
}

.box-seo h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 3.625em;
    color: #000;
    line-height: 1em;
    padding-left: 60px;
    position: relative;
}

.box-seo h1:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    border: 20px solid transparent;
    border-left: 20px solid #cdcdcd;
}

.box-seo h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 2.75em;
    color: #000;
    line-height: 1em;
}

.box-seo h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 1.5em;
    color: #000;
    line-height: 1em;
}

.box-seo .description {
    font-weight: 400;
    font-size: 1em;
    color: rgba(0, 0, 0, .6);
    line-height: 1.25em;
    padding-top: 20px;
}

/*TEASER*/

.teaser-cart .preview {
    max-width: 380px;
    height: 380px;
}

.img-banner .teaser-cart .preview {
    max-width: inherit;
    height: auto;
    margin: 0 auto;
}

.teaser-cart .teaser-title {
    font-weight: 300;
    font-size: 1.25em;
    color: #494949;
    line-height: 1.25em;
    min-height: 44px;
    max-height: 44px;
    margin: 25px 18% 10px 18%;
}

.id-teaser {
    height: 610px;
    margin: 18px 0;
}

.id-teaser.img-banner {
    margin: 0;
    height: 655px;
}

.grid-catalog .id-teaser {
    height: 535px;
}

.grid-catalog .id-teaser.img-banner {
    height: 565px;
}

.id-teaser .teaser-cart {
    border-right: 1px solid #dadada;
    padding: 0 25px;
    transition: box-shadow .5s, height .5s;
    min-height: 100%;
}

.id-teaser:hover .teaser-cart {
    box-shadow: 0 30px 30px rgba(0, 0, 0, .35);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: box-shadow .5s, height .5s;
    background: #fff;
}

.grid-category-product.uk-grid>div:nth-child(4n) .teaser-cart {
    border-right: 0;
}

.hit-content .uk-grid>div:nth-child(4n) .teaser-cart {
    border-right: 0;
}

.hit-content .uk-grid-collapse>.uk-grid-margin {
    margin: 18px 0;
}

.id-teaser.img-banner .teaser-cart {
    padding: 0;
    border-right: none;
    box-shadow: none;
}

.id-teaser:hover .teaser-cart.not-available {
    box-shadow: none;
}

.teaser-cart.not-available .preview,
.teaser-cart.not-available .teaser-title,
.teaser-cart.not-available .box-buy,
.teaser-cart.not-available .box-price {
    opacity: .5;
}

.item-teaser-cart-image {
    position: absolute;
    z-index: -1;
    height: 380px;
}

.grid-catalog .item-teaser-cart-image {
   height: 330px;
}

.grid-catalog .teaser-cart .preview {
    max-width: 350px;
    height: 330px;
}

.img-banner .item-teaser-cart-image,
.grid-catalog .img-banner .item-teaser-cart-image{
    height: inherit;
}

.grid-catalog .img-banner .teaser-cart .preview {
    max-width: 100%;
    height: 565px;
}

.img-banner .item-teaser-cart-image {
    position: static;
    z-index: inherit;
    transform: translate(0,0);
    max-width: inherit;
}

.id-teaser .teaser-cart:nth-child(4n) {
    border-right: none;
}

.box-modification-links {
    top: 0;
    right: 25px;
}

.box-modification-links a {
    border: 3px solid #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.box-modification-links a.active {
    border-color: #fff;
    box-shadow: 0 0 0 3px #dcdcdc;
}

.teaser-cart .button-teaser {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.875em;
    background: rgba(100, 30, 16, .3);
    width: 280px;
    height: 9px;
    transition: all .5s;
    text-transform: none;
}

.teaser-cart .button-teaser span {
    color: transparent;
}

.id-teaser:hover .teaser-cart .button-teaser {
    background: #7e4c42;
    height: 84px;
    transition: all .5s;
}

.grid-catalog .id-teaser:hover .teaser-cart .button-teaser {
    height: 72px;
}

.grid-catalog .id-teaser .teaser-cart.not-available .button-teaser {
    height: 8px;
}

.grid-catalog .id-teaser:hover .teaser-cart.not-available .button-teaser {
    height: 8px;
}

.id-teaser:hover .teaser-cart .button-teaser span {
    transition-delay: .5s;
    color: #fff;
}

.id-teaser:hover .teaser-cart .button-teaser.shake span {
    transition-delay: 0s;
    color: transparent;
}

.id-teaser .teaser-cart.not-available .button-teaser span {
    color: transparent;
}

.id-teaser .teaser-cart.not-available .button-teaser {
    height: 9px;
    transition: height .5s;
    background: rgba(100, 30, 16, .3);
}

.btn-spinner {
    display: none;
    color: #fff;
}

.id-teaser .teaser-cart .button-teaser.shake span {
    color: transparent;
}

.teaser-cart .button-teaser.shake .btn-spinner  {
   display: block;
}

.teaser-cart.not-available .box-price,
.teaser-cart.under-order-price .box-price{
    padding: 0 0 30px 0;
    height: 65px;
}

.teaser-cart .box-price {
    padding: 25px 0 0 0;
    height: 110px;
}

.grid-catalog .teaser-cart .box-price {
    padding: 20px 0 0 0;
    height: 98px;
}

.grid-catalog .teaser-cart.not-available .box-price,
.grid-catalog .teaser-cart.under-order-price .box-price {
    padding: 0;
    height: 70px;
}

.teaser-cart.not-available .price .old-price,
.teaser-cart.under-order-price .price .old-price {
    height: auto;
}

.price .old-price {
    font-weight: 300;
    font-size: 1.125em;
    color: #a62d29;
    line-height: 1.25em;
    height: 22px;
}

.price .old-price .old-price-sale {
    margin-left: 5px;
    color: #ff0000;
}

.price .price-prefix {
    font-weight: 300;
    font-size: 1.875em;
    color: #494949;
    line-height: 1.375em;
}

.price .price-suffix {
    font-weight: 300;
    font-size: 1.125em;
    color: #494949;
    line-height: 1em;
}

.available.not {
    font-weight: 300;
    font-size: 1em;
    color: #000;
    margin-top: 25px;
    line-height: 1.375;
}

.mod-text {
    transform: rotate(270deg) translateX(-50%);
    white-space: nowrap;
    margin-left: -75px;
    margin-bottom: -15px;
    font-weight: 400;
    font-size: 1em;
    color: rgba(126, 76, 66, .5);
}

/*CATEGORY*/

.grid-category-product .teaser-cart .teaser-title {
    font-size: .938em;
}

.grid-category-product.uk-grid>*>:last-child {
    margin-bottom: 18px;
}

.grid-category-product.uk-grid> .box-shop-product .id-teaser.img-banner {
    margin: 0;
}

.grid-category-product .teaser-cart .button-teaser {
    width: 240px;
    height: 8px;
    font-size: 1.563em;
}

.grid-category-product .price .old-price,
.grid-category-product .price .price-suffix{
    font-size: .938em;
}

.grid-category-product .price .price-prefix {
    font-size: 1.563em;
}

/*BREADCRUMB*/

.pl-breadcrumb {
    margin: 0 25px;
    padding-left: 203px;
}

ul.uk-breadcrumb>*>* {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: .75em;
    color: #000;
}

ul.uk-breadcrumb {
    display: inline-flex;
    position: relative;
    margin: 0;
}

ul.uk-breadcrumb:before {
    content: "";
    position: absolute;
    top: calc(50% - (calc(0.2px + 0.05em) / 2));
    width: 2000px;
    border-bottom: calc(0.2px + 0.05em) solid #c1c1c1;
    right: 100%;
    margin-right: calc(5px + 0.3em);
}

ul.uk-breadcrumb:after {
    content: "";
    position: absolute;
    top: calc(50% - (calc(0.2px + 0.05em) / 2));
    width: 2000px;
    border-bottom: calc(0.2px + 0.05em) solid #c1c1c1;
    left: 100%;
    margin-left: calc(5px + 0.3em);
}

ul.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    content: "-";
    display: inline-block;
    margin: 0 10px;
    color: #c1c1c1;
}

/*BLOG*/

h1.title-page {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 3.625em;
    color: #000;
    line-height: 1em;
    padding-left: 60px;
    position: relative;
}

h1.title-page:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    border: 20px solid transparent;
    border-left: 20px solid #641e10;
}

.blog .post-title a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #000;
    display: block;
    margin-bottom: 20px;
}

h1.blog-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 3em;
    color: #000;
    line-height: 1em;
    margin-bottom: 15px;
}

.date {
    font-weight: 400;
    font-size: 1em;
    color: #d0bbb7;
    line-height: 1em;
    margin-bottom: 15px;
}

.node-body ul {
    list-style: none;
    padding: 0;
}

.node-body {
    font-weight: 400;
    font-size: 1em;
    color: #000;
}

.node-body ul li {
    color: #7e4c42;
    margin-bottom: 5px;
}

.node-body h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1em;
    color: rgba(0, 0, 0, .8);
    margin: 15px 0;
}

.box-node-body {
    padding-right: 70px;
}

.img-node-main {
    float: left;
    margin: 0 30px 20px 0;
}

.node-title {
    font-weight: 200;
    font-size: 3.5em;
    color: #000;
}

.node-bar {
    padding: 0 70px;
}

.node-bar:before {
    display: block;
    content: "";
    position: absolute;
    left: 21.5px;
    top: 3px;
    width: 60px;
    height: 60px;
    background: #641e10;
    -webkit-transform: rotate(-45deg) translateX(-50%);
    -moz-transform: rotate(-45deg) translateX(-50%);
    -ms-transform: rotate(-45deg) translateX(-50%);
    -o-transform: rotate(-45deg) translateX(-50%);
    transform: rotate(-45deg) translateX(-50%);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.node-bar:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #641e10;
}

.node-bar .uk-list>li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.25em;
}

.node-bar .uk-list>li>a {
    color: rgba(0, 0, 0, .5);
}

.node-bar .uk-list>li>span {
    color: #000;
}

.node-bar .uk-list>li:nth-child(n+2) {
    margin-top: 40px;
}

/*MODAL*/

#modal-one-click.uk-modal {
    background: transparent;
    z-index: 10010;
}

#modal-one-click .uk-modal-dialog {
    box-shadow: 0 15px 80px rgba(0, 0, 0, .55);
}

input.uk-input {
    background: #eaeaea;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.125em;
    color: #313131;
    width: 440px;
    height: 59px;
    border-radius: 10px;
    padding: 20px 15px 0 15px;
}

input.uk-input.uk-form-danger,
input.uk-input.uk-form-danger::placeholder {
    color: #ff4a4a;
}

input.uk-input::placeholder {
    color: #313131;
}

input.uk-input:focus::placeholder {
    color: transparent;
}

input.uk-input:focus {
    color: #313131;
    background: #eaeaea;
}

/*////////////////////////////////////////////////////////////////////////////////////*/

.uk-navbar-nav>li>a.menu-hamburger {
	width: 30px;
	height: 25px;
    padding: 0;
    min-height: 25px;
    transition: 0.3s;
    margin-left: 30px;
}

a.menu-hamburger i {
	width: 100%;
	height: 3px;
	background: #313131;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    opacity: 1;
}

a.menu-hamburger.uk-open i:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 1px;
    left: 4px;
}

a.menu-hamburger.uk-open i:nth-child(2) {
    top: 12px;
    left: 0;
    width: 0;
    opacity: 0;
}

a.menu-hamburger.uk-open i:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 4px;
    bottom: 0;
}



.uk-offcanvas-bar .uk-search-input {
    background: linear-gradient(to right, #060a0b, #052137);
    border-radius: 30px;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    line-height: 56px;
    padding: 0 30px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 1.375em;
    color: #cdcdcd;
    width: auto;
    margin: 1px;
}

.uk-offcanvas-bar .uk-search-input::placeholder {
    color: #cdcdcd;
}

.uk-offcanvas-bar .uk-search-input:focus::placeholder {
    color: transparent;
}

.box-modal .main-search form {
    padding: 0 20px;
}

.uk-offcanvas-bar.box-modal {
	overflow-x: hidden;
}

.uk-offcanvas-bar:before {
    display: block;
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: -150px;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
    box-shadow: 0 0.75em 20em 4em #00a494;
    z-index: -1;
}


/*///////////////////////////////////////////////////////////////////////////////////////////*/


.box-oleus .oleus {
    font-family: storopia, sans-serif;
    font-size: .938em;
    color: rgba(112, 102, 92, .5);
}

.box-oleus .oleus:hover {
    color: rgba(112, 102, 92, 1);
}


/*SEARCH*/

.search-box.uk-search-default .uk-search-input {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 1.125em;
    color: #000;
    border-color: #000;
    padding: 0 50px 0 25px;
}

.search-box.uk-search-default .uk-search-input::placeholder {
    color: #000;
}

.search-box.uk-search-default .uk-search-input:focus::placeholder {
    color: transparent;
}

.main-search {
    margin-right: 75px;
}

.uk-search-default {
    width: 360px;
}

.search-box.ajax-progress .btn-spinner {
    display: block;
}

.search-box.ajax-progress .search-btn span {
    display: none;
}

.search-box .search-btn {
    border: 0;
    padding: 0;
    width: 50px;
    height: 100%;
    background: #000;
    cursor: pointer;
}

.result-list {
    border-top: 1px solid rgba(255, 255, 255, .2);
    background: #fff;
    width: 100%;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .5);
}

.search-punto {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: rgba(0, 0, 0, .5);
}

.search-punto a {
    color: #7e4c42;
}

.more-search a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1em;
    color: #000;
    border-bottom: 1px solid transparent;
    transition: border-bottom .3s;
}

.more-search a:hover {
    border-bottom: 1px solid #7e4c42;
    transition: border-bottom .3s;
}

.search-cat {
    font-weight: 400;
    font-size: 1em;
    color: #000;
}

.search-no-result.uk-alert-warning {
    background: transparent;
    color: rgba(0, 0, 0, .5);
    text-align: center;
}

.search-categories .list-cat {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}

.search-categories .list-cat li {
    margin: 0;
}

.photo-product {
    width: 70px;
    height: 70px;
    margin-right: 15px;
}

.photo-product img {
    max-height: 70px;
}

.item-product .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: .938em;
    color: #494949;
    line-height: 1em;
    padding-bottom: 5px;
}

.item-product .contain {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: .833em;
    color: rgba(0, 0, 0, .5);
    line-height: 1em;
    padding-bottom: 5px;
}

.item-product .price {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.25em;
    color: #494949;
    line-height: 1em;
}

.item-product .old-price {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: .938em;
    color: #a62d29;
    margin-right: 13px;
}

.result-list ul.cart-list li {
    position: relative;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 10px 0;
    border-radius: 8px;
}

.result-list ul.cart-list li:last-child:hover,
.result-list ul.cart-list li.search-punto:hover {
    background-color: transparent;
}

.result-list ul.cart-list li:hover {
    background-color: rgba(220, 220, 220, .7);
}

.result-list ul.cart-list li:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    width: 100%;
}

.result-list ul.cart-list li:last-child:before {
    display: none;
}

.search-categories ul.list-cat li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: .875em;
    color: rgba(0, 0, 0, .5);
    margin-left: 15px;
    line-height: 1em;
    text-transform: uppercase;
    transition: color .3s;
}

.search-categories ul.list-cat li a:hover {
    color: #000;
    transition: color .3s;
}

.search-categories ul.list-cat li:first-child a {
    margin-left: 0;
}

/*CARD*/

.box-card {
    padding: 35px 25px;
}

h1.title-card {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 2.25em;
    color: #000;
    line-height: 1.125em;
    margin-bottom: 45px;
}

.box-modific {
    margin-bottom: 40px;
}

.modific-title {
    font-weight: 400;
    font-size: 1em;
    color: #000;
    line-height: 1.25em;
    padding-bottom: 15px;
}

.box-modific a {
    width: 100px;
    height: 100px;
    border: 1px solid transparent;
}

.box-modific a:hover {
   border-bottom: 1px solid #7e4c42;
}

.box-modific a img {
    height: 100px;
}

.box-modific a.active-modific {
    border: 1px solid #a6a6a6;
}

.item-param-card {
     font-weight: 400;
     font-size: 1em;
     color: #9b9a9a;
    line-height: 1.25em;
    padding: 10px 0;
 }

.item-param-card .green {
    color: #46bb00;
}

.item-param-card .param-title {
    color: #000;
    min-width: 140px;
    display: inline-block;
    padding-right: 20px;
}

.box-param {
    width: 30%;
}

.box-price-content {
    flex: 1;
}

.box-btn {
    width: auto;
}

.product-description p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: .875em;
    color: rgba(67, 67, 67, .6);
    line-height: 1.125em;
}

.box-body-product h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #000;
    line-height: 1.125em;
}

.box-body-product h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    color: #000;
    line-height: 1.125em;
}

.box-qty {
    padding-right: 20px;
}

button.product-decrement.uk-disabled {
    background: #7e4c42;
}

button.product-decrement.uk-disabled span {
    opacity: .5;
}

button.product-increment, button.product-decrement {
    line-height: 55px;
    height: 55.5px;
    background: #7e4c42;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 4em;
    color: #fff;
    padding: 0;
    min-width: 52px;
    /*border: 1px solid #cccccc;*/
}

button.product-decrement span {
    margin-top: -7px;
}

button.product-increment:hover, button.product-decrement:hover {
    background: #000;
    border-color: #000;
}

input.product-input-quantity.uk-input {
    height: 2.22em;
    width: 56px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.563em;
    color: #000;
    border-radius: 0;
    padding: 0;
    background: transparent;
}

input.product-input-quantity.uk-input:focus {
    color: #000;
}

input.uk-input[type=number]::-webkit-inner-spin-button {
    opacity: 0;
    -webkit-appearance: none;
    margin: 0
}

input.uk-input[type=number] {
    -moz-appearance: textfield
}

/*.box-slider-card .uk-slideshow-items a {*/
    /*width: 470px;*/
    /*height: 580px;*/
/*}*/

.arrow-slider-prev {
    margin-left: 70px;
    margin-top: -85px;
    transform: rotate(180deg);
}

.arrow-slider-prev.uk-invisible .arrow-prev-line,
.arrow-slider-next.uk-invisible .arrow-next-line {
    stroke-dasharray: 0.001 6;
}

.arrow-slider-next {
    margin-right: 70px;
    margin-top: -60px;
}

.arrow-slider-prev.uk-invisible, .arrow-slider-next.uk-invisible {
    visibility: inherit!important;
    pointer-events: none;
}

.box-slider-card .elevatezoom-gallery {
    padding: 5px;
    margin: 0 10px;
    border: 1px solid transparent;
    min-width: 75px;
    display: block;
}

.box-slider-card .elevatezoom-gallery, .box-slider-card .uk-thumbnav>*>* {
    padding: 5px;
    margin: 0;
    border: 1px solid transparent;
    min-width: 75px;
    display: block;
}

.box-slider-card .elevatezoom-gallery.active,
.box-slider-card .uk-thumbnav>.uk-active>* {
    border-color: #d0bbb7;
}

.fancybox-nav.fancybox-next span {
    width: 25px;
    height: 44px;
    right: 15px;
    background-position: -13px -3px;
    visibility: inherit;
}

.fancybox-nav.fancybox-prev span {
    width: 25px;
    height: 44px;
    left: 15px;
    background-position: -9px -55px;
    visibility: inherit;
}

.fancybox-item.fancybox-close {
    top: 10px;
    right: 10px;
    width: 27px;
    height: 26px;
    background-position: -9px -111px;
}

.fancybox-overlay .fancybox-skin {
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.price-box {
    padding: 50px 0;
}

.price-card .old-price {
    font-weight: 300;
    font-size: 1.063em;
    color: #9b9b9b;
    line-height: 1em;
    margin-right: 15px;
}

.old-price-sale {
    font-weight: 500;
    font-size: 1.063em;
    color: #8e0101;
    line-height: 1em;
}

.price-card .price .price-value {
    font-weight: 600;
    font-size: 2.438em;
    color: #000;
    line-height: 1em;
}

.price-card .old-price:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, .5);
}

.box-currency {
    margin-left: 5px;
}

.price-card .currency {
    font-weight: 300;
    font-size: 1.5em;
    color: #000;
    line-height: 1.125em;
}

.qty {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.333em;
    color: rgba(255, 255, 255, .5);
    padding-right: 5px;
}

.panel-bottom .link-buy {
    width: 240px;
    /*height: 100%;*/
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    color: #fff;
    background: #000;
    /*-webkit-mask: url(https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png);*/
    /*mask: url(https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png);*/
    /*-webkit-mask-size: 2300% 100%;*/
    /*mask-size: 2300% 100%;*/
    /*border: none;*/
    /*color: #fff;*/
    /*cursor: pointer;*/
    /*-webkit-animation: ani2 0.7s steps(22) forwards;*/
    /*animation: ani2 0.7s steps(22) forwards;*/
    /*padding: 0;*/
    text-transform: none;
    line-height: 55.5px;
}

.panel-bottom .link-buy:before, .panel-bottom .link-buy:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-top: 27.5px solid #7e4c42;
    border-bottom: 27.5px solid #7e4c42;
    transition: 0.5s;
}

.panel-bottom .link-buy:before {
    border-right: 20px solid transparent;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.panel-bottom .link-buy:after {
    border-left: 20px solid transparent;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.panel-bottom .link-buy:hover:before {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
}

.panel-bottom .link-buy:hover:after {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
}

.box-form-order .panel-bottom .link-buy {
    padding: 0 20px;
}

.button-container-1 {
    /*position: relative;*/
    /*min-width: 240px;*/
    /*height: 55px;*/
    /*overflow: hidden;*/
    /*border: 1px solid;*/
    /*transition: 0.5s;*/
    margin-right: 20px;
}

.mas {
    color: #000;
    text-align: center;
    width: 101%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    overflow: hidden;
}

/*.button-container-1 button:hover {*/
    /*-webkit-animation: ani 0.7s steps(22) forwards;*/
    /*animation: ani 0.7s steps(22) forwards;*/
/*}*/

@-webkit-keyframes ani {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@keyframes ani {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@-webkit-keyframes ani2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}

@keyframes ani2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}

.uk-button.link-one-click {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.25em;
    color: #000;
    text-transform: none;
    border-bottom: 1px dashed rgba(0, 0, 0, .5);
}

button.uk-close {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #d6c5c2;
}

button.uk-close svg line {
    stroke-width: .5;
}

.box-form h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 3.625em;
    color: #000;
    line-height: 1.125em;
    margin: 50px 0;
}

.activate-order {
    padding-top: 45px;
}

.activate-order .uk-button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.875em;
    color: #fff;
    line-height: 84px;
    border: 0;
    background: #7e4c42;
    text-transform: none;
    transition: background .4s;
}

.activate-order .uk-button:hover {
    background: #000;
    transition: background .4s;
}

.uk-notification .uk-notification-message {
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #000;
    background-color: #eaeaea;
}

.uk-notification .uk-notification-message.uk-notification-message-success {
    background-color: #62ffc4;
}

/*uk-offcanvas-bar////////////////////////////////////////////////////////////////////*/

.uk-offcanvas-bar input.uk-input {
    background: transparent;
    border-color: transparent;
    color: #cdcdcd;
}

.uk-offcanvas-bar input.uk-input::placeholder {
    color: rgba(205, 205, 205, .3);
}

.uk-offcanvas-bar input.uk-input:focus::placeholder,
.uk-offcanvas-bar input.uk-input:active::placeholder,
.uk-offcanvas-bar input.uk-input:hover::placeholder{
    color: transparent;
    background: transparent;
}

.uk-offcanvas-bar input.uk-input:focus,
.uk-offcanvas-bar input.uk-input:active,
.uk-offcanvas-bar input.uk-input:hover{
    background: transparent;
}

.uk-offcanvas-bar .has-error input.uk-input::placeholder {
    color: #ff0000;
}

.uk-offcanvas-bar .has-error input.uk-input:focus::placeholder {
    color: transparent;
}

.uk-offcanvas-bar textarea.uk-textarea {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 1.667em;
    background: transparent;
    resize: inherit;
    color: #cdcdcd;
    border: 0;
}

.uk-offcanvas-bar textarea.uk-textarea::placeholder {
    color: #cdcdcd;
}

.uk-offcanvas-bar textarea.uk-textarea:focus::placeholder,
.uk-offcanvas-bar textarea.uk-textarea:active::placeholder,
.uk-offcanvas-bar textarea.uk-textarea:hover::placeholder {
    color: transparent;
    background: transparent;
    border: none;
}

.uk-offcanvas-bar textarea.uk-textarea:focus,
.uk-offcanvas-bar textarea.uk-textarea:active,
.uk-offcanvas-bar textarea.uk-textarea:hover {
    background: transparent;
}

.uk-offcanvas-bar .has-error textarea.uk-textarea::placeholder {
    color: #ff0000;
}

.uk-offcanvas-bar .has-error textarea.uk-textarea:focus::placeholder {
    color: #ff0000;
}

.uk-offcanvas-bar .has-error input.uk-input::placeholder {
    color: #ff0000;
}

/*/////////////////////////////////////////////////////////////////////////////////////*/



button.uk-button-link:focus, button.uk-button-link:hover {
    color: inherit!important;
    text-decoration: inherit!important;
}


.category-items .icon-arrow-down {
    transform: rotate(90deg);
    margin-right: 10px;
}

.category-items .cat-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 3.625em;
    color: #000;
    line-height: 1em;
}

.category-items {
    padding: 40px 0 0 0;
}

.seo-catalog:before {
    display: block;
    content: '';
    position: absolute;
    left: 234px;
    top: 0;
    height: 1px;
    width: 100%;
    background: rgba(208, 187, 183, .5);
}

.icon-category-page {
    width: 60px;
    height: 60px;
    background: #7e4c42;
    margin-left: auto;
    margin-right: -15px;
    margin-bottom: 20px;
    -webkit-transform: rotate(-45deg) translateX(-50%);
    -moz-transform: rotate(-45deg) translateX(-50%);
    -ms-transform: rotate(-45deg) translateX(-50%);
    -o-transform: rotate(-45deg) translateX(-50%);
    transform: rotate(-45deg) translateX(-50%);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.icon-category-page svg {
    -webkit-transform: rotate(45deg) translateX(0);
    -moz-transform: rotate(45deg) translateX(0);
    -ms-transform: rotate(45deg) translateX(0);
    -o-transform: rotate(45deg) translateX(0);
    transform: rotate(45deg) translateX(0);
}

.icon-category-page svg path {
    fill: #fff;
    opacity: 1;
}

/*BASKET*/

.admission-form-wrapper {
    background: rgba(220, 220, 220, .3);
    padding: 55px 0;
}

.basket-inside-items .uk-slider-items>li {
    width: 28%;
    padding-left: 30px;
}

.basket-inside-items .uk-slider {
    padding-left: 80px;
}

.basket-inside-items .uk-slidenav {
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
    color: #7e4c42;
    padding: 6.5px 10px;
}

.basket-inside-items .uk-slidenav:hover {
    color: #7e4c42;
}

.uk-slider {
    outline: none;
}

.prod-name a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: .938em;
    color: #494949;
    line-height: 1.25em;
}

.prod-name a:hover {
    color: #494949;
}

.item-prod-left {
    text-align: right;
    padding: 25px 30px 25px 20px;
}

.box-price .view-price {
    font-weight: 300;
    font-size: 1.563em;
    color: #494949;
    line-height: 1em;
}

.box-price .suffix-price {
    font-weight: 300;
    font-size: .938em;
    color: #494949;
}

.item-prod-right {
    margin: 12px 12px 12px 0;
    background: rgba(210, 210, 210, .5);
    border-radius: 10px;
    height: 181px;
}

button.reduced, button.increase {
    background: transparent;
    border: 0;
    padding: 0;
    line-height: 57px;
    transition: transform .3s;
}

button.reduced:hover, button.increase:hover {
    transform: scale(.85);
    transition: transform .3s;
}

.basket-inside-items input.product-input-quantity.uk-input {
    color: #494949;
    border: 0;
}

.basket-inside-items .uk-dotnav {
    display: flex;
    margin-bottom: 13px;
}

.basket-inside-items .uk-dotnav>*>* {
    width: 24px;
    height: 24px;
    border: 5px solid #f4f4f4;
    background-color: #7e4c42;
}

.basket-inside-items .uk-dotnav>*>*:hover {
    border: 5px solid #f4f4f4;
    background-color: #7e4c42;
}

.basket-inside-items .uk-dotnav>.uk-active>* {
    background-color: rgba(220, 220, 220, .3);
    border-color: #7e4c42;
}

.checkout-content .box-form-order {
    margin: 40px 100px;
}

.checkout-content .box-form-order:before {
    display: block;
    content: '';
    position: absolute;
    left: 40px;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(208, 187, 183, .5);
}

.sum-fields .icon-category-page {
    margin-left: 62px;
    margin-right: 40px;
}

.sum-fields h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 3.625em;
    color: #c09b94;
    line-height: 1em;
    margin: 0;
}

.sum-fields h2 .title {
    color: #000;
}

.sum-fields h2 .count,
.sum-fields h2 .price {
    font-weight: 300;
}

.box-level {
    padding-left: 40px;
}

.item-level {
    padding: 45px 0 45px 130px;
}

.item-level:before {
    display: block;
    content: "";
    position: absolute;
    left: 4px;
    bottom: -7px;
    width: 10px;
    height: 10px;
    background: #d0bbb7;
    -webkit-transform: rotate(-45deg) translateX(-50%);
    -moz-transform: rotate(-45deg) translateX(-50%);
    -ms-transform: rotate(-45deg) translateX(-50%);
    -o-transform: rotate(-45deg) translateX(-50%);
    transform: rotate(-45deg) translateX(-50%);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.level-title {
    position: absolute;
    left: 0;
    top: 45%;
    transform-origin: 0 50%;
    transform: rotate(270deg) translateX(-50%);
    font-weight: 300;
    font-size: .875em;
    color: #b0b0b0;
}

.level-title>div {
    padding: 0 5px;
    background: #fff;
}

.delivery-payment label {
    cursor: pointer;
}

.checkout-content .item-product {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    height: 205px;
}

.uk-button-clear {
    width: 30px;
    height: 30px;
    background: transparent;
    margin: 0 10px;
}

.uk-button-clear:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    height: 1px;
    background: rgba(255, 169, 177, .5);
    transform: rotate(45deg);
}

.uk-button-clear:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    height: 1px;
    background: rgba(255, 169, 177, .5);
    transform: rotate(-45deg);
}

.uk-button-check {
    width: 30px;
    height: 30px;
    background: transparent;
}

.uk-button-check:before {
    display: block;
    content: "";
    position: absolute;
    right: -3px;
    width: 25px;
    height: 1px;
    background: #3cbabc;
    transform: rotate(-45deg);
}

.uk-button-check:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 17px;
    width: 15px;
    height: 1px;
    background: #3cbabc;
    transform: rotate(45deg);
}

.uk-button-check:hover {
    background: transparent;
}

textarea.uk-textarea {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: #313131;
    background: #eaeaea;
    border-radius: 10px;
    border: 0;
    resize: inherit;
    padding: 15px;
}

textarea.uk-textarea::placeholder {
    color: #313131;
}

textarea.uk-textarea:focus::placeholder {
    color: transparent;
}

textarea.uk-textarea:focus {
    background: #eaeaea;
    outline: none;
    border: 0;
}

.radio-box .label-controls {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: #313131;
    line-height: 1em;
    padding-left: 10px;
}

.radio-box .uk-radio:checked+.label-controls {

}

input.uk-radio {
    width: 24px;
    height: 24px;
    border: 5px solid #fff;
    background-color: #e3d6d4;
}

input.uk-radio:checked:focus {
    background-color: #fff;
}

input.uk-radio:checked {
    border-color: #7e4c42;
    background-image: none;
    background-color: #fff;
}

select.uk-select {
    border: 0;
    border-radius: 10px;
    background-color: #eaeaea;
}

select.uk-select:focus {
    background-color: #eaeaea;
}

.title-control {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 1.333em;
    color: rgba(213, 213, 213, .5);
    padding: 15px 0;
}


.surname {
    margin: 0 15px;
}

.box-form-order input.uk-input {
    width: 100%;
    padding: 5px 15px 0 15px;
    height: 40px;
}

.box-form-order input.uk-input::placeholder {

}

.box-form-order input.uk-input:focus::placeholder {
    color: transparent;
}

.uk-button.link-buy-basket {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.625em;
    color: #fff;
    background-color: #7e4c42;
    border: 0;
    text-transform: none;
    padding: 0 50px;
    line-height: 74px;
    transition: background-color .3s;
    margin-left: 15px;
}

.uk-button.link-buy-basket:hover {
    background-color: #000;
    transition: background-color .3s;
}

.uk-button.link-buy-basket.load {
    color: transparent;
}

.uk-button.link-buy-basket.load .btn-spinner {
    display: block;
}

.title-basket-sum {
    min-height: 80px;
}

.photo-basket {
    width: 205px;
}

.box-basket-button-mobile .uk-button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    color: #fff;
    background: #000;
    line-height: 57px;
}

/*PRICE-SLIDER*/

.price-slider {
    padding: 0 65px 0 0;
}

.filter-category .uk-list>li:nth-child(n+2) {
    margin-top: 0;
}

.input-slider-values {
    width: 105px;
    height: 105px;
}

.value-price>div {
    font-weight: 300;
    font-size: .875em;
    color: #e3d6d4;
    cursor: default;
}

.rs-tooltip.rs-tooltip-text, .rs-tooltip.rs-tooltip-text.hover>.rs-input {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.125em;
    color: #39150e;
    width: 200px;
    text-align: center;
    margin-left: -50px!important;
}

.rs-tooltip.rs-tooltip-text span, .rs-tooltip.rs-tooltip-text.hover>.rs-input span {
    font-size: .875em;
}

.rs-tooltip.rs-tooltip-text.hover {
    font-size: inherit;
}

.rs-tooltip.rs-tooltip-text.edit:hover, .rs-tooltip.rs-tooltip-text.hover {
    border-color: transparent;
}

.price-disable .input-slider {
    opacity: 0.5;
}

/*FILTER*/

.filter-box {
    padding-bottom: 80px;
    padding-left: 25px;
}

.filter-box:before {
    display: block;
    content: '';
    position: absolute;
    right: 66px;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(208, 187, 183, .5);
}

.box-filter-category-top {
    padding-right: 65px;
}

.item-filter-list {
    padding: 40px 20px 40px 0;
}

.item-filter-list:before {
    display: block;
    content: "";
    position: absolute;
    right: -12px;
    bottom: -6px;
    width: 10px;
    height: 10px;
    background: #d0bbb7;
    -webkit-transform: rotate(-45deg) translateX(-50%);
    -moz-transform: rotate(-45deg) translateX(-50%);
    -ms-transform: rotate(-45deg) translateX(-50%);
    -o-transform: rotate(-45deg) translateX(-50%);
    transform: rotate(-45deg) translateX(-50%);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.item-param-filter>li:last-child:before {
    display: none;
}

.param-filter-title {
    position: absolute;
    right: 0;
    top: 50%;
    transform-origin: 100% 10%;
    background: #fff;
    transform: rotate(270deg) translate(50%, -50%);
    padding: 0 5px;
    font-weight: 300;
    font-size: .875em;
    color: #b0b0b0;
}

.box-filter-category-top .uk-list>li>ul {
    margin: 0;
    padding: 0;
}

.item-param-filter li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: #313131;
    line-height: 1.125em;
    padding: 0 30px;
    margin: 10px 0;
}

.item-param-filter li a:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: #e3d6d4;
    border-radius: 50%;
    border: 5px solid #fff;
}

.item-param-filter li.param-color a {
    width: 27px;
    height: 27px;
    padding: 0;
    margin: 4px;
    border-radius: 50%;
}

.item-param-filter li.param-color .color-491 a {
    background-image: url(../img/multicolor.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.item-param-filter li.param-color .color-476 a:after {
    display: block;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
}

.item-param-filter li.param-color a:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(.2);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    transition: all .3s;
    border: 0;
}

.item-param-filter li.param-color a>span {
    display: none;
}

.item-param-filter li.param-color a:hover:before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition: all .3s;
    border: 0;
}

.item-param-filter li .checked a:hover:before {
    border: 5px solid #7e4c42;
    background: #fff;
}

.item-param-filter li .checked a:before {
    border: 5px solid #7e4c42;
    background: #fff;
}

.item-param-filter li.param-color .checked a {
    width: 35px;
    height: 35px;
    margin: 0;
}

.item-param-filter li.param-color .checked a:before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    border: 0;
}

.item-param-filter .param-color ul li .empty {
    display: none;
}

.item-param-filter li .empty a {
    color: #b0b0b0;
}

.shop-category-filter-card .uk-button-filtration {
    position: relative;
    display: block;
    background: transparent;
    padding: 0 15px 0 15px;
    border: 1px solid rgba(208, 187, 183, .5);
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1em;
    text-transform: initial;
}

.shop-category-filter-card .uk-button-filtration.open,
.shop-category-filter-card .uk-button-filtration:hover {
    border-color: rgba(208, 187, 183, .5);
    color: #000;
}
ul.item-param-filter {
    margin: 0;
}

.filter-category ul+ul {
    margin: 0;
}

.filter-price.sort {
    margin-right: 25px;
}

.filter-price.sort .uk-button {
    width: 252px;
    padding-right: 20px;
    padding-left: 25px;
    text-align: left;
}

.filter-price.sort .uk-button.uk-open span {
    transform: translateY(-40%) rotate(180deg);
}

.filter-price.sort .uk-button,
.filter-price.sort .uk-button-link{
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 1.125em;
    color: #313131;
    border: 0;
    text-transform: none;
    cursor: pointer;
}

.filter-price.sort .uk-active>span{
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 1.125em;
    color: #000;
    border-bottom: 1px solid #7e4c42;
}

.filter-price.sort .sort-type-asc.uk-active .uk-button-link  {
    color: #00d9c4!important;
}

.filter-price.sort .sort-type-asc.arrow-sort .icon-arrow-sort {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    background-image: url("../img/sprites.png");
    background-size: 155px;
    width: 22px;
    height: 12px;
    background-position: -100px -5px;
}

.filter-price.sort .sort-type-asc.arrow-sort .icon-arrow-sort.up {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    top: -2px;
    background-image: url("../img/sprites.png");
    background-size: 155px;
    width: 22px;
    height: 12px;
    background-position: -100px -5px;
}

.box-pagination-ajax {
    position: absolute;
    left: -38px;
    bottom: -30px;
    width: 82px;
    height: 82px;
    background: #7e4c42;
    -webkit-transform: rotate(-45deg) translateX(-50%);
    -moz-transform: rotate(-45deg) translateX(-50%);
    -ms-transform: rotate(-45deg) translateX(-50%);
    -o-transform: rotate(-45deg) translateX(-50%);
    transform: rotate(-45deg) translateX(-50%);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    z-index: 1;
}

.block-pagination-ajax {
    -webkit-transform: rotate(45deg) translateX(0);
    -moz-transform: rotate(45deg) translateX(0);
    -ms-transform: rotate(45deg) translateX(0);
    -o-transform: rotate(45deg) translateX(0);
    transform: rotate(45deg) translateX(0);
}

.block-pagination-ajax .more {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #fff;
}

.block-pagination-ajax .text-more {
    font-size: 1em;
}

.block-pagination-ajax .per-page {
    font-weight: 500;
    font-size: 1.5em;
    color: #fff;
    line-height: 1.25em;
}

.block-pagination-ajax .per-page span {
    font-weight: 300;
    color: #c19c94;
}

/*input.uk-input:-webkit-autofill, input.uk-input:-webkit-autofill:hover, input.uk-input:-webkit-autofill:focus*/
/*input.uk-input:-webkit-autofill, textarea:-webkit-autofill, textarea:-webkit-autofill:hover*/
/*textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {*/
    /*-webkit-text-fill-color: inherit !important;*/
    /*-webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;*/
    /*transition: background-color 5000s ease-in-out 0s;*/
    /*outline: none;*/
    /*text-decoration: none;*/
/*}*/

.alert-category {
    padding: 0 25px;
    border-radius: 10px;
}

.alert-category p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #6b6b6b;
    margin: 0;
    line-height: 1em;
}

.box-seo .description a {
    color: #e7ebeb;
}

.box-pagination .uk-pagination {
    margin-top: 30px;
}
.box-pagination .uk-pagination li a,
.box-pagination .uk-pagination li span {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    color: rgba(255, 255, 255, .5);
    padding: 0 10px;
}

.box-pagination .uk-pagination li.uk-active span {
    font-weight: 500;
    color: #fff;
    background: #00a797;
    border-radius: 50%;
}

#modal-alert .message {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: rgba(255, 255, 255, .5);
    line-height: 1.25em;
}

.link-filter-remove a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: #8e0101;
    border-bottom: 1px dashed #8e0101;
    margin: 5px 25px;
}

body.before-loading {
    overflow: hidden;
}

.box-loading {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-shop-product.modefic .teaser-cart .preview {
    opacity: 0;
}

.box-shop-product.modefic .before-loading-catalog {
    opacity: 1;
    z-index: 1000;
    transition: opacity .5s;
}

.uk-select.city.uk-form-danger {
    color: #ff4a4a;
    border-color: rgba(255, 169, 177, .5);
}

.box-form-order input.uk-input.uk-form-danger {
    color: #ff4a4a;
    border-color: rgba(255, 169, 177, .5);
}


.left-account-form {
    background: rgba(0, 136, 130, .28);
    border-radius: 8px;
    padding: 20px;
}

.user-info .user-photo {
    margin: 0 auto 15px;
}

.user-city {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.25em;
    color: #c5cbcc;
    line-height: 1em;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.uk-button.link-add-city {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: .938em;
    color: #9d9d9d;
    background: transparent;
    border: 1px dashed rgba(0, 207, 187, .4);
    border-radius: 9px;
    text-transform: none;
    line-height: 1em;
    padding: 10px 20px;
}

.product-order .title {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.125em;
    color: #fff;
    padding: 0 20px 0 0;
    line-height: 1em;
}

.price-total-order {
    margin: 0 20px 15px 20px;
}

.price-total-order .total-order {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.25em;
    color: #fff;
}

.price-total-order .suffix {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.375em;
    color: #fff;
}

.form-add-city .box-btn-clear .uk-button {
    background: transparent;
}

.box-basket-back {
    top: 40px;
    right: 25px;
}

.box-error {
    min-height: 535px;
    width: 40.5%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

.shop-category-filter .uk-list > li:nth-child(n+2) {
    margin-top: 0;
}


.price-slider svg:not(:root) {
    overflow: inherit;
}

.price-slider .ui-slider-horizontal {
	height: inherit;
}

.price-slider .ui-widget.ui-widget-content {
    border: 0;
}

#slider, #slider .rs-container {
//	width: 170px!important;
}

#slider .full .rs-bar.rs-first {
//	    top: 15%;
}

#slider .full .rs-bar.rs-second {
//	    top: 85%;
}

.homepage div.rs-block {
//	    border-radius: 50px;
		border: 0;
}

.homepage .rs-split .rs-path {
//	    border-radius: 50px;
}

.homepage .rs-block .rs-inner {
//	    border-radius: 50px;
}

.homepage .rs-border {
	border: 0;
}

.homepage .rs-range-color {
    background-color: #7e4c42;
}

.homepage .rs-path-color {
    background-color: #d0bbb7;
}

#price-slider:before {
    /*display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 100%;
    background: #fff;
    z-index: 4;*/
}

.homepage .rs-handle-dot:after {
    display: none;
}

.homepage .rs-handle-dot {
    border: 2px solid #7e4c42;
}

.rs-inner-container:before {
    display: block;
    content: "";
    position: absolute;
    right: 13px;
    top: 8px;
    width: 10px;
    height: 10px;
    background: #e3d6d4;
    border-radius: 50%;
    z-index: 5;
}

.rs-inner-container:after {
    display: block;
    content: "";
    position: absolute;
    right: 13px;
    bottom: 8px;
    width: 10px;
    height: 10px;
    background: #e3d6d4;
    border-radius: 50%;
    z-index: 5;
}

.btn-filter-price {
    display: none;
    background: transparent;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: .875em;
    color: #a62d29;
    text-transform: none;
    line-height: 1em;
    padding: 0;
    position: absolute;
    top: 110px;
    right: 25px;
}

/*LOADER*/

#loader-diamond {
    width: 30px;
    height: 120px;
    display: flex;
    flex-flow: column nowrap;
}

#loader-diamond .diamond {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    background: #000;
    -webkit-transform: translateY(0) rotate(45deg) scale(0);
    transform: translateY(0) rotate(45deg) scale(0);
    -webkit-animation: diamonds 1500ms linear infinite;
    animation: diamonds 1500ms linear infinite;
}

#loader-diamond .diamond:nth-child(1) {
    -webkit-animation-delay: -1000ms;
    animation-delay: -1000ms;
}

#loader-diamond .diamond:nth-child(2) {
    -webkit-animation-delay: -2000ms;
    animation-delay: -2000ms;
}

#loader-diamond .diamond:nth-child(3) {
    -webkit-animation-delay: -3000ms;
    animation-delay: -3000ms;
}

@keyframes diamonds {
    50% {
        transform: translateY(-50px) rotate(45deg) scale(1);
    }
    100% {
        transform: translateY(-100px) rotate(45deg) scale(0);
    }
}

.loader-diamond {
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, .9);
}

body.ajax-load-mod .loader-diamond,
body.ajax-load-move .loader-diamond,
.basket-inside-items.load .loader-diamond{
    display: flex;
    z-index: 10;
    width: 100%;
}

/*modal-alert*/

#modal-alert .alert-success {
    overflow: hidden;
}

#modal-alert .alert-success h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.667em;
    color: #000;
    line-height: 1em;
}

#modal-alert h3 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    color: #fff;
    line-height: 1em;
}


#modal-alert .uk-modal-dialog .message>div {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: rgba(0, 0, 0, .5);
    line-height: 1.25em;
}

#modal-alert .message .link-go-to-basket {
    color: rgba(0, 0, 0, .8);
    margin-top: 10px;
    display: block;
}

#modal-alert .message .uk-text-bold {
    color: rgba(0, 0, 0, .8);
    font-weight: 400;
}

#modal-alert .uk-modal-dialog .uk-modal-close-default {
    color: #000;
}

.main-body p {
    font-weight: 200;
    font-size: 2em;
    color: #000;
    line-height: 1em;
}

body .uk-lightbox {
    background: #fff;
}

.slider-overflow-inherit {
    overflow: inherit;
}

#contact-map {
    height: 500px;
}

.uk-sticky-fixed {
    z-index: 10001!important;
}

.uk-mark-list {
    z-index: 10000;
}

body .fancybox-overlay {
    z-index: 10080;
    background: #fff;
}

.title-page-thanks {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 5.25em;
    color: #0a0a0a;
    line-height: 1em;
}

body .uk-lightbox {
    z-index: 10010;
}

.uk-lightbox-toolbar.uk-transition-slide-top {
    transform: translateY(0);
    background: transparent;
}

.uk-lightbox-toolbar button.uk-close {
    color: #000;
}

.uk-lightbox-button.uk-transition-fade {
    opacity: 1;
    margin: 0;
}

.fancybox-wrap {
    left: 0!important;
    right: 0!important;
    top: 0!important;
    bottom: 0!important;
    width: 100%!important;
}

.fancybox-skin {
    height: 100%!important;
    padding: 0!important;
}

.fancybox-outer {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zoomWindowContainer>div {
    border: 1px solid rgb(136, 136, 136)!important;
}

.login-page .register a {
    color: #000;
}

.page-item {
    word-wrap: break-word;
}

.under-order-info {
    width: 16px;
    height: 16px;
    border: 1px solid #9b9a9a;
    font-weight: 400;
    color: #9b9a9a;
    font-size: .875em;
}

