@font-face {
    font-family: 'aristotelica_small_capsbold';
    src: url('../fonts/aristotelica.smallcaps-bold.woff2') format('woff2'),
    url('../fonts/aristotelica.smallcaps-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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

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

@font-face {
    font-family: 'cocon-regularregular';
    src: url('../fonts/cocon.woff2') format('woff2'),
    url('../fonts/cocon.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

a > span.uk-icon {
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../images/icon-settings.svg);
    background-size: cover;
    background-repeat: repeat;
    background-position: 50% 50%;
    transition: all .3s
}

a > span.uk-icon:hover {
    background-image: url(../images/icon-settings-hover.svg);
    transition: all .3s
}

html {
    font-size: inherit !important
}

body > * {
    outline: 0
}

body a {
    text-decoration: none !important
}

#app {
    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;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background: linear-gradient(to bottom, #fff 30px, rgba(255, 255, 255, .47));
}

main {
    -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 {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-order: 3;
    /*background-color: #fff;*/
}

a, button {
    outline: 0 !important;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: Roboto, sans-serif !important;
    font-weight: 400
}

body a:hover,
body .uk-button:hover {
    text-decoration: none !important;
    outline: 0
}

body .uk-navbar-item {
    font-size: inherit
}

.block-top {
    padding: 4px 0;
}

.block-top .uk-text {
    font-weight: 500;
    font-size: .938em;
    color: #000;
}

.uk-text span {
    color: #ff7e29;
}

.phone a {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.125em;
    color: #1a1a1a;
    line-height: 1em;
}

.phone a:hover {
    color: #ff802a;
}

.item-top-contact>div {
    line-height: 1em;
    padding: 0 50px;
}

body .uk-button-link {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: .813em;
    color: #67666a;
    text-transform: none;
    line-height: 1em;
}

body .uk-button-link:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    height: 1px;
    background-color: #67666a;
    transition: all .3s;
    opacity: 1;
    transform: translateY(0);
}

body .uk-button-link:hover:before {
    transform: translateY(10px);
    opacity: 0;
    transition: all .3s;
}

body .uk-button-link:hover {
    color: #67666a;
}

header .uk-navbar-nav>li>a,
header  .uk-navbar-nav>li>.uk-navbar-toggle {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: .938em;
    color: #000;
    min-height: inherit;
    text-transform: none;
    padding: 0 10px;
}

header .uk-navbar-nav>li>a:hover,
header  .uk-navbar-nav>li.uk-active>.uk-navbar-toggle {
    color: #ff802a;
}

header .uk-navbar {
    padding: 15px 0;
}

header .uk-navbar .uk-navbar-nav {
    margin-left: 80px;
}

/*.cosial-link img {*/
    /*margin: 0 5px;*/
    /*transition: all .3s;*/
/*}*/

/*.cosial-link a:hover {*/
    /*opacity: .5;*/
    /*transition: all .3s;*/
/*}*/

.social-links a svg path,
.social-links a svg circle{
    fill: #1a1a1a;
    transition: all .3s;
}

.social-links a:hover svg path,
.social-links a:hover svg circle {
    fill: #ff802a;
}

.uk-height-100 {
    height: 100%;
}

.basket-box span {
    position: absolute;
    right: 10px;
    top: -5px;
    font-weight: 700;
    font-size: .813em;
    color: #fff;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: #ff7e29;
}

.basket-box svg path {
    fill: #000;
}

.basket-box .not-empty svg path {
    fill: #ff7e29;
}

.basket-box a:hover svg path {
    fill: #ff1f02;
}

.basket-box a:hover span {
    background-color: #ff1f02;
}

/*.icon-basket {*/
    /*width: 63px;*/
    /*height: 63px;*/
    /*background-image: url("../images/icon-shop.svg");*/
    /*border-radius: 50%;*/
    /*transition: all .3s;*/
/*}*/


.slide-content {
    padding: 80px 0;
    max-width: 400px;
    margin-top: 142px;
}

.title-slide {
    font-family: 'aristotelica_small_capsbold', sans-serif;
    font-size: 3.438em;
    color: #fff;
    line-height: 1em;
}

.slide-content .description p {
    font-family: 'Myriad Pro', sans-serif;
    font-weight: normal;
    font-size: 1.125em;
    color: rgba(255, 255, 255, .5);
    margin: 30px 0;
}

.sub-title-slide {
    font-family: 'aristotelica_small_capsbold', sans-serif;
    font-size: 2em;
    color: #fff;
    line-height: 1em;
    padding: 30px 0 0 0;
}

body .uk-dotnav {
    margin-bottom: 65px;
    margin-left: -3px;
}

body .uk-dotnav>* {
    padding-left: 3px;
}

body .uk-dotnav>*>* {
    width: 13px;
    height: 13px;
    border: none;
    background-color: #8c8c8c;
}

body .uk-dotnav>.uk-active>* {
    background-color: #fff;
}

body .uk-dotnav>*>:active,
body .uk-dotnav>*>:focus,
body .uk-dotnav>*>:hover {
    background-color: #fff;
}

.front-slideshow .slide-prev:hover,
.front-slideshow .slide-next:hover {
    opacity: .5;
    transition: all .3s;
}

.uk-slideshow .uk-button {
    font-family: 'Myriad Pro', sans-serif;
    font-weight: bold;
    font-size: 1em;
    color: #000103;
    line-height: 50px;
    border: none;
    padding: 0 35px;
    background-color: #78ff00;
    border-radius: 30px;
    margin-top: 50px;
    text-transform: none;
}

.uk-slideshow .uk-button:hover {
    background-color: #fff;
    color: #000103;
}









.category-menu {
    /*margin-top: 165px;*/
    /*background: linear-gradient(to top, #ff3202, #ff9812);*/
    padding: 100px 0 150px;
    margin-top: -70px;
}

/*.category-menu:before {*/
    /*display: block;*/
    /*content: "";*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*background-image: url("../images/bg-menu-1.png");*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: bottom center;*/
    /*z-index: -1;*/
/*}*/

.category-menu:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 200px;
    background-color: #e7e7e7;
    z-index: -2;
}

.category-menu .uk-navbar-nav>li {
    flex-basis: 0;
    flex-grow: 1;
}

.category-menu a:not(:hover) svg path {
    fill: #fff;
}

.category-menu .item-cat {
    font-family: "aristotelica_small_capsbold", sans-serif;
    font-size: 1.375em;
    color: #fff;
    line-height: 1em;
    text-transform: none;
    min-height: 163px;
    border-radius: 45px;
    transition: all .3s;
}

.category-menu .item-cat:hover,
.category-menu .uk-active .item-cat{
    background-color: #fff;
    transition: all .3s;
}

.category-menu .item-cat:hover .uk-menu-title,
.category-menu .uk-active .item-cat .uk-menu-title{
    color: #f8660b;
    transition: all .3s;
}

.category-menu .icon-fill {
    min-height: 61px;
}

.category-menu .uk-menu-title {
    padding-top: 25px;
}

.not-front .category-menu {
    padding: 30px 0 150px;
    margin-top: 0;
}

.not-front .category-menu:before {
    display: none;
}




.front-products {
    padding: 50px 0;
    background-color: #e7e7e7;
}

h2.title-02, h1.title-01 {
    font-family: "aristotelica_small_capsbold", sans-serif;
    font-weight: normal;
    font-size: 2.188em;
    color: #000;
    line-height: 1em;
    margin-bottom: 70px;
}

h2.title-02:before, h1.title-01:before {
    display: block;
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    width: 222px;
    height: 13px;
    border-radius: 10px;
    background-color: #ffb201;
    z-index: -1;
}

.uk-advantage h2.title-02:before {
    background-color: #02ff20;
}

h1.title-02 {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 3.375em;
    color: #000;
    line-height: 1.25em;
}

.catalog-page .icon-preview-fid {
    width: 30px;
    height: 30px;
}

.view-lists-product ul li {
    margin-bottom: 40px;
}

.item-card-product {
    background-color: #fff;
    border-radius: 45px;
    margin: 0 18px;
}

.item-card-product {
    transition: all .3s;
}

.item-card-product:hover {
    box-shadow: 0 6px 43px rgba(0, 0, 0, .15);
}

.uk-marks {
    min-height: 70px;
}

.product-marks {
    padding: 0 25px;
}

.product-marks-hit {
    font-weight: 700;
    font-size: .938em;
    color: #fff;
    padding: 20px 15px 13px 15px;
    border-radius: 50px;
    background-color: #ffd052;
    width: 70px;
    transform: rotate(-45deg) translate(-17%, -17%);
}




.uk-tile-bottom {
    padding: 10px 25px 25px 25px;
}

.title-product a {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.375em;
    color: #000;
    line-height: 1.25em;
    padding-bottom: 12px;
}

.title-product a:hover {
    color: #ff802a;
}

.consist {
    font-size: .938em;
    color: #424242;
    line-height: 1.25em;
}

.param-product {
    font-weight: 500;
    font-size: 1.063em;
    color: #ff7e29;
}

.old-price {
    font-size: 1.5em;
    color: #000;
    margin-right: 10px;
}

.real-price {
    font-weight: 500;
    font-size: 1.563em;
    color: #000;
    line-height: 1.25em;
}

.old-price+.real-price {
    color: #e3695f;
}

.btn-active-product .btn-product {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: .938em;
    color: #e47126;
    line-height: 48px;
    border: 1px solid #ff7e29;
    border-radius: 30px;
    text-transform: none;
}

.btn-active-product .btn-product:hover {
    color: #fff;
    background-color: #ff1f02;
    border-color: #ff1f02;
}

.uk-advantage {
    background-color: #e7e7e7;
    padding-bottom: 165px;
}

.uk-advantage-item {
    min-height: 285px;
    padding-top: 60px;
}

.uk-advantage h3.title {
    font-family: "aristotelica_small_capsbold", sans-serif;
    font-weight: normal;
    font-size: 1.875em;
    color: #8f3e08;
    max-width: 60%;
    margin: 15px auto;
    line-height: 1em;
}

.uk-advantage h3.title b {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.063em;
}

.uk-item-0 .icon-fid {
    background-position: 70% 100%;
}

.uk-item-1 .icon-fid {
    background-position: 90% 74%;
}

.uk-item-2 .icon-fid {
    background-position: 63% 66%;
}

.uk-item-shadow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(#ffb33a 0, rgba(255, 179, 58, .3)30%, rgba(255, 179, 58, 0) 70%);
    z-index: -1;
}

.uk-menu-category-other {
    padding: 165px 0 80px;
    margin-top: -145px;
}

.uk-menu-category-other h2.title-02:before {
    background-color: #029dff;
}

.uk-menu-category-other .menu-icon {
    height: 112px;
}

.uk-menu-category-other .title {
    font-family: "aristotelica_small_capsbold", sans-serif;
    font-weight: normal;
    font-size: 2.188em;
    color: #f87e11;
    line-height: 1em;
    padding: 20px 0 15px;
}

/*.uk-menu-category-other a {*/
    /*font-family: "Roboto", sans-serif;*/
    /*font-weight: 500;*/
    /*font-size: 1.25em;*/
    /*color: #000;*/
/*}*/

/*.uk-menu-category-other a:hover {*/
    /*color: #ff802a;*/
/*}*/

.uk-menu-category-other a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: .938em;
    color: #e47126;
    line-height: 48px;
    border: 1px solid #ff7e29;
    border-radius: 30px;
    text-transform: none;
    display: inline-block;
    padding: 0 30px;
}

.uk-menu-category-other a:hover {
    color: #fff;
    background-color: #ff1f02;
    border-color: #ff1f02;
}

.uk-menu-category-other:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 165px;
    background-image: url("../images/bg-wave.png");
    background-repeat: no-repeat;
    background-position: top left;
    z-index: -1;
}




