@font-face {
  font-family: 'Futura_Book_Italic';
  src: url("/objects/files-fonts/Futura_Book_Italic.eot?#iefix") format("embedded-opentype"), url("/objects/files-fonts/Futura_Book_Italic.woff2") format("woff2"), url("/objects/files-fonts/Futura_Book_Italic.woff") format("woff"), url("/objects/files-fonts/Futura_Book_Italic.ttf") format("truetype"), url("/objects/files-fonts/Futura_Book_Italic.svg#Futura_Book_Italic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura_Book';
  src: url("/objects/files-fonts/Futura_Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura_Medium';
  src: url("/objects/files-fonts/Futura_Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura_Medium';
  src: url("/objects/files-fonts/Futura_Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'UVF_Didot';
  src: url("/objects/files-fonts/UVF_Didot.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

button:focus {
  outline: 0;
}

@media only screen and (max-width: 1023px) {
  
  header.mobile {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #FFFFFF;
    z-index: 10015;
    padding-bottom: 80px;
    box-sizing: border-box;
  }
  
  header.mobile .header-container {
    position: absolute;
    overflow-y: scroll;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
  }
  
  header.mobile .header-top .top-facebook,
  header.mobile .header-top .top-phone,
  header.mobile .header-top .top-lang {
    display: block;
  }
  
  header.mobile .header-top .top-slider {
    display: none;
  }
  
  header.mobile .header-tools {
    height: auto;
    position: inherit;
    z-index: 2;
    background: #FFF; /* new */
  }
  
  header.mobile .header-tools .container .header-burger {
    top: 15px;
    background-image: url('/objects/files-sprite/ui-mobile.png');
    background-position: 0 -1367px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 17px;
    width: 17px;
    cursor: pointer;
  }
}
@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (min-resolution: 192dpi) {
  
  header.mobile .header-tools .container .header-burger {
    background-image: url('/objects/files-sprite/ui-desktop.png');
    background-size: 564px 2339px;
    background-position: 0 -1367px;
    height: 17px;
    width: 17px;
  }
}
@media only screen and (max-width: 1023px) {
  
  header.mobile .header-tools .container .header-logo {
    display: none;
  }
  
  header.mobile .header-tools .container .header-search {
    display: block;
    float: right;
    width: calc( 100% - 65px ); /* width: calc( 100% - 45px ); */
    margin-right: 10px; /* new */
  }
  
  header.mobile .header-tools .container .header-search input[type=text] {
    width: 100%;
  }
  
  header.mobile .header-tools .container .header-buttons {
    display: block;
    width: 100%;
    float: none;
    clear: both;
    top: auto;
    right: auto;
    text-align: center;
    padding-top: 25px;
  }
  
  header.mobile .header-tools .container .header-buttons { padding-top:20px; /* new */ }

  header.mobile .header-tools .container .header-buttons li {
    display: inline-block;
    float: none;
    height: auto;
  }
  
  header.mobile .header-tools .container .header-buttons li:first-child {
    margin-left: 0px;
  }
  
  header.mobile .header-tools .container .header-buttons li span {
    display: block;
    font-size: 14px;
  }
  
  header.mobile .header-tools .container .header-buttons li .btn-cart {
    position: relative;
    top: auto;
    right: auto;
  }
  
  header.mobile .header-tools .container .header-buttons li .btn-cart span.cart-nb {
    font-size: 9px;
  }
  
  header.mobile .header-tools .container .header-buttons li .cart-content {
    top: 146px;
  }
  
  header.mobile nav {
    display: block;
    border: none;
    padding: 30px 0px;
    height: 100%; /* height: auto; */
    position: inherit;
    padding-top: 180px;
  }
  
  header.mobile nav .nav-sticky {
    border: none;
    height: auto;
  }
  
  header.mobile nav .container {
    /* padding: 20px; */
  }
  
  header.mobile nav .container:after {
    content: ' ';
    display: block;
    clear: both;
  }
  
  header.mobile nav .container > li {
    float: none;
    text-align: center;
    border-bottom: 1px solid var(--main-color-4);
  }
  
  header.mobile nav .container > li a, header.mobile nav .container > li a:link, header.mobile nav .container > li a:visited, header.mobile nav .container > li > span {
    font-size: 22px; /* font-size: 24px; */
  }

  header.mobile nav .container > li.hover > a {
    text-transform: uppercase; /* new */
  }
  
  header.mobile nav .container > li.open {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    width: 100%;
    height: 100%; /* new */
    box-sizing: border-box;
    background-color: var(--main-color-2); /* background-color: #000000; */
    padding-bottom: 20px;
  }
  
  header.mobile nav .container > li.open > a, header.mobile nav .container > li.open > a:link, header.mobile nav .container > li.open > a:visited {
    color: #FFFFFF;
    line-height: 65px;
    height: 65px;
  }
  
  header.mobile nav .container > li.open a.menu-back {
    position: absolute;
    top: 23px;
    left: 20px;
    background-image: url('/objects/files-sprite/ui-mobile.png');
    background-position: 0 -1315px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 16px;
    width: 10px;
  }
}
@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (min-resolution: 192dpi) {
  
  header.mobile nav .container > li.open .menu-back {
    background-image: url('/objects/files-sprite/ui-desktop.png');
    background-size: 564px 2339px;
    background-position: 0 -1315px;
    height: 16px;
    width: 10px;
  }
}

@media only screen and (max-width: 1023px) {
  header.mobile nav ul.container > li > div > div.cat-subcategories > ul > li > div > div.cat-bottom-new {
    display:none;
    padding-top: 0px;
    background-color: var(--main-color-3);
  }
  header.mobile nav ul.container > li > div > div.cat-subcategories > ul > li > div > div.cat-bottom-new .container .cat-products,
  header.mobile nav ul.container > li > div > div.cat-subcategories > ul > li > div > div.cat-bottom-new .container .cat-articles {
    display: none;
  }
  header.mobile nav ul.container > li > div > div.cat-subcategories > ul > li > div > div.cat-bottom-new .container .cat-styles {
    width: 100%;
    box-sizing: border-box;
    margin-left: 0px;
    margin-top: 20px;
  }
  header.mobile nav ul.container > li > div > div.cat-subcategories > ul > li > div > div.cat-bottom-new .container .cat-styles:first-child {
    margin-top: 0px;
  }
  header.mobile nav ul.container > li > div > div.cat-subcategories > ul > li > div > div.cat-bottom-new .container .cat-styles ul li a, header.mobile nav ul.container > li > div > div.cat-subcategories > ul > li > div > div.cat-bottom-new .container .cat-styles ul li a:link, header.mobile nav ul.container > li > div > div.cat-subcategories > ul > li > div > div.cat-bottom-new .container .cat-styles ul li a:visited {
    font-size: 18px; /* font-size: 14px; */
    line-height: 54px; /* line-height: 30px; */
    font-style: italic;
  }

  header.mobile nav ul.container > li > div > div.cat-subcategories > ul > li > span {
  /* display: inline-block; */
  float: left; /* new */
  padding: 0px 20px; /* new */
  border-right: 1px solid var(--main-color-4); /* new */
  color: var(--main-color-4);
  /* margin-right:20px; */
  cursor: pointer;
  width: 18px; /* new */
  height: 100%; /* new */
  font-size: 24px; /* new */
  }
}

@media only screen and (max-width: 1023px) {
  
  header.mobile nav .container > li.open > div {
    display: block;
    top: auto;
    position: relative;
  }
  
  header.mobile nav .container > li.open > div .cat-subcategories {
    height: auto;
    text-align: center;
    border: none;
  }
  
  header.mobile nav .container > li.open > div .cat-subcategories .subcategories-title {
    padding: 0px;
  }
  
  header.mobile nav .container > li.open > div .cat-subcategories .subcategories-title:after {
    display: none;
  }
  
  header.mobile nav .container > li.open > div .cat-subcategories ul {
    width: 100%;
  }
  
  header.mobile nav .container > li.open > div .cat-subcategories ul li {
    
    display: block;
    /* float: none; */
    width: 100%;
    margin: 0px;
    border-top: 1px solid var(--main-color-4); /* new */
    /* height: 53px; */ /* new */
  }
  
  header.mobile nav .container > li.open > div .cat-subcategories ul li a, header.mobile nav .container > li.open > div .cat-subcategories ul li a:link, header.mobile nav .container > li.open > div .cat-subcategories ul li a:visited {
    
    display: inherit;
    font-size: 24px;
  }
  
  header.mobile nav .container > li.open > div .container .cat-products,
  header.mobile nav .container > li.open > div .container .cat-articles {
    display: none;
  }
  
  header.mobile nav .container > li.open > div .container .cat-styles {
    width: 100%;
    box-sizing: border-box;
    margin-left: 0px;
    margin-top: 20px;
  }
  header.mobile nav .container > li.open > div .container .cat-styles:first-child {
    margin-top: 0px;
  }
  header.mobile nav .container > li.open > div .container .cat-styles ul li a, header.mobile nav .container > li.open > div .container .cat-styles ul li a:link, header.mobile nav .container > li.open > div .container .cat-styles ul li a:visited {
    font-size: 14px;
    line-height: 30px;
  }
  header.mobile nav .container > li.open > div .container .cat-styles ul li { /* new */

    border-top: 1px solid var(--main-color-4); /* new */
    background-color: var(--main-color-7); /* new */
    padding-left: 50px;
    width: calc( 100% - 50px );
  }
  
  header.mobile nav .header-menu-links {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    clear: both;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 40px;
    display: block;
  }
  
  header.mobile nav .header-menu-links li, header.mobile nav .header-menu-links span {
    display: inline-block;
    margin: 0px 10px;
  }
  
  header.mobile nav .header-menu-links li a, header.mobile nav .header-menu-links li span, header.mobile nav .header-menu-links span span {
    font-size: 12px;
    line-height: 24px;
    color: #000000;
  }
  
  header.mobile nav .header-menu-socials {
    width: 100%;
    text-align: center;
    margin: 20px 0px;
    display: block;
  }
  
  header.mobile nav .header-menu-socials li, header.mobile nav .header-menu-socials span {
    margin: 0px 25px;
    display: inline-block;
  }
  
  header.mobile nav .header-menu-socials li a, header.mobile nav .header-menu-socials li span, header.mobile nav .header-menu-socials span span {
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
  }
  
  header.mobile nav .header-menu-socials li a:before, header.mobile nav .header-menu-socials li span:before, header.mobile nav .header-menu-socials span span:before {
    content: ' ';
  }
  
  header.mobile nav .header-menu-socials .social-fb:before {
    background-image: url('/objects/files-sprite/ui-mobile.png');
    background-position: 0 -679px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 14px;
    width: 7px;
    position: absolute;
    left: 50%;
    width: 7px;
    margin-left: -3px;
    top: 50%;
    margin-top: -7px;
    height: 14px;
  }
}
@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (min-resolution: 192dpi) {
  
  header.mobile nav .header-menu-socials .social-fb:before {
    background-image: url('/objects/files-sprite/ui-desktop.png');
    background-size: 564px 2339px;
    background-position: 0 -679px;
    height: 14px;
    width: 7px;
  }
}
@media only screen and (max-width: 1023px) {
  
  header.mobile nav .header-menu-socials .social-pi:before {
    background-image: url('/objects/files-sprite/ui-mobile.png');
    background-position: 0 -811px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 14px;
    width: 10px;
    position: absolute;
    left: 50%;
    width: 10px;
    margin-left: -5px;
    top: 50%;
    margin-top: -7px;
    height: 14px;
  }
}
@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (min-resolution: 192dpi) {
  
  header.mobile nav .header-menu-socials .social-pi:before {
    background-image: url('/objects/files-sprite/ui-desktop.png');
    background-size: 564px 2339px;
    background-position: 0 -811px;
    height: 14px;
    width: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  
  header.mobile nav .header-menu-socials .social-in:before {
    background-image: url('/objects/files-sprite/ui-mobile.png');
    background-position: 0 -703px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    width: 14px;
    margin-left: -7px;
    top: 50%;
    margin-top: -7px;
    height: 14px;
  }
}
@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (min-resolution: 192dpi) {
  
  header.mobile nav .header-menu-socials .social-in:before {
    background-image: url('/objects/files-sprite/ui-desktop.png');
    background-size: 564px 2339px;
    background-position: 0 -703px;
    height: 14px;
    width: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  
  header.mobile nav.open .header-menu-links,
  header.mobile nav.open .header-menu-socials {
    display: none;
  }
}