.last-nodes {
    padding: 70px 0 165px;
}

.last-nodes h2.title-02:before {
    background-color: #ff5df2;
}





.param-items {
    padding-top: 25px;
}

.uk-label-box .uk-checkbox {
    display: none;
}

.uk-label-box {
    padding-right: 37px;
}

.uk-label-box label {
    cursor: pointer;
}

.uk-label-box span {
    color: rgba(0, 0, 0, .3);
}

.uk-label-box:hover span {
    color: rgba(0, 0, 0, .6);
}

.uk-label-box span:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 29px;
    height: 13px;
    border: 1px solid #fedea1;
    border-radius: 10px;
}

.uk-label-box span:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-18px, -50%);
    width: 9px;
    height: 9px;
    background-color: #fedea1;
    border-radius: 50%;
    transition: all .3s;
}

.uk-label-box .uk-checkbox:checked+span {
    color: rgba(0, 0, 0, .6);
}

.uk-label-box .uk-checkbox:checked+span:after {
    transform: translate(-4px, -50%);
    background-color: #e41100;
}





footer {
    margin-top: 50px;
    border-top: 1px solid #ededed;
    padding: 60px 0 20px;
}

.footer-container {


}

.copyright {
    font-size: .625em;
    color: #68666a;
    padding: 13px 0;
}

footer .uk-nav li>a {
    min-height: inherit;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    color: #1a1a1a;
    line-height: 1.25em;
    padding: 8px 0;
}

footer .uk-nav li>a:hover {
    color: #ff802a;
}

footer .uk-nav li.uk-active>span {
    min-height: inherit;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: .875em;
    color: #ff802a;
}

.working-hours {
    font-weight: 500;
    color: #1a1a1a;
}

.working-hours>div {
    font-size: 1.125em;
}

.working-hours .title-04 {
    font-size: .938em;
    color: #68666a;
}

.working-hours>div:first-letter,
.consist .param-values:first-letter {
   text-transform: uppercase;
}

footer .phone a {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    color: #1a1a1a;
}

footer .footer-bottom .uk-nav li>a,
footer .footer-bottom .uk-nav li>span {
    font-weight: 400;
    font-size: .625em;
    color: #68666a;
    line-height: 1.25em;
    padding: 8px;
}

footer .footer-bottom .uk-nav li>a:hover,
footer .footer-bottom .uk-nav li.uk-active>span {
    color: #ff802a;
}

footer .footer-bottom .uk-nav li:first-child>a {
    padding-left: 0;
}

.uk-address {
    font-weight: 500;
    font-size: 1.125em;
    color: #1a1a1a;
}

.social-links a:first-child {
    margin-left: 0;
}



.social-links a {
    margin: 0 12px;
}

.social-links a:first-child {
    padding-left: 0;
}

.social-links a:last-of-type {
    padding-right: 0;
}


.breadcrumbs {
    margin: 20px 0;
}

body .uk-breadcrumb>*>* {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: .938em;
    color: #ff7e29;
}

body .uk-breadcrumb>:last-child>a:not([href]),
body .uk-breadcrumb>:last-child>span {
    color: #141414;
}

body .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    margin: 0 5px;
    font-size: .938em;
    color: #141414;
}

body .uk-breadcrumb>*>:focus,
body .uk-breadcrumb>*>:hover {
    color: #141414;
}






.uk-filter-sort {
    position: absolute;
    left: 0;
    top: 0;
}

.sort-catalog {
    padding-left: 70px;
}

.sort-catalog .uk-button {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.125em;
    color: #000;
    border: 2px solid #000;
    border-radius: 30px;
    text-transform: none;
    min-width: 250px;
    line-height: 48px;
}

.sort-catalog .uk-nav-default>li>a {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.125em;
    color: #000;
}

.sort-catalog .uk-button img {
    margin-left: 5px;
}

.sort-catalog .uk-dropdown {
    min-width: 250px;
}

.products-content {
    padding-top: 30px;
}

.filter-catalog .btn-filter-params {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    margin: 13px 0 0 0;
}

.filter-catalog .btn-filter-params:hover svg path,
.filter-catalog .btn-filter-params.open svg path {
    fill: #ff7e29!important;
}

.filter-params-box {
    margin: 40px 0 0 0;
    position: relative;
    padding: 4px 0;
}

body .filter-params-box:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 100%;
    height: 2px;
    background-color: #d3d3d3;
    border-radius: 10px;
}

.filter-catalog .item-filter,
.filter-selected-reset-link a {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1.25em;
    color: #000;
    padding: 25px 15px 15px 15px;
    margin: 0 15px;
    transition: all .3s;
    text-transform: capitalize;
    white-space: nowrap;
}

.filter-selected-reset-link a {
    margin-left: 0;
}

.filter-catalog .item-filter:hover,
.filter-selected-reset-link a:hover {
    color: #ff7e29;
    transition: all .3s;
}

.filter-catalog .item-filter:before,
.filter-selected-reset-link a:before{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: -4px;
    right: 0;
    height: 6px;
    background-color: #ff7e29;
    border-radius: 10px;
    opacity: 0;
}

.filter-catalog .item-filter.uk-active:before,
.filter-selected-reset-link a.uk-active:before {
    opacity: 1;
}



.product-related-content {
    padding: 50px 0 80px 0;
}

.product-related-content .uk-slider {
    padding: 25px 1px;
}

.page-product-item header.not-front {
    margin-bottom: 0;
}

.page-product-item header.not-front:before {
    border-radius: 0;
    background-color: transparent;
}














.product-page .uk-slideshow a:hover img {
    opacity: .5;
}

.title-price {
    font-weight: 700;
    font-size: 2em;
    color: #000;
}

.param-option-product-bold {
    font-weight: 700;
    font-size: 1.125em;
    color: #67666a;
}

.old-price-format {
    font-weight: 400;
    font-size: 2.25em;
    color: #000;
    margin-right: 10px;
}

.old-price-format:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 2px;
    width: 100%;
    background-color: #67666a;
}

.price-format {
    font-weight: 700;
    font-size: 2em;
    color: #ff7e29;
}

.uk-button[name="decrement"],
.uk-button[name="increment"],
.uk-input-number-counter-box a.uk-button{
    line-height: 41px;
    width: 41px;
    border: none;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    color: #fff;
    border-radius: 50%;
    background-color: #ff7e29;
}

.uk-number-box .uk-button{
    line-height: 41px;
    width: 41px;
    border: none;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    color: #000;
    border-radius: 50%;
    background-color: #fff;
}

.uk-number-box .uk-button:hover {
    color: #fff;
    background-color: #ff1f02;
}

.uk-button[name="decrement"]:hover,
.uk-button[name="increment"]:hover,
.uk-input-number-counter-box a.uk-button:hover {
    color: #fff;
    background-color: #ff1f02;
}

.uk-button[name="decrement"]:disabled,
.uk-button[name="increment"]:disabled {
    color: rgba(255, 255, 255, .5);
}

.uk-input-number-counter-box .uk-input {
     height: 41px;
     border: none;
     background-color: transparent;
     width: 50px;
     font-family: "Roboto", sans-serif;
     font-weight: 400;
     font-size: 1.438em;
     color: #000;
     padding: 0;
 }

.uk-number-box .uk-input {
    height: 41px;
    border: none;
    background-color: transparent;
    width: 50px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.438em;
    color: #000;
    padding: 0;
}

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

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]:hover, input[type="number"]:focus {
    -moz-appearance: number-input
}

body .uk-button-buy {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: .938em;
    color: #e47126;
    line-height: 48px;
    border: 1px solid #ff7e29;
    border-radius: 30px;
    text-transform: none;
    margin-left: 20px;
}

body .uk-button-buy:hover {
    color: #fff;
    background-color: #ff1f02;
    border-color: #ff1f02;
}










.shop-product-action-box {
    margin-bottom: 30px;
}

.product-consist .uk-slider {
    padding: 0 30px;
}

.product-consist {
    margin-top: 50px;
}

.param-option-product {
    color: rgba(255, 255, 255, .5);
}

.product-right-bar .param-option-product {
    color: #67666a;
}

.product-page-details .prod_info {
    padding-left: 15px;
}

h3.title-03 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.125em;
    color: #464648;
    line-height: 1.25em;
}

.preview-fid {
    height: 200px;
    width: 292px;
}

.preview-fid-mb {
    height: 100px;
    width: 150px;
}

.teaser-consist .title-product {
    margin: 10px 0;
}

.teaser-consist .title-product a {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #000;
}

.teaser-consist .title-product a:hover {
    color: #ff802a;
}

.consist-card {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: rgba(0, 0, 0, .6);
    line-height: 1.25em;
}

.param-consist {
    font-weight: 700;
    font-size: 1.5em;
    color: #000;
    line-height: 1em;
    padding-top: 5px;
}

.param-consist span {
    font-weight: 300;
    font-size: .625em;
}

.teaser-consist {
    min-height: 140px;
    justify-content: center;
}

.uk-top-img {
    z-index: -1;
}

.consist-card {
    height: 0;
    overflow: hidden;
}

/*.product-consist-content ul li:hover .consist-card {*/
    /*height: auto;*/
/*}*/

/*.product-consist-content ul li:hover .uk-top-img {*/
    /*opacity: 0;*/
/*}*/

.product-consist-content ul li>div:first-child:before {
    display: block;
    content: "";
    position: absolute;
    left: -15px;
    top: 60px;
    bottom: 30px;
    border-left: 1px dotted rgba(255, 255, 194, .2);
}

.product-consist-content ul li:first-child>div:first-child:before {
    display: none;
}

body a.uk-link {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1em;
    color: #000;
    padding: 0 20px;
    text-transform: none;
    border: 1px solid rgba(254, 222, 161, .5);
    border-radius: 30px;
    margin: 30px 0;
}

body a.uk-link:hover {
    color: #000;
    border-color: rgba(254, 222, 161, 1);
}

.last-line ul li {
    margin-top: 30px;
}




body a.uk-link-more {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.125em;
    color: #484848;
}

body a.uk-link-more:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 1px;
    background-color: #484848;
    transition: all .3s;
    opacity: 1;
    transform: translateY(0);
}

body a.uk-link-more:hover:before {
    transform: translateY(10px);
    opacity: 0;
    transition: all .3s;
}





.item-node .node-preview {
    border-radius: 30px;
}

.node-teaser {
    padding: 40px 15px;
}

.node-teaser .title a {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1.25em;
    color: #000;
    line-height: 1.25em;
}

.node-teaser .title a:hover {
    color: #ff802a;
}

.load-more a {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1em;
    color: #727171;
    padding: 3px 3px 3px 20px;
    text-transform: none;
    border: 1px solid rgba(254, 222, 161, .5);
    border-radius: 30px;
    line-height: 32px;
}

.load-more a span {
    color: #fff;
    background-color: rgba(227, 105, 95, .5);
    border-radius: 30px;
    padding: 0 10px;
    transition: all .3s;
}

.load-more a:hover {
    border-color: rgba(254, 222, 161, 1);
}

.load-more a:hover span {
    background-color: rgba(227, 105, 95, 1);
    transition: all .3s;
}

.blog-preview-fid {
    height: 420px;
    border-radius: 25px;
    margin: 40px 0;
}

.uk-item-blog .date {
    font-weight: 500;
    font-size: .938em;
    color: #67666a;
}

.uk-content-body p {
    font-weight: 500;
    font-size: 1.125em;
    color: #404040;
    line-height: 1.25em;
}

.node-lists-product {
    padding: 40px 0 20px 0;

}

.node-lists-product .item-card-product,
.catalog-page .item-card-product,
.product-related .item-card-product {
    box-shadow: 0 0 0 1px #d3d3d3;

}

.node-lists-product .item-card-product:hover,
.catalog-page .item-card-product:hover,
.product-related .item-card-product:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, .15);
    border-color: transparent;
}

.catalog-page {
    margin-bottom: 50px;
}

.catalog-page .products-content ul>li {
    margin-top: 36px;
}

.node-lists-product .uk-slider-container {
    padding: 25px 0;
}

.other-node-link a {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    color: #424242;
    margin: 12px;
}

.other-node-link a:hover {
    color: #ff7e29;
}

.other-node-link a:hover svg path {
    fill: #ff7e29!important;
}



.page-checkout-item header.not-front:before {
    border-radius: 0;
    background-color: transparent;
}












.checkout-item .image {
    max-height: 125px;
    max-width: 188px;
}

.checkout-item .item-content>div {
    padding-left: 15px;
}

.checkout-item .title a {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.375em;
    color: #000;
    line-height: 1.25em;
    margin-bottom: 15px;
    display: block;
}

.checkout-item {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, .2);
}

.checkout-item:first-child {
    border-top: none;
}

.consist-checkout {
    font-size: .938em;
    line-height: 1.25em;
    padding-top: 10px;
}

body .uk-product-remove {
     opacity: .33;
 }

body .uk-product-remove:hover {
    opacity: 1;
}

.checkout-item .uk-button[name="decrement"], .checkout-item .uk-button[name="increment"] {
    line-height: 34px;
    width: 34px;
}

.checkout-item .uk-input-number-counter-box .uk-input {
    height: 34px;
    width: 45px;
    font-size: 1.25em;
}

.checkout-item .param-option-product-bold {
    font-weight: 500;
    font-size: 1.063em;
    color: #ff7e29;
}

.checkout-item .price-format {
    font-weight: 500;
    font-size: 1.563em;
    color: #000;
}

.icon-car {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #efefef;
}

.uk-text-delivery-amount {
    font-weight: 500;
    font-size: 1.125em;
    color: #000;
    line-height: 1.25em;
    max-width: 235px;
    margin-left: 30px;
}

.price-min {
    font-weight: 500;
    font-size: 1.563em;
    color: #000;
}

.order-total-amount {
    font-family: "aristotelica_small_capsbold", sans-serif;
    font-weight: normal;
    font-size: 1.563em;
    color: #000;
    padding-top: 40px;
}

.order-total-amount span {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #ff7e29;
}

.price-delivery {
    font-weight: 900;
    font-size: 1.188em;
    color: #fedea1;
    line-height: 1.25em;
}

.checkout-page {
    padding-bottom: 100px;
    margin-bottom: 100px;
}


form .uk-input {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: .938em;
    color: #000;
    padding: 0 22px;
    height: 48px;
    border-radius: 30px;
    border-color: #000;
}

form .uk-input::placeholder {
    color: #000;
}

form .uk-input:focus::placeholder {
    color: transparent;
}

form .uk-input:focus {
    background-color: transparent;
    box-shadow: none !important;
    color: #000;
    border-color: #000!important;
}

form .uk-input.uk-form-danger {
    border-color: rgba(228, 17, 0, .2)
}

form .uk-input.uk-form-danger:focus {
    color: #000;
    border-color: transparent
}

#form-checkout-order-delivery-method {
    display: flex;
}

#form-checkout-order-delivery-method>div {
    width: 50%;

}

#form-checkout-order-delivery-method .uk-margin-small {
    margin: 0!important;
}

#form-checkout-order-delivery-method .uk-radio {
    display: none;
}

#form-checkout-order-delivery-method span {
    font-size: 1.125em;
    color: #000;
    cursor: pointer;
    padding: 0 35px 0 50px;
    line-height: 47px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

#form-checkout-order-delivery-method span:before {
    display: block;
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #efefef;
    z-index: -2;
}



#form-checkout-order-delivery-method span:after {
    display: block;
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: -1;
}

#form-checkout-order-delivery-method .uk-radio[value="delivery"]+span:after {
    background-image: url("../images/icon-delivery-01.svg");
}

#form-checkout-order-delivery-method .uk-radio[value="pickup"]+span:after {
    background-image: url("../images/icon-delivery-02.svg");
}

#form-checkout-order-delivery-method .uk-radio[value="delivery"]:checked+span:after {
    background-image: url("../images/icon-delivery-01-active.svg");
}

#form-checkout-order-delivery-method .uk-radio[value="pickup"]:checked+span:after {
    background-image: url("../images/icon-delivery-02-active.svg");
}

#form-checkout-order-delivery-method .uk-radio:checked+span {
    background-color: #ff7e29;
    color: #fff;
}

#form-checkout-order-delivery-method .uk-radio:checked+span:before {
    background-color: #fff;
}




#form-checkout-order-pre-order-at-form-field-box {
    position: relative;
    z-index: 1;
}

#form-checkout-order-pre-order-at-form-field-box:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 175px;
    bottom: 0;
    border-radius: 30px;
    border: 1px solid #000;
    z-index: -1;
}

#form-checkout-order-payment-method {
    display: flex;
    flex-wrap: wrap;
}

#form-checkout-order-payment-method>div:not(:last-of-type) {
    width: 50%;
    margin-top: 0!important;
    margin-bottom: 20px;
}

#form-checkout-order-payment-method>div:last-of-type {
    width: 100%;
}

.uk-surrender {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 50%;
}

.uk-surrender .uk-margin {
    margin: 0;
}

.uk-payment span {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.125em;
    color: #000;
    padding-left: 15px;
    cursor: pointer;
}




form *+.uk-margin {
    margin-top: 0!important;
}

form .uk-datepicker {
    padding: 0 25px;
    color: #000;
    background-color: transparent;
    cursor: pointer;
    border-color: transparent;
}

form .uk-datepicker:focus {
    background-color: transparent;
    color: #000;
    border-color: transparent!important;
}

.box-datepicker .uk-margin {
    margin: 0;
}

.box-datepicker span {
    font-size: .938em;
    color: #fff;
    width: 130px;
    padding: 0 15px;
    background-color: #ff7e29;
    line-height: 48px;
    border-radius: 30px;
}

.box-datepicker span:hover {
    color: #fff;
}



form .uk-select {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.25em;
    color: #e3695f;
    border: none;
    padding: 0 50px 0 25px;
    border-radius: 30px;
}

.certificate-box .uk-button, .box-btn-default .uk-button {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: .938em;
    color: #fff;
    line-height: 48px;
    border: none;
    border-radius: 30px;
    background-color: #ff7e29;
    text-transform: none;
}

.certificate-box .uk-button:hover,
.box-btn-default .uk-button:hover {
    background-color: #ff1f02;
    color: #fff;
}

form .uk-input[name="certificate"].uk-form-danger {
    border-color: rgba(228, 17, 0, .2);
}

form .uk-textarea {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: .938em;
    color: #000;
    padding: 12px 25px;
    border: 1px solid #000;
    border-radius: 30px;
    background-color: transparent;
    resize: none;
}

form .uk-textarea::placeholder {
    color: #000;
}

form .uk-textarea:focus::placeholder {
    color: transparent;
}

form .uk-textarea:focus {
    background-color: transparent;
    box-shadow: none;
    border-color: #000;
    color: #000;
}

.box-agreement {
    margin: 40px 0 30px 0;
}

.box-agreement label {
    display: flex !important;
    align-items: center;
}

form .uk-checkbox {
    width: 22px;
    height: 22px;
    border-radius: 5px;
    border: 1px solid #000;
}

form .uk-checkbox:checked {
    background-image: url(../images/icon-check.svg);
    background-position: 50% 50%;
    background-color: transparent;
    border: 1px solid #000;
}

.box-agreement span {
    color: #000;
    margin-left: 15px;
    flex: 1;
    line-height: 1.25em;
}

.box-agreement input[type="checkbox"] + span {
    color: #000;
}

form .uk-checkbox:focus, form .uk-checkbox:checked:focus {
    background-color: transparent;
    border: 1px solid #000;
}

.uk-birthday span {
    font-family: "aristotelica_small_capsbold", sans-serif;
    font-weight: normal;
    font-size: 1.375em;
    color: #000;
    margin-left: 18px;
    cursor: pointer;
}

.uk-birthday i {
    font-style: inherit;
    font-family: 'cocon-regularregular', sans-serif;
    font-weight: normal;
    font-size: 1.25em;
}

.uk-birthday img {
    vertical-align: sub;
    margin-left: 20px;
}


h4.title-04 {
    font-family: "aristotelica_small_capsbold", sans-serif;
    font-weight: normal;
    font-size: 1.375em;
    color: #000;
    margin: 20px 0;
}

h5.title-05 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.125em;
    color: #000;
}


.uk-order-title {
    font-size: 1.563em;
    color: #000;
    margin-bottom: 15px;
}

.uk-order-title span {
    font-weight: 700;
}

h1.title-thanks {
    font-family: "aristotelica_small_capsbold", sans-serif;
    font-weight: normal;
    font-size: 2.5em;
    color: #ff8007;
}

.uk-item-order {
    font-size: 1.125em;
    color: #000;
}

.uk-item-order span {
    font-weight: 500;
    font-size: 1.125em;
}

.checkout-thanks .phone a {
    font-weight: 400;
    font-size: 1.563em;
}

.checkout-thanks h2.title-02:before {
    display: none;
}

.error-404 {
    background-image: url("../images/bg-404.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    min-height: 100vh;
}

.error-404 .title {
    font-weight: 700;
    font-size: 2.188em;
    color: #040404;
}

.box-btn-link .uk-button-link {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.25em;
    color: #ff822a;
}

.box-btn-link .uk-button-link:hover {
    color: #ff1f02;
}


.lang-box {
    padding-right: 5%;
}

.lang-box ul li.uk-active {
    display: none;
}

.lang-box ul li a {
    color: #000;
    position: relative;
    padding-right: 40px;
}

body .uk-offcanvas-bar .uk-nav-default>li>a {
    color: #000;
}

.uk-offcanvas-bar .lang-box {
    margin-bottom: 20px;
}

.lang-box ul li a:hover {
    color: #ff802a;
}

.lang-box ul li a:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 29px;
    height: 13px;
    border: 1px solid #ff7e29;
    border-radius: 10px;
}

.lang-box ul li a:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-4px, -50%);
    width: 9px;
    height: 9px;
    background-color: #ff1f02;
    border-radius: 50%;
    transition: all .3s;
}

html[lang="ru"] .lang-box ul li a:after {
    transform: translate(-18px, -50%);
    background-color: #fedea1;
}




header .btn-menu, header .btn-call-back {
    border: none;
    line-height: 1em;
}

.uk-not-pc .basket-box {
    flex: 1;
    text-align: center;
}



body .uk-offcanvas-bar {
    background-color: #fff;
    padding: 25px 22px;
    width: 320px;
    left: -320px;
}

body .uk-offcanvas-bar .uk-navbar-nav {
    padding-left: 0;
    flex-direction: column;
    margin: 30px 0;
}

body .uk-offcanvas-bar .uk-navbar-nav>li>a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 5px 0;
    color: #202020;
    min-height: inherit;
    text-transform: none;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

body .uk-offcanvas-bar .uk-navbar-nav>li:last-of-type>a {
    border-bottom: none;
}

body .uk-offcanvas-bar .uk-navbar-nav>li>.uk-navbar-toggle {
    padding: 5px 0;
    min-height: inherit;
}

body .uk-offcanvas-bar .uk-navbar-toggle {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: .938em;
    min-height: inherit;
    justify-content: flex-start;
    padding: 5px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

body .uk-offcanvas-bar ul:not(.uk-navbar-nav) .uk-navbar-toggle {
    text-transform: none!important;
}

body .uk-offcanvas-bar .uk-nav>li.uk-active>.uk-navbar-toggle,
body .uk-offcanvas-bar .uk-navbar-nav>li>a:hover {
    color: #ff802a;
}

.uk-offcanvas-bar .uk-offcanvas-close {
    top: 0;
    right: 0;
    border: none;
    background-color: transparent;
}

.uk-offcanvas-bar .title-04 {
    font-size: .625em;
    color: #67666a;
}
.uk-offcanvas-bar  .working-hours>div,
.uk-offcanvas-bar .phone a,
.uk-offcanvas-bar .uk-address {
    font-size: .75em;
    color: #202020;
}





body .uk-alert {
    background-color: transparent;
}

.icon-img-full {
    margin-right: 25px;
}

.text-captcha {
    font-size: .5em;
    color: rgba(104, 102, 106, .6);
}

.uk-ajax-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #e41100;
    z-index: 10;
}

body .uk-notification-message {
    background-color: #61ba02;
    font-weight: 500;
    font-size: .875em;
    text-transform: none;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 15px 16px rgba(115, 11, 3, .42);
}

body .uk-notification-message.uk-notification-message-danger {
    background-color: #e41100;
}

.product-consist-content.consist-mb .consist-card {
    height: auto;
}

.product-consist-content.consist-mb .uk-top-img {
    position: static!important;
    left: 0;
    transform: translateX(0);
    width: auto;
}

.product-consist-content.consist-mb .teaser-consist {
    min-height: inherit;
}

.consist-mb a[uk-slider-item="previous"] img,
.consist-mb a[uk-slider-item="next"] img {
    width: 10px;
    height: 19px;
}

.product-consist .consist-mb .uk-slider {
    padding: 0 15px;
}

.product-related-content .uk-link {
    color: #727171;
}

.product-related-content .uk-link:hover {
    color: #000;
}

.product-related-content .last-line ul li {
    margin-top: 70px;
}

.header-fix header {
    position: absolute!important;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
}

.header-fix header.not-front:before {
    display: none;
}




/*.seo-text h1 {*/
    /*font-family: "Roboto", sans-serif;*/
    /*font-weight: 300;*/
    /*font-size: 3.125em;*/
    /*color: #fedea1;*/
    /*line-height: 1.25em;*/
    /*position: relative;*/
    /*z-index: 1;*/
    /*display: inline-block;*/
    /*padding: 10px 40px 10px 20px;*/
    /*margin: 0 0 40px -20px;*/
    /*background-color: #270061;*/
/*}*/

/*.seo-text p {*/
    /*font-weight: 300;*/
    /*color: #fedea1;*/
/*}*/



.seo-text p {
    font-weight: 500;
    font-size: 1.125em;
    color: #000000;
}








.slide-content-front {
    padding: 170px 0 30px 0;
}

.slideshow-content {
    mix-blend-mode: soft-light;
}

.title-slide-front {
    font-weight: 300;
    font-size: 6.5em;
    color: rgba(255, 255, 255, .5);
    line-height: 1em;
}

.sub-title-slide-front {
    font-weight: 900;
    font-size: 16.75em;
    color: #fff;
    line-height: 1em;
}

.description-slide-front {
    padding: 40px 0 70px 0;
}

.description-slide-front p {
    font-weight: 900;
    font-size: 2.25em;
    color: #fff;
    line-height: 1.25em;
    margin: 0;
}

.description-slide-front:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .55);
    filter: blur(50px);
    -webkit-filter: blur(50px);
    z-index: -1;
}











.seo-text-default {
    padding-top: 170px;
    margin-top: -145px;
}

.seo-text-default h1.title-01 {
    margin-bottom: 60px;
}

.seo-text-default h1.title-01:before {
    background-color: #5df2ff;
}

.seo-text-default p {
    font-weight: 500;
    font-size: 1.125em;
    color: #000;
}

.seo-text-default:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 170px;
    background-image: url("../images/bg-wave.png");
    background-repeat: no-repeat;
    background-position: top left;
    z-index: -1;
}









#page-login-form .uk-form {
    background-color: #db5449;
    border-radius: 50px;
    padding: 50px;
}

#page-login-form .uk-form input[type="checkbox"]+span {
    color: #fff;
}

#page-login-form .uk-form .uk-button {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1em;
    line-height: 50px;
    background-color: #61ba02;
    color: #fff;
    border-radius: 15px;
    box-shadow: 0 15px 16px rgba(115, 11, 3, .42);
    transition: all .3s;
}

#page-login-form .uk-form .uk-button:hover {
    color: #000;
    box-shadow: none;
    transition: all .3s;
}

.grecaptcha-badge {
    display: none!important;
}

.uk-modal .uk-modal-dialog {
    background-color: #fff;
    border-radius: 30px;
}

.uk-modal .uk-modal-body {
    padding: 40px;
}

.uk-modal-banner .modal-body p  {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1.25em;
    color: #000;
    margin: 30px 0;
}

.uk-modal-banner .uk-modal-close-default {
    top: 20px;
    right: 20px;
    width: 15px;
    height: 15px;
    background-image: url("../images/icon-close.svg");
}

.uk-modal-banner .uk-modal-close-default:hover {
    opacity: .5;
}

.message-ajax-modal .uk-modal-close {
    top: 20px;
    right: 20px;
    width: 15px;
    height: 15px;
    background-image: url("../images/icon-close.svg");
}

.description-thanks {
    font-size: 2em;
}

.description-thanks p {
    margin: 0;
}

/*body .uk-modal .uk-button[type="submit"] {*/
    /*font-family: "Roboto", sans-serif;*/
    /*font-weight: 700;*/
    /*font-size: 1em;*/
    /*color: #fedea1;*/
    /*border: 2px solid rgba(254, 222, 161, .5);*/
    /*text-transform: none;*/
    /*border-radius: 30px;*/
    /*background-color: transparent;*/
    /*line-height: 49px;*/
    /*margin-top: 10px;*/
/*}*/

/*body .uk-modal .uk-button[type="submit"]:hover {*/
    /*color: #fff;*/
/*}*/

.uk-banner-lg {
    min-height: 930px;
    padding: 250px 0 500px 0;
}

.description-content h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    color: #000;
    line-height: 1.25em;
}

.uk-banner-lg h2.title {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 4.5em;
    color: #fff;
    line-height: 1.125em;
}

.uk-banner-lg .sub-title {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 8em;
    color: #fff;
    line-height: 1em;
}

.uk-banner-lg .sub-title b {
    font-weight: 900;
}

body .uk-nav-category-default {
    margin-top: 50px;
    margin-bottom: 50px;
}

body .uk-nav-category-default>li>a {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    color: #fff;
    padding: 0 20px;
    min-height: inherit;
    line-height: 1em;
    margin: 5px 0;
}

body .uk-nav-category-default>li>a:hover {
    color: #e41100;
}

body .uk-nav-category-default>li {
    position: relative;
}

body .uk-nav-category-default>li:before {
    display: block;
    content: "/";
    position: absolute;
    left: -4px;
    top: 5px;
    color: #e41100;
    font-size: 1.5em;
    line-height: 1em;
}

body .uk-nav-category-default>li:first-child:before {
    display: none;
}

.error-content {
    padding: 200px 0;
}

.error-content:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 150%;
    width: 150%;
    transform: translateX(-50%);
    background-color: #db5449;
    border-radius: 0 0 50% 50%;
    z-index: -3;
}

body a.uk-button.uk-button-default {
    line-height: 50px;
    border: none;
    border-radius: 30px;
    background-color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.25em;
    color: #e3695f;
    text-transform: none;
    padding: 0 45px;
}

body a.uk-button.uk-button-default:hover {
    color: #000;
}

.box-button-default {
    padding: 50px 0 20px;
}

.delivery-time {
    font-weight: 300;
    font-size: 2.25em;
    color: #fce1a3;
    line-height: 1.25em;
}

.description-default {
    max-width: 75%;
}

.description-default h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 3em;
    color: #fff;
    padding: 20px 0;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.description-default h2:before {
    display: block;
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    width: 100px;
    height: 100px;
    background-color: #ef5c50;
    border-radius: 50%;
    z-index: -1;
}

.description-default p {
    color: #fff;
    line-height: 1.25em;
    margin: 5px 0;
}



.contacts-page .item-contact {
    font-size: 1.25em;
    color: #363636;
}

.contacts-page .item-contact a {
    color: #363636;
}

.contacts-page .item-contact a:hover {
    color: rgba(54, 54, 54, .5);
}

.uk-modification {
    margin-right: 10px;
}

.uk-modification .uk-button {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.063em;
    color: rgba(0, 0, 0, .32);
    border: 1px solid transparent;
    line-height: 25px;
    padding: 0 10px;
    text-transform: none;
    border-radius: 30px;
}

.uk-modification .uk-button:hover {
    color: #000;
}

.uk-modification .uk-button.uk-active {
    border-color: rgba(0, 0, 0, .3);
    color: #000;
}

.product-page .uk-modification .uk-button {
    font-weight: 700;
    font-size: 1.125em;
    line-height: 28px;
    color: rgba(254, 222, 161, .32);
}

.product-page .uk-modification .uk-button.uk-active {
    border-color: rgba(254, 222, 161, .5);
    color: #fff;
}

.product-page .shop-product-action-box {
    padding-top: 50px;
}

.catalog-page .category-menu {
    margin-top: 0;
}

.medias-default {
    padding: 55px 0;
}

.medias-default h2.title-02:before {
    background-color: #9d8dff;
}

.item-media {
    height: 320px;
    width: 320px;
    border: 20px solid #fff;
    margin-bottom: 20px!important;
}

.basket-timing>div {
    margin-left: 80px;
    font-weight: 500;
    font-size: 1.375em;
    color: #000;
}

.basket-timing>div:first-child {
    margin-left: 0;
}

.basket-timing span {
    font-weight: 700;
    font-size: 1.75em;
    color: #31c043;
}

.icon-time {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    margin-right: 20px;
}

.icon-time-01 {
    background: #efefef url("../images/time-01.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.icon-time-02 {
    background: #efefef url("../images/time-02.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}







.uk-fix-menu {
    z-index: 10;
    right: 0;
}

.uk-fix-menu .uk-container {
    padding: 0;
}

.uk-fix-menu .category-menu {
    padding: 0;
    margin: 0;
}

.uk-fix-menu .uk-background-bottom-center {
    background-position: 25% 50%;
}

.uk-fix-menu .category-menu .icon-fill {
    min-height: 25px;
}

.uk-fix-menu .category-menu .icon-fill svg {
    width: 27px;
    height: 27px;
}

.uk-fix-menu .category-menu .item-cat {
    font-size: .625em;
    min-height: 54px;
    margin: 10px 0;
    padding: 0 5px;
    border-radius: 15px;
}

.uk-fix-menu .category-menu .uk-menu-title {
    padding-top: 5px;
    text-align: center;
}

.filter-catalog .main-filtration {
    display: block;
}

.checkout-sets {
    margin-top: 40px;
    background-color: #e4e4e4;
    border-radius: 50px;
    padding: 15px 15px 15px 35px;
}

.text-sets {
    font-weight: 400;
    font-size: .938em;
    color: #000;
}

.item-gift:before {
    display: block;
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    right: -20px;
    bottom: 0;
    background-image: url("../images/gift.png");
}

.item-gift {
    width: 150px;
    height: 150px;
    padding: 30px;
    background: linear-gradient(to top, #f64904, #f9b81e);
    border-radius: 50%;
}

.active>.item-gift {
    background: #f64904;
}
.img-gift {
    width: 65px;
    height: 65px;
    margin-bottom: 10px;
}

.price-gift {
    font-weight: 700;
    font-size: 1.688em;
    color: #fff;
    line-height: 1em;
}

.price-gift span {
    font-family: 'aristotelica_small_capsbold', sans-serif;
}

.title-gift {
    font-weight: 700;
    font-size: 1.125em;
    color: #fff;
    line-height: 1.25em;
}

.uk-gift .uk-gift-items  {
    padding-top: 80px;
    margin-top: 20px;
}

.uk-gift .uk-progress-gift {
    position: absolute;
    left: 40px;
    top: 0;
    right: 0;
    height: 6px;
    background-color: #dfdfdf;
    border-radius: 30px;
    width: auto;
}

.uk-progress-gift:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 6px;
    background: linear-gradient(to right, #f64904, #f9b81e);
    border-radius: 30px;
    width: 150px;
}

.uk-progress-gift:after {
    display: block;
    content: "";
    position: absolute;
    left: 115px;
    top: -23px;
    right: 0;
    border-radius: 30px;
    width: 95px;
    height: 51px;
    background-image: url("../images/icon-gift.png");
}

.uk-gift-items>div:nth-child(1).active ~ .uk-progress-gift:before {
    width: 33%;
}

.uk-gift-items>div:nth-child(2).active ~ .uk-progress-gift:before {
    width: 66%;
}

.uk-gift-items>div:nth-child(3).active ~ .uk-progress-gift:before {
    width: 100%;
}

.uk-gift-items>div:nth-child(1).active ~ .uk-progress-gift:after {
    left: 32%;
}

.uk-gift-items>div:nth-child(2).active ~ .uk-progress-gift:after {
    left: 65%;
}

.uk-gift-items>div:nth-child(3).active ~ .uk-progress-gift:after {
    left: 100%;
    margin-left: -90px;
}





@media only screen and (max-width: 1440px) {
    header .uk-navbar .uk-navbar-nav {
        margin-left: 55px;
    }
    .item-top-contact>div {
        padding: 0 35px;
    }
    .uk-slideshow .uk-button {
        margin-top: 35px;
    }
    .slide-content .description p {
        margin: 20px 0;
    }
    h2.title-02, h1.title-01 {
        margin-bottom: 50px;
    }
    h1.title-02 {
        font-size: 3.375em;

    }
    .front-products {
        padding: 35px 0;
    }
    .front-products h2.title-02 {
        margin-bottom: 35px;
    }
    .seo-text-default {
        padding-top: 145px;
    }
    .seo-text-default h1.title-01 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1280px) {

}


@media only screen and (max-width: 1199px) {
    .item-top-contact>div {
        padding: 0 20px;
    }
    .slide-content {
        padding: 0 0 80px 0;
    }
    .title-slide {
        font-size: 2.25em;
    }
    .uk-slideshow .uk-button {
        margin-top: 15px;
    }
    .item-card-product {
        background-color: #fff;
        border-radius: 45px;
        margin: 0 5px;
    }
    .btn-active-product .btn-product {
        line-height: 44px;
        padding: 0 20px;
    }
    .title-product a {
        font-size: 1.25em;
        padding-bottom: 10px;
    }
    .real-price {
        font-size: 1.375em;
    }
    .param-items {
        padding-top: 15px;
    }
    .view-lists-product ul li {
        margin-bottom: 10px;
    }
    .uk-advantage h3.title {
        font-size: 1.5em;
    }
    .basket-timing {
        padding-bottom: 30px;
    }
    .item-gift {
        width: 130px;
        height: 130px;
        padding: 20px;
    }
    .img-gift {
        margin-bottom: 5px;
    }
    .price-gift {
        font-size: 1.25em;
    }
    .title-gift {
        font-size: 1em;
    }
    .uk-menu-category-other a {
        line-height: 44px;
        padding: 0 20px;
    }


}

@media only screen and (max-width: 959px) {
    .social-links {
        padding: 15px 0;
    }
    body .uk-dotnav {
        margin-bottom: 15px;
    }
    .slide-content {
        padding: 0 0 30px 0;
    }
    header {
        position: static;
    }
    .slide-content {
        margin-top: 0;
    }
    .uk-advantage-item {
        margin-bottom: 50px;
    }
    .uk-menu-category-other .title {
        font-size: 1.75em;
        padding: 15px 0 10px;
    }
    .uk-menu-category-other a {
        font-size: 1em;
    }
    .basket-timing {
        flex-direction: column;
    }
    .basket-timing>div {
        margin: 30px 0 0 0;
    }
    .basket-timing>div:first-child {
        margin: 0;
    }
    .item-gift {
        width: 80px;
        height: 80px;
        padding: 20px;
    }
    .img-gift {
        width: 30px;
        height: 30px;
    }
    .price-gift {
        font-size: 1.063em;
    }
    .title-gift {
        font-size: .75em;
    }

}


@media only screen and (max-width: 639px) {
    header .uk-navbar {
        padding: 10px 0;
    }
    header .uk-logo {
       width: 60px;
        min-height: inherit;
    }
    footer .uk-nav {
        flex-direction: column;
        align-items: center;
        margin: 6px 0;
    }
    footer .uk-nav li>a {
        font-size: .625em;
        color: #202020;
        padding: 5px 0;
    }
    footer {
        margin-top: 30px;
        padding: 30px 0 94px;
    }
    .block-top {
        text-align: center;
    }
    .block-top .uk-text {
        font-size: .625em;
    }
    .front-slideshow .uk-cover {
        /*left: 0;*/
        /*transform: translate(0%,-50%);*/
    }
    .uk-slideshow .uk-button {
        font-size: .625em;
        line-height: 29px;
        padding: 0 12px;
        margin-top: 5px;
    }
    h2.title-02, h1.title-01 {
        font-size: 1.125em;
        margin-bottom: 10px;
    }
    h2.title-02:before, h1.title-01:before {
        left: -4px;
        width: 114px;
        height: 6px;
    }
    .uk-menu-category-other {
        padding: 165px 0 50px;
    }
    .node-teaser {
        padding: 20px 15px 40px;
    }
    .seo-text-default p {
        font-size: .625em;
        margin: 0 0 5px 0;
    }
    .breadcrumbs {
        margin: 10px 0;
    }
    body .uk-breadcrumb>*>* {
        font-size: .563em;
    }
    .uk-item-blog .date {
        font-size: .625em;
    }
    .blog-preview-fid {
        height: 200px;
        margin: 20px 0;
    }
    .uk-content-body p {
        font-size: .875em;
        margin: 0 0 5px 0;
    }
    footer .title-04,
    footer .working-hours .title-04 {
        font-size: .625em;
        color: #67666a;
    }
    footer  .working-hours>div,
    footer .phone a,
    footer .uk-address {
        font-size: .75em;
        color: #202020;
    }
    footer .logo-footer {
        width: 60px;
    }
    .social-links a {
        margin: 0 3px;
    }
    .social-links {
        padding: 5px 0 0 0;
    }
    .uk-cards img {
        width: 133px;
        height: 41px;
    }
    .uk-cards {
        padding: 20px 0;
        text-align: center;
    }
    footer .footer-bottom .uk-nav li>a, .copyright {
        padding: 0;
        font-size: .5em;
    }
    .text-captcha {
        text-align: center;
    }
    .item-card-product {
        border-radius: 25px;
        margin: 0;
    }
    .product-marks-hit {
        font-size: .563em;
        border-radius: 10px;
        width: 42px;
        padding: 11px 7px 6px 7px;
    }
    .product-marks {
        padding: 0 12px;
    }
    .product-marks img {
        height: 15px;
    }
    .uk-marks {
        min-height: 42px;
    }
    .uk-tile-bottom {
        padding: 5px 13px 13px 13px;
    }
    .title-product a {
        font-weight: 500;
        font-size: .625em;
        color: #000;
        padding-bottom: 10px;
    }
    .param-product {
        font-weight: 700;
        font-size: .625em;
    }
    .consist {
        font-weight: 500;
        font-size: .625em;
    }
    .real-price {
        font-size: .75em;
    }
    .btn-active-product .btn-product {
        line-height: 29px;
        padding: 0 12px;
        font-size: .625em;
    }
    .uk-advantage-item .icon-fid {
        background-size: 58%;
    }
    .uk-advantage-item .icon-fid img {
        height: 30px;
    }
    .uk-advantage h3.title {
        font-size: .625em;
        max-width: 70%;
        margin: 5px auto;
    }
    .uk-advantage-item {
        min-height: 100px;
        padding-top: 20px;
        margin-bottom: 30px;
    }
    .uk-advantage {
        padding-bottom: 65px;
    }
    .uk-item-shadow {
        top: 50px;
        width: 100px;
        height: 100px;
    }
    .title-slide {
        font-size: 1.375em;
    }
    .slide-content .description p {
        font-size: .75em;
        margin: 10px 0;
    }
    body .uk-dotnav>*>* {
        width: 6px;
        height: 6px;
    }
    body .uk-dotnav {
        margin-bottom: 5px;
    }
    .slide-content {
        padding: 15px 0;
        max-width: 60%;
    }
    .front-products {
        padding: 30px 0;
    }
    .uk-menu-category-other .title {
        font-size: 1em;
        padding: 5px 0;
    }
    .uk-menu-category-other a {
        font-size: .625em;
    }
    body .uk-grid-collapse,
    body .uk-grid-small,
    body .uk-grid-large {
        margin-left: -10px;
    }
    body .uk-grid-collapse>*,
    body .uk-grid-small>*,
    body .uk-grid-large>* {
        padding-left: 10px;
    }
    .uk-menu-category-other .menu-icon {
        height: 45px;
    }
    .uk-menu-category-other {
        padding: 135px 0 30px;
        margin-top: -115px;
    }
    .last-nodes {
        padding: 40px 0 85px;
    }
    .item-node .node-preview {
        border-radius: 20px;
        height: 100px;
    }
    .item-node .node-teaser {
        padding: 10px 7px 20px;
    }
    .node-teaser .title a {
        font-size: .625em;
        display: block;
    }
    body a.uk-link-more {
        font-size: .625em;
    }
    .seo-text-default {
        padding-top: 140px;
        margin-top: -115px;
    }
    .seo-text-default h1.title-01 {
        margin-bottom: 20px;
    }
    body .uk-margin-medium-top {
        margin-top: 20px!important;
    }
    .uk-item-blog .uk-margin-top {
        margin-top: 0!important;
    }
    .other-node-link a {
        font-size: .625em;
        margin: 0 10px;
    }
    .other-node-link svg {
        width: 12px;
        height: 10px;
    }
    .sort-catalog .uk-button {
        font-size: .625em;
        border: 1px solid #000;
        min-width: 140px;
        line-height: 27px;
        padding: 0 20px;
    }
    .sort-catalog .uk-button img {
        width: 8px;
        height: 5px;
    }
    .sort-catalog .uk-dropdown {
        min-width: 140px;
        padding: 15px 20px;
    }
    .sort-catalog .uk-nav-default>li>a {
        font-size: .625em;
    }
    .filter-catalog .btn-filter-params svg {
        width: 20px;
        height: 17px;
    }
    .filter-catalog .btn-filter-params {
        margin: 7px 0;
    }
    .sort-catalog {
        padding-left: 50px;
    }
    .filter-catalog .item-filter, .filter-selected-reset-link a {
        font-size: .625em;
        padding: 12px 7px 7px 7px;
        margin: 0 7px;
    }
    .filter-selected-reset-link a {
        margin-left: 0;
    }
    .catalog-page .products-content ul>li {
        margin-top: 10px;
    }
    .filter-params-box {
        margin: 20px 0 0 0;
    }
    h1.title-02 {
        font-size: 1.125em;
    }
    .product-page .shop-product-action-box {
        padding-top: 20px;
    }
    .param-option-product-bold {
        font-size: .75em;
    }
    .title-price, .price-format, .checkout-item .price-format {
        font-size: 1.125em;
    }
    .uk-button[name="decrement"], .uk-button[name="increment"],
    .uk-input-number-counter-box a.uk-button, .checkout-item .uk-button[name="decrement"], .checkout-item .uk-button[name="increment"] {
        line-height: 20px;
        width: 20px;
        font-size: 1em;
    }
    .uk-input-number-counter-box .uk-input, .checkout-item .uk-input-number-counter-box .uk-input {
        height: 20px;
        width: 25px;
        font-size: .75em;
    }
    body .uk-button-buy {
        font-size: .625em;
        line-height: 29px;
        margin-left: 10px;
        padding: 0 18px;
    }
    h3.title-03 {
        font-size: .938em;
    }
    .teaser-consist .title-product a {
        font-size: .625em;
    }
    .product-related-content {
        padding: 20px 0;
    }
    .node-lists-product .item-card-product:hover, .catalog-page .item-card-product:hover, .product-related .item-card-product:hover {
        box-shadow: 0 0 0 1px #d3d3d3;
    }
    .checkout-item .item-content>div {
        padding-left: 0;
    }
    .checkout-item .title a {
        font-size: .75em;
        margin-bottom: 5px;
    }
    .checkout-item .param-option-product-bold {
        font-size: .625em;
    }
    .consist-checkout {
        font-size: .625em;
        padding-top: 5px;
    }
    .checkout-page .uk-grid+.uk-grid {
        margin-top: 0;
    }
    .checkout-item {
        padding-top: 10px;
        margin-top: 10px;
    }
    body .uk-product-remove img {
        width: 20px;
        height: 20px;
    }
    .checkout-page h1.title-02 {
        margin: 0;
    }
    h5.title-05 {
        font-size: .75em;
        margin: 10px 0 0 0;
    }
    .order-total-amount {
        font-size: 1em;
        padding-top: 0;
    }
    form .uk-input {
        font-size: .625em;
        padding: 0 20px;
        height: 31px;
    }
    form .uk-checkbox {
        width: 13px;
        height: 13px;
        border-radius: 3px;
    }
    form .uk-checkbox:checked {
        background-size: contain;
    }
    .uk-birthday span {
        font-size: .75em;
        margin-left: 10px;
    }
    .uk-birthday img {
        width: 26px;
        height: 25px;
        margin-left: 10px;
    }
    h4.title-04 {
        font-size: .75em;
        margin: 10px 0;
    }
    #form-checkout-order-delivery-method span {
        font-size: .625em;
        padding: 0 21px 0 29px;
        line-height: 31px;
    }
    #form-checkout-order-delivery-method span:before {
        left: 4px;
        width: 20px;
        height: 20px;
    }
    #form-checkout-order-delivery-method span:after {
        left: 4px;
        width: 20px;
        height: 20px;
    }
    #form-checkout-order-delivery-method .uk-radio[value="pickup"]+span:after {
        background-size: 50%;
    }
    #form-checkout-order-delivery-method .uk-radio[value="delivery"]+span:after {
        background-size: 70%;
    }
    .certificate-box .uk-button, .box-btn-default .uk-button {
        font-size: .625em;
        line-height: 31px;
    }
    .box-datepicker span {
        font-size: .625em;
        width: 76px;
        line-height: 31px;
    }
    .uk-payment span {
        font-size: .75em;
        padding-left: 5px;
    }
    #form-checkout-order-payment-method>div:not(:last-of-type) {
        margin-bottom: 0;
    }
    form .uk-textarea {
        font-size: .625em;
        padding: 7px 20px;
    }
    .box-agreement span {
        margin-left: 10px;
        font-size: .625em;
    }
    .checkout-thanks img {
        width: 138px;
        height: 96px;
    }
    h1.title-thanks {
        font-size: 1.5em;
    }
    .uk-order-title {
        font-size: .938em;
        margin-bottom: 10px;
    }
    .uk-item-order {
        font-size: .625em;
    }
    .checkout-thanks .phone a {
        font-size: .938em;
    }
    .error-404 .title {
        font-size: 1.25em;
    }
    .error-404 {
        min-height: 50vh;
    }
    .uk-text-delivery-amount {
        font-size: .625em;
        max-width: 150px;
        margin-left: 15px;
    }
    .price-min {
        font-size: .938em;
    }
    .product-right-bar .param-option-product {
        font-size: .75em;
    }
    .category-menu>div {
        background-size: auto;
    }
    .uk-modal .uk-modal-body {
        padding: 25px;
    }
    .uk-modal-banner .modal-body p {
        font-size: .875em;
        margin: 15px 0;
    }
    .uk-modal-banner img {
        width: 50%;
    }
    .icon-time {
        width: 31px;
        height: 31px;
        background-size: contain;
    }
    .basket-timing>div {
        font-size: 1em;
    }
    .basket-timing>div {
        margin: 10px 0 0 0;
    }
    .checkout-sets {
        margin-top: 40px;
        border-radius: 30px;
        padding: 10px 20px;
    }
    .uk-number-box .uk-button {
        line-height: 20px;
        width: 20px;
        font-size: 1em;
    }
    .uk-number-box .uk-input {
        height: 20px;
        width: 25px;
        font-size: .75em;
    }
    .text-sets {
        font-size: .625em;
    }
    .uk-gift .uk-grid {
        margin-left: 0;
    }
    .uk-gift .uk-grid>* {
        padding-left: 0;
    }
    .title-gift span {
        display: none;
    }
    .uk-menu-category-other a {
        line-height: 29px;
        padding: 0 12px;
        font-size: .625em;
    }


}

@media only screen and (max-width: 960px) {
.product-page-details .prod_info {
    padding-left: 0;
}
}


@media only screen and (max-width: 600px) {
.teaser-consist {
    min-height: 100px;
}


}








.filter-params-box::-webkit-scrollbar {
    height: 4px
}

.filter-params-box::-webkit-scrollbar-thumb {
    border-radius: 4px
}


.filter-params-box::-webkit-scrollbar-thumb {
    background-color: var(--scroll-color);
    border-radius: 5px
}

:root {
    --body-bg-color: #f5faf5;
    --scroll-color: #c1c1c4;
    --scroll--hover-color: #f5faf5;
    --scroll-track-color: hsla(0,0%,100%,0)
}

.filter-params-box {
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-height: thin;
}

:root {
    --ck-color-mention-background: rgba(153,0,48,0.1);
    --ck-color-mention-text: #990030;
    --ck-highlight-marker-blue: #72ccfd;
    --ck-highlight-marker-green: #62f962;
    --ck-highlight-marker-pink: #fc7899;
    --ck-highlight-marker-yellow: #fdfd77;
    --ck-highlight-pen-green: #128a00;
    --ck-highlight-pen-red: #e71313;
    --ck-image-style-spacing: 1.5em;
    --ck-todo-list-checkmark-size: 16px
}

#form-checkout-order-payment-method.uk-form-danger .uk-checkbox:checked {
    border-color: #f0506e;
}

#form-checkout-order-payment-method.uk-form-danger .uk-checkbox:checked + span {
    color: #f0506e;
}
