﻿@charset "UTF-8";

* {
    outline: none;
}

/*   FONTS   */

@font-face {
  font-family: 'SFUI-Text-Semibold';
  src: url('../fonts/SF-UI-Text-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GothamPro-Medium';
  src: url('../fonts/GothamPro-Medium/GothamPro-Medium.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'svgsprite';
  src: url('../fonts/svgsprite.eot');
  src: url('../fonts/svgsprite.eot?#iefix') format('embedded-opentype'), url('../fonts/svgsprite.woff') format('woff'), url('../fonts/svgsprite.ttf') format('truetype'), url('../fonts/svgsprite.svg#svgsprite') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


[class*='svg-']:before {
  display: inline-block;
  font-family: 'svgsprite';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
}

.svg-add-to-cart:before {
  content: '\0041';
}
.svg-down-arrow:before {
  content: '\0042';
}
.svg-download-from-the-cloud:before {
  content: '\0043';
}
.svg-envelope:before {
  content: '\0044';
}
.svg-handshake:before {
  content: '\0045';
}
.svg-information:before {
  content: '\0046';
}
.svg-musica-searcher:before {
  content: '\0047';
}
.svg-newspaper:before {
  content: '\0048';
}
.svg-phone-call:before {
  content: '\0049';
}
.svg-round-account-button-with-user-inside:before {
  content: '\004a';
}
.svg-shield:before {
  content: '\004b';
}
.svg-shopping-bag:before {
  content: '\004c';
}
.svg-truck:before {
  content: '\004d';
}
.svg-user:before {
  content: '\004e';
}
.svg-eup-arrow:before {
  content: '\004f';
}

/*    GENERAL    */

body {
  background-color: #f7f7f7;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  background-size: contain;
  background-repeat: no-repeat;
  color: #666666;
  background-image: url(/image/webp/bg-2.webp);
}

@media (min-width: 992px) {
    body {
        font-size: 16px;
        line-height: 1.5;
    }
}

body .wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
  background:#fff;
    overflow: hidden;

}

@media (min-width: 1366px) {
    body .wrapper {


    }
}

@media (max-width: 767px) {
    body .wrapper {
        overflow: hidden;
    }
}

b,
strong,
label,
.label {
   font-weight: bold;
}

.container {
    /*padding: 0;*/
}

@media print {
    .container {
        width: 100% !important;
    }
}

.row.row-clean {
    margin: 0;
}

.row.row-clean > div {
    padding: 0;
}

.form-control {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*
    ----------------------------------
    2. Page loader
    ----------------------------------
    */
    .page-loader {
        position: fixed;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 999999;
        background-color: white;
    }

    .page-loader:before {
        font-family: 'LinearIcons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 40px;
        -webkit-font-smoothing: antialiased;
        content: "\e810";
        position: fixed;
        font-size: 40px;
        left: 50%;
        top: 50%;
        z-index: 999999;
        width: 40px;
        height: 40px;
        text-align: center;
        margin-left: -20px;
        margin-top: -20px;
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear;
        color: #f78f16;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .page-loader.loaded {
        width: 0;
        left: 0;
        -moz-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
        -o-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
        -webkit-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
        transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
    }

    .page-loader.loaded:before {
        opacity: 0;
    }

/*
    ----------------------------------
    3. Headings
    ----------------------------------
    */
    h1, h2, h3, h4, h5, h6,
    .h1, .h2, .h3, .h4, .h5, .h6 {

        font-weight: 400;
        font-family: "Comfortaa", sans-serif;
    }

    h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
    .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
        margin-top: 0;
    }

    h1, .h1 {
        font-size: 23px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    @media (min-width: 992px) {
        h1, .h1 {
            font-size: 34px;
            margin-top: 26.66667px;
            margin-bottom: 26.66667px;
        }
    }

    h2, .h2 {
        font-size: 21px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    @media (min-width: 992px) {
        h2, .h2 {
            font-size: 30px;
            margin-top: 26.66667px;
            margin-bottom: 26.66667px;
        }
    }

    h3, .h3 {
        font-size: 19px;
        margin-top: 15px;
        margin-bottom: 15px;
    }


    .title span {
        font-size: 14px;
     color:#fff;
        display: inline-block;
        font-weight: 400;
        width: 100%;
        letter-spacing: 1px;
        text-transform: uppercase;
    }


    @media (min-width: 992px) {
        h3, .h3 {
            font-size: 30px;
            margin-top: 26.66667px;
            margin-bottom: 26.66667px;
        }
    }

    h4, .h4 {
        font-size: 17px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    @media (min-width: 992px) {
        h4, .h4 {
            font-size: 22px;
            margin-top: 26.66667px;
            margin-bottom: 26.66667px;
        }
    }

    h5, .h5 {
        font-size: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    @media (min-width: 992px) {
        h5, .h5 {
            font-size: 18px;
            margin-top: 26.66667px;
            margin-bottom: 26.66667px;
        }
    }

    h6, .h6 {
        font-size: 13px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    @media (min-width: 992px) {
        h6, .h6 {
            font-size: 14px;
            margin-top: 26.66667px;
            margin-bottom: 26.66667px;
        }
    }

/*
    ----------------------------------
    4. Anchors
    ----------------------------------
    */
    a {
        color:#000;
    }

    a:focus, a:active, a:hover {
        color: #666666;
        text-decoration: none;
    }

    a, .btn {
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    @media print {
        a[href]:after,
        abbr[title]:after,
        a[href^="#"]:after {
            content: none !important;
        }
    }

    /* iPad fix */
    input, textarea, select {
        -webkit-appearance: none;
        /*disable shaddow nav ipad*/
        -moz-appearance: none;
        /*disable shaddow nav ipad*/
        border-radius: 0;
        /*disable border-radius ipad*/
    }

    select {
        padding-right: 22px !important;
        background-image: url(img/select.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: auto 10px;
    }

/*
    ----------------------------------
    5. Button styles
    ----------------------------------
    */
    .btn {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

    @media (max-width: 767px) {
/*
        .btn {
            padding: 8px 16px;
        }
*/
    }

    .btn.btn-main {
        background-color: #f78f16;
        text-shadow:  ;
    }

    .btn.btn-main:hover {
        background-color:#000;
    }

    .btn.btn-main, .btn.btn-main:hover, .btn.btn-main:focus, .btn.btn-main:active {
        color: #fff;
    }

    .btn.btn-clean {
        background-color: transparent;
        border-color: white;
        color: white !important;
    }

    .btn.btn-clean:hover {
        background-color: #f78f16;
        border-color: #f78f16;
        color: white !important;
    }

    .btn.btn-clean-dark {
        background-color: transparent;
        border-color: rgba(58, 61, 69, 0.5);
        color:#000 !important;
    }

    .btn.btn-clean-dark:hover {
        background-color:#000;
        border-color:#000;
        color: white !important;
    }

    .btn.btn-add {
        background: #f78f16;
        position: absolute;
        overflow: hidden;
        color: white;
        bottom: 30px;
        right: 10px;
        border: 0;
        width: 50px;
        height: 50px;
        font-size: 19px;
        cursor: pointer;
        z-index: 19;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }

    .btn.btn-add:hover {
        color: white;
         background: #000;
    }

    .btn.btn-add:hover:before {
        background-color: #000000;
    }

    .btn.btn-add .icon {
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .btn.btn-buy {
        background-color: #f78f16;
        color: white;
        position: absolute;
        padding: 0;
        right: 10px;
        top: 0;
        width: 80px;
        height: 80px;
        font-size: 25px;
        line-height: 50px;
        text-align: center;
        overflow: hidden;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        z-index: 20;
    }

    .btn.btn-buy:after, .btn.btn-buy:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        line-height: 80px;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .btn.btn-buy:before {
        font-family: 'LinearIcons';
        content: "\e82e";
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .btn.btn-buy:after {
        font-family: "Montserrat",sans-serif;
        text-transform: uppercase;
        font-weight: 400;
        content: attr(data-text);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    .btn.btn-buy:hover:before {
        font-family: 'LinearIcons';
        content: "\e82e";
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    .btn.btn-buy:hover:after {
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

/*
    ----------------------------------
    6. Breadcrumbs
    ----------------------------------
    */
    .breadcrumb.breadcrumb-inverted {
        background: transparent;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin: 0;
        padding: 0;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid rgba(224, 224, 224, 0.3);
    }

    .breadcrumb.breadcrumb-inverted > li {
        color: white;
    }

    .breadcrumb.breadcrumb-inverted > li > a {
        color: white;
    }

    .breadcrumb > li.active,
    .breadcrumb > li.active a {
        color: white;
    }

    .breadcrumb > li a.active {
        color: rgba(255, 255, 255, 0.5);
    }

/*
    ----------------------------------
    7. Checkbox
    ----------------------------------
    */
    .checkbox {
        margin: 0;
        padding: 5px 0;
    }

    .checkbox label {
        padding-left: 35px;
        line-height: 1.8;
    }

    .checkbox label a {
        color: #8b8b8b;
        text-decoration: underline;
    }

    .checkbox label a:hover {
        color: #f78f16;
    }

    .checkbox input[type="checkbox"], .checkbox input[type="radio"] {
        display: none;
    }

    .checkbox input[type="checkbox"] + label:before,
    .checkbox input[type="radio"] + label:before {
        font-family: 'LinearIcons';
        content: "";
        line-height: 22px;
        font-size: 16px;
        position: absolute;
        border: 1px solid #bbc4c7;
        display: inline-block;
        height: 25px;
        width: 25px;
        padding: 0;
        left: 0;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .checkbox input[type="checkbox"]:checked + label:before,
    .checkbox input[type="radio"]:checked + label:before {
        background: #f78f16;
        color: white;
        border-color: #f78f16;
        text-align: center;
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    .checkbox input[type="checkbox"]:checked + label:before {
        content: "\e870";
    }

    .checkbox input[type="radio"]:checked + label:before {
        content: "●";
        line-height: 16px;
        font-size: 20px;
    }

    .checkbox input[type="checkbox"]:checked + label:after,
    .checkbox input[type="radio"]:checked + label:after {
        font-weight: bold;
    }

/*
    ----------------------------------
    8. Sections
    ----------------------------------
    */
/*section {
    margin-top: $spacing-md/2;
    margin-bottom: $spacing-md/2;

    > .container {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    }

    @media (min-width:768px) {
        margin-top: $spacing-sm;
        margin-bottom: $spacing-sm;
    }
    @media (min-width:992px) {
        padding-top: $spacing-md;
        padding-bottom: $spacing-md;
    }

    @media (min-width:1200px) {
        padding-top: $spacing-lg;
        padding-bottom: $spacing-lg;
    }
    }*/
/*
    ----------------------------------
    9. Header
    ----------------------------------
    */
    header {
        display: block;
        padding-top: 30px;
        padding-bottom: 30px;

        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+2,ebeff5+100 */

        background: rgb(255,255,255);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 2%, rgba(235,239,245,1) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 2%,rgba(235,239,245,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 2%,rgba(235,239,245,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebeff5',GradientType=0 ); /* IE6-9 */

        position: relative;
    }

    .main-header header {
       background: #333;
   }

   header .row {
    margin: 0;
}

header:before {
    content: '';
    position: absolute;
    border-width: 20px 20px 0px 20px;
    border-style: solid solid solid solid;
    border-color: #ebeff5 transparent #eeeeee;
    bottom: -15px;
    left: 50%;
    z-index: 2;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

header .title {
    margin-top: 0;
    margin-bottom: 5px;
    color: #3b6090;
    z-index: 1;
    position: relative;
}

header .title:last-child {
    margin-bottom: 0;
}

header .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

header .subtitle {
    text-transform: none;
}

header .text p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    header {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    header {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/*
    ----------------------------------
    10. Main Header
    ----------------------------------
    */
    .main-header header, .main-header .title {
        color: white;
    }

    .main-header .container {
        position: relative;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        z-index: 3;
    }

    .main-header header {
        padding-top: 20px;
        padding-bottom: 20px;
    /*
    background-color: #787878;
    */
    background-size: cover;
    background-position: center;
}

.main-header header:before {
    display: none;
}

.main-header.main-header-lg header {
    padding-top: 100px;
}

.main-header.main-header-lg header:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

@media (min-width: 992px) {
    .main-header.main-header-lg header {
        padding-top: 200px;
    }
    .main-header.main-header-blog header {
        padding-bottom: 100px;
    }
}

@media print {
    .main-header {
        padding: 40px 0 !important;
    }
}

/*
    ----------------------------------
    11. Main navigation
    ----------------------------------
    */
    nav {
        background-color: white;
        position: relative;
        z-index: 999;
        width: 100%;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    @media print {
        nav {
            display: none !important;
        }
    }

    nav.navbar-fixed {
        position: fixed;
        left: 0;
        top: 0;
        background-color: transparent;
    }

    nav.navbar-default {
        position: relative;
        background-color: transparent;
    }

    nav.navbar-sticked .navigation-top > ul {
        height: 0;
        border: 0;
    }

    nav.navbar-sticked .navigation-main {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

    nav .container,
    nav .navigation {
        position: relative;
    }

    nav .logo {
        position: absolute;
        display: inline-block;
        overflow: hidden;
        left: 0;
        top: 0;
        border: 0;
        z-index: 10;
    }

    nav .logo img {
        height: 55px;
    }

    @media (min-width: 992px) {
        nav .logo {
            left: 50%;
            top: 35px;
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }
        nav .logo img {
            width: auto;
            height: auto;
            padding-top: 5px;
        }
    }

    nav .navigation ul,
    nav .navigation ul li {
        margin: 0;
        padding: 0;
    }

    nav .navigation ul li {
        list-style-type: none;
        font-family: "Comfortaa", sans-serif;
    }

    nav .navigation > ul > li,
    nav .navigation > ul > li > a {
        display: inline-block;
        font-family: "Comfortaa", sans-serif;
    }

    nav .navigation > ul > li > a {
        padding: 14px 20px;
    }

    nav .navigation > ul > li.active a, nav .navigation > ul > li.active a:hover {
        color: #7b7b7b;
    }

    nav .navigation-pre {
     color: white;
     text-align: center;
     /*border-bottom: 1px solid #e0e0e0;*/
     font-size: 11px;
 }

 nav .navigation-pre .row {
    margin: 0;
}

nav .navigation-pre .row > div {
    padding: 0;
}

nav .navigation-pre a {
  color: #000000;
  padding: 9px;
  font-size: 14px;
  display: block;
}

nav .navigation-pre a:hover {
    /*background-color: #f37316;*/
}


.left-side span {
   border-right: 1px solid #e0e0e0;
   display: inline-block;
   text-align: left;
   font-size: 12px;
   padding: 0 20px;
   line-height: 25px;
   padding-bottom: 12px;
   padding-top: 11px;
}

.left-side span i.icon.icon-phone {
    font-size: 16px;
    margin-right: 10px;
    color: #f36d16;
}

.left-side span a {
 font-size: 16px;
 /* font-weight: 700; */
 font-family: "Open Sans", sans-serif;
}

a.call-header {
    color: #f2742b;
    /* font-size: 1.4rem; */
    /* font-family: 'SFUI-Text-Semibold'; */
    border-bottom: 1px dashed #f2742b;
    text-transform: uppercase;
    font-size: 15px !important;
}


@media (min-width: 992px) {
    nav .navigation-pre {
        display: block;
    }
}

nav .navigation-top {
    display: none;
    margin: 0;
    /*border-bottom: 1px solid #e0e0e0;*/
}

nav .navigation-top > ul {
    text-align: right;
    height: 75px;
    overflow: hidden;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

nav .navigation-top > ul .left-side {
    float: left;
}

nav .navigation-top > ul .left-side.active a {
    background-color: #e0e0e0;
}

nav .navigation-top > ul .left-side > a {
    border-left: 0;
    border-right: 1px solid #e0e0e0;
    font-size: 12px;
}

nav .navigation-top > ul .left-side .logo-icon {
    padding: 0;
    padding: 0;
    padding-right: 15px;
    /* background-color: white; */
    padding-top: 5px;
    padding-left: 15px;
}

nav .navigation-top > ul .left-side .logo-icon img {
    vertical-align: baseline;
}

nav .navigation-main{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
nav .nav_box{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
nav .navigation-top ul.icons-menu > li > a {
    font-family: "Ubuntu", sans-serif;
    text-transform: uppercase;
    border-left: 1px solid #e0e0e0;
    padding: 0 20px;
    line-height: 76px;
    font-size: 22px;
    display: block;
    height: 100%;
}

nav .navigation-top .open-login {
    /*margin-left: 10px;*/
}
 nav .navigation-main .open-fav,
nav .navigation-main .open-cart,
nav .navigation-main .open-login,
nav .navigation-main .open-search,
nav .navigation-main .open-menu,
nav .navigation-main .close-menu-wrapper {
    display: none;
}

nav .navigation-main .open-dropdown {
    margin-left: 5px;
}

nav .navigation-main .floating-menu {
    background-color: white;
}

nav .navigation-main .floating-menu > ul > li > a {
 position: relative;
 font-family: "Comfortaa", sans-serif;
 font-size: 16px;
 color: #0899c9;
 font-weight: 600;
 text-transform: uppercase;
 -moz-transition: none;
 /*text-decoration: underline;*/
 -o-transition: none;
 -webkit-transition: none;
 transition: none;
}

nav .navigation-main .navbar-dropdown .navbar-box .row > div {
    margin-bottom: 15px;
    margin-bottom: 0;
}

nav .navigation-main .navbar-dropdown .navbar-box ul {
    margin-bottom: 60px;
}

nav .navigation-main .navbar-dropdown .navbar-box ul > li {
    padding: 0;
    list-style-type: none;
    margin-bottom: 5px;
}

nav .navigation-main .navbar-dropdown .navbar-box ul > li.label {
    padding: 5px 0;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 6px;
    font-weight: normal;
    color: #f78f16;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
}

@media (min-width: 992px) {
    nav .navigation-main .navbar-dropdown .navbar-box ul > li.label {
        font-size: 18px;
        color: white;
        margin-bottom: 12px;
        display:none;
    }
}

nav .navigation-main .navbar-dropdown .navbar-box ul > li.more a {
    font-size: 10px;
    color: #8fc4ff;
    text-transform: uppercase;
}

nav .navigation-main .navbar-dropdown .navbar-box ul > li.more a .icon {
    font-size: 6px;
}

nav .navigation-main .navbar-dropdown .navbar-box ul > li > a {
    color: white;
    display: block;
    padding-bottom: 5px;

}

nav .navigation-main .navbar-dropdown .navbar-box ul > li > a span.label {
    padding: 2px 4px;
    vertical-align: super;
    font-size: 55%;
}

@media (min-width: 992px) {
    nav .navigation-main .navbar-dropdown .navbar-box ul > li > a:hover {

        text-decoration:underline;
    }
}

nav .navigation-main .navbar-dropdown .navbar-box ul > li:last-child > a {
    border-bottom: 0;
}

@media (min-width: 992px) {
    nav .navigation .floating-menu > ul > li,
    nav .navigation .floating-menu > ul > li > a {
        display: inline-block;
    }
    nav .navigation .logo {
        position: absolute;
        z-index: 1;
    }
    nav .navigation-top {
        display: block;

    }
    .navbar-dropdown .navbar-dropdown-single {
        min-width: 300px;
        display: block;

    }
    nav .navigation-main .floating-menu > ul {
        position: relative;
        border-bottom: 0px solid #CCC;

    }
    nav .navigation-main .floating-menu > ul > li > a {
        padding: 20px 15px;
    }
    nav .navigation-main .floating-menu > ul > li .navbar-dropdown {
       display: none;
       position: absolute;
       overflow: hidden;
       color: white;
       width:100%;
       max-width: 600px;
       /* left: 0; */
       /* right: 0; */
       top: 100%;
       text-align: left;
       z-index: 9999;
   }
   nav .navigation-main .floating-menu > ul > li .navbar-dropdown .navbar-box {
    display: table;
    width: 100%;
}
nav .navigation-main .floating-menu > ul > li .navbar-dropdown .navbar-box .image img {
    width: 100%;
}
nav .navigation-main .floating-menu > ul > li .navbar-dropdown .navbar-box > div {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}
nav .navigation-main .floating-menu > ul > li .navbar-dropdown .navbar-box .box-sm {
    width: 40%;
    background-color: #245a92;
}
nav .navigation-main .floating-menu > ul > li .navbar-dropdown .navbar-box .box-lg {
    width: 40%;
    background-color: #f78f16;
}
nav .navigation-main .floating-menu > ul > li .navbar-dropdown .navbar-box .box-full {
    background-color: #f78f16;
}
nav .navigation-main .floating-menu > ul > li .navbar-dropdown .navbar-box .box {
    padding: 40px;
}
nav .navigation-main .floating-menu > ul > li .navbar-dropdown .navbar-box ul {
    width: 100%;
}
nav .navigation-main .floating-menu > ul > li .navbar-dropdown.navbar-dropdown-single {
    width: 100%;
    right: auto;
    left: auto;
    max-width: 270px;
}
nav .navigation-main .floating-menu > ul > li .navbar-dropdown.navbar-dropdown-single .navbar-box {
    min-height: inherit;
}
nav .navigation-main .floating-menu > ul > li .navbar-dropdown.navbar-dropdown-single .navbar-box .box {
padding: 30px;
    padding-right: 10px;
}
nav .navigation-main .floating-menu > ul > li .navbar-dropdown.navbar-dropdown-single .navbar-box ul:last-child {
    margin-bottom: 0;
}
nav .navigation-main .floating-menu > ul > li .navbar-dropdown .btn {
    margin-top: 20px;
}
nav .navigation-main .floating-menu > ul > li.active a:hover {
    color: #f78f16;
}
nav .navigation-main .floating-menu > ul > li:last-child .navbar-dropdown.navbar-dropdown-single {
    /*right: 0;*/
}
nav .navigation-main .floating-menu > ul > li:hover {
    background-color: #f78f16;
}
nav .navigation-main .floating-menu > ul > li:hover a {
    color: white;

}
nav .navigation-main .floating-menu > ul > li:hover .navbar-dropdown {
    display: block;
}
nav .navigation-main .floating-menu > ul > li:hover .link-small {
    color: #fff;
}
}

@media (max-width: 1199px) {
    .title i.fas{display:none;}
    nav {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
    nav.navbar-fixed {
        position: absolute;
        background-color: black;
    }
    nav .container {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    nav .navigation-main {
        height: 55px;
    }
     nav .navigation-main .open-fav,
    nav .navigation-main .open-cart,
    nav .navigation-main .open-login,
    nav .navigation-main .open-search,
    nav .navigation-main .open-menu,
    nav .navigation-main .close-menu-wrapper {
        display: block;
    }
     nav .navigation-main .open-fav,
    nav .navigation-main .open-cart,
    nav .navigation-main .open-login,
    nav .navigation-main .open-search,
    nav .navigation-main .open-menu {
        position: absolute;
        top: 0px;
        right: 0;
        width: 40px;
        height: 100%;
        text-align: center;
        border-left: 1px solid #dcdcdc;
    }
    nav .navigation-main .open-cart .icon,
    nav .navigation-main .open-login .icon,
    nav .navigation-main .open-search .icon,
    nav .navigation-main .open-menu .icon {
        font-size: 15px;
        line-height: 58px;
    }
    nav .navigation-main .open-login {
        right: 40px;
    }
    nav .navigation-main .open-cart {
        right: 130px;
    }
    nav .navigation-main .open-search {
        right: 170px;
    }
     nav .navigation-main .open-fav{
         right: 90px;
         display: flex;
         justify-content: center;
         align-items: center;
         width: 37px;
           padding-left: 5px;

     }
     nav .navigation-main .open-fav img{
         max-width: 15px;
     }
    nav .navigation-main .floating-menu {
        position: absolute;
        padding: 0 10px;
        z-index: 9999;
        width: 100%;
        top: 0;
        right: 0;
        left: auto;
        background-color: #f78f16;
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    nav .navigation-main .floating-menu.expanded, nav .navigation-main .floating-menu.expanded .close-menu {
        display: block;
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    nav .navigation-main .floating-menu.expanded > ul > li {
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }
    nav .navigation-main .floating-menu .navbar-dropdown {
        display: none;
        background-color: #3078c3;
        padding: 0 10px;
        margin-bottom: 10px;
    }
    nav .navigation-main .floating-menu > ul {
        overflow: hidden;
    }
    nav .navigation-main .floating-menu > ul > li {
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    nav .navigation-main .floating-menu > ul > li:nth-child(1) {
        -moz-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }
    nav .navigation-main .floating-menu > ul > li:nth-child(2) {
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    nav .navigation-main .floating-menu > ul > li:nth-child(3) {
        -moz-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
    nav .navigation-main .floating-menu > ul > li:nth-child(4) {
        -moz-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }
    nav .navigation-main .floating-menu > ul > li:nth-child(5) {
        -moz-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }
    nav .navigation-main .floating-menu > ul > li:nth-child(6) {
        -moz-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }
    nav .navigation-main .floating-menu > ul > li:nth-child(7) {
        -moz-transition-delay: 0.7s;
        -o-transition-delay: 0.7s;
        -webkit-transition-delay: 0.7s;
        transition-delay: 0.7s;
    }
    nav .navigation-main .floating-menu > ul > li:nth-child(8) {
        -moz-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }
    nav .navigation-main .floating-menu > ul > li:nth-child(9) {
        -moz-transition-delay: 0.9s;
        -o-transition-delay: 0.9s;
        -webkit-transition-delay: 0.9s;
        transition-delay: 0.9s;
    }
    nav .navigation-main .floating-menu > ul > li:nth-child(10) {
        -moz-transition-delay: 1s;
        -o-transition-delay: 1s;
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
    }
    nav .navigation-main .floating-menu > ul > li:nth-child(11) {
        -moz-transition-delay: 1.1s;
        -o-transition-delay: 1.1s;
        -webkit-transition-delay: 1.1s;
        transition-delay: 1.1s;
    }
    nav .navigation-main .floating-menu > ul > li:nth-child(12) {
        -moz-transition-delay: 1.2s;
        -o-transition-delay: 1.2s;
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s;
    }
    nav .navigation-main .floating-menu > ul > li:nth-child(13) {
        -moz-transition-delay: 1.3s;
        -o-transition-delay: 1.3s;
        -webkit-transition-delay: 1.3s;
        transition-delay: 1.3s;
    }
    nav .navigation-main .floating-menu > ul > li:nth-child(14) {
        -moz-transition-delay: 1.4s;
        -o-transition-delay: 1.4s;
        -webkit-transition-delay: 1.4s;
        transition-delay: 1.4s;
    }
    nav .navigation-main .floating-menu > ul > li:nth-child(15) {
        -moz-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
        -webkit-transition-delay: 1.5s;
        transition-delay: 1.5s;
    }
    nav .navigation-main .floating-menu > ul > li:nth-child(16) {
        -moz-transition-delay: 1.6s;
        -o-transition-delay: 1.6s;
        -webkit-transition-delay: 1.6s;
        transition-delay: 1.6s;
    }
    nav .navigation-main .floating-menu > ul > li:nth-child(17) {
        -moz-transition-delay: 1.7s;
        -o-transition-delay: 1.7s;
        -webkit-transition-delay: 1.7s;
        transition-delay: 1.7s;
    }
    nav .navigation-main .floating-menu > ul > li:nth-child(18) {
        -moz-transition-delay: 1.8s;
        -o-transition-delay: 1.8s;
        -webkit-transition-delay: 1.8s;
        transition-delay: 1.8s;
    }
    nav .navigation-main .floating-menu > ul > li:nth-child(19) {
        -moz-transition-delay: 1.9s;
        -o-transition-delay: 1.9s;
        -webkit-transition-delay: 1.9s;
        transition-delay: 1.9s;
    }
    nav .navigation-main .floating-menu > ul > li:nth-child(20) {
        -moz-transition-delay: 2s;
        -o-transition-delay: 2s;
        -webkit-transition-delay: 2s;
        transition-delay: 2s;
    }
    nav .navigation-main .floating-menu > ul > li > a {
        color: white;
        display: block;
        border-bottom: 1px solid #3078c3;
        padding: 15px 0;
        position: relative;
    }
    nav .navigation-main .floating-menu > ul > li .open-dropdown {
        position: absolute;
        display: block;
        width: 40px;
        height: 100%;
        right: 0;
        top: 0;
        font-size: 22px;
        line-height: 50px;
        text-align: center;
    }
    nav .navigation-main .floating-menu > ul > li .open-dropdown .fa:before {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        display: inline-block;
    }
    nav .navigation-main .floating-menu > ul > li.expanded .open-dropdown .fa:before {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    nav .navigation-main .close-menu-wrapper {
        height: 50px;
        border-bottom: 1px solid #3078c3;
    }
    nav .navigation-main .close-menu {
        cursor: pointer;
        display: block;
        height: 50px;
        width: 50px;
        float: right;
        background-size: auto 50px;
        background-position: 100% center;
        background-repeat: no-repeat;
        color: white;
        text-align: right;
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    nav .navigation-main .close-menu .icon {
        font-size: 26px;
        line-height: 50px;
        padding-right: 8px;
    }
    nav .navigation-main .navbar-dropdown .box-1 {
        display: none;
    }
    nav .navigation-main .navbar-dropdown ul {
        margin: 20px 0;
        padding: 0;
    }
    nav .navigation-main .navbar-dropdown .navbar-box ul > li > a {
        border-color: #3078c3;
        font-size: 14px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    nav .navigation-main .navbar-dropdown .navbar-box ul > li.label {
        text-transform: uppercase;
        margin-bottom: 10px;
        display: inline-block;
        color: white;
    }
}

nav .open-login,
nav .open-cart,
nav .open-search {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

nav .open-login.open .icon:before,
nav .open-cart.open .icon:before,
nav .open-search.open .icon:before {
    content: "\e870";
}

nav .open-cart {
    position: relative;
}
nav .open-fav span,
nav .compare span,
nav .open-cart span {
    background-color: #cc0000;
    color: white;
    position: absolute;
    width: 15px;
    height: 15px;
    line-height: 16px;
    right: 6px;
    top: 15%;
    text-align: center;
    font-size: 10px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
nav .open-fav span{
    right: -4px;
}

.compare img{
    width: 20px;
}

.slick-initialized .slick-slide.btn-orange{
    padding: 0;
    background: transparent;
}

nav .search-wrapper {
    position: absolute;
    background: white;
    right: 0;
    left: 0;
    z-index: 9999;
    padding: 0;
    top: 110%;
     box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.3);
}

nav .search-wrapper .form-control {
    padding-top: 20px;
    padding-bottom: 20px;
    height: inherit;
    height: 60px;
    border-color: transparent;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-top: 0;
}

nav .search-wrapper .form-control:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

nav .search-wrapper .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

@media (max-width: 1199px) {
    nav .search-wrapper {
        left: 0;
        right: 0;
    }
}



nav .login-wrapper {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    display: inline-block;
    text-align: left;
    padding: 20px;
    left: auto;
    right: 0;
    z-index: 999;
    top: 100%;
}

nav .login-wrapper .btn {
    margin-top: 20px;
}

nav .login-wrapper a {
    display: block;
    font-size: 12px;
    text-decoration:underline;
}

nav .login-wrapper a:hover {
       color: #0899c9;
    text-decoration:none;
}

@media (min-width: 768px) {
    nav .login-wrapper {
        max-width: 300px;
    }

}

nav .cart-wrapper {
    position: absolute;
    width: 100%;
    right: 1px;
    padding: 7.5px;
    max-width: 500px;
    background: #eeeeee;
    border: 1px solid #e0e0e0;
    border-top: 0;
    overflow: hidden;
    top: 100%;
}

nav .cart-wrapper .checkout {
    padding: 0 15px;
    opacity: 0;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

nav .cart-wrapper .checkout hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

nav .cart-wrapper .checkout .cart-block {
    padding: 10px;
    margin-bottom: 10px;
}

nav .cart-wrapper .checkout .cart-block > div.quantity {
    padding: 5px 0;
    text-align: left;
}

nav .cart-wrapper .checkout .cart-block > div.quantity .form-control {
    width: 60px;
    height: inherit;
}

nav .cart-wrapper .checkout .cart-block > div.price {
    padding-right: 10px;
}

nav .cart-wrapper .checkout .cart-block.cart-block-footer {
    padding: 5px 0;
    margin: 0;
    margin-bottom: 3px;
    width: 100%;
    background-color: transparent;
}

nav .cart-wrapper .checkout .cart-block.cart-block-footer > div {
    float: left;
    padding: 0;
}

nav .cart-wrapper .checkout .cart-block .icon-delete {
    padding: 2px;
}

nav .cart-wrapper .checkout .cart-block-buttons {
    margin: 20px 0;
}

nav .cart-wrapper.open .checkout {
    opacity: 1;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

nav .search-wrapper,
nav .login-wrapper,
nav .cart-wrapper {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

nav .search-wrapper.open,
nav .login-wrapper.open,
nav .cart-wrapper.open {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);

}

@media (max-width: 1199px) {
    nav .search-wrapper,
    nav .login-wrapper,
    nav .cart-wrapper {
        top: 55px;
        border-top: 1px solid #e0e0e0;
    }
}

/*
    ----------------------------------
    12. Categories
    ----------------------------------
    */
    .categories {
        background: #f8f8f8;
    }

    .categories .test {
        color: white;
    }

    .categories figure {
        text-align: center;
    }

    .categories figure figcaption {
        font-size: 14px;
        text-transform: uppercase;
    }

    .categories figure .f-icon {
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        font-size: 100px;
    }

    .categories figure:hover .f-icon {
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

/*
    ----------------------------------
    13. Header content
    ----------------------------------
    */
    .header-content {
        padding: 0;
        position: relative;
        overflow: hidden;
    }

    .header-content .item {
        /*height: 238px;*/
        position: relative;
        overflow: hidden;
        background-position: center;
        background-size: cover;
    }

    .header-content .item .box {
        position: absolute;
        width: 100%;
        color: #fff;
        z-index: 99;
        bottom: 0;
        top: 0;
        padding: 60px 15px;
        background-color: rgba(0, 0, 0, 0.4);
    }

    @media (min-width: 992px) {
        .header-content .item .box {
            top: auto;
            padding: 15px;
        }
    }

    @media (max-width: 767px) {
        .header-content .item .box .text-right,
        .header-content .item .box .text-left {
            text-align: center;
        }
    }

    .header-content .item .title {
        color: white;
        text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
        text-transform: none;
    }

    .header-content .item .btn {
        margin-top: 20px;
    }

    @media (min-width: 992px) {
        .header-content .item .btn {
            margin-top: 40px;
        }
    }

    .header-content .item .block {
        display: block;
    }

    @media (min-width: 768px) {
        .header-content .item {
          /*  height: 400px;*/
      }
      .header-content .item .box {
        padding: 80px 80px 240px;
    }
    .header-content .item .box.box-left, .header-content .item .box.box-right {
        width: 50%;
        height: 100%;
        left: auto;
        right: auto;
        display: table;
        padding: 0 40px;
    }
    .header-content .item .box.box-left > div, .header-content .item .box.box-right > div {
        display: table-cell;
        vertical-align: middle;
        height: inherit;
    }
    .header-content .item .box.box-left {
        left: 0;
    }
    .header-content .item .box.box-right {
        right: 0;
    }
    .header-content .item .block {
        display: table;
        width: 100%;
    }
    .header-content .item .block > div {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
        height: 600px;
    }
    .header-content .item .block .text {
        padding: 40px;
        background-color: #f78f16;
        color: white;
    }
    .header-content .item .block .image {
        background-position: center;
        background-size: cover;
    }
    .header-content .item .block .image img {
        display: none;
    }
}

@media (min-width: 1200px) {
    .header-content .item {
      /*  height: 600px;*/
  }
  .header-content .item .title {
    font-size: 40px;
}
}

.header-content .owl-theme .owl-controls .owl-pagination {
    text-align: end;
    padding-right: 20px;
    top: auto;
}

.header-content .owl-theme .owl-controls .owl-buttons div span {
    color: white;
}

.header-content .owl-theme .owl-controls .owl-page span {
    background: white;
}

/*
    ----------------------------------
    14. Blocks
    ----------------------------------
    */
    .blocks {
        padding: 400px 0;
        position: relative;
    }

    .blocks .image {
        background-position: center;
        background-size: cover;
        position: absolute;
        width: 50%;
        height: 100%;
        right: 0;
        top: 0;
    }

    .blocks .item {
        width: 50%;
    }

    .blocks.rtl .item {
        padding-right: 50px;
    }

    .blocks.ltr .item {
        margin-left: 50%;
        padding-left: 50px;
    }

    .blocks.ltr .image {
        right: 50%;
    }

    .blocks.blocks-fluid {
        background-color: #e8e8e8;
        position: relative;
    }

    .blocks.blocks-boxed {
        padding: 0;
    }

    .blocks.blocks-boxed .container {
        position: relative;
    }

    .blocks.blocks-boxed .text {
        padding: 45px 0;
    }

    @media (max-width: 768px) {
        .blocks > div {
            display: flex;
            flex-flow: column;
        }
        .blocks .item {
            order: 2;
            width: 100%;
        }
        .blocks .image {
            width: 100%;
            order: 1;
            position: relative;
            min-height: 300px;
            left: 0;
            right: 0;
        }
        .blocks.ltr .item,
        .blocks.rtl .item {
            margin-left: 0;
            margin-right: 0;
            padding: 0;
        }
        .blocks .text,
        .blocks.blocks-boxed .text {
            padding: 20px 0 0 0;
        }
    }

/*
    ----------------------------------
    15. Sort bar
    ----------------------------------
    */
    .sort-bar {
        border-bottom: 1px solid #e0e0e0;
        background-color: #eeeeee;
        font-size: 14px;
    }

    .sort-bar select {
        background-color: white;
        padding: 5px;
        border: 1px solid #e0e0e0;
        outline: none;
    }

    .sort-bar .grid-list {
        padding-right: 0 !important;
    }

    .sort-bar .grid-list a {
        background: white;
        color: #666666;
        padding: 5px 8px;
        display: inline-block;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .sort-bar .grid-list a:hover {
        background-color: #f78f16;
        color: white;
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .sort-bar strong {
        font-weight: 500;
        color: #616161;
    }

    .sort-bar a.toggle-filters-mobile {
        display: inline-block;
    }

    .sort-bar .sort-results > span {
        display: none;
        padding: 0 10px;
    }

    @media (min-width: 992px) {
        .sort-bar {
            padding: 20px;
            -moz-transition: all 0.2s;
            -o-transition: all 0.2s;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
        }
        .sort-bar:hover {
            opacity: 1;
        }
        .sort-bar .sort-results > span {
            display: inline-block;
        }
        .sort-bar a.toggle-filters-mobile {
            display: none;
        }
    }

    @media (max-width: 1199px) {
        .sort-bar {
            background-color: white;
            margin-bottom: 1px;
            padding: 7.5px;
        }
    }

/*
    ----------------------------------
    16. Price filter
    ----------------------------------
    */
    .price-filter {
        padding: 15px 0;
    }

    .price-filter.price-filter-top {
        padding: 0;
        margin-top: -20px;
        margin-bottom: 20px;
    }

/*
    ----------------------------------
    17. Pagination
    ----------------------------------
    */
    .pagination-wrapper {
        position: relative;
        text-align: center;
    }

    @media (max-width: 767px) {
        .pagination-wrapper {
            margin: 0 15px;
            padding-top: 20px;
        }
    }

    .pagination-wrapper .pagination > li:first-child, .pagination-wrapper .pagination > li:last-child {
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .pagination-wrapper .pagination > li:first-child:hover, .pagination-wrapper .pagination > li:last-child:hover {
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .pagination-wrapper .pagination > li:first-child {
        left: 0;
    }

    .pagination-wrapper .pagination > li:last-child {
        right: 0;
    }

    .pagination-wrapper .pagination > li > a,
    .pagination-wrapper .pagination > li > span {
      color: #a2a2a2;
    background-color: #ffffff;
    margin: 0 3px;
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #e8e8e8;
    }

    .pagination-wrapper .pagination > li > a:hover,
    .pagination-wrapper .pagination > li > span:hover {
        background-color: #f78f16;
         color: #fff;
    }

    .pagination-wrapper .pagination .active > a, .pagination-wrapper .pagination .active > a:hover, .pagination-wrapper .pagination .active > a:focus,
    .pagination-wrapper .pagination .active > span,
    .pagination-wrapper .pagination .active > span:hover,
    .pagination-wrapper .pagination .active > span:focus {
        background-color: #f78f16;
         color: #fff;
         border: 1px solid #f78f16;
    }

/*
    ----------------------------------
    18. Filters
    ----------------------------------
    */
    .filters {
        background-color: #eeeeee;
    }

    .filters .filter-box {
        border-bottom: 1px solid #e0e0e0;
    }

    .filters .filter-box .title {
        cursor: pointer;
        padding: 10px;
        position: relative;
    }

    .filters .filter-box .title:after {
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        content: "\e874";
        font-family: 'LinearIcons';
        position: absolute;
        display: inline-block;
        line-height: 34px;
        height: 100%;
        width: 42px;
        right: 0;
        top: 0;
        text-align: center;
    }

    .filters .filter-box.active .title:after {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    @media (min-width: 992px) {
        .filters .filter-box {
            border: 0;
            margin-bottom: 1px;
        }
        .filters .filter-box .title {
            padding: 20px;
            height: 71px;
            line-height: 31px;
        }
        .filters .filter-box .title:after {
            height: 71px;
            line-height: 71px;
        }
    }

    .filters .filter-content {
        display: none;
        padding: 10px;
        background-color: #f6f6f6;
    }

    .filters .filter-content .checkbox label {
        display: block;
    }

    .filters .filter-content i {
        font-style: normal;
        display: block;
        font-size: 70%;
        float: right;
        line-height: 28px;
        margin-right: 5px;
    }

    .filters .filter-content .product-colors {
        padding: 15px;
    }

    .filters .filter-content .product-colors .color-btn {
        width: 35px;
        height: 35px;
        margin-bottom: 10px;
    }

    .filters.filters-top .filter-box {
        position: relative;
    }

    .filters.filters-top .filter-update {
        display: none;
    }

    @media (min-width: 992px) {
        .filters.filters-top {
            position: relative;
            line-height: 31px;
            background-color: transparent;
        }
        .filters.filters-top .filter-content {
            position: absolute;
            top: 100%;
            width: 100%;
            z-index: 99;
            border: 1px solid #e4e4e4;
            margin: 0;
            max-height: 300px;
            overflow: auto;
        }
        .filters.filters-top .filter-update {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            padding: 20px 13.33333px;
            text-align: center;
            cursor: pointer;
            background-color: #232529;
            color: white;
            display: none;
        }
        .filters.filters-top .filter-box {
            margin-bottom: 0;
            border-bottom: 1px solid #e0e0e0;
        }
        .filters.filters-top .filter-box .title {
            padding: 20px;
            background-color: #eeeeee;
            height: auto;
        }
        .filters.filters-top .filter-box .title:hover {
            background-color:#000;
            color: white;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }
        .filters.filters-top .filter-box .title:after {
            line-height: 71px;
            height: 100%;
        }
        .filters.filters-top .filter-box.active .title {
            background-color:#000;
            color: white;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }
        .filters.filters-top .filter-box.active .filter-update {
            display: block;
        }
    }

    @media (max-width: 1199px) {
        .filters.filters-top .container {
            padding: 0;
            width: 100%;
        }
    }

    .filters .toggle-filters-close {
        width: 100%;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    @media (max-width: 1199px) {

        .filters .row {
            margin: 0;
        }
        .filters .row > div {
            padding: 0;
        }
        .filters.active {
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
        }
        .filters .toggle-filters-close {
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
        }
    }

/*
    ----------------------------------
    19. Products category
    ----------------------------------
    */
    .products .container {
        background-color: white;
    }

    .products article {
        background-color: white;
        position: relative;
        transition: all 0.3s;
        margin-bottom: 1px;
        overflow: hidden;
        border: 1px solid #eeeeee;
        margin-left: -1px;
        margin-top: -2px;
    }

    .label-span {
        position: absolute;

       top: 10px;
        z-index:100;
    }

    sup {
        font-size: 16px !important;

    }

/*header.vater {
    background-color: #0bbbef;
    color:#fff;
}

header.vater .title{
    color:#fff;
}

header.vater:before {
    content: '';
    position: absolute;
    border-width: 20px 20px 0px 20px;
    border-style: solid solid solid solid;
    border-color: #0bbbef transparent #eeeeee;
    bottom: -15px;
    left: 50%;
    z-index: 2;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}



header.electric {
    background-color: #f08008;
    color:#fff;
}

header.electric .title{
    color:#fff;
}

header.electric:before {
    content: '';
    position: absolute;
    border-width: 20px 20px 0px 20px;
    border-style: solid solid solid solid;
    border-color:  #f08008 transparent #eeeeee;
    bottom: -15px;
    left: 50%;
    z-index: 2;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

header.aces {
    background-color:#323639;
    color:#fff;
}

header.aces .title{
    color:#fff;
}

header.aces:before {
    content: '';
    position: absolute;
    border-width: 20px 20px 0px 20px;
    border-style: solid solid solid solid;
    border-color: #323639 transparent #eeeeee;
    bottom: -15px;
    left: 50%;
    z-index: 2;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
*/

.products article .label {
    line-height: initial;

    margin-bottom: 4px;
    font-family: "Comfortaa", sans-serif;
    padding-top: 5px;
}
.products article sub, .products article sup {
    font-size: 100%;
}

.products article .text {
    width: 100%;
    padding: 10px;
}

.products article .text a:hover {
    color: #333;
}

.products article .text .title {
    display: block;
    margin: 0 0 5px 0;
    white-space: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
}

.products article .text sup {
    bottom: auto;
    top: auto;
    display: inline-block;
    margin-right: 10px;

}
.information-information-10 .products article .text sup{
    text-decoration:line-through;
}
.products article .text sub {
    font-size:18px;
    color: red;
    font-weight: 700;
    text-decoration: none;
}

.products article .image {
    overflow: hidden;
    height: auto;
}

.products article .image a {
    display: block;
    text-align: center;
}

.products article .image img {
 width: auto;
 max-width: 100%;
 max-height: 380px;
 margin: auto;
 -moz-transition: all 0.4s;
 -o-transition: all 0.4s;
 -webkit-transition: all 0.4s;
 transition: all 0.4s;
}

@media (min-width: 768px) {
    .products article .image {
        padding-top: 40px;
        padding-bottom: 100px;
    }
}

.products article .btn-add {
    opacity: 0;
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.products article:hover {
    box-shadow: 0 2px 120px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 22;
}

.products article:hover .btn-add {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.products article:hover .info > span {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.products article:hover .image img {
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

@media (min-width: 992px) {
    .products article:hover {
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }
}

.products article .info {
    display: none;
    position: absolute;
    width: 35px;
    right: 15px;
    top: 10px;
    margin-right: 0;
    margin-top: 5px;
    z-index: 3;
}

.products article .info .add-favorite.added {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.products article .info .add-favorite.added a {
    background-color: #e71d36;
}

.products article .info .add-favorite.added a:hover:after {
    content: attr(data-title-added);
    background-color: inherit;
}

.products article .info a {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    background-color: dimgray;
    color: white;
    text-align: center;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .products article .info a {
        margin-bottom: 10px;
    }
}

.products article .info a:hover {
    background-color: #000000;
    color: white;
}

.products article .info a:hover:after {
    position: absolute;
    content: attr(data-title);
    padding: 5px 6px;
    right: 110%;
    top: 3px;
    white-space: nowrap;
    z-index: 20;
    background-color: #000000;
    color: #fff;
    font-size: 10px;
    border-radius: 5px;
    line-height: normal;
}

.products article .info > span {
    display: block;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

@media (min-width: 992px) {
    .products article .info {
        display: block;
    }
}

.products article .info > span:nth-child(1) {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.products article .info > span:nth-child(2) {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.products article .info > span:nth-child(3) {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.products article .figure-list {
    display: table;
    width: 100%;
}

.products article .figure-list .image,
.products article .figure-list .text {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

@media (min-width: 992px) {
    .products article .figure-list .image {
        padding: 0;
    }
}

.products article .figure-list .text {
    position: relative;
    padding: 0 20px;
}

.products article .figure-list .text .title {
    white-space: inherit;
}

.products article .figure-list .text .description {
    display: none;
    margin-top: 15px;
}

.products article .figure-grid .text .description {
    display: none;
}

.products article .figure-block .text .description {
    position: relative;
    display: none;
    height: 80px;
    overflow: hidden;
    z-index: 1;
    padding-top: 5px;
}

.products article .figure-block .text .description:after {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75px;
    content: "";
    display: block;
    z-index: 2;
}

@media (min-width: 768px) {
    .products article .figure-block .text .description {
        display: block;
    }
}

@media (min-width: 768px) {
    .products.products-category {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .products article .label {

    }
    .products article sub, .products article sup {
        font-size: 80%;
    }
    .products article .figure-grid .text {
         position: absolute;
    padding: 0 20px;
    bottom: 0;
    }
    .products article .figure-list .image {
        width: 30%;
    }
    .products article .figure-list .text {
        width: 70%;
    }
    .products article .figure-list .text .description {
        display: block;
    }
    .products article .figure-block .text {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .products .row {
        margin: 0;
    }
    .products .container,
    .products .row > div {
        padding-left: 1px;
        padding-right: 1px;
    }
    .products .btn-add {
        display: none;
    }
}

/*
    ----------------------------------
    20. Product page
    ----------------------------------
    */
    .product {
        position: relative;
        padding: 0;
        overflow: hidden;
    }

    .product .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product .main {
        padding: 20px 0;
    }

    .product .product-info-wrapper {
        position: relative;
        margin-bottom: 10px;
    }

    .product .title {
        color: black;
        font-weight: 400;
        position: relative;
    }

    .product .title:before {
        content: attr(data-title);
        font-size: 550%;
        color: rgba(99, 99, 99, 0.07);
        position: absolute;
        width: inherit;
        white-space: nowrap;
        left: -30%;
        top: -100%;
        z-index: 1;
    }

    .product .title small {
        display: block;
        text-transform: none;
        color: black;
        font-size: 40%;
        margin: 5px 0;
    }

    .product .price {
/*        margin-bottom: 20px;*/
    }

    .product .price small {
        text-decoration: line-through;
        margin-left: 10px;
        
    }

    .product .info-box {
        margin-bottom: 2px;
        padding: 5px 0;
        display: table;
        width: 100%;
    }

    .product .info-box > span {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
    }

    .product .info-box > span:first-child {
        width: 35%;
    }

    .product .info-box > span:last-child {
        width: 65%;
    }

    .product .info-box:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .product .info-box .checked {
        border-color: black;
    }

    .product .info-box strong {
        display: block;
        font-weight: 500;
    }

    .product .info-box.info-cell {
        display: table;
        width: 100%;
    }

    .product .info-box.info-cell > span {
        display: table-cell;
        vertical-align: middle;
    }

    .product .info-box.info-box-addto {
        cursor: pointer;
    }

    .product .info-box.info-box-addto i {
        font-style: normal;
    }

    .product .info-box.info-box-addto .added {
        display: none;
        color: #f78f16;
    }

    .product .info-box.info-box-addto .add {
        display: block;
    }

    .product .info-box.info-box-addto.added .added {
        display: block;
    }

    .product .info-box.info-box-addto.added .add {
        display: none;
    }

    .product .product-colors {
        display: block;
    }

    .product .info {
        background-color: #e2e2e2;
        padding: 20px 0;
        z-index: 1;
    }

    .product .info .content {
        padding: 30px 0;
    }

    .product .info .content hr {
        border-color: #c1c1c1;
    }

    .product .info .content .full-image {
        width: 100%;
    }

    .product .info .content h3 {
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .product .info .content h3:after {
        background: #f78f16;
        content: "";
        width: 50px;
        height: 1px;
        position: absolute;
        top: 100%;
        left: 0;
    }

    .product .info .products {
        background-color: transparent;
    }

    .product .owl-product-gallery.owl-theme .owl-controls .owl-buttons div span {
        background-color: rgba(0, 0, 0, 0.5);
    }

    @media (min-width: 992px) {
        .product .main {
            padding: 50px 0;
            margin-bottom: 50px;
        }
        .product .title {
            margin-top: 0;
        }
        .product .product-info-wrapper {
            padding-top: 30px;
            margin-bottom: 50px;
        }
    }

    @media (max-width: 768px) {
        .product .product-flex {
            display: flex;
            flex-flow: column;
        }
        .product .product-flex .product-flex-gallery {
            order: 1;
        }
        .product .product-flex .product-flex-info {
            order: 2;
        }
    }

/*
    ----------------------------------
    21. Product color buttons
    ----------------------------------
    */
    .color-btn {
        display: block;
        float: left;
        position: relative;
        width: 25px;
        height: 25px;
        background-color: #f8f8f8;
        border: 2px solid transparent;
        margin-right: 10px;
        text-align: center;
        font-size: 10px;
        line-height: 21px;
        color: black;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }

    .color-btn:hover {
        cursor: pointer;
    }

    .color-btn.checked {
        border-color: black;
    }

    .color-btn.color-btn-yellow {
        background-color: #fbf600;
    }

    .color-btn.color-btn-pink {
        background-color: #ff62fc;
    }

    .color-btn.color-btn-black {
        background-color: black;
    }

    .color-btn.color-btn-black.checked {
        border-color: red;
    }

    .color-btn.color-btn-white {
        background-color: white;
        border-color: #c3c3c3;
    }

    .color-btn.color-btn-white.checked {
        border-color: red;
    }

    .color-btn.color-btn-orange {
        background-color: #ffbd46;
    }

    .color-btn.color-btn-white {
        background-color: white;
    }

    .color-btn.color-btn-red {
        background-color: #ef6e6e;
    }

    .color-btn.color-btn-blue {
        background-color: #6a8abb;
    }

    .color-btn.color-btn-green {
        background-color: #71bf72;
    }

    .color-btn.color-btn-gray {
        background-color: #e6e6e6;
    }

    .color-btn.color-btn-biege {
        background-color: #ece3b4;
    }

/*
    ----------------------------------
    22. BLog
    ----------------------------------
    */
    .blog {
        position: relative;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

.blog.blog-intro {
    text-align: center;
    z-index: 23;

}
#column-left{
    width: 100%;
}
.header-content .owl-wrapper-outer {
    border: none!important;
}
.header-content .owl-carousel {
   margin: 0px!important;
}
    .blog.blog-intro header {
        margin-bottom: 0;
    }

    @media (min-width: 768px) {
        .blog.blog-intro {
            padding-top: 30px;

        }
    }

    .blog.blog-category {
        padding: 15px;
    }

    @media (min-width: 992px) {
        .blog.blog-category {
            padding: 60px 0;
        }
    }

    .blog.blog-category article {
        margin-bottom: 15px;
    }

    @media (min-width: 992px) {
        .blog.blog-category article {
            margin-bottom: 40px;
        }
    }

    .blog.blog-widget {
        position: relative;
    }

    .blog.blog-widget:before {
        background-color: #ecf0f6;
        background-image: url(img/bg.png);
        background-position: center top;
        background-repeat: no-repeat;
        content: "";
        width: 100%;
        height: 50%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .row.row-clean.products2 {
        max-width: 1100px;
        margin: auto;

    }

    .blog.blog-widget header {
        background-color: transparent;

        margin-bottom: 0;
    }

    .blog.blog-widget header:before {
        display: none;
    }

    .blog.blog-widget header .title {

    }

    @media (min-width: 992px) {
        .blog.blog-animation article:hover {
            box-shadow: 0 2px 120px rgba(0, 0, 0, 0.2);
            -moz-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
            -o-transform: translateY(-5px);
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
        }
    }

    .blog .title {


    }

    .blog header {
        margin-bottom: 40px;
    }

    .blog .pre-header {
        margin-bottom: 15px;
        padding-bottom: 7.5px;
        display: table;
        width: 100%;
    }

    .blog .pre-header .sort-bar {
        border: 0;
        background-color: transparent;
        padding: 0;
    }

    .blog .pre-header > div {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
    }

    .blog .pre-header > div > * {
        margin: 0;
    }

    @media (min-width: 992px) {
        .blog .pre-header {
            margin-bottom: 20px;
            padding-bottom: 7.5px;
        }
    }

    .blog .blog-title,
    .blog .blog-subtitle {
        text-transform: none;
        color:#000;
    }

    .blog strong {
        font-weight: 500;
    }

    .blog aside .box {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
        background-color: white;
        padding: 20px;
        position: relative;
        margin-bottom: 15px;
    }

    .blog aside .box .title {
        padding-top: 7.5px;
        margin-bottom: 15px;
    }

    .blog aside .box ul {
        margin: 0;
        padding: 0;
    }

    .blog aside .box ul li {
        list-style-type: circle;
        margin-left: 20px;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .blog aside .box ul li:hover {
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    .blog aside .box ul li a {
        display: block;
        padding: 5px 0;
        border-bottom: 1px solid #ededed;
    }

    .blog aside .box ul li.active a {
        color: #f78f16;
    }

    .blog aside .box ul li:last-child a {
        border-bottom: 0;
    }

    .blog aside .box.box-search {
        padding: 0;
        position: relative;
        background-color: white;
    }

    .blog aside .box.box-search .form-control {
        border: 0;
    }

    .blog aside .box.box-search .btn {
        position: absolute;
        right: 10px;
        top: 8px;
    }

    .blog aside .box.box-posts ul li {
        list-style-type: none;
        margin-left: 0;
    }

    .blog aside .box.box-posts ul li a {
        position: relative;
        display: table;
        width: 100%;
    }

    .blog aside .box.box-posts ul li a > span {
        display: table-cell;
        vertical-align: middle;
    }

    .blog aside .box.box-posts ul li a .date {
        width: 40px;
        text-align: center;
        line-height: 1;
    }

    .blog aside .box.box-posts ul li a .date span {
        display: block;
    }

    .blog aside .box.box-posts ul li a .date span:nth-child(1) {
        font-size: 75%;
    }

    .blog aside .box.box-posts ul li a .date span:nth-child(2) {
        font-weight: bold;
        font-size: 20px;
    }

    .blog aside .box.box-posts ul li a .text {
        padding-left: 5px;
    }

    .blog aside .box.box-tags ul li {
        margin: 0 2px 2px 0;
        display: block;
        float: left;
    }

    .blog aside .box.box-tags ul li a {
        padding: 5px;
        border: 0;
        background-color: #f78f16;
        color: white;
        font-size: 13px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .blog aside .box.box-tags ul li a:hover {
        background-color: #245a92;
    }

    @media (min-width: 768px) {
        .blog aside {
            display: block;
        }
        .blog aside .box {
            margin-bottom: 30px;
        }
    }

    .blog .nav-link {
        position: absolute;
        width: 65px;
        height: 85px;
        top: 220px;
        cursor: pointer;
        opacity: 0.5;
        z-index: 50;
    }

    .blog .nav-link:hover {
        opacity: 1;
    }

    .blog .nav-link:before {
        font-family: 'LinearIcons';
        font-style: normal;
        font-variant-ligatures: normal;
        font-variant-caps: normal;
        font-variant-numeric: normal;
        font-weight: normal;
        font-stretch: normal;
        text-transform: none;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 60px;
        content: "";
        display: inline-block;
        width: 65px;
        height: 65px;
    }

    .blog .nav-link.next {
        right: 5px;
    }

    .blog .nav-link.prev {
        left: 5px;
    }

    .blog .nav-link.prev:before {
        content: "\e875";
    }

    .blog .nav-link.next:before {
        content: "\e876";
    }

    .blog .nav-link figure {
        border-radius: 10px;
        overflow: hidden;
        background-color: white;
        display: none;
        opacity: 0;
        position: absolute;
        width: 180px;
        left: auto;
        right: auto;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .blog .nav-link figure figcaption {
        text-align: center;
        padding: 10px;
    }

    .blog .nav-link figure figcaption .blog-title {
        margin: 0;
    }

    .blog .nav-link figure .image {
        position: relative;
        overflow: hidden;
    }

    .blog .nav-link figure .image img {
        width: 100%;
    }

    .blog .nav-link.next figure {
        right: 100%;
    }

    .blog .nav-link.prev figure {
        left: 100%;
    }

    .blog .nav-link.next:hover figure,
    .blog .nav-link.prev:hover figure {
        opacity: 1;
    }

    @media (min-width: 992px) {
        .blog .nav-link figure {
            display: block;
        }
    }

    @media (max-width: 767px) {
        .blog .nav-link {
            display: none;
        }
    }

    .blog article {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
         border: 3px solid #fff;
    }

     .blog article:hover {
            box-shadow: 0 14px 21px rgba(0, 0, 0, 0.5);
    border: 3px solid #f78f16;
    }

    .blog article, .blog article a {
        color: black;
    }

    .blog article a {
        display: block;
    }

    .blog article a:hover {
        color: black;
    }

    .blog article .image {
        background-position: center;
        background-size: cover;
        overflow: hidden;
        height: auto;
    }

    .blog article .image img {
        display: block;
        width: 100%;
    }

    .blog article .entry {

        background-color: white;


        position: relative;
    }

    .blog article .entry.entry-table {
        display: table;
        width: 100%;
        height: 80px;
    }

    .blog article .entry.entry-table > div {
        display: table-cell;
        vertical-align: middle;
    }

    .entry-table .h5 {
       font-size: 15px;
   }

   .blog article .entry.entry-table .title {
    padding-left: 10px;
}

.blog article .entry .date-wrapper {
    width: 55px;
}

.blog article .entry .date-wrapper .date {
    width: 50px;
    height: 60px;
    z-index: 99;
    padding: 6px 0;
    z-index: 99;
    padding: 7px 0;
    text-align: center;
    border-right: 1px solid #ccc;
}

.blog article .entry .date-wrapper .date span {
    display: block;
    font-size: 11px;
    line-height: 12px;
}

.blog article .entry .title > * {
    margin: 0;
    text-transform: none;
}

.blog article .description {
    padding: 15px 0;
    color: white;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.blog article .description ul {
    margin-left: 0;
    padding-left: 20px;
}

.blog article .description ul li.more {
    list-style-type: none;
}

.blog article .description ul li.more > a:after {
    width: 100%;
}

.blog article .description ul li > a {
    padding: 5px 0;
    display: inline-block;
    position: relative;
}

.blog article .description ul li > a:after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    background-color: white;
    left: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.blog article .description ul li > a:hover:after {
    width: 100%;
}

.blog article .show-more {
    background-color: white;
    position: absolute;
    padding: 15px 15px;
    left: 0;
    bottom: 0;
    width: 100%;
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.blog article .show-more .btn {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.blog article .show-more, .blog article .show-more .btn {
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.blog article.article-table {
    background-color: white;
}

.blog article.article-table > a {
    display: table;
    width: 100%;
}

.blog article.article-table > a > div {
    display: table-cell;
    vertical-align: middle;
}

.blog article.article-table > a .image {
    width: 50%;
}

.blog article.article-table > a .image img {
    display: none;
}

.blog article.article-table > a .text {
    padding: 15px;
    position: relative;
}

.blog article.article-table > a .text .title p {
    margin-bottom: 5px;
}

.blog article.article-table > a .text .title h2 {
    margin-top: 15px;
}

.blog article.article-table > a .text > * {
    position: relative;
    z-index: 99;
}

.blog article.article-table > a .text .text-intro {
    display: none;
}

.blog article.article-table:hover {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
}

@media (min-width: 768px) {
    .blog article {
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }
    .blog article .description {
        padding: 25px 0;
        -moz-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        -o-transform: translate3d(0, 20px, 0);
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        opacity: 0;
    }
    .blog article:hover {
        position: relative;
        color: initial;
    }
    .blog article:hover .text-wrapper {
        padding-bottom: 40px;
    }
    .blog article:hover .show-more {
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    .blog article:hover .show-more .btn {
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .blog article:hover .description {
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    .blog article .image {
        height: 220px;
    }
    .blog article .image img {
        display: none;
    }
    .blog article.article-table:hover .text:before {
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    }
    .blog article.article-table > a .text {
        padding: 40px;
    }
    .blog article.article-table > a .text .text-intro {
        display: block;
    }
    .blog article header {
        margin-bottom: 50px;
    }
}

.blog.blog-block header {
    margin-bottom: 0;
}

.blog.blog-block article {
    position: relative;
}

.blog.blog-block article,
.blog.blog-block article a,
.blog.blog-block article .title {
    color: white;
}



.blog.blog-block article .entry-block {
      background-color: transparent;
    width: 100%;
    top: 0;
    overflow: hidden;
    padding: 25px;
    position: absolute;
    vertical-align: bottom;
    height: 100%;
    display: flex;
    align-items: center;
                }

                .blog.blog-block article .date {
                    font-size: 80%;
                    margin-bottom: 5px;
                }

                .blog.blog-block article .image {
                    height: auto;
                    max-height: 210px;
                }

                .blog.blog-block article .image img {
                    display: block;
                }

                .blog.blog-block article .image:before {

                }

                .blog.blog-block article:hover .image:before {
                    opacity: 0.9;
                }

                .blog.blog-block article .show-more {
                    padding: 0;
                    background-color: transparent;
                    top: inherit;
                    width: 90%;
                    left: 50%;
                    -moz-transform: scale(1, 1) translate(-50%, -50%);
                    -ms-transform: scale(1, 1) translate(-50%, -50%);
                    -o-transform: scale(1, 1) translate(-50%, -50%);
                    -webkit-transform: scale(1, 1) translate(-50%, -50%);
                    transform: scale(1, 1) translate(-50%, -50%);
                }

                .blog .blog-info.blog-info-top {
                    border-bottom: 1px solid #e0e0e0;
                    border-top: 1px solid #e0e0e0;
                    padding: 5px 0;
                    margin-bottom: 20px;
                    text-align: left;
                }

                @media (min-width: 992px) {
                    .blog .blog-info.blog-info-top {
                        padding: 10px 0;
                    }
                }

                .blog .blog-info.blog-info-bottom {
                    padding: 20px 0;
                }

                .blog .blog-info ul {
                    margin: 0;
                    padding: 0;
                }

                .blog .blog-info ul li {
                    padding: 0;
                    list-style-type: none;
                }

                .blog .blog-info .entry {
                    padding: 5px 10px 5px 25px;
                    list-style-type: none;
                    display: inline-block;
                    font-size: 90%;
                }

                .blog .blog-info .entry .fa {
                    margin-left: -25px;
                    width: 20px;
                    text-align: center;
                    margin-right: 5px;
                }

                .blog .blog-info .entry.divider {
                    border-bottom: 1px solid #e0e0e0;
                    margin-bottom: 10px;
                }

                .blog.blog-fluid header {
                    margin-bottom: 0;
                }

                .blog .blog-post {
                    padding-bottom: 40px;
                }

                .blog .blog-post .blog-image-main {
                    margin-top: 15px;
                }

                .blog .blog-post .blog-image-main img {
                    width: 100%;
                }

                @media (min-width: 992px) {
                    .blog .blog-post .blog-image-main {
                        margin-top: -80px;
                    }
                    .blog .blog-post .blog-image-main img {
                        box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.2);
                    }
                }

                @media (max-width: 767px) {
                    .blog .blog-post .blog-image-main {
                        margin-top: 0;
                    }
                }

                .blog .blog-post .blog-post-content {
                    background-color: white;
                    padding: 20px;
                }

                @media (min-width: 992px) {
                    .blog .blog-post .blog-post-content {
                        padding: 60px;
                    }
                }

                .blog .blog-post .blog-image {
                    margin: 20px 0;
                    display: block;
                }

                .blog .blog-post .blog-image .caption {
                    display: block;
                    text-align: center;
                    font-size: 75%;
                    font-style: italic;
                    padding: 5px 0;
                }

                @media (min-width: 992px) {
                    .blog .blog-post .blog-image {
                        margin: 30px 0;
                    }
                }

                .blog .blog-post .blog-post-text img {
                    border: 5px solid white;
                    width: 100%;
                }

                .blog .blog-post .blog-post-text h2, .blog .blog-post .blog-post-text h3, .blog .blog-post .blog-post-text h4, .blog .blog-post .blog-post-text h5 {
                    margin-top: 35px;
                    text-transform: none;
                }

/*
    ----------------------------------
    23. Brands
    ----------------------------------
    */
    .brands {
        position: relative;
        margin-bottom: 20px;
        border: 1px solid #e0e0e0;
    }

    .brands .box {
        display: table;
        width: 100%;
    }

    .brands .image {
        background: #ffffff;
        padding: 10px;
        border-bottom: 1px solid #e0e0e0;
    }

    .brands .image img {
        width: 80%;
        margin: 0 auto;
        display: block;
        border-radius: 100%;
    }

    .brands .name {
        background-color: #f5f5f5;
        text-align: left;
        padding-left: 15px;
        padding: 20px !important;
    }

    .brands .name .title {
        margin: 0;
    }

    .brands .name .title small {
        font-size: initial;
        color: #666;
    }

    @media (min-width: 992px) {
        .brands {
            margin-right: 15px;
            margin-top: -80px;
        }
        .brands .image {
            padding: 15px;
        }
    }

/*
    ----------------------------------
    24. Tabs navigation
    ----------------------------------
    */
    .nav-tabs {
        border: 0;
    }

    .nav-tabs > li > a {
        border-radius: 1px;
        background: #f1f1f1;
        border: 0;
        margin-right: 1px;
        padding: 14px 20px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
        color: black;
    }

    .nav-tabs > li.active > a {
        background: #e2e2e2;
        color: #000;
        box-shadow: 0 -5px 0px #f78f16;
        border: none;
    }

    .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border: none;
        background: #e2e2e2;
        color: #000;
        box-shadow: 0 -5px 0px #f78f16;
    }

    @media (min-width: 992px) {
        .nav-tabs {
            margin-top: -71px;
        }
    }

/*
    ----------------------------------
    25. Comments
    ----------------------------------
    */
    .comments {
        display: block;
        background-color: white;
    }

    .comments h2 {
        font-size: 18px;
    }

    .comments .fa.active {
        color: #f78f16;
    }

    .comments h2 .rating {
        display: inline-block;
    }

    .comments .rate-box {
        display: block;
        width: 100%;
        background-color: white;
        padding: 20px 30px;
        border: 1px solid #eee;
    }

  .comments .rate-box strong {
    margin: 0;
    font-size: 18px;
    font-family: "Comfortaa", sans-serif;
    color: #666;
    width: 100%;
    /* text-transform: uppercase; */
    display: block;
}

    .comments .rate-box .rating {
        padding: 5px 0;
    }

    @media (min-width: 992px) {
        .comments .rate-box {
            width: 33.333333333%;
            float: left;
        }
    }

    @media (max-width: 1199px) {
        .comments {
            margin-bottom: 20px;
        }
    }

    .comments content {
        max-width: 700px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .comments .comment-header {
        padding: 20px 0;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        text-align: center;
    }

    .comments .comment-header a {
        display: inline-block;
        padding: 0 10px;
    }

    .comments .comment-block {
        margin-top: 40px;
        margin-bottom: 40px;
        border-bottom: 1px solid #e0e0e0;
        padding-left: 15px;
        padding-right: 30px;
    }

    .comments .comment-block:last-child,
    .comments .comment-block > .comment-block {
        border-bottom: none;
    }

    .comments .comment-block > .comment-block {
        background-color: #eeeeee;
        border-top: 1px solid rgba(224, 224, 224, 0.5);
        padding-bottom: 20px;
        padding-top: 20px;
    }

    @media (min-width: 768px) {
        .comments .comment-block {
            padding-left: 40px;
            padding-right: 40px;
        }
        .comments .comment-block > .comment-block {
            margin-left: 50px;
        }
    }

    .comments .comment-user {
        display: table;
        width: 100%;
    }

    .comments .comment-user div {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
    }

    .comments .comment-user div img {
        border-radius: 100%;
        width: 40px;
    }

    .comments .comment-user div h5 {
        margin: 0;
    }

    .comments .comment-user div h5 small {
        display: block;
        padding: 4px 0;
    }

    .comments .comment-user div:first-child {
        width: 50px;
    }

    .comments .comment-desc {
        margin-left: 50px;
        margin-top: 10px;
    }

    .comments .comment-add {
        margin-top: 40px;
        padding: 0 20px 20px;
    }

    .comments .comment-add .comment-reply-message {
        margin-bottom: 15px;
    }

    .comments .comment-add .comment-reply-message .title {
        margin-bottom: 10px;
    }

    .comments .comment-add .btn-circle {
        background-color: black;
        color: white;
    }

/*
    ----------------------------------
    26. Wrapper more
    ----------------------------------
    */
    .wrapper-more {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    @media (min-width: 992px) {
        .wrapper-more .wrapper-more {
            margin-top: 15px;
            margin-bottom: 15px;
        }
    }

    .wrapper-more .btn {
        text-transform: uppercase;
    border: 1px solid #f78f16;
        position: relative;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }



    .wrapper-more .btn:hover {
        letter-spacing: -1px;
         background: #f78f16;
         color:#fff;
    }

    .wrapper-more .btn:hover:before {
        width: 0;
    }

/*
    ----------------------------------
    27. Stretcher
    ----------------------------------
    */
    .stretcher-wrapper {
        margin: 0;
        padding: 0;
    }

    .stretcher-wrapper .stretcher {
        position: relative;
        width: 100%;
        height: auto;
        font-size: 0;
        margin: 0;
        padding: 0;
    }

    .stretcher-wrapper .stretcher:hover {
        z-index: 5;
    }

    .stretcher-wrapper .stretcher .stretcher-item {
        position: relative;
        background-size: cover;
        background-position: center;
        display: block;
        width: 100%;
        height: 30vh;
        overflow: hidden;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .stretcher-wrapper .stretcher .stretcher-item > a {
        position: absolute;
        width: 100%;
        height: 100%;
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        z-index: 99;
    }

    .stretcher-wrapper .stretcher .stretcher-item:hover > a {
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .stretcher-wrapper .stretcher .stretcher-item.more {
        background-color: #245a92;
        position: relative;
        height: 100px;
    }

    .stretcher-wrapper .stretcher .stretcher-item.more a {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .stretcher-wrapper .stretcher .stretcher-item.more .more-icon {
        font-size: 70px;
        color: white;
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .stretcher-wrapper .stretcher .stretcher-item.more .more-icon,
    .stretcher-wrapper .stretcher .stretcher-item.more .more-icon span {
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .stretcher-wrapper .stretcher .stretcher-item.more .more-icon span {
        display: inline-block;
    }

    .stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:before, .stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:after {
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        white-space: nowrap;
    }

    .stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:before {
        content: attr(data-title-show);
        opacity: 0;
        font-size: 16px;
    }

    .stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:after {
        content: attr(data-title-hide);
        opacity: 1;
    }

    .stretcher-wrapper .stretcher .stretcher-item.more:hover .more-icon span:before {
        opacity: 1;
    }

    .stretcher-wrapper .stretcher .stretcher-item.more:hover .more-icon span:after {
        opacity: 0;
    }

    @media (min-width: 992px) {
        .stretcher-wrapper .stretcher .stretcher-item.more, .stretcher-wrapper .stretcher .stretcher-item.more.inactive {
            width: 4%;
        }
        .stretcher-wrapper .stretcher .stretcher-item.more.active {
            width: 28%;
        }
        .stretcher-wrapper .stretcher .stretcher-item.more.more {
            height: 100%;
        }
    }

    .stretcher-wrapper .stretcher .stretcher-item.inactive, .stretcher-wrapper .stretcher .stretcher-item.active {
        width: 100%;
    }

    @media (min-width: 992px) {
        .stretcher-wrapper .stretcher .stretcher-item {
            width: 32%;
            height: 100%;
            display: inline-block;
        }
        .stretcher-wrapper .stretcher .stretcher-item.inactive {
            width: 24%;
        }
        .stretcher-wrapper .stretcher .stretcher-item.active {
            width: 52%;
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
            z-index: 333;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        }
    }

    .stretcher-wrapper .stretcher .stretcher-item .stretcher-logo {
        /*background-color: rgba($color-base, 0.0);*/
        opacity: 1;
        position: absolute;
        width: 100%;
        height: 100%;
        -moz-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s;
        font-size: initial;
        color: white;
    }

    .stretcher-wrapper .stretcher .stretcher-item .stretcher-logo img,
    .stretcher-wrapper .stretcher .stretcher-item .stretcher-logo .text {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 15px;
        right: 15px;
    }

    .stretcher-wrapper .stretcher .stretcher-item .stretcher-logo .text {
        text-align: center;
    }

    .stretcher-wrapper .stretcher .stretcher-item .stretcher-logo .text .f-icon {
        font-size: 100px;
    }

    .stretcher-wrapper .stretcher .stretcher-item .stretcher-logo .text .text-intro {
        display: block;
    }

    .stretcher-wrapper .stretcher .stretcher-item:hover .stretcher-logo {
        opacity: 0;
    }

    .stretcher-wrapper .stretcher .stretcher-item figure {
        background-color: rgba(36, 90, 146, 0.5);
        color: white;
        position: absolute;
        z-index: 9;
        font-size: initial;
        padding: 20px 10px;
        width: 100%;
        left: 0;
        bottom: 0;
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .stretcher-wrapper .stretcher .stretcher-item figure h4 {
        margin-bottom: 0;
    }

    @media (min-width: 992px) {
        .stretcher-wrapper .stretcher .stretcher-item figure {
            padding: 20px 30px;
        }
    }

    .stretcher-wrapper .stretcher .stretcher-item:hover figure {
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    @media (min-width: 992px) {
        .stretcher-wrapper .stretcher {
            height: 500px;
            white-space: nowrap;
        }
        .stretcher-wrapper.stretcher-wrapper-frontpage .stretcher {
            height: 100vh;
        }
        .stretcher-wrapper.stretcher-wrapper-frontpage .stretcher .stretcher-item figure {
            bottom: 20%;
            -moz-transform: translate3d(-100%, 0, 0);
            -ms-transform: translate3d(-100%, 0, 0);
            -o-transform: translate3d(-100%, 0, 0);
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            overflow: hidden;
            padding: 50px 30px;
        }
        .stretcher-wrapper.stretcher-wrapper-frontpage .stretcher .stretcher-item:hover figure {
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

/*
    ----------------------------------
    28. Scroll to top
    ----------------------------------
    */
    .scroll-top {
        visibility: hidden;
        padding: 8px 18px 20px;
        background-color: rgba(247, 143, 22, 0.78);
        color: white;
        position: fixed;
        bottom: -15px;
       right:5%;

        z-index: 999;
        cursor: pointer;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0;
    }

    .scroll-top.visible {
        visibility: visible;
        opacity: 1;
    }

    .scroll-top.active {
        bottom: 15px;
    }

    .scroll-top:hover {
        background-color: #333;
    }

    @media (min-width: 768px) {
        .scroll-top:hover, .scroll-top.active {
            bottom: 0;
        }
    }

/*
    ----------------------------------
    29. Banner
    ----------------------------------
    */
    .banner {
      position: relative;
      background-position: center;
      background-size: cover;
      padding-top: 60px;
      padding-bottom: 60px;
      color: black;
      background-color: #f1f1f1;
      padding-left: 15px;
      padding-right: 15px;
      background-image: url(img/bg-home.jpg);
      background-size: auto;
      background-position: top right;
      background-repeat: no-repeat;
  }

  .text-center a {
    color: #e16402;
    text-decoration: underline;
}

.banner .btn {
    margin-top: 40px;
}

.banner.banner-smaller {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .banner.banner-smaller {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 1200px) {
    .banner.banner-smaller {
        padding-top: 160px;
        padding-bottom: 160px;
    }
}

/*
    ----------------------------------
    30. Main popup
    ----------------------------------
    */
    .popup-main {
        background: #e6e6e6;
        text-align: left;
        width: 100%;
        margin: 0px auto;
        position: relative;
        box-shadow: 0 0 20px #000;
        /*popup-product-styles*/
    }

    .popup-main.popup-main-article img {
        width: 100%;
    }

    .popup-main .popup-title {
       padding: 4px 10px;
    text-align: left;
    font-size: 24px;
    }

    .popup-main .popup-title > * {
        margin: 0;
    }

    .popup-main .popup-content {
        background-color: white;
       padding: 0 15px;
    }

    .popup-main .popup-buttons a {
        border-left: 1px solid #fff;
       padding: 15px 30px;
        display: inline-block;
        margin-left: -3px;
    }

    .popup-main .popup-buttons a:hover {
        background-color: black;
        border-color: black;
        color: white;
    }

    .popup-main .mfp-close {
        height: 72px;
        border-left: 1px solid white;
    }

    .popup-main .popup-table {
        display: table;
        width: 100%;
        width: 100%;
    }

    .popup-main .popup-table .popup-cell {
        display: table-cell;
        vertical-align: middle;
        vertical-align: middle;
    }

    .popup-main .popup-table .popup-cell:nth-child(1) {
        padding-left: 18px;
    }

    .popup-main .popup-table .popup-cell:nth-child(2) {
        text-align: right;
    }

    @media (max-width: 767px) {
        .popup-main .popup-table .popup-cell .icon {
            font-size: 20px;
        }
    }

    .popup-main .product .product-info-wrapper {
        margin: 0;
        padding: 0;
        box-shadow: none;
        border: 0;
    }

    .popup-main .product .title small {
        display: block;
        margin: 0;
    }

    .popup-main .product .price {
        text-align: left;
        margin: 0;
    }

    .popup-main .product .price.price-single {
        padding: 15px 0;
    }

    @media (min-width: 992px) {
        .popup-main .product .price.price-single {
            padding: 20px 0;
        }
    }

    .popup-main .product .price small {
        display: block;
        margin: 0;
    }

    .popup-main .product .product-colors {

    }

    .popup-main .product .owl-product-gallery {
        margin-bottom: 1px;
    }

    @media (min-width: 768px) {
        .popup-main {
            width: 360px;
        }
        .popup-main.popup-main-article {
            width: 760px;
        }
        .popup-main .popup-content {

        }
        .popup-main .mfp-close {
            height: 48px;
            border-left: 1px solid white;
        }
        .popup-main .product .owl-product-gallery {
            margin-bottom: 1px;
        }
    }

/*
    ----------------------------------
    31. Instagram
    ----------------------------------
    */
    .instagram {
        padding-bottom: 0;
        position: relative;
    }

    .instagram header {
        width: 180px;
        height: 180px;
        padding: 50px 0;
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 33;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        text-align: center;
    }

    .instagram header:before {
        display: none;
    }

    @media (min-width: 992px) {
        .instagram header {
            width: 260px;
            height: 260px;
            padding: 50px 0;
        }
    }

    @media (max-width: 1199px) {
        .instagram header {
            background: #d2d2d2;
        }
        .instagram header .fa-3x {
            font-size: 24px;
        }
    }

    .instagram .gallery .item {
        width: 16.66667%;
        float: left;
        overflow: hidden;
    }

    .instagram .gallery .item img {
        width: 100%;
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .instagram .gallery .item:hover img {
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08);
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

/*
    ----------------------------------
    32. Checkout
    ----------------------------------
    */
    .checkout {
        background-color: #eeeeee;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    @media (min-width: 992px) {
        .checkout {
            padding-top: 60px;
            padding-bottom: 60px;
        }
    }

    @media (max-width: 767px) {
        .checkout {
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    .checkout hr {
        border-color: #e0e0e0;
    }

    .checkout .cart-wrapper {
        margin: 15px 0;
    }

    @media print {
        .checkout .cart-wrapper {
            border-top: 1px solid #e0e0e0;
            border-bottom: 1px solid #e0e0e0;
        }
        .checkout .cart-wrapper + .cart-wrapper {
            border-top: 0;
        }
    }

    .checkout .white-block {
        background-color: white;
        padding: 20px 15px;
        margin-bottom: 15px;
    }

    .checkout .note-block {
        background-color: white;
    }

    .checkout .title {
        margin: 0;
    }

    .checkout .cart-block {
        position: relative;
        margin-bottom: 15px;
    }

    .checkout .cart-block:last-child {
        margin-bottom: 0;
    }

    .checkout .cart-block.cart-block-header {
        display: none;
        background-color: #fbfbfb;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .checkout .cart-block.cart-block-item {
        background-color: white;
    }

    .checkout .cart-block.cart-block-footer {
        color: black;
        margin-top: 1px;
        background-color: white;
        padding: 15px 30px;
    }

    .checkout .cart-block.cart-block-footer.cart-block-footer-price {
        padding: 30px 30px;
        background-color: white;
    }

    .checkout .cart-block.cart-block-footer > div {
        padding: 0;
    }

    .checkout .cart-block.cart-block-footer > div:nth-child(1), .checkout .cart-block.cart-block-footer > div:nth-child(2) {
        width: 50%;
    }

    .checkout .cart-block.cart-block-footer > div:nth-child(2) {
        text-align: right;
    }

    .checkout .cart-block.cart-block-footer .form-coupon {
        display: inline-block;
        width: inherit;
        margin-left: 10px;
        text-align: left;
    }

    .checkout .cart-block > div {
        padding: 0 30px;
    }

    .checkout .cart-block > div img {
        width: 100%;
        vertical-align: middle;
    }

    .checkout .cart-block > div.image {
        padding: 0;
    }

    .checkout .cart-block > div.quantity, .checkout .cart-block > div.price {
        width: 50%;
        float: left;
    }

    .checkout .cart-block > div.quantity .form-quantity {
        display: inline-block;
        width: 80px;
    }

    .checkout .cart-block .title > * {
        margin: 0;
    }

    .checkout .cart-block .price > span {
        display: block;
        text-align: right;
    }

    .checkout .cart-block .price .final {
        margin: 0;
    }

    .checkout .cart-block .price .discount {
        text-decoration: line-through;
    }

    .checkout .cart-block .icon-delete {
        position: absolute;
        cursor: pointer;
        padding: 5px;
        right: 0;
        top: 0;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .checkout .cart-block .icon-delete:hover {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    @media (min-width: 768px) {
        .checkout .white-block {
            padding: 30px;
        }
        .checkout .cart-block {
            display: table;
            width: 100%;
            margin-bottom: 1px;
        }
        .checkout .cart-block.cart-block-header {
            display: table;
            padding: 15px;
        }
        .checkout .cart-block.cart-block-header > div {
            padding: 0;
        }
        .checkout .cart-block.cart-block-footer .form-coupon {
            position: absolute;
            top: 0;
        }
        .checkout .cart-block > div {
            display: table-cell;
            vertical-align: middle;
        }
        .checkout .cart-block > div img {
            width: 100%;
            vertical-align: middle;
        }
        .checkout .cart-block > div:nth-child(1) {
            width: 15%;
        }
        .checkout .cart-block > div:nth-child(2) {
            width: 45%;
        }
        .checkout .cart-block > div:nth-child(3) {
            width: 10%;
        }
        .checkout .cart-block > div:nth-child(4) {
            width: 30%;
        }
        .checkout .cart-block > div.quantity, .checkout .cart-block > div.price {
            float: none;
        }
        .checkout .cart-block > div.quantity {
            text-align: center;
        }
        .checkout .cart-block .title {
            padding: 0 0 0 30px;
        }
        .checkout .cart-block .title > * {
            margin: 0;
        }
        .checkout .cart-block .price {
            padding-right: 30px;
        }
        .checkout .cart-block .price > span {
            display: block;
            text-align: right;
        }
        .checkout .cart-block .price .final {
            margin: 0;
        }
        .checkout .cart-block .price .discount {
            text-decoration: line-through;
        }
        .checkout .cart-block .form-control {
            text-align: center;
        }
    }

    @media (max-width: 767px) {
        .checkout .cart-block {
            padding-bottom: 15px;
        }
        .checkout .cart-block > div {
            padding: 0 10px;
        }
        .checkout .cart-block .title {
            margin-bottom: 15px;
        }
        .checkout .cart-block .form-control {
            height: 30px;
        }
        .checkout .cart-block.cart-block-footer {
            color: black;
        }
        .checkout .cart-block.cart-block-footer > div {
            float: left;
        }
        .checkout .cart-block.cart-block-footer .form-coupon {
            margin-top: 10px;
            margin-left: 0;
        }
    }

/*
    ----------------------------------
    33. Checkout steps
    ----------------------------------
    */
    .step-wrapper {
        background-color: white;
        padding: 30px 0 20px 0;
    }

    @media (min-width: 768px) {
        .step-wrapper {
            padding: 60px 0 40px 0;
        }
    }

    @media print {
        .step-wrapper {
            display: none !important;
        }
    }

    .step-wrapper header {
        padding: 0;
    }

    .step-wrapper header .title {
        padding-top: 15px;
        color: white;
    }

    @media (min-width: 768px) {
        .step-wrapper header .title {
            padding-top: 40px;
        }
    }

    .step-wrapper .stepper {
        color: white;
    }

    .step-wrapper .stepper > ul {
        display: table;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .step-wrapper .stepper > ul > li {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        text-align: center;
        padding: 0;
    }

    .step-wrapper .stepper > ul > li:first-child:before {
        display: none;
    }

    .step-wrapper .stepper > ul > li:before {
        background-color: #3078c3;
        position: absolute;
        display: block;
        content: "";
        width: 100%;
        height: 1px;
        top: 50%;
        right: 50%;
        z-index: 0;
    }

    .step-wrapper .stepper > ul > li span {
        background-color: white;
        font-size: 50px;
        width: 50px;
        height: 50px;
        display: inline-block;
        position: relative;
        z-index: 9;
        color: #3078c3;
        font-family: 'LinearIcons';
    }

    .step-wrapper .stepper > ul > li span:before {
        content: "\e880";
    }

    .step-wrapper .stepper > ul > li span:after {
        content: attr(data-text);
        position: absolute;
        display: inline-block;
        bottom: 100%;
        text-transform: uppercase;
        text-align: center;
        width: initial;
        left: 50%;
        font-size: 10px;
        white-space: nowrap;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        font-family: "Open Sans", sans-serif;
    }

    @media (min-width: 992px) {
        .step-wrapper .stepper > ul > li span {
            width: 50px;
            height: 60px;
            font-size: 50px;
            line-height: 60px;
        }
        .step-wrapper .stepper > ul > li span:after {
            font-size: 16px;
            line-height: initial;
        }
    }

    .step-wrapper .stepper > ul > li.active:before {
        background-color: black;
    }

    .step-wrapper .stepper > ul > li.active span {
        color: black;
    }

    .step-wrapper .stepper > ul > li.active span:before {
        content: "\e87f";
    }

/*
    ----------------------------------
    34. Login wrapper
    ----------------------------------
    */
    .login-wrapper.login-wrapper-page {
        background-color: #eeeeee;
        padding: 40px 0;
    }

    .login-wrapper .white-block {
        background-color: white;
        padding: 20px 15px;
        margin-bottom: 15px;
    }

    @media (min-width: 768px) {
        .login-wrapper .white-block {
            padding: 30px;
        }
    }

    .login-wrapper .login-block .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .login-wrapper .login-block .row > div {
        padding-left: 5px;
        padding-right: 5px;
    }

    .login-wrapper .login-block.login-block-signin {
        display: none;
    }

    .login-wrapper .login-block.login-block-signup {
        display: block;
    }

/*
    ----------------------------------
    35. Contact
    ----------------------------------
    */
    .contact {
        background-color: #344c6b;
        padding: 0 0 80px 0;
    }

    .contact.contact-single {
        background-color:#000;
    }

    .contact.contact-single.banner {
        padding-bottom: 0;
    }

    .contact #map {
        width: 100%;
        height: 400px;
        background-color: grey;
    }

    .contact .contact-block {
        margin-top: -80px;
    }

    .contact .contact-block .banner {
        padding: 80px 40px;
    }

    .contact .contact-block .contact-info {
        background-color: white;
        padding: 40px 0;
    }

    .contact .contact-block .contact-info .contact-form-wrapper {
        padding: 40px 0;
    }

    .contact .contact-block .contact-info figure {
        padding: 15px;
    }

    .contact .contact-block .contact-info figure figcaption > strong {
        display: block;
        padding: 7.5px 0;
    }

    .contact .contact-block .contact-info figure figcaption > span {
        font-size: 90%;
    }

    .contact .contact-block .contact-info figure .icon {
        font-size: 50px;
        color: #f78f16;
    }

    .contact .contact-block .contact-form {
        display: none;
        margin-top: 50px;
    }

/*
    ----------------------------------
    36. Map Info window
    ----------------------------------
    */
    .map-info-window .fa {
        width: 20px;
        text-align: center;
        margin-right: 3px;
        display: inline-block;
    }

/*
    ----------------------------------
    37. Shortcodes
    ----------------------------------
    */
    .shortcodes {
        background-color: #f8f8f8;
        padding: 40px 0;
    }

    .shortcodes .buttons .btn {
        display: block;
        width: 100%;
    }

    .shortcodes .buttons .button-box {
        background-size: cover;
        background-position: center;
        min-height: 200px;
    }

    .shortcodes .list-group-item {
        padding: 0;
    }

    .shortcodes .list-group-item a {
        padding: 10px 15px;
        display: block;
        color: #666;
    }

    .shortcodes .list-group-item a.active, .shortcodes .list-group-item a:hover {
        background-color: #ddd;
    }

    .shortcodes article {
        border: 1px solid #ddd;
        background-color: white;
        padding: 15px;
        display: block;
        margin-bottom: 60px;
    }

    .shortcodes article h1:first-child + hr {
        border-color: #f78f16;
    }

    .shortcodes article .icons figure {
        text-align: center;
        display: block;
        margin-bottom: 20px;
    }

    .shortcodes article .icons figure .icon {
        font-size: 78px;
    }

    .shortcodes article .icons figure figcaption {
        font-size: small;
        display: block;
        white-space: nowrap;
    }

    .shortcodes .well {
        background-color: #666;
        margin: 15px 0;
        background-position: center;
        background-size: cover;
    }

    .shortcodes .affix {
        top: 80px;
        width: 212px;
    }

    @media (min-width: 1200px) {
        .shortcodes .affix {
            width: 262px;
        }
    }

    .shortcodes .icons-wrapper figure {
        text-align: center;
        font-size: 100px;
    }

    .shortcodes .icons-wrapper figure figcaption {
        font-size: 16px;
    }

    .shortcodes .show-all {
        float: right;
    }

    .shortcodes .bs-glyphicons {
        margin: 0 -10px 20px;
        overflow: hidden;
        max-height: 230px;
    }

    .shortcodes .bs-glyphicons li {
        float: left;
        width: 25%;
        height: 115px;
        padding: 10px;
        font-size: 10px;
        line-height: 1.4;
        text-align: center;
        background-color: #f9f9f9;
        border: 1px solid #fff;
    }

    .shortcodes .bs-glyphicons .glyphicon {
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 24px;
    }

    .shortcodes .bs-glyphicons .glyphicon-class {
        display: block;
        text-align: center;
        word-wrap: break-word;
        /* Help out IE10+ with class names */
    }

    .shortcodes .bs-glyphicons li:hover {
        color: #fff;
        background-color: #f78f16;
    }

    .shortcodes #glyphs.expanded .bs-glyphicons {
        max-height: 100%;
    }

    .shortcodes .bs-glyphicons-list {
        padding-left: 0;
        list-style: none;
    }

    @media (min-width: 768px) {
        .shortcodes .bs-glyphicons {
            margin-right: 0;
            margin-left: 0;
        }
        .shortcodes .bs-glyphicons li {
            width: 12.5%;
            font-size: 12px;
        }
    }

/*
    ----------------------------------
    38. Tabsy wrapper
    ----------------------------------
    */
    .tabsy-wrapper.tabsy-wrapper-clean {
        padding: 0;
    }

    .tabsy-wrapper.tabsy-wrapper-intro .tabsy .tabsy-links figure figcaption {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        padding: 15px;
        background-color: rgba(0, 0, 0, 0.5);
    }

    @media (max-width: 1199px) {
        .tabsy-wrapper.tabsy-wrapper-intro .tabsy .tabsy-links figure figcaption {
            top: 0;
            border: 1px solid rgba(255, 255, 255, 0.3);
            margin-left: -1px;
            margin-top: -1px;
        }
    }

    .tabsy-wrapper.tabsy-wrapper-intro .tabsy .tabsy-links figure figcaption .title {
        margin-bottom: 0;
    }

    .tabsy-wrapper.tabsy-wrapper-intro .tabsy .tabsy-links figure figcaption .desc {
        display: none;
    }

    .tabsy-wrapper.tabsy-wrapper-intro .tabsy .tabsy-links figure:after {
        display: none;
    }

    .tabsy-wrapper.tabsy-wrapper-intro .tabsy .tabsy-links figure.current {
        background-color: transparent;
    }

    .tabsy-wrapper.tabsy-wrapper-intro .tabsy .tabsy-links figure.current figcaption {
        background-color: rgba(46, 115, 187, 0.8);
    }

    .tabsy-wrapper .tabsy {
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .tabsy-wrapper .tabsy .tabsy-images, .tabsy-wrapper .tabsy .tabsy-images > div {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .tabsy-wrapper .tabsy .tabsy-images .title {
        position: absolute;
        left: 50%;
        left: 15px;
        top: 15px;
        color: white;
        text-transform: none;
        text-align: left;
        text-shadow: 0 0 5px black;
        background-color: black;
        padding: 40px;
        z-index: 66;
    }

    @media (max-width: 1199px) {
        .tabsy-wrapper .tabsy .tabsy-images .title {
            display: none;
        }
    }

    .tabsy-wrapper .tabsy .tabsy-images .title small {
        display: block;
        margin-bottom: 5px;
    }

    .tabsy-wrapper .tabsy .tabsy-images > div {
        background-size: cover;
        background-position: center;
        opacity: 0;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .tabsy-wrapper .tabsy .tabsy-images > div.current {
        opacity: 1;
    }

    .tabsy-wrapper .tabsy .tabsy-images img {
        display: none;
    }

    .tabsy-wrapper .tabsy .tabsy-links .row {
        margin: 0;
    }

    .tabsy-wrapper .tabsy .tabsy-links figure {
        cursor: pointer;
        padding: 0;
        position: relative;
        overflow: hidden;
        min-height: 160px;
        background-color: rgba(0, 0, 0, 0.1);
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    @media (min-width: 992px) {
        .tabsy-wrapper .tabsy .tabsy-links figure {
            min-height: 450px;
        }
    }

    .tabsy-wrapper .tabsy .tabsy-links figure:after {
        font: normal normal normal 24px/30px LinearIcons;
        content: "\e876";
        -webkit-font-smoothing: antialiased;
        display: block;
        position: absolute;
        text-align: right;
        width: 100%;
        right: 0;
        bottom: 0;
        padding: 10px;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    .tabsy-wrapper .tabsy .tabsy-links figure a.link {
        background-color: transparent;
        font-size: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 88;
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    .tabsy-wrapper .tabsy .tabsy-links figure figcaption {
        margin: 20px;
        overflow: hidden;
    }

    .tabsy-wrapper .tabsy .tabsy-links figure figcaption .date {
        font-size: 75%;
        display: block;
        color: #f78f16;
    }

    .tabsy-wrapper .tabsy .tabsy-links figure figcaption .title {
        display: block;
        margin-top: 0;
        text-transform: none;
        color: white;
    }

    .tabsy-wrapper .tabsy .tabsy-links figure figcaption .desc {
        display: none;
        color: white;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    @media (min-width: 768px) {
        .tabsy-wrapper .tabsy .tabsy-links figure figcaption .desc {
            display: block;
        }
    }

    .tabsy-wrapper .tabsy .tabsy-links figure.current {
        background-color: rgba(46, 115, 187, 0.8);
    }

    .tabsy-wrapper .tabsy .tabsy-links figure.current a.link {
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .tabsy-wrapper .tabsy .tabsy-links figure.current figcaption .desc {
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .tabsy-wrapper .tabsy .tabsy-links figure.current:after {
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -moz-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    @media (min-width: 768px) {
        .tabsy-wrapper .wrapper-more {
            margin-top: 20px;
        }
    }

    @media (min-width: 992px) {
        .tabsy-wrapper .wrapper-more {
            margin-top: 35px;
        }
    }

/*
    ----------------------------------
    39. History
    ----------------------------------
    */
    .history {
        background-color: #eeeeee;
    }

    .history .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .history .title {
        text-transform: none;
    }

    .history .history-title .title {
        margin-bottom: 0;
    }

    .history .history-image {
        background-position: center;
        background-size: cover;
        min-height: 300px;
    }

    .history .row-block {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        padding: 15px 0;
    }

    .history .row-block:last-child {
        border-bottom: 0;
    }

    @media (min-width: 992px) {
        .history {
            padding: 0 0;
            /*  padding: 80px 0;*/
        }
        .history .row-block {
            display: table;
            width: 100%;
            margin-bottom: 80px;
            border-bottom: 0;
        }
        .history .row-block > * {
            display: table-cell;
            vertical-align: middle;
            float: none;
            padding: 80px;
        }
        .history .history-title {
            position: absolute;
            text-align: center;
            color: white;
            width: 100px;
            height: 100px;
            padding-top: 20px;
            z-index: 1;
            margin: 0 auto;
            top: 50%;
            right: -50px;
            margin-top: -50px;
        }
        .history .history-title:before {
            z-index: -1;
            content: "";
            display: block;
            background-color: #f78f16;
            left: 50%;
            top: 50%;
            position: absolute;
            width: 100%;
            height: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            -moz-transform: translate(-50%, -50%) scale(1.3);
            -ms-transform: translate(-50%, -50%) scale(1.3);
            -o-transform: translate(-50%, -50%) scale(1.3);
            -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3);
        }
        .history .history-desc {
            background-color: white;
            padding-left: 120px;
        }
    }

    @media (max-width: 1199px) {
        .history .row-block {
            border: 0;
        }
        .history .history-title {
            background-color: #f78f16;
            color: white;
            display: inline-block;
            padding: 15px;
            margin-left: -20px;
            width: 40%;
            border-bottom-right-radius: 35px;
        }
        .history .history-title p {
            margin-bottom: 0;
        }
        .history .history-image {
            margin-bottom: 20px;
        }
    }

/*
    ----------------------------------
    40. Intro
    ----------------------------------
    */
    .intro {
        background-color: #eeeeee;
        padding: 30px 0;
    }

    .intro.intro-white {
        background-color: white;
    }

    @media (min-width: 768px) {
        .intro {
            padding: 160px 0;
            text-align: center;
        }
    }

/*
    ----------------------------------
    41. Text blocks
    ----------------------------------
    */
    .text-blocks {
        padding: 40px 0;
    }

    .text-blocks .text-block {
        padding: 60px 0;
        display: table;
        width: 100%;
        text-align: left;
    }

    .text-blocks .text-block > div {
        display: table-cell;
        vertical-align: middle;
    }

    .text-blocks .text-block .icon {
        font-size: 50px;
        padding: 0 60px;
    }

    @media (min-width: 992px) {
        .text-blocks {
            padding: 80px 0;
        }
    }

/*
    ----------------------------------
    42. Quotes
    ----------------------------------
    */
    .quotes {
        padding: 60px 0;
        background-color: #f78f16;
        position: relative;
        background-size: cover;
        background-position: center;
    }

    @media (min-width: 992px) {
        .quotes {
            padding: 80px 0;
        }
    }

    .quotes header {
        position: relative;
        z-index: 2;
    }

    .quotes header .title {
        color: white;
        text-align: center;
    }

    .quotes:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        top: 0;
        left: 0;
        z-index: 0;
    }

    .quotes .row {
        position: relative;
        z-index: 10;
    }

    .quotes .row, .quotes .row > div {
        margin: 0;
        padding: 0;
    }

    .quotes .quote {
        color: white;
        text-align: center;
    }

    .quotes .quote .image {
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        width: 100px;
        height: 100px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        top: 0;
        margin-bottom: 40px;
    }

    .quotes .quote .image img {
        width: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }

    .quotes .quote .text h4, .quotes .quote .text .h4 {
        text-transform: none;
        margin-bottom: 10px;
    }

    .quotes .quote:hover .image {
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .quotes .quote .more .rating {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 20px;
    }

    .quotes .quote .more .rating .icon {
        width: 16px;
        display: inline-block;
    }

    @media (max-width: 767px) {
        .quotes .quote {
            margin-bottom: 80px;
        }
        .blog.blog-block article .image {
            height: auto;
            height: 270px;
        }
    }

    .quotes.quotes-slider .quote {
        padding-top: 30px;
    }

    .quotes.quotes-slider .quote .image img {
        width: 100px;
    }

    @media (max-width: 767px) {
        .quotes.quotes-slider .quote {
            margin-bottom: 0;
        }
    }

    .quotes.quotes-slider .owl-theme {
        margin-bottom: 20px;
    }

    .quotes.quotes-slider .owl-theme .owl-controls .owl-buttons > div {
        color: white;
    }

    .quotes.quotes-slider .owl-theme .owl-controls .owl-buttons > div span {
        background-color: transparent;
    }

    .quotes.quotes-slider .owl-theme .owl-controls .owl-pagination {
        position: relative;
        margin-top: 40px;
    }

    .quotes.quotes-slider .owl-theme .owl-controls .owl-page span {
        background-color: rgba(255, 255, 255, 0.5);
    }

    .quotes.quotes-slider .owl-theme .owl-controls .owl-page.active span {
        background-color: white;
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

/*
    ----------------------------------
    43. Team
    ----------------------------------
    */
    .team {
        padding: 0;
    }

    .team article {
        background-color: white;
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .team article.inactive {
        opacity: 0.2;
    }

    .team article.active {
        opacity: 1;
    }

    .team article .title {
        text-transform: none;
        margin: 0;
    }

    .team article .image img {
        width: 100%;
        display: block;
    }

    .team article a {
        color: white;
    }

    .team article .details {
        background-color: #f78f16;
        color: white;
        text-align: center;
        position: absolute;
        width: 100%;
        overflow: hidden;
        height: 0;
        -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .team article .details .inner {
        padding: 15px 0;
    }

    .team article .details-text {
        top: auto;
        bottom: 100%;
    }

    .team article .details-social {
        top: 100%;
        bottom: auto;
    }

    .team article .details-social .fa {
        width: 30px;
        height: 30px;
        padding: 5px;
        text-align: center;
    }

    .team article:hover {
        position: relative;
        z-index: 999;
    }

    .team article:hover .details-text {
        height: 70px;
    }

    .team article:hover .details-social {
        height: 100px;
    }

/*
    ----------------------------------
    44. Owl-icons
    ----------------------------------
    */
    .owl-icons-wrapper {
        padding: 0;
        position: relative;
    }

    .owl-icons-wrapper .container {
        background-color: white;
    }

    .owl-icons-wrapper .owl-icons {
        position: relative;
        padding: 15px 0;
    }

    @media (min-width: 992px) {
        .owl-icons-wrapper .owl-icons {
            padding: 40px;
        }
    }

    .owl-icons-wrapper .owl-icons a:hover, .owl-icons-wrapper .owl-icons figure:hover {
        color: black;
    }

    .owl-icons-wrapper .owl-icons figure {
        text-align: center;
        padding: 10px 0;
    }

    .owl-icons-wrapper .owl-icons figure:hover .licon {
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    .owl-icons-wrapper .owl-icons figure .licon {
        font-size: 20px;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .owl-icons-wrapper .owl-icons figcaption {
        font-family: "Ubuntu", sans-serif;
        text-transform: uppercase;
        font-size: 12px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
        padding-top: 15px;
        text-align: center;
    }

    .owl-icons-wrapper .owl-icons.owl-theme .owl-controls .owl-buttons div span {
        color:#000;
    }

    .owl-icons-wrapper .owl-icons.owl-theme .owl-controls .owl-buttons .owl-next {
        right: 10px;
    }

    .owl-icons-wrapper .owl-icons.owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 10px;
    }

    .owl-icons-wrapper .owl-icons-rounded figure {
        width: 180px;
        height: 180px;
        margin: 0 auto;
        overflow: hidden;
        background-color: white;
        border: 1px solid #e0e0e0;
        padding: 15px;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        text-align: center;
    }

    .owl-icons-wrapper .owl-icons-rounded figure:hover {
        border-width: 10px;
        border-color: #e0e0e0;
    }

    .owl-icons-wrapper .owl-icons-rounded figcaption {
        margin-top: 5px;
        padding: 0;
    }

    .owl-icons-wrapper .owl-icons-boxed {
        padding: 50px 0;
    }

    .owl-icons-wrapper .owl-icons-boxed figure {
        background-color: #fafafa;
        border-radius: 4px;
        color: black;
        margin: 0 5px;
    }

    .owl-icons-wrapper .owl-icons-boxed figure:hover {
        color: #f78f16;
    }

    .owl-icons-wrapper .owl-icons-outter .owl-wrapper-outer {
        margin-top: -100px;
    }

/*
    ----------------------------------
    45. Footer
    ----------------------------------
    */
    footer {
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        color: #666666;
           padding: 30px 0 20px 0;


    }



    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6,
    footer .h1, footer .h2, footer .h3, footer .h4, footer .h5, footer .h6 {
        color: #245a92;
    }

    footer .form-control {
        background-color: transparent;
        border: 0;
        padding: 0;
        border-bottom: 1px solid #f78f16;
    }

    footer ul {
        margin: 0;
        padding: 0;
    }

    footer ul li {
        list-style-type: none;
        /*padding: 5px 0;*/
        margin-bottom: 8px; /* cnahged style */
    }

    footer a {
        color: #337ab7;
    }

    footer a:hover {
        color: #f78f16;
    }

    footer .footer-showroom {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 15px;
        border-bottom: 1px solid #222;
    }

    footer .footer-showroom.footer-showroom-single {
        margin-bottom: 0;
    }

    footer .footer-showroom .call-us {
        margin-top: 20px;
    }

    @media (min-width: 768px) {
        footer .footer-showroom {
            padding-top: 40px;
            padding-bottom: 40px;
            margin-bottom: 40px;
        }
    }

    @media (min-width: 992px) {
        footer .footer-showroom {
            padding-top: 60px;
            padding-bottom: 60px;
            margin-bottom: 60px;
        }
    }

    @media (min-width: 1200px) {
        footer .footer-showroom {
            padding-top: 60px;
            padding-bottom: 60px;
            margin-bottom: 80px;
        }
    }

    footer .footer-links .form-newsletter {
        position: relative;
    }

    footer .footer-links .form-newsletter .btn {
        position: absolute;
        right: 0;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    footer .footer-links a {
        display: inline-block;
    }

    footer .footer-links a:hover {
        -moz-transform: translateX(8px);
        -ms-transform: translateX(8px);
        -o-transform: translateX(8px);
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    @media print {
        footer .footer-links {
            display: none !important;
        }
    }

    footer .footer-social {
        padding: 10px 0;
        text-align: center;
    }

    footer .footer-social li {
        display: inline-block;
    }

    footer .footer-social li a {
        padding: 0 5px;
    }

    @media (min-width: 992px) {
        footer .footer-social {
            padding: 30px 0;

        }
        footer .footer-social .links {
            text-align: right;
        }
    }



/*
    ----------------------------------
    46. Info icons
    ----------------------------------
    */
    .info-icons {
        background-color: #eeeeee;
    }

    .info-icons.info-icons-inner {
        margin-top: -145px;
    }

    .info-icons.info-icons-inner, .info-icons.info-icons-inner figure {
        background-color: transparent;
    }

    .info-icons.info-icons-inner figure {
        border: 0;
    }

    .info-icons.info-icons-inner figure figcaption {
        color: white;
    }

    .info-icons figure {
        border: 1px solid #eeeeee;
        background-color: white;
    }

    .info-icons figure figcaption {
        text-align: center;
    }

    .info-icons figure figcaption .icon {
     font-size: 40px;
     background: -webkit-linear-gradient(left, #fba914 0%, #f15c16 50%, #fba914 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
 }

 .info-icons figure figcaption > span {
    display: block;
}
.title i.fas {
    font-size: 36px;
    padding: 15px;
}
.info-icons figure figcaption > span,
.info-icons figure figcaption > span > * {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 5px;
}

.entry-block .description{text-align:left;}

.info-icons figure figcaption > span:nth-child(1) {
    padding-top: 15px;
    padding-bottom: 15px;
}

.info-icons figure figcaption > span:nth-child(2) {
    padding-bottom: 15px;
}

.info-icons figure figcaption > span > strong {
    display: block;
    font-weight: 700;
    color:#000;
}

/*
    ----------------------------------
    47. Cards
    ----------------------------------
    */
    .cards {
        position: relative;
    }

    .cards figure {
        position: relative;
        overflow: hidden;
    }

    .cards figure figcaption {
        position: relative;
        background-position: center;
        background-size: cover;
        min-height: 360px;
        -moz-transition: all 5s;
        -o-transition: all 5s;
        -webkit-transition: all 5s;
        transition: all 5s;
    }

    .cards figure figcaption img {
        display: none;
    }

    .cards figure figcaption:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color:#000;
        opacity: 0;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .cards figure:hover figcaption {
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    .cards figure:hover figcaption:before {
        opacity: 0.8;
    }

    .cards figure .btn {
        position: absolute;
        top: 100%;
        left: 50%;
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        opacity: 0;
    }

    .cards figure:hover .btn {
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        opacity: 1;
    }

/*
    ----------------------------------
    48. Not found
    ----------------------------------
    */
    .not-found {
        padding: 160px 0;
        text-align: center;
    }

    .not-found .title {
        position: relative;
        color: white;
        font-size: 80px;
        margin-bottom: 15px;
        line-height: 0.8;
        z-index: 2;
    }

    .not-found .title:before {
        content: attr(data-title);
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%) scale(2);
        -ms-transform: translate(-50%, -50%) scale(2);
        -o-transform: translate(-50%, -50%) scale(2);
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
        color: #666666;
        opacity: 0.1;
        font-size: 40px;
        z-index: -1;
    }

    @media (min-width: 992px) {

        .not-found .title {
            font-size: 250px;
        }
        .not-found .title:before {
            font-size: 100px;
        }
    }

    .not-found .subtitle {
        color: #000;
    }

    .not-found a {
        color: #666666;
        text-decoration: underline;
    }

    .not-found a:hover {
        color: #f78f16;
    }

    .not-found p {
        margin-bottom: 0;
    }

/*
    ----------------------------------
    49. About
    ----------------------------------
    */
    .about {
        padding: 80px 0;
    }

    .about .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .about .image {
        margin-bottom: 40px;
    }

    .about .image img {
        width: 100%;
    }

/*
    ----------------------------------
    50. Numbers
    ----------------------------------
    */
    .numbers {
        padding: 40px 0;
            max-width: 1170px;
    margin: 0 auto;
    }

    .numbers .item {
        text-align: center;
    }

    .numbers .item .number {
        color: #f78f16;
        font-size: 65px;
        font-weight: 700;
        line-height: 1;
        font-family: 'Poiret One', cursive;
    }

    .numbers .item .title {
        font-size: 30px;
        font-weight: 700;
        font-family: 'Poiret One', cursive;
    }

    .numbers .item .text {
        color:#000;

    }

    h1.title {
        text-align: left;
        font-size: 28px;
        padding-left: 15px;
    padding-right: 15px;
    }

    .banner .text-center h2 {
        font-size: 22px;
    }

    .razdelitel {
        padding: 22px 15px;
        background: none;
        border-right: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
    }

    .left-side_title {
       position: absolute;
       right: 290px;
       left: 565px;
       text-align: center;
   }

   .left-side_title label {
       width: 100%;
       position: relative;
       margin-top: 26px;
   }

   .left-side_title label:before {
       content: "";
       border-top: 1px solid #e0e0e0;
       width: 100%;
       height: 1px;
       position: absolute;
       top: 12px;
       left: 0px;
       right: 0px;
   }

   .left-side_title label span {
       background: #fff;
       padding: 0 10px;
       display: inline-block;
       vertical-align: top;
       position: relative;
       z-index: 5;
       color: #000;
       font-weight: 400;
   }

   .menuu {
       display: flex;
       align-items: center;
       justify-content: space-between;
   }

   .menu_li {
       /*flex-basis: 16%;*/
       /*height: 64px;*/
       width:100%;
       text-align: center;
       border-left: 1px solid #e0e0e0;
       display: inherit !important;
       display: flex;
       align-items: center;
       position: relative;
   }

   .menu_li:last-child a {
    min-width: 270px;
}


.menuu .menu_li>a, .menuu .menu_li>a:visited {
   width: 100%;
   height: 75px;
   padding: 0 30px!important;
   display: flex !important;
   -webkit-flex-direction: column;
   -moz-flex-direction: column;
   -ms-flex-direction: column;
   -o-flex-direction: column;
   flex-direction: column;
   align-items: flex-start;
   justify-content: center;
   text-transform: uppercase;

   text-decoration-line: none;
}

.razdelitel {
   width: 100%;
   border: none;
   padding: 0 10px;
   color: #000;
   font-weight: 600;
}

body .menuu .navbar-dropdown li a {
   display: block !important;
   padding: 0 !important;
}

.par1 {
   color: #000;
   font-size: 18px;
   text-transform: uppercase;
   margin: 0;
   font-weight: 400;
    font-family: "Comfortaa", sans-serif;
}

.par2 {
   color: #b3b3b3;
   font-size: 14px;
   margin: 0;
}

.bl_info2 p {
   color: #878787;
   font-size: 14px;
   margin: 16px 0 0 0;
}

.bl_info2 p:first-child {
   margin: 0;
}

.bl_info2 span {
   width: 280px;
   color: #000;
   display: inline-block;
   vertical-align: top;
}

.bl_order {
   display: flex;
   margin-top: 15px;
   flex-wrap: wrap;
   justify-content: space-between;
}

.link_order {
   width: 100%;
   font-family: "Comfortaa", sans-serif;
   display: block;
   background: #f78f16;
   color: #fff;
   height: 70px;
   text-align: center;
   text-decoration: none;
   line-height: 70px;
   font-size: 18px;
    border-radius: 10px;
}

.link_order span {
   position: relative;
}

.link_order span:before {
   font-family: 'LinearIcons';
   content: "\e82e";
   position: absolute;
   left: -31px;
   top: -3px;
   height: 25px;
   line-height: 1.1;
}

.link_order:hover {
   background: #00a046;
   color: #fff;
}
.to-compare,
.link_cell {
/*   background: #333;*/
   width: 100%;
   position: relative;
}

/*   .link_cell span {
       height: 100%;
       display: -webkit-flex;
       display: -moz-flex;
       display: -ms-flex;
       display: -o-flex;
       display: flex;
       -ms-align-items: center;
       align-items: center;
       justify-content: center;
       }*/

       .link_cell i {
        font-size: 30px;
        color: #fff;
        transition: .3s all ease;

    }
    .to-compare:hover,
    .link_cell:hover {
        background-color: #f46f1624;
/*        padding: 0 5px;*/
    }

    .link_cell:hover i {
        font-size: 30px;
        color: #f78f16;

    }

    .link_cell span {
        display: block;
    }

    .link_cell span:before {
        content: "";
        background: url(img/cell.png) no-repeat center center;
        width: 100%;
        height: 100%;
        position: absolute;
        color: #24daa0;
    }

    .bl_info3 p, .par1_heading {
     color: #000;
     font-size: 14px;
     text-transform: uppercase;
     margin: 20px 0 0 0;
 }

 .to-compare{
    margin-left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
 }

 .bl_info3 p:first-child {
     margin: 0;
 }

 .bl_info3 .selecter  {
     margin: 10px 0 0 0;
 }

 .products3 {
     border-top: 1px solid #cbd3e0;
     margin-bottom: 90px;
 }
@media (max-width: 479px) {
    .products3{
        margin-bottom: 0;
    }
}

 .products3 header {
     background: rgb(255,255,255);
     background: -moz-linear-gradient(top, rgba(235,239,245,1) 2%, rgba(255,255,255,1) 100%);
     background: -webkit-linear-gradient(top, rgba(235,239,245,1) 2%,rgba(255,255,255,1) 100%);
     background: linear-gradient(to bottom, rgba(235,239,245,1) 2%,rgba(255,255,255,1) 100%);
     padding-top: 30px !important;
     padding-bottom: 30px !important;
 }

 .products3 header:before {
     display: none;
 }

 .products3 header h2 {
     color: #3b6090 !important;
     font-size: 24px !important;
     line-height: 1.1;
 }

 .products3 header h2 span {
     color: #b3b3b3 !important;
     font-size: 14px !important;
     text-transform: initial !important;
 }

 .owl-carousel2 article:hover {
     box-shadow: none !important;
     border: 1px solid #f78f16;
 }

 .owl-carousel2 article:hover {
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.owl-carousel2 .info {
    background: transparent;
    padding: 0;
}

.owl-carousel2 article {
    margin: 0 !important;
}

.brands .box {
    background: #fff;
    padding: 1px 15px 35px 15px;
}

.box_info {
    margin-top: 25px;
}

.box_info p:first-child {
    color: #000;
    font-size: 16px;
    padding-left: 30px;
}

.box_info_par1 {
    background: url("img/box_info_par1.jpg") no-repeat left center;
}

.box_info_par2 {
    background: url("img/box_info_par2.jpg") no-repeat left center;
}

.box_info_par3 {
    background: url("img/box_info_par3.jpg") no-repeat left center;
}

.box_info span {
    display: block;
    color: #5b6579;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 2px;
}

.box_info a {
    color: #33a6dc;
    font-size: 14px;
}

.btn.btn-cell {
    background-color: #24daa0;
    top: 95px;
}

.btn.btn-buy {
    outline: none;
}

.btn.btn-buy:after {
    font-size: 11px;
}

.btn.btn-cell:before {
    background: url(img/cell.jpg) no-repeat center center;
    content: "";
}

.popup-cell .h3 {
    font-size: 25px;
    color:#000;
}

.popup-main .popup-table .popup-cell:nth-child(1) {
    padding-left: 20x;
}
/*
.main-header header, .main-header .title {
    color: #000;
}

.breadcrumb.breadcrumb-inverted > li > a {
    color: #000;
}
*/
.breadcrumb.breadcrumb-inverted > li > a:hover {
    text-decoration: underline;
}

.no-scroll {
    height: 100vh;
    width: 100vw;
    position: fixed;
    padding-right: 17px;
}
.box_info p {
    display: block;
    color: #5b6579;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 2px;
    padding: 0px;
}
.box_info {
    margin-top: 25px;
    overflow: hidden;
    width: 100%;
    display: block;
    min-width: 182px;
}
.submenu {
    width: 100%;
    background: #292929;
    position: fixed;
    z-index: 29;
    top: 0;
    right: 0;
    box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100vh;
    max-height: 100vh;
    height: 100vh;
    visibility: hidden;
    transition: -webkit-transform .5s cubic-bezier(.645,.045,.355,1),visibility .5s cubic-bezier(.645,.045,.355,1);
    transition: transform .5s cubic-bezier(.645,.045,.355,1),visibility .5s cubic-bezier(.645,.045,.355,1);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform: translate3d(calc(100% + 50px),0,0);
    transform: translate3d(calc(100% + 50px),0,0);
}

.submenu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    visibility: visible;
}

.cont_submenu {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    padding-bottom: 1.2rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.menu-icon {
   display: inline-block;
    width: 30px;
    height: 30px;
    border: none;
    background: 0 0;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 17px;
    background: #f78f16;
    border-radius: 5px;
    z-index:10000;
}

.menu-icon.burger span {
    color: #232323;
    width: 100%;
    height: 3px;
    border-radius: 0;
    position: absolute;
    display: block;
    background: #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .3s -webkit-transform .4s;
    transition: .3s transform .4s;
    top: 50%;
    margin-top: -1.5px;
    transition: -webkit-transform .3s;
    transition: transform .3s;
}

.menu-icon--aside.burger span:before, .menu-icon.burger span:before {
    content: "";
    background: currentColor;
    width: 100%;
    height: 3px;
    border-radius: 100px;
    position: absolute;
    left: 0;
    transition: -webkit-transform .3s;
    transition: transform .3s;
}

.menu-icon--aside.burger.on span:before, .menu-icon.burger.on span:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: .3s -webkit-transform .4s;
    transition: .3s transform .4s;
}

.submenu_phone {
    padding: 2.4rem 0;
}

.submenu_phone p {
    color: #fff;
    margin-bottom: 10px;
}

.submenu_phone p:last-child {
    margin: 0;
}

.submenu_phone .iocn {
    font-size: 16px;
}

.submenu_phone a {
    color: #fff;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

.submenu ul {
    padding: 0;
    margin: 0;
}

.submenu li {
    list-style: none;
}

.mobile_menu li ul {
    display: none;
}

.open_menu.active ul {
    display: block;
}


.mobile_menu {
    text-transform: uppercase;
    border-top: 1px solid rgba(51,51,51,.3);
    padding: 1.4rem 0 !important;
}

.mobile_menu li a {
    display: block;
    padding: 1.1rem 0;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
}

.mobile_menu li a:hover {
    color: #f37316;
}

.mobile_menu .sub_ul_menu {
    padding-left: 25px;
}

.mobile_menu .sub_ul_menu li a {
    padding: 0.7rem 0;
}

.mobile_menu2 {
    padding: 1.4rem 0;
}

.mobile_menu2 li a {
    color: #bcbcbc;
    display: block;
    padding: 1.4rem 0;
}

.mobile_menu2 li a:hover {
    color: #f37316;
}

.mobile_menu3 li a {
    text-transform: capitalize;
}

.menu_lang {
    padding-top: 1.2rem;
}

.menu_lang a {
    display: inline-block;
    vertical-align: top;
    color: #989898;
    font-size: 1.2rem;
    margin-right: 10px;
}

.menu_lang a.active {
    color: #fff;
}


.breadcrumb.breadcrumb-inverted {
    text-align: center;
}

.mobile_logo {
    display: none;
}

.links li .fa, .infobox_icon  {
    font: normal normal normal 14px/1 FontAwesome !important;
}

.slider_img_mobile {
    display: none;
}


@media (max-width: 1350px) {

    .li_none {
        display: none !important;
    }

    .menu_li {
        /*flex-basis: 18%;*/
    }

}

@media (max-width: 1300px) {

    .left-side_title {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        text-align: right;
    }

    .left-side_title label {
        margin: 0;
    }

    .left-side_title label:before {
        display: none;
    }

    .left-side_title label span {
        padding: 0;
    }

}

@media (max-width: 1225px) {

    .left-side_title {
        display: none !important;
    }

    .footer-links .col-sm-6 {
        width: 33%;
    }

}

@media (max-width: 1199px) {

    .bl_info2 span {
        width: 240px;
    }

    .footer-links .col-sm-6 {
        width: 25%;
        text-align: left;
    }

    .news .col-sm-3 {
        width: 49.5%;
        display: inline-block;
        vertical-align: top;
        margin-top: 15px;
    }

}

@media (max-width: 1199px) {

    .menuu, .close-menu-wrapper, .navigation-pre {
        display: none !important;
    }

    .bl_info2 span {
        width: 90%;
    }

    .mobile_logo {
        display: block;
        padding-left: 15px;
    }

    .mobile_logo img {
        height: 47px;
        margin-top: 4px;
    }

    .mobile_logo .offic-market{
        top: 100%;
        position: absolute;
            left: 5px;
    border-radius: 0 0 5px 5px;
    }

}

@media (max-width: 768px) {

    .products article .text {
        position: absolute;
    padding: 0 20px;
    bottom: 0;
    }

    .products article .image {
        padding-top:40px;
        padding-bottom: 100px;
            text-align: center;
    }

    .footer-links .row {
        display: flex;
        flex-wrap: wrap;
    }

    .links li {
        padding: 0 0 5px 0;
    }

    .blog-intro .container {
        padding: 0;
    }

}

@media (max-width: 767px) {


    .slider_img_mobile {
        display: block;
    }

}

@media (max-width: 610px) {

    .entry-table .h5 {
        font-size: 12px;
    }

    .blog article .entry {
        padding: 10px 0;
    }

    .blog article .entry.entry-table .title {
        padding-left: 5px;
    }

}

@media (max-width: 550px) {

    .footer-links .col-sm-6 {
        width: 49%;
    }

    .mobile_logo .offic-market{
        top: 100%;
        position: absolute;
        left: 5px;
        border-radius: 0 0 5px 5px ;
    }

}

@media (max-width: 500px) {

    .breadcrumb > li {
        display: block;
        text-align: center;
    }

    .breadcrumb > li + li:before {
        display: none;
    }

    .breadcrumb.breadcrumb-inverted > li > a {
        font-size: 15px;
        line-height: 1.9;
    }

    .news .col-sm-3 {
        display: block;
        width: 100%;
    }

}

@media (max-width: 400px) {

    .bl_info2 span {
        display: block;
        width: auto;
    }

    h1.title {
        font-size: 24px;
    }

}

li.menu_li.li_none {
    background-color: #f8f8f8 !important;
}

.li_none i{
    font-size: 12px;
}

/* added styles */
.top-line-nav {
    margin: 0;
    position: relative;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}


.ftr-nav a {
    text-decoration: underline;
    font-size: 14px;
}
.ftr-logo {
    margin-bottom: 10px;
}
.ftr-c-text {
    font-size: 10px;
}

.cd-auto-hide-header:after {
    content: '';
    z-index: 5555;
    position: absolute;
    left: 50%;
    right: 0;
    height: 1px;
    background-color: #e0e0e0;
    top: 41px;
}
.top-line-nav .left-side {
    display: block;
    float: left;
    text-transform: uppercase;
}

.navigation-pre .left-side a {
    font-size: 14px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
        margin-top: 2px;
}
.navigation-pre .left-side a i {
    font-size: 14px;
    margin-right: 5px;
}
.number-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    padding: 0;
}
.number-wrapper a.number {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 8px;
    font-size: 16px;
    transition: .4s color ease;
}
.number-wrapper a.number:hover {
    color: #f57c16;
}
.number-wrapper a.number i {
    margin-right: 5px;
}
.number-wrapper p {
    display: inline-block;
    color: #000;
    margin: 0;
    font-size: 14px;
    padding: 10px 0;
    font-weight: normal;
}
ul.navigation-pre {
    margin: 0;
    padding-left: 0;

}

ul.navigation-pre li:first-child a {
    padding-left: 25px;

}

.menu-area {
    padding: 0 14px;
}

.link-small {
    font-size: 14px;
    text-transform: none;
    color: #707070;
}

.icons-menu {
    margin-right: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
}
.icon-menu-item a {
    margin: 0;
    position: relative;
    background-color: #fff;
    z-index: 401;
}

.icon-menu-item:last-child {
    border-right: 1px solid #e0e0e0;
}

.navigation-main {
    padding: 0;
}

.lang.active {
    color: #f57c16;
}

.lang-panel {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding-top: 14px;
}
.lang {
    padding: 0 5px;
    padding-bottom: 0;
    font-size: 12px;
}
.lang:first-child {
    padding-left: 0;
}
.lang-divider {
    font-size: 12px;
}
.wrapper {
    padding-top: 117px;
}
.cd-auto-hide-header {
 position: absolute;
 z-index: 222;
 top: 0;
 left: 0;
 width: 100%;
 height: 118px;
 background-color: #ffffff;
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
 will-change: transform;
 -webkit-transition: -webkit-transform .5s;
 transition: -webkit-transform .5s;
 transition: transform .5s;
 transition: transform .5s, -webkit-transform .5s;
 -webkit-box-shadow: 0px 6px 9px 0px rgba(0,0,0,0.23);
 -moz-box-shadow: 0px 6px 9px 0px rgba(0,0,0,0.23);
 box-shadow: 0px 6px 9px 0px rgba(0,0,0,0.23);
}
.cd-auto-hide-header.is-hidden {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#footer .ftr-soc .fab {
    font-size: 14px;
    font-weight: bold;
    color: #868686;
    background-color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}


@media (min-width: 1200px) {
    .mobile-show {
        display: none;
    }

}

@media (max-width: 1199px) {
    .wrapper {
        padding-top: 55px;
    }
    .desktop {
        display: none;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .cd-auto-hide-header:after {
        display: none;
    }
    .cd-auto-hide-header {
        height: 55px;
    }
}
.navigation-pre a:hover {
    color: #f37316;
}

#footer {
    /*background-color: #344c6b;*/
    background-color: #3e4043;
}


#footer .fa-angle-down {
    height: 20px;
    width: 20px;
    font-size: 14px;
    padding-top: 2px;
    border-radius: 50%;
    border: 1px solid #a5b4ca;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
#footer .ftr-toggle-menu.white .fa-angle-down {
    border: 1px solid #fff;
}
#footer .white {
    color: #fff;
}

.menu_li:last-child .navbar-dropdown.navbar-dropdown-single {
    min-width: 266px;
}
.number .icon-phone {
    line-height: 20px;
    color: #f57c16;
}

.popup-main .owl-product-gallery .owl-item img {
    max-height: 300px;
}
.popup-main .owl-product-gallery .owl-item  {
    background-color: #fff;
}


/*     PRODUCT.HTML     */

.owl-product-gallery .owl-item img {
    /*height: 750px;*/
    width: auto;
    max-width: 100%;
    margin: auto;
    display: block;
    max-height: 750px;
}
.owl-carousel2 .owl-item img {
    max-height: 250px;
}
.rating-input {
    margin-bottom: 20px;
}
.owl-carousel2 article .image img {

    width: auto;
    display: block;
    margin: auto;

}



.select-box {
    display: block;
}

.select-box select {
    padding: 10px 15px;
}
.reuired-sign {
    color: red;
}

.checkout .cart-block > div.image {
    padding: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding: 10px 0;
}

.checkout .cart-block > div img {
    max-width: 100px;
    margin: auto;
    display: block;

}
.required-sign {
    color: red;
}

@media (max-width: 767px) {
    .close-box {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .checkout .cart-block:last-child {
        margin-bottom: 15px;
    }
}

body .wrapper.bg-none {
    background-image: none;
    background-color: transparent;
}
.col-mg-2:nth-child(6), .col-mg-2:nth-child(5) {

}

@media (min-width: 1366px) {

    .col-mg-2 {
        width: 16.66667%;
    }
    .col-mg-2:nth-child(4), .col-mg-2:nth-child(5) {
        display: block;
    }

}

span.checkbox {

}

span.checkbox label img {
    margin-right: 10px;
}

span.checkbox input ~ div .select {
    display: none;
    transition: .3s all ease;
}
span.checkbox input:checked ~ div .select {
    display: block;
    transition: .3s all ease;
}
.selecter-item:hover:not(.disabled) {
    background-color: #ccc;
}

.checkout .cart-block-header > div:nth-child(4) {
    padding-right: 10%;
}
.p-0 {
    padding: 0;
}


/*   FIXED TOP MENU   */
.fixed-top-menu {
  position: fixed;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translate(0, -40px);
  -webkit-transform: translate(0, -40px);
  -moz-transform: translate(0, -40px);
  -ms-transform: translate(0, -40px);
  -o-transform: translate(0, -40px);
  top: 0;
  left: 0;
  width: 100%;
  min-height: 40px;
  background: #fff;
  z-index: 91250;
  padding-top: 3px;
  border-bottom: 1px solid #d7dee9;
  -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.3);
}
.fixed-top-menu .mob-logo {
  margin-right: 15px;
  float: left;
}
.fixed-top-menu .mob-logo a img {
  max-height: 30px;
}
.fixed-top-menu .mob-phone {
  float: left;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
      margin-top: -2px;
}
.fixed-top-menu .mob-phone a:not(:last-child){
    margin-right: 10px
}
.fixed-top-menu .mob-phone span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .fixed-top-menu {
    display: none;
  }
}
.fx-menu-nav {
     float: right;
  width: auto;
}
.fx-menu-nav ul {
  float: left;
  width: auto;
  margin: 0;
      margin-top: 2px;
  list-style: none;
      padding-left: 0;
}
.fx-menu-nav ul li {
float: left;
    padding-left: 18px;
    padding-right: 18px;
    /* line-height: 33px; */
    border-left: 1px solid #eee;
  /*line-height: 33px;*/
}

.fx-menu-nav ul li:last-child{

    border-right: 1px solid #eee;

}
.fx-menu-nav ul li a {
     font-size: 15px;
    color: #000;
    font-family: "Comfortaa", sans-serif;
    text-transform: uppercase;
        font-weight: 400;
    text-decoration: none !important;
}
.fx-menu-nav ul li a:hover {
  border-bottom: 1px solid transparent;
  color: #f78f16;
}
.mob-phone .number {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-right: 10px;
        font-size: 18px;
}
.mob-phone .number  i{
    margin: 5px 5px 5px 10px;
}
.mob-phone .number:hover {
    color: #f57c16;
}



.label.label-info{
    background-color: #b1b1b1;
}

.row.row-clean.row-products {
    max-width: 1600px;
    margin:0 auto;
        margin-top: 15px;
}

.thanks-for-order {
    background: url("../img/order_bg.jpg") no-repeat;
    background-size: cover;
    padding: 115px 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

.order-wrap {
    margin: auto;
    width: 100%;
    max-width: 385px;
}

.order-title {
    font: 36px "Comfortaa", sans-serif;

    color: #fff;
    margin-bottom: 30px;
    text-align: left;
}

.order-list {
    padding: 30px 0;

    margin-bottom: 40px;
}

.order-list-row {
    display: flex;
}

.order-description {
    font: 600 16px "Courier", sans-serif;
    color: #fff;
    text-align: left;
    width: 195px;
}

.order-value {
      font: 600 16px "Courier", sans-serif;
    color: #fff;
    text-align: left;
    padding-left: 40px;
}

.order-value span {
    color: #f57f16;
}

.bg-talking {
    width: 22px;
    height: 21px;
    background: url('../img/sprite_order.png') -10px -52px;
}

.bg-info {
    width: 22px;
    height: 22px;
    background: url('../img/sprite_order.png') -10px -10px;
}

.bg-support {
    width: 22px;
    height: 22px;
    background: url('../img/sprite_order.png') -52px -10px;
}

.order-row-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.align-center {
    align-items: center;
}

.order-row-block > div {
    margin-right: 30px;
}

.order-row-block-desc {
    width: calc(100% - 52px);
    font: 14px ;
    color: #fff;
    text-align: left;
        margin: 0 ;
}

.have-questions {
    font: 14px ;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
}

.have-questions span {
    font-weight:bold;
}

.phone-item {
    font-size: 24px ;

    color: #fff;
    text-align: left;
}

.phone-item span {

}

.order-wrap .btn-main {
    font: 16px ;
    color: #fff;
    text-align: center;
    line-height: 50px;
    width: 100%;
    max-width: 375px;
    background: #f57c16;
    transition: all .3s ease-out;
    border: 1px solid #f57c16;
    margin: auto;
}

.order-wrap .btn-main:hover {
    color: #f57c16;
    background-color: #fff;
}
.button-container {
  padding-top: 15px;
  padding-bottom: 15px;
}
.row.row-clean.row-thank {
    background: #f1f1f1;
    padding: 40px 20px;
        background-image: url(/catalog/view/theme/default/img/bg-thank.jpg);
}

.main-header .h2 {text-align:center;}
ul.phone-order {
    list-style-type: none;
    -webkit-padding-start: 0;
        width: 100%;

    display: grid;
}

ul.phone-order li .icon{
    color: #f57c16;
    float: left;
    font-size: 24px;
    margin-right: 20px;
}

 input[type="radio"],  input[type="checkbox"] {
    position: relative;
    margin-left: 0px;
    margin-top: 0px;
    height: 17px;
    width: 18px;
    outline: none;

    border: 1px solid #cad1d4;
}
 input[type="radio"]:checked, input[type="checkbox"]:checked {
    background-color: #f78f16;
     outline: none;

}


#d_quickcheckout input[type="radio"]:checked, #d_quickcheckout input[type="checkbox"]:checked {
    background-color: #f78f16;
     outline: none;

}
.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}


#d_quickcheckout #shipping_method .radio label .price, #d_quickcheckout #payment_method .radio label .price {
    float: right;
    margin-top: 16px;
}

button.btn.btn-danger.delete.hidden-xs {
    margin-left: 10px;
}

.col-sm-3.col-xs-6.form-control-static.text-right {

}


#payment_address .control-label{
    display:none;
}

#shipping_address_form .control-label{
    display:none;
}

.panel-body .text-danger{
    display:none;
}

.btn-group {
    font-family: "Comfortaa", sans-serif;
}
.panel-default > .panel-heading {
    color: #333333;
    background-color: #fff;
    border-color: #ddd;
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border: none;
    border-radius: 0px;
}

#cart_view h4.panel-title {
    font-size: 28px;
}
td.qc-quantity {
    width: 100px !important;
}
.btn-danger {
    color: #fff;
    background-color: #cc0000;
}
.qc-name a{
    font-weight: 400;
    font-family: "Comfortaa", sans-serif;
    /* font-size: 22px; */
}

div#cart_view {
    font-weight: 400;
    font-family: "Comfortaa", sans-serif;
    border-bottom: 3px solid #f78f16;
    margin-bottom: 30px;
     margin-top: 30px;
    box-shadow: 0px 3px 17px -7px rgba(0,0,0,0.72);
    padding: 20px;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
    border: none;
}

.qc-cart thead {
    background-color: #fbfbfb;
}

.qc-cart tr {
    border-bottom: 1px solid #ddd;
}

.qc-cart {
    border: none;
}

.form-horizontal .control-label {
    text-align: left;
    margin-bottom: 0;
    padding-top: 13px;
    font-weight: 800;
    color: #000;
}

#d_quickcheckout .qc-totals .row:last-child {
    border-top: 1px solid #efefef;
    padding-top: 10px;
    background: #fbfbfb;
    margin-top: 10px;
        margin: 0;
    /* font-size: 22px !important; */
}

#cart_view .panel-body {
    padding: 0px;

}

.panel {
    margin-bottom: 0px;
    background-color: #fff;

    border-radius: 0px;

    box-shadow: none ;
}

#d_quickcheckout .qc-totals .row:last-child div, #d_quickcheckout .qc-totals .row:last-child label {
    font-size: 30px !important;
    font-weight: bold;
    color: #303030 !important;
}

h4.panel-title {
    font-weight: 800;
    color: #000;
}

.btn-primary {
    color: #fff;
    background-color: #f78f16;
    border-color: #f78f16;
    border-radius: 10px;
}
#confirm_view .panel-body {
    padding: 0px;
    margin-bottom:30px;
}


.text-input .col-xs-12{
padding:0;
}

.panel-body {
    padding-left: 0px;
     padding-right: 0px;
}

input#cod {
    border-radius: 50%;
    margin-top: 3px;
    margin-right: 15px;
    margin-left: -5px;
}

.styled {
    border-radius: 50%;
    margin-top: 18px !important;
    margin-right: 15px !important;
    margin-left: -5px !important;
}

/*.text img{

    padding: 5px;
    margin-right: 10px;
}*/

.control-label img{

    padding: 5px;
    margin-right: 10px;
}

.payment-image {

    padding: 5px;
    margin-right: 10px;
}

img.img-thumbnail {
    border: 0;
}

.rating input[type="radio"] {
    display: none;
}


nav .wishlist span {
    background-color: #cc0000;
    color: white;
    position: absolute;
    width: 15px;
    height: 15px;
    line-height: 15px;
    top: 25%;
    text-align: center;
    font-size: 10px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.wishlist_table {
    font-weight: 400;
    font-family: "Comfortaa", sans-serif;
    border-bottom: 3px solid #f78f16;
    margin-bottom: 30px;
    margin-top: 30px;
    box-shadow: 0px 3px 17px -7px rgba(0,0,0,0.72);
    padding: 20px;
}

thead {
    background-color: #fbfbfb;
        font-weight: 600;
    color: #000;
}

#payment_address .control-label{
    display:none;
}

.panel-body .text-danger{
    display:none;
}

.information-information-4 img {
    vertical-align: middle;
    max-width: 100%;
}
.repiater {
       max-width: 1170px;
    overflow: hidden;
    margin: 0 auto;
    display: contents

}

img.img_about {
    width: 100%;
    margin-bottom: 30px;
}
#payment_address_email_input ,#payment_address_telephone_input, [id~="payment_address_custom_field.account.1_input"]{
    display: block!important;
}

span.out-of-stock {
    color: #7cbd00;
}

.save-alert.save-alert-danger {
    background: #e3fbf1;
    padding: 15px;
    /* text-align: center; */
}

i.fa.fa-exclamation-circle {
    color: #f78f16;
}

li.no_quantity {
    display: block;
    background: #666666;
    width: fit-content;
    padding: 5px 10px;
    font-size: 11px;
    color: #fff;
    /* border-radius: 3px; */
}

@media (min-width: 768px) {
  section.header-content.hidden-mobila {
      display:none;
}
}
@media (max-width: 768px) {
  section.header-content.hidden-desctop {
      display:none;
    }
   #cart_view h4.panel-title {
    font-size: 19px;
    }
}


.login-block .col-xs-6 {
       padding-left: 0px;
    padding-right: 0px;
}

.login-block .col-sm-12 {
       padding-left: 0px;
    padding-right: 0px;
}


.product-colors.clearfix {
    overflow: auto;
    max-height: 250px;
}


.row-products .col-md-9{
    padding-right: 15px !important;
}
.product h3{
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
}
.tatals_cart .row:first-child{
    display: none;
}
.tatals_mini_cart .cart-block:first-child, .tatals_mini_cart .cart-block img{
    display: none!important;
}
.mpf_popup {
    max-width: 320px;
    background-color: #fff;
    padding: 20px 10px;
    margin: 0 auto;
}
.mpf_popup  .modal-header_ {
  text-align: center;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: "Comfortaa", sans-serif;
}
.text_modal_download {
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}
.mpf_popup .form-control {
    margin-bottom: 20px;
}
.mfp-bg {
    z-index: 177842;
    overflow: hidden;
    opacity: .8;
    filter: alpha(opacity=80);
}
.mfp-wrap {
    z-index: 10431234;
    outline: 0!important;
    -webkit-backface-visibility: hidden;
}

.popup-content .no_quantity {
    display: block;
    background: #666666;
    width: fit-content;
    padding: 5px 10px;
    font-size: 11px;
    color: #fff;
   float: right;
}
.popup-content .checkbox label {
    padding-left: 35px;
    line-height: 1.8;
    width: 100%;
}
.popup-content .info-box strong {
    display: inline-block;
    font-weight: 500;
}

.col_product_category {
    background: #eeeeee;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    margin: 10px;
    display: -webkit-inline-box;
    padding: 3px 5px;
}
.hidden_thenk{
    display: none;
    text-align: center;
    font-size: 18px;
}
.error{
    border: 1px solid red;
}

.blog article .description{
    display:none;

}

.show-more{
    display:none;

}
button.cats_pay {
    width: 100%;
    background-color: #f78f16;
    border: none;
    color: #fff;
    padding: 14px;
}
button.cats_pay:hover {
    background-color: #fff;
    color: #f78f16;
}

.open > .dropdown-menu {
    display: block !important;
    top: 44px;
    width: 100%;
    min-height: 200px!important;
}
.btn-group > .btn:first-child {
    margin-left: 0;
    width: 100%;
    border: 1px solid #ccc;
}
.btn-group {
    font-family: Arial;
    width: 100%;
}
.btn .caret {
    margin-left: 0;
    right: 13px;
    position: absolute;
    font-size: 25px;
    top: 19px;
}
.btn-group.bootstrap-select {
    margin-bottom: 20px;
    border: none;
}
#shipping_address_address_1_input {
    display: none;
}
#shipping_address_city_input {
    display: none;
}
span.filter-option.pull-left {
    max-width: 96%;
    overflow: hidden;
    padding-right: 28px;
}

#shipping_address select.selectpicker {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 12px 18px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 3px;
    color: #333;
    background-color: #fff;
    border-color: #333;
    margin-left: 0;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.selecter-selected2 {
    position: relative;
    cursor: pointer;
    display: block;
    color: #000;
    font-size: 14px;
    height: 35px;
    margin: 0;
    overflow: hidden;
    padding: 7px 15px 7px 15px;
    text-overflow: clip;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
    background: url(../assets/images/select_arrow.jpg) no-repeat #ececec;
    background-position: right 12px center;
}
.selecter-selected2:after {
    content: '';
    background: url(../assets/images/select_arrow.jpg) no-repeat;
    width: 14px;
    height: 12px;
    position: absolute;
    top: 10px;
    right: 20px;
    bottom: 0;
    display: block;
}
.selecter-selected2 option {
    background-color: #fff;
    border-bottom: 1px solid #4a4a4a;
    padding: 5px 0;
}

.wrap_img_counter img {
    width: 64px;
}

.row.description-category {
    margin-top: 30px;
}

h3.title {
    font-size: 23px;
}
li#wishlist-total {
    position: relative;
}

nav .wishlist span {
    right: 4px;
}

.glyphicon {
    display: none!important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {

    cursor: pointer;
}


.information-information-7 .about:before{
    width: 100%;
    height: 400px;
    background: url(/image/garantye.jpg) center no-repeat;
    content: "";
    display: block;
    margin-top: -80px;
    margin-bottom:15px;
}


.information-information-6 .about:before{
    width: 100%;
    height: 400px;
    background: url(/image/delivery.jpg) center no-repeat;
    content: "";
    display: block;
    margin-top: -80px;
    margin-bottom:15px;

}

.information-about .about:before{
    width: 100%;
    height: 400px;
    background: url(/image/about.jpg) center no-repeat;
    content: "";
    display: block;
    margin-top: -80px;
    margin-bottom:15px;

}



h2.h3 {
    color: #25a5cf;
    text-align: left;
}


.team-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .team-wrapper {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .team-wrapper {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .team-wrapper {
  margin:0 auto;
    max-width: 1170px;
    float:none;
  }
}
.team-header {
  float: left;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.team-header:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d7dee9;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.team-header span {
  background: #fff;
  padding-right: 10px;
  line-height: 1.5;
  color: #000;
  float: left;
  font-size: 1.5rem;
  font-family: 'SFUI-Text-Semibold';
  position: relative;
  z-index: 2;
}
.team-list {
  margin-left: -15px;
  margin-right: -15px;
}
.team-item {
  float: left;
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .team-item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .team-item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .team-item {
    float: left;
    width: 33.33333333%;
  }
}
@media screen and (max-width: 600px) {
  .team-item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ti-inner {
  float: left;
  overflow: hidden;
  width: 100%;
  border: 1px solid #d7dee9;
  position: relative;
}
.ti-inner figure {
  float: left;
  width: 50%;
  border-right: 1px solid #d7dee9;
  padding: 15px;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
}
.ti-inner figure img {
  float: left;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  max-height: 100%;
}
@media screen and (max-width: 992px) {
  .ti-inner figure {
    width: 100%;
    position: static;
    border-right: none;
    border-bottom: 1px solid #d7dee9;
    text-align: center;
  }
  .ti-inner figure img {
    position: static;
    float: none;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
}
@media screen and (max-width: 600px) {
  .ti-inner figure {
    width: 40%;
    position: absolute;
    border-right: 1px solid #d7dee9;
  }
  .ti-inner figure img {
    float: left;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-height: 100%;
  }
}
.ti-text {
  float: right;
  width: 50%;
  overflow: hidden;
  padding: 15px;
}
@media screen and (max-width: 992px) {
  .ti-text {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .ti-text {
    width: 60%;
  }
}
.ti-heading {
  float: left;
  overflow: hidden;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #000;
  font-family: 'SFUI-Text-Semibold';
  margin-bottom: 5px;
  height: 35px;
}
.ti-name {
    float: left;
    width: 100%;
    color: #344c6b;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: Calibri;
    height: 30px;
    overflow: hidden;
    font-style: italic;
}
.ti-description {
  float: left;
  width: 100%;
  color: #344c6b;
  font-size: 1.2rem;
  line-height: 1.5;
  height: 72px;
  overflow: hidden;
}
.caregory_59 .options{
    display: none;
}
.sort-bar form {
    display: flex;
    margin-bottom: 22px;
}



.product-flex-info h1.title {
    text-align: left;
    font-size: 28px;
    padding-left: 0;
    padding-right: 0;
}


.mfp-close-btn-in .mfp-close {
    color: #000;
    border: 1px solid #d6d6d6;
    position: inherit;
    float: right;
    margin-top: -20px;
    margin-right: -10px;
}


.xd_stickers {
    font-weight: 400;
    font-family: "Comfortaa", sans-serif;
    font-size: 12px;
      display: -webkit-inline-box;
    border-radius:3px;
    white-space: nowrap;

        padding-top: 4px !important;
}

@media (max-width: 1199px) {
.information-about .row-block {
    padding:30px !important;
}

.history .history-image {
    background-position: top center;
    background-size: auto;
    min-height: 300px;
    height: 500px;
}
.history-desc{
    text-align:justify;
}

}

.caregory_59 .options {
    display: block !important;
}
.product .info {
    background-color: #ffffff;
    padding: 20px 0;
    z-index: 1;
}

.product .owl-product-gallery.owl-theme .owl-controls .owl-buttons div span{
    color: #939393;
    background: #ececec;
    border-radius: 0;
}
.product .title:before{
    left: -10%;
}
.product-flex-info h1.title{
    font-size: 45px;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .product-flex-info h1.title {
        font-size: 30px;
    }
}
@media (max-width: 479px) {
    .product-flex-info h1.title {
        font-size: 22px;
    }
}

.product .price .h3{
    font-family: "century";
    font-size: 35px;
    color: #f46f16;
}
.product .bl_info a{
    display: inline-block;
    width: 24%;
    margin-right: 4px;
    margin-bottom: 7px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    color: #838383;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}
.product .bl_info a:nth-of-type(4n){
    margin-right: 0;
}

.product .bl_info a.active{
    border: solid 2px #f46f16;
    color: #2d2d2d;
    background: #f46f1612;
}
.product .par2{
    margin-bottom: 15px;
}
.parametr-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 20px;
}
.parametr-wrap p{
    max-width: 45%;
    flex: 0 0 45%;
    margin-top: 0;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.parametr-wrap .value{
    text-align: right;
}

.parametr-wrap .dots{
    flex-grow: 1;
    border-bottom: 1px solid #e2e2e2;
    margin-right: 3px;
    margin-left: 3px;
    position: relative;
    bottom: 4px;
}
.bl_info2 span{
    white-space: nowrap;
    width: auto;
}
.bl_info2 p:first-child{
    margin-bottom: 15px;
}

.par1{
    font-size: 16px;
    color: #2d2d2d;
}
.form-group .control-label,
.bl_info2 .par1,
.options h3{
    font-weight: 400;
    font-family: "Comfortaa", sans-serif;
    font-family: "century";
    font-size: 16px;
    color: #2d2d2d;
    text-transform: uppercase;
}
.top-info{
    position: relative;
    z-index: 10;
}
.radio-wrap input[type="checkbox"],
.radio-wrap input[type="radio"] {
    display:none;
}
.radio-wrap label{
    text-align: center;
    font-size: 14px;
    font-family: "century";
}
.radio-wrap label .img {
    display:inline-block;
    background-color:#fff;
    font-size:14px;
    border-radius: 15%;
    height: 65px;
    width: 65px;
    border: 1px solid #e5e5e5;
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
}
.radio-wrap label img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #e5e5e5;
    border-radius: 15%;
}
.radio-wrap label{
    padding-left: 0;
}
.radio-wrap input[type="checkbox"]:checked + label .img,
.radio-wrap input[type="radio"]:checked + label .img {
    background-color: #f46f1612;
    border: 2px solid #f46f16;
    
}

.radio-wrap input[type="radio"]:checked + label .name{

}
.checkbox .radio-wrap input[type="checkbox"] + label:before,
.checkbox .radio-wrap input[type="checkbox"]:checked + label:before{
    display: none;
}
.radio-wrap .name{
    font-size: 14px;
}
.checkbox .radio-wrap label{
    display:flex;
    flex-direction: column;
        align-items: center;
}
.radio-wrap .price{
    color: #2d2d2d;
    white-space: nowrap;
}
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;

}
.flex-wrap .checkbox,
.flex-wrap .radio{
    margin-top: 0;
    margin-bottom: 15px;
    margin-right: 10px;
}
.input-group-button svg{
    width: 100%;
    max-width: 15px;
}
.input-group.plus-minus-input.dftwo {
    display: flex;
    justify-content: center;
    margin-right: 15px;
    margin-top: 15px;
}
.input-group.plus-minus-input .button{
    width: 55px;
    height: 55px;
    background: #ececec;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.input-group.plus-minus-input .input-group-field{
    height: 55px;
    width: auto;
    text-align: center;
    color: #2d2d2d;
    font-size: 16px;

    border: 0;
}

.news-index .title-text + p{
    text-align: center;
}
.link_order{
    height: 55px;
    line-height: 60px;
}
.product  .form-group {
    margin-bottom: 8px;
    display: inline-block;
    /*width: 49%;*/
    vertical-align: top;
}
.product  .form-group:not(:last-child){
    margin-right: 50px;
}
.product  .form-group .flex-wrap{
    align-items: flex-start;
}

.product .plus-minus-input .input-group-field{
    width: 75px;
}

.label-span{
    bottom: auto;
    top: 10px;
}
.products article .info .add-favorite.added a{
    background: #f46f16;
}
.new-breadcrumb-wrap .breadcrumb{
    background: transparent;
    margin-top: 15px;
    padding-left: 0;
}
.new-breadcrumb-wrap .breadcrumb > li:last-child a{
    color: #959595;
}
.new-breadcrumb-wrap .breadcrumb > li a{
    color: #2d2d2d;
    font-size: 14px;
}
.products-other{
    padding-bottom: 120px;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 2%,rgba(235,239,245,1) 100%);
}
.products-other header{
    background: transparent;
}
.products-other header:before{
    display: none;
}
.products-other .title-text{
    margin-bottom: 15px;
    margin-top: 0;
}
.products-other .title-block{
    margin-bottom: 10px;
}
.col_product_category{
    position: absolute;
    top: 10px;
}
.new-main-header{
    height: 160px;

}
.new-main-header .container{
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.new-main-header .vater{
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}
.new-main-header .breadcrumb{
    background: transparent;
    position: absolute;
    top: 15px;
    left: 0;
}
.new-main-header  .breadcrumb > li a{
    color: #fff;
}
.new-main-header  .breadcrumb > li:last-child a{
    color: #959595;
}
.new-main-header .vater h1{
    max-width: 75%;
    color: #fff;
    font-size: 46px;
    text-shadow: 0px 0px 13px rgb(0, 0, 0);
}
@media (max-width: 1300px){
    .product .title:before{
        font-size: 450%;
    }

}
@media (max-width: 1024px){
    .new-main-header .vater h1{
        font-size: 40px;
    }
    .new-main-header{
        height: 160px;
    }
    .new-main-header .vater{
        background-position: initial;
    }
    .product .title:before{
        font-size: 350%;
        top: -45px;
    }
    .product .form-group{
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px){
    .brands .box{
        display: none;
    }
}

@media (max-width: 768px){
    .new-main-header .vater h1{
        max-width: 100%;
    }
    .ocf-offcanvas .ocfilter-mobile-handle{
        top: 115px;
    }
    .parametr-wrap p{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .title-text{
        width: 100%;
    }
    .info .brands #column-left{
        display: flex;
        justify-content: space-between;
    }
    .product .bl_info a{
        width: 33%;
        margin-right: 0
    }
    .radio-wrap label .img {
        margin-bottom: 5px;
        height: 70px;
        width: 70px;
    }
}
@media (max-width: 767px){
    .new-main-header .container{
        flex-direction: column;
    }
    .new-main-header .breadcrumb{
        position : relative;
        margin-bottom: 0;
    }
    .new-main-header .vater h1 {
        font-size: 27px;
    }
    .product .bl_info .size-wrap{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
/*
    .product .form-group .flex-wrap{
        flex-wrap: wrap;
    }
*/
/*
    .product .bl_info a{
        width: 47%;
        margin-right: 0;
    }
*/
    .product .title:before {
        font-size: 210%;
        top: -1px;
        left: -13px;
    }
/*
    .flex-wrap .radio{
        margin-bottom: 15px;
    }
*/
    .bl_order{
        flex-direction: column;
/*
        justify-content: center;
        align-items: center;
*/
    }
    .input-group.plus-minus-input.dftwo,
    .link_order{
        width: 100%;
        margin-right: 0;
        text-align: center;
        justify-content: center;
    }
    .products-other{
        padding-bottom: 60px;
    }
}

@media (max-width: 560px){
    .nav-tabs > li{
        float: none;
        width: 100%;
    }
}


@media (min-width: 768px){
    .products article .figure-grid .text {
        position: absolute;
        padding: 0 20px;
        top: auto;
       bottom: 15px;
    }
    .products article .image {
        padding-top: 20px;
        padding-bottom: 100px;
    }
}

@media (max-width: 479px){
    .option-color, .option-connection{
        justify-content: center;
        padding-top: 10px;
    }
        .product .title:before {
        font-size: 550%;
        top: -30px;
        left: -13px;
    }
    .radio-wrap label .img {
        border: none;
        padding: 0;
        margin-bottom: 0;
        height: 45px;
        width: 45px;
    }
    .radio-wrap .name {
        font-size: 12px;
    }
    .product .bl_info a{
        width: 33%;
    }
    .flex-wrap .checkbox,
    .flex-wrap .radio{
        margin-top: 0;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .product .bl_info .size-wrap{
        justify-content: space-evenly;
        align-items: flex-start;
        flex-wrap: wrap;
    }
}

.order_wishlist_compare{
    display: flex;
    width: 20%;
    margin-bottom: 15px;
}


/*new 29.07.20*/
@font-face{
    font-family:century;
    font-weight:400;
    font-style:normal;
    src:url(../fonts/CenturyGothic-regular/CenturyGothic.eot);
    src:url(../fonts/CenturyGothic-regular/CenturyGothic.eot?#iefix) format("embedded-opentype"),url(../fonts/CenturyGothic-regular/CenturyGothic.woff) format("woff"),url(../fonts/CenturyGothic-regular/CenturyGothic.ttf) format("truetype");
    font-display: swap;
}
@font-face{font-family:century-bold;
        font-weight:400;
        font-style:normal;
        src:url(../fonts/CenturyGothic-bold/CenturyGothic-Bold.eot);
    src:url(../fonts/CenturyGothic-bold/CenturyGothic-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/CenturyGothic-bold/CenturyGothic-Bold.woff) format("woff"),url(../fonts/CenturyGothic-bold/CenturyGothic-Bold.ttf) format("truetype");font-display: swap;
}
::-moz-selection{background-color:#f46f16;
        color:#fff
}
::selection{
    background-color:#f46f16;
    color:#fff
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
    font-family:century-bold,sans-serif
}
.contact-wrap{
    position:relative;
    height:650px;
    font-family:century,sans-serif;
    background:#f7f9fb
}
.contact-wrap h1.title{
    padding-left:0;
    padding-right:0
}
.contact-wrap .breadcrumb.breadcrumb-inverted>li>a{
    color:#666
}
.contact-wrap .breadcrumb.breadcrumb-inverted>li:last-child a{
    color:#959595
}
.contact-wrap .container{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    height:100%
}
.contact-wrap .container .l-section{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
    padding-top:40px;
    -webkit-box-flex:0;
    -webkit-flex:0 0 50%;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    min-width:600px
}
.contact-wrap .container .l-section .breadcrumb {
    margin-bottom: 60px;
    border-top: 0;
    padding-top: 0;
}
.contact-wrap .container .l-section .breadcrumb .icon {
    color: #666;
}
.contact-wrap .container .r-section {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 46%;
}
.contact-wrap .container .r-section img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.contact-wrap h1,
.contact-wrap h2 {
    font-size: 60px;
    font-family: century-bold, sans-serif;
    color: #2d2d2d;
    margin-bottom: 40px;
    line-height: 1;
}
.contact-wrap .contact-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact-wrap .contact-list__item {
    width: 50%;
    margin-bottom: 40px;
    padding-right: 50px;
}
.contact-wrap .contact-list__item .title {
    color: #959595;
    font-size: 14px;
    line-height: 27px;
}
.contact-wrap .contact-list__item .value {
    font-family: century-bold, sans-serif;
    color: #666;
    font-size: 16px;
}
.contact-wrap .contact-list__item .value a,
.contact-wrap .contact-list__item .value span {
    font-family: century-bold, sans-serif;
    color: #666;
    font-size: 16px;
}
.btn-orange {
    background: #f46f16;
    color: #fff;
    white-space: nowrap;
    padding: 12px 40px;
    font-size: 14px;
    line-height: 1.42857;
    text-transform: uppercase;
    border-radius: 10px;
}
.btn-orange:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
.about-wrap {
    font-family: century, sans-serif;
}
.about-wrap h1.title {
    padding-left: 0;
    padding-right: 0;
}
.about-wrap .top-presentation {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/about/top.jpg);
    height: -webkit-calc(100vh - 118px);
    height: calc(100vh - 118px);
    position: relative;
}
.about-wrap .top-presentation .container {
    position: relative;
    height: 100%;
}
.about-wrap .top-presentation .container .info {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 510px;
}
.about-wrap .top-presentation .container .info h1 {
    font-size: 60px;
    font-family: century-bold, sans-serif;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
}
.about-wrap .top-presentation .container .info p {
    color: #b2b2b2;
    font-size: 16px;
    line-height: 27px;
}
.about-wrap .top-presentation .breadcrumb {
    position: absolute;
    top: 10px;
    left: 15px;
    border-top: 0;
    padding-top: 0;
}
.about-wrap .top-presentation .breadcrumb .icon {
    color: #fff;
}
.about-wrap .top-presentation .onwards {
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
.about-wrap .top-presentation .onwards .line-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 12px;
    margin: 10px auto 0;
}
.about-wrap .top-presentation .onwards .line-wrap img {
    -webkit-animation: lower 2s linear infinite;
    animation: lower 2s linear infinite;
}
.about-wrap .top-presentation .onwards .line-wrap img:first-child {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.about-wrap .top-presentation .onwards .line-wrap img:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.about-wrap .top-presentation .onwards .line-wrap img:last-child {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.about-wrap .history-about {
    padding-top: 110px;
}
.about-wrap .history-about h2.title {
    color: #2d2d2d;
    font-family: century-bold, sans-serif;
    font-size: 45px;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
}
.about-wrap .history-about .text-title {
    max-width: 500px;
    margin: 0 auto 55px;
    text-align: center;
    font-size: 16px;
    color: #2d2d2d;
}
.about-wrap .history-about .history-item {
    margin-bottom: 130px;
    padding-top: 180px;
    background-repeat: no-repeat;
    -webkit-background-size: auto auto;
    background-size: auto;
    z-index: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.about-wrap .history-about .history-item:nth-of-type(odd) {
    background-position: left top;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.about-wrap .history-about .history-item:nth-of-type(even) {
    background-position: right top;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.about-wrap .history-about .history-item .info {
    max-width: 630px;
    background: #2d2d2d;
    color: #fff;
    position: relative;
    padding: 60px 30px;
}
.about-wrap .history-about .history-item .info:after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -10px;
    bottom: -10px;
    width: 100%;
    height: 70%;
    background: #f46f16;
}
.about-wrap .history-about .history-item .info .title {
    font-size: 50px;
    font-family: century-bold, sans-serif;
    margin-bottom: 13px;
}
.about-wrap .history-about .history-item .info .text {
    line-height: 27px;
    font-size: 16px;
}
.about-wrap .num-wrap {
    background-image: url(../img/about/num-bg.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 130px;
}
.about-wrap .num-wrap .num-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 16px;
    color: #fff;
}
.about-wrap .num-wrap .num-list__item {
    text-align: center;
}
.about-wrap .num-wrap .num-list .value {
    color: #f46f16;
    font-size: 60px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    position: relative;
}
.about-wrap .num-wrap .num-list .value::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: #fff;
}
.about-wrap .detail-about__item {
    position: relative;
    overflow: hidden;
    height: 600px;
}
.about-wrap .detail-about__item::before {
    content: "";
    background: #f7f9fb;
    width: 50%;
    top: 0;
    bottom: 0;
    position: absolute;
}
.about-wrap .detail-about__item .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
}
.about-wrap .detail-about__item:nth-of-type(even)::before {
    right: 0;
}
.about-wrap .detail-about__item:nth-of-type(even) .container {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.about-wrap .detail-about__item:nth-of-type(even) .l-section {
    left: 0;
}
.about-wrap .detail-about__item:nth-of-type(even) .r-section {
    padding-left: 60px;
}
.about-wrap .detail-about__item:nth-of-type(odd)::before {
    left: 0;
}
.about-wrap .detail-about__item:nth-of-type(odd) .container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.about-wrap .detail-about__item:nth-of-type(odd) .l-section {
    right: 0;
}
.about-wrap .detail-about__item:nth-of-type(odd) .r-section {
    padding-right: 60px;
}
.about-wrap .detail-about__item .l-section,
.about-wrap .detail-about__item .r-section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.about-wrap .detail-about__item .l-section {
    position: absolute;
    top: 0;
    bottom: 0;
}
.about-wrap .detail-about__item .l-section img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.about-wrap .detail-about__item .r-section {
    position: relative;
    height: 100%;
    background: #f7f9fb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: justify;
}
.about-wrap .detail-about__item .r-section .num {
    position: absolute;
    bottom: -70px;
}
.about-wrap .detail-about__item .r-section .title {
    font-size: 24px;
    font-family: century-bold, sans-serif;
    color: #2d2d2d;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}
.about-wrap .detail-about__item .r-section .title::before {
    content: "";
    width: 95px;
    height: 1px;
    background: #c7d1e1;
    position: absolute;
    left: 0;
    bottom: 0;
}
.about-wrap .detail-about__item .r-section .text {
    color: #666;
    font-size: 16px;
    line-height: 27px;
}
.about-wrap .video-wrap {
    background-image: url(../img/about/video-bg.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 130px;
    color: #fff;
}
.about-wrap .video-wrap .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.about-wrap .video-wrap .container .l-section,
.about-wrap .video-wrap .container .r-section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.about-wrap .video-wrap .container .l-section {
    min-width: 700px;
}
.about-wrap .video-wrap .container .l-section h2 {
    font-size: 45px;
    line-height: 55px;
    font-family: century-bold, sans-serif;
    margin-bottom: 25px;
}
.about-wrap .video-wrap .container .l-section p {
    line-height: 27px;
    margin-bottom: 30px;
}
.about-wrap .video-wrap .container .r-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.about-wrap .video-wrap .container .r-section .video-btn {
    width: 95px;
    height: 95px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.2);
    margin-right: 20px;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    cursor: pointer;
    margin-bottom: 15px;
}
.about-wrap .video-wrap .container .r-section .video-btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    -o-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.about-wrap .video-wrap .container .r-section .video-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #313131;
    z-index: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 0 14px -4px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0 0 14px -4px rgba(0, 0, 0, 0.75);
}
.about-wrap .video-wrap .container .r-section .video-btn::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 12px;
    border-color: transparent transparent transparent #fff;
    display: block;
    margin-left: 0.3em;
    z-index: 1;
}
@-webkit-keyframes lower {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}
@keyframes lower {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}
#modalVideo .order-block {
    position: relative;
}
#modalVideo .order-block .close {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 1;
    z-index: 10;
}
#modalVideo .modal-dialog {
    margin-top: 120px;
}
@media (max-width: 1200px) {
    .contact-wrap {
        height: auto;
    }
    .contact-wrap .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contact-wrap .container .l-section {
        width: 100%;
        min-width: initial;
        margin-bottom: 15px;
    }
    .contact-wrap .container .r-section {
        position: relative;
        width: 100%;
    }
    .contact-wrap .container .l-section .breadcrumb {
        margin-bottom: 10px;
    }
    .about-wrap .detail-about__item:nth-of-type(even) .r-section {
        padding-left: 20px;
    }
    .about-wrap .detail-about__item:nth-of-type(odd) .r-section {
        padding-right: 20px;
    }
    .about-wrap .video-wrap .container .l-section {
        min-width: 590px;
    }
    .about-wrap .num-wrap,
    .about-wrap .video-wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .about-wrap .detail-about__item {
        height: 525px;
    }
    .about-wrap .history-about .history-item {
        margin-bottom: 50px;
    }
    .about-wrap .history-about {
        padding-top: 60px;
    }
}
@media (max-width: 960px) {
    .about-wrap .detail-about__item .r-section .num {
        display: none;
    }
    .about-wrap .video-wrap .container .l-section h2 {
        font-size: 34px;
        line-height: 37px;
    }
    .about-wrap .video-wrap .container .l-section {
        min-width: inherit;
    }
    .about-wrap .top-presentation .container .info {
        max-width: initial;
    }
    .about-wrap .top-presentation .container .info h1 {
        font-size: 35px;
    }
    .about-wrap .history-about .history-item .info {
        padding: 20px;
    }
    .about-wrap .history-about .history-item {
        -webkit-background-size: contain;
        background-size: contain;
        background-position: top center;
    }
    .about-wrap .history-about .history-item .info .title {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .contact-wrap .contact-list__item {
        width: 100%;
        margin-bottom: 15px;
    }
    .about-wrap .num-wrap .num-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .about-wrap .num-wrap .num-list__item {
        width: 49%;
    }
    .about-wrap .history-about h2.title {
        font-size: 40px;
    }
    .about-wrap .detail-about__item .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about-wrap .detail-about__item .l-section,
    .about-wrap .detail-about__item:nth-of-type(even) .l-section,
    .about-wrap .detail-about__item:nth-of-type(odd) .l-section {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }
    .about-wrap .detail-about__item {
        height: auto;
        margin-bottom: 15px;
    }
    .about-wrap .detail-about__item .l-section,
    .about-wrap .detail-about__item .r-section,
    .about-wrap .video-wrap .container .l-section,
    .about-wrap .video-wrap .container .r-section {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about-wrap .detail-about__item::before {
        display: none;
    }
    .about-wrap .detail-about__item:nth-of-type(even) .r-section {
        padding-left: 0;
    }
    .about-wrap .detail-about__item:nth-of-type(odd) .r-section {
        padding-right: 0;
    }
    .about-wrap .detail-about__item .r-section {
        background: 0 0;
    }
    .about-wrap .video-wrap .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about-wrap .num-wrap,
    .about-wrap .video-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .about-wrap .video-wrap .container .l-section h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .about-wrap .video-wrap .container .l-section {
        margin-bottom: 15px;
    }
    .about-wrap .history-about {
        padding-top: 35px;
    }
    .about-wrap .history-about .text-title {
        margin-bottom: 35px;
    }
}

@media (max-width: 479px){
    .contact-wrap h2{
        font-size: 30px;
        margin-bottom: inherit;
    }
}

.our-product-index.products article .figure-grid .text {
    top: auto;
    bottom: 0px;
    z-index: 10;
}
.our-product-index.products article .image {
     padding-top: 20px;
        padding-bottom: 100px;
}
.title-block{
    color: #2d2d2d;
    font-size: 45px;
    font-family:'century-bold';
    font-family:century-bold;
    text-align: center;
}
.title-text{
    width: 480px;
    margin: 20px auto;
    font-size: 16px;
    color: #2d2d2d;
    text-align: center;
    margin-bottom: 60px;
}

.top-slider-wrap .slider__item {
   /* height: 650px;*/
   height: 100%;

}
.top-slider-wrap .slider__item .container{
   /* height: 100%;*/
    height: 0;

}
.top-slider-wrap .slider__item .container .text{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 600px;
}
.top-slider-wrap .slider__item .container .text h2{
    color: #fff;
    font-size: 51px;
    line-height: 62px;
    margin-bottom: 15px;
}
.top-slider-wrap .slider__item .container .text h2 span{
    font-size: 70px;
    line-height: 62px;
}
.top-slider-wrap .slider__item .container .text p{
    color: #b2b2b2;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 25px;
}

.btn-white{
    border: 1px solid #fff;
    color: #fff;
        white-space: nowrap;
    padding: 12px 40px;
    font-size: 14px;
    line-height: 1.42857;
    text-transform: uppercase;
}
.btn-white:hover{
    border-color: #f46f16;
    color: #f46f16;
}

.blog.blog-category article .entry-block{
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    text-align: left;
    min-height: 530px;
    align-items: flex-start;
}
.blog.blog-category .index-category article .image{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-height: initial;
}
.blog.blog-category .index-category article .image img{
    height: 100%;
    object-fit: cover;
}

.blog.blog-category .index-category article .title{
    transform: rotate(-90deg) translate(-57%, -65%);
    text-align: center;
}
/*
.blog.blog-category .index-category:nth-of-type(2) article .title{
    transform: rotate(-90deg) translate(-50%, -135%);
}*/
/*.blog.blog-category .index-category:nth-of-type(3) article .title{
    transform: rotate(-90deg) translate(-38%, -106%);
}*/

.page-default{
    max-width: 1170px;
    margin: 25px auto;
}

.blog.blog-category .index-category article .title span{
    font-size: 30px;
    white-space: nowrap;
    text-transform: none;
        position: relative;
    top: -35px;
    font-family: 'GothamPro-Medium';

}
.blog.blog-category .index-category article .title h2{
    font-size: 60px;
    text-transform: uppercase;
    font-family: 'GothamPro-Medium';

}

.our-product-index .text-center{
    margin-top: 20px;
    margin-bottom: 120px;
}
.our-product-index .text-center a{
    color: #fff;
    text-decoration: none;

}

.about-index{
    position: relative;
    height: 600px;
}
.about-index .row{
    display: flex;
    justify-content: flex-end;
}
.about-index .l-section{
    position: absolute;
    width: 50%;
    flex: 0 0 50%;
    left: 0;
    top: 0;
    bottom: 0;
}
.about-index .r-section{
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 60px;
    margin-top: 60px;
    background: #eeeeee;
    height: 100%;
    position: relative;
    z-index: 2;
    padding-right: 50px;
    max-height: 480px;
    overflow: hidden;
}
.about-index .l-section img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about-index:before{
    content: '';
    background: #eeeeee;
    width: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}
.about-index .r-section a{
    color: #2f8be8;
    font-style: italic;
    text-decoration: underline;
}

.about-index .r-section h3{
    font-size: 24px;
    color: #2d2d2d;
    line-height: 32px;
}
.nicescroll-rails.nicescroll-rails-vr {
    width: 1px!important;
}
.nicescroll-cursors {
    right: -3px;
}
.news-index {
    padding-bottom: 120px;

}
.news-index .news__item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-index .news__item .img{
    height: 450px;
    margin-bottom: 20px;
}
.news-index .news__item .date{
    font-size: 14px;
    color: #666666;
    margin-bottom: 15px;
}
.news-index .news__item .name{
    font-size: 21px;
    line-height: 27px;
    color: #2d2d2d;
    font-family: 'century-bold',sans-serif;
    display: block;
    margin-bottom: 10px;
}
.news-index .news__item .text{
    font-size: 16px;
    line-height: 20px;
    font-family:century,sans-serif;
    color: #2d2d2d;
    margin-bottom: 15px;
    display: block;
}
.news-index .news__item .line {
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    margin-left: 15px;
}
.news-index .news__item  .line svg {
    margin-left: -35px;
    transition: all .3s;
}
.news-index .news__item  .line svg,
.news-index .news__item  .line path,
.news-index .news__item  .line rect{
    fill: #afafaf;
}
.news-index .news__item .read{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
    color: #afafaf;
}

.news-index .news__item:hover a{
    text-decoration: underline;
}
.news-index .news__item:hover .read{
    color: #f46f16;
    text-decoration: none;
}
.news-index .news__item:hover .line svg{
    margin-left: 0;
    transition: all .3s;
}
.news-index .news__item:hover  .line svg,
.news-index .news__item:hover  .line path,
.news-index .news__item:hover  .line rect{
    fill: #f46f16;
    transition: all .3s;
}

.js-slider-index .slick-dots{
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    bottom: 40px;
}

.js-slider-index .slick-dots li button:before{
    display: none;
}
.js-slider-index .slick-dots li button{
    width: 10px;
    height: 10px;
    background: #fff;
    padding: 0;
    border-radius: 50px;
}
.js-slider-index .slick-dots li{
    width: auto;
    height: auto;
    margin-right: 6px;
}
.js-slider-index .slick-dots  .slick-active button{
    background: #f46f16;
}

.js-slider-index .slider__item{
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.js-slider-index .slid--item{
    background-size: cover;
    background-repeat: no-repeat;
}
.js-slider-index .slider__item .slid-bg{
    /*position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;*/
    height: 100%;
}

.js-slider-index .slider__item .slid-bg img{
    width: 100%;
    height: auto;
}

.js-slider-index .slick-prev,
.js-slider-index .slick-next{
        display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    background-image: none;
    background-color: rgba(255,255,255,.5);
    opacity: .2;
    box-shadow: 1px 1px 8px rgba(51,51,51,.3);
    width: 45px;
    height: 45px;
    padding: 5px 0;
    transition: transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s,-webkit-transform .3s;
        z-index: 10;
}


.js-slider-index .slick-prev:before,
.js-slider-index .slick-next:before{
        content: '';
    width: 20px;
    height: 20px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    margin-left: .6em;
}
.js-slider-index .slick-prev{
        position: absolute;
    left: 0;
}
.js-slider-index .slick-next{
        transform: scaleX(-1);
            position: absolute;
    right: 0;
}

.top-slider-wrap .slider__item .container{
    position: relative;
    z-index: 10;
}
.top-slider-wrap .slider__item.slick-active .slid-bg{
    animation: scaler 3s ease-in-out;
}


@keyframes scaler{
    0%{
        transform: scale(1.3);
    }
    100%{
        transform: scale(1);
    }
}

/*28.09.20*/
.lang-panel{
    position: relative;
    padding-top: 0;
}
.lang-panel .view{
    padding: 0 15px;
    padding-bottom: 0;
    position: relative;
}
.lang-panel .view:after{
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    border: 5px solid transparent; border-top: 5px solid #2d2d2d;
    transition: all 0.2s all;
}
.lang-panel .hide-block{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right:-10px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top: 0;
    text-align: center;
}
.lang-panel:hover .hide-block{
    display: block;
    padding-bottom: 10px;
}
.lang-panel:hover .view:after{
    transform: rotate(180deg);
    transition: all 0.2s all;
    top: 5px;
}
.lang-panel .lang-divider{
    display: none;
}
.lang-panel:hover .hide-block form{
    display: flex;
    flex-direction: column;
}
.lang-panel:hover .hide-block form a{
    padding: 0;
    font-size: 14px;
}

.offic-market {
    font-size: 11px;
    background: #2d2d2d;
    color: #fff;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    padding: 0 15px;
    border-radius: 5px 5px 0 0;
    height: 20px;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.3);
}

.desktop.logo-area{
    height: 100%;
    position: relative;
    width: 12%;
    float: none;
    border-right: 1px solid #e0e0e0;
    text-align: center;
    padding-left: 0;
    padding-top: 10px;
}
.desktop.logo-area a{
    display: inline-block;
}
.desktop.menu-area{
    width: 88%;
    float: none;
}
.desktop.logo-area .offic-market{
    margin-top: 11px;
}
.row-flex-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
}

/*
.header-burger-desk{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: transparent;
    border: 0;
    padding: 0;
    margin-left: 10px;
}
.header-burger-desk .line{
    height: 3px;
    background: #2d2d2d;
    width: 100%;
    display: inline-block;
    border-radius: 4px;
}
.header-burger-desk:hover .line:before,
.header-burger-desk:hover .line:after,
.header-burger-desk:hover .line{
    background: #f37316;
}
.header-burger-desk .line:before,
.header-burger-desk .line:after{
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #2d2d2d;
    left: 0;
    right: 0;
    border-radius: 4px;
}
.header-burger-desk .line:before{
    top: 0;
}
.header-burger-desk .line:after{
    bottom: 0;
}
*/

.fix-desktop-menu{
    display : none;
    opacity: 0;
    visibility: hidden;
}
.fix-desktop-menu.open{
    display: flex;
    opacity: 1;
    visibility: visible;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    justify-content: space-between;
    align-items: stretch;
    z-index: 1000;
    background: #2d2d2d;
}
.fix-desktop-menu .menu_li{
    width: 33.33%;
}
.fix-desktop-menu .close-fix{
    position: absolute;
    right: 20px;
    top: 160px;
    background: transparent;
    border: 0;
    z-index: 10;
    padding: 10px;
}
.fix-desktop-menu .menuu{
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    align-items: stretch;
}
.fix-desktop-menu .menuu .menu_li{

    display: flex !important;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    padding-top: calc(100vh - 35%);
    background: #2d2d2d;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 2s ease;
}
.fix-desktop-menu .menuu .menu_li:hover{
    -webkit-transition: background-image 2s ease-in-out;
    transition: background-image 2s ease-in-out;
}
.fix-desktop-menu .menuu .menu_li:hover:nth-of-type(2){
    background-image: url(img/elect2.jpg);
}
.fix-desktop-menu .menuu .menu_li:hover:nth-of-type(1){
    background-image: url(img/water.jpg);
}
.fix-desktop-menu .menuu .menu_li:hover:nth-of-type(3){
    background-image: url(img/axesu.jpg);
}

.fix-desktop-menu .menuu .menu_li > a{
    align-items: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 60px;
}

.fix-desktop-menu .menuu ul{
    padding-left: 0;
}
.fix-desktop-menu .menuu ul a{
    color: #fff;
    font-size: 16px;
}
.fix-desktop-menu .menuu ul a:hover{
    color: #f46f16;
}
.fix-desktop-menu .menuu  .list-unstyled li{
    margin-bottom: 30px;
}

.fix-desktop-menu .label{
    display: none;
}
.desktop.menu-area .navigation-main{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.desktop.menu-area .top-line-nav{
    border: 0;
    width: 65%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.number-wrapper a.number{
    padding: 0;
    margin-bottom: 5px;
    text-align: center;
}

nav .navigation-top ul.icons-menu > li > a{
    border-left: 0;
}
.icon-menu-item:last-child{
    border-right: 0;
}
.cd-auto-hide-header:after{
    display : none;
}

.logo-header{
    max-width: 130px;
    display: inline-block;
}
.logo-header img{
    width: 100%;
}
.wrapper {
    padding-top: 100px;
}
.cd-auto-hide-header{
    height: 100px;
}

.number-mobile .phone-view{
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.number-mobile .phone-view .icon-phone-handset{
    color: #f46f16;
    font-size: 19px;
    margin-right: 5px;
}
.number-mobile .view .time{
    color: #838383;
    font-size: 16px;
}
.number-mobile .view {
    text-align: left;
}
.number-mobile .hide-phone{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;

}
.number-mobile:hover .hide-phone{
    display: block;
}
.number-mobile .hide-phone a{
    display: block;
}
.number-mobile {
    position: relative;
}
.number-wrapper {
    display: flx;
    flex-direction: column;
}
.top-line-nav .left-side{
    float: none;
}
nav .navigation ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.icon-badge-color-red{
    position: absolute;
    top: -10px;
    right: -10px;
    /* transform: translate(40%, -60%); */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-left: var(--global-spacer);
    padding-right: var(--global-spacer);
    border-radius: 50px;
    font-size: 12px;
    background-color: #ff0008;
    color: var(--color, #fff);
}


.about-video {
    position: relative;
    font-family: century,sans-serif;
}
.about-video:before{
    content: '';
    position: absolute;
      top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1;
}
.about-video .video-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.about-video .video-bg video{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.about-video .num-wrap{
    position: relative;
    z-index: 2;
    color: #fff;
}
.about-video .about .container{
    padding: 150px 0 290px;

}
.about-video .about h2{
    font-size: 60px;
    max-width: 50%;
}
.about-video .about p{
    margin-bottom: 30px;
    max-width: 50%;
}
.about-video .about{
    padding: 0;
}
.num-list.second-list{
    background: #272727;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 65px;
    width: 83%;
    margin: -200px auto 110px;
    position: relative;
    z-index: 10;
    font-family: century,sans-serif;
    color: #fff;
}
.num-list.second-list .num-list__item{
    text-align: center;
}
.num-list.second-list .value{
    font-size: 60px;
    color: #f46f16;
    margin-top: 40px;
    margin-bottom: 25px;
    line-height: 1;
}
.num-list.second-list .icon{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}


#successBusket .modal-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #eceff4;
    border-bottom: 1px solid #d1d1d1;
    border-radius: 8px 8px 0 0;
}
#successBusket .modal-header .close{
    font-size: 30px;
    color: #2d2d2d;
    opacity: 1;
}
#successBusket .modal-footer{
    border-top: 0;
    padding-bottom: 40px;
}
#successBusket .modal-footer .btn-wrap{
    display: flex;
/*  flex-direction: column;*/
    align-items: center;
    justify-content: center;
    justify-content: space-evenly;
}
#successBusket .modal-footer .btn-wrap .btn{
    min-width: 215px;
}
#successBusket .modal-footer .btn-green{
    background: #00a046;
    color: #fff;
    white-space: nowrap;
    padding: 12px 40px;
    font-size: 14px;
    line-height: 1.42857;
    text-transform: uppercase;
    border-radius: 10px;
/*    margin-top: 12px;*/
}
#successBusket .modal-footer .btn-green:hover{
    background: #578401;
}

@media (max-width: 767px){
#successBusket .modal-footer .btn-wrap{
    flex-direction: column;
    }
    #successBusket .modal-footer .btn-green{
    margin-top: 12px;
    }
}
/*
#successBusket .modal-body{
    text-align: center;
}
*/
#successBusket .img-product{
    height: 150px;
}
#successBusket .img-product img{
    height: 100%;
}
#successBusket .name-product{
    font-weight: bold;
    font-size: 20px;
    color: #2d2d2d;
}
#successBusket .price-product{
    font-size: 20px;
}

#successBusket .modal-dialog{
    max-width: 400px;
}

.modal-content.order-wrap {
    max-width: initial;
}

.blog.blog-category.page-not .index-category {
    min-width: 350px;
}
.not-found .container{
    width: 80%;
}

.blog.blog-category.page-not a{
    text-decoration: none;
}

.col-xs-12.col-sm-3.not-sertif {
    text-align: left;
    background: #ebeff5;
    margin-left: -15px;
    padding-top: 0;
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 80px;
    padding-bottom: 50px;
    box-shadow: inset 0px 0px 13px -2px rgba(227,231,236,1);
}
.col-xs-12.col-sm-3.not-sertif  img{
    margin-top: -35px;
    margin-bottom: 40px;
}
.col-xs-12.col-sm-3.not-sertif .bold{
    font-size: 21px;
    color: #2d2d2d;
    line-height: 29px;
    max-width: 155px;
    font-weight: bold;
    margin-bottom: 35px;
}
.col-xs-12.col-sm-3.not-sertif .text{
    font-size: 16px;
    color: #2d2d2d;
    line-height: 24px;
}

.not-found-second{
    padding: 70px 0 70px 0;
}

.not-title {
    color: #2d2d2d;
    font-size: 24px;
    line-height: 27px;
    font-weight: bold;
}
.not-title a{
    color: #1ba2ef;
    text-decoration: underline;
    font-weight: bold;
}

.num-list.second-list.not-found{
    width: 100%;
    margin-bottom: 0;
}
.num-list.second-list.not-found .container{
    display: flex;
    justify-content: space-around;
}

@media (min-width: 1200px){
    .num-list .container{
        width: 82%;
    }
}
@media (max-width: 176px){
    .not-found .container {
        width: 90%;
    }
}

@media (min-width: 1441px){
    .top-line-nav .left-side{
        text-transform: none;
    }
}

@media (max-width: 1440px){
    .js-slider-index .slider__item{
        background-position: center;
    }
    .number-mobile .phone-view{
        font-size: 19px;
    }
    .number-mobile .view .time{
        font-size: 10px;
    }
    nav .navigation-top ul.icons-menu > li > a{
        padding: 0 10px;
    }
    .desktop.menu-area{
        padding-right: 0;
    }
    .top-line-nav .left-side{
        text-transform: none;
    }
    ul.navigation-pre li:first-child a {
        padding-left: 9px;
    }
    .num-list.second-list{
        width: 87%;
    }
    .navigation-pre .left-side a{
        font-size: 13px;
    }
    .not-found .container {
        width: 100%;
    }
    .blog.blog-category.page-not .index-category {
        min-width: 320px;
    }
    .desktop.logo-area .offic-market{
        white-space: inherit;
        height: auto;
        margin-top: 0;
    }
    .logo-header{
        max-width: 115px;
    }
}
@media (max-width: 1200px){
    .js-slider-index .slick-dots{
        padding: 0 15px;
    }
    .news-index{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .our-product-index .text-center{
        margin-bottom: 30px;
    }
    .blog.blog-category{
        padding-bottom: 0;
        padding-top: 0;
    }
     .top-slider-wrap .slider__item .container {
        height: auto;
    }
    .js-slider-index .slick-dots{
        bottom: 80px;
    }
    .num-list.second-list{
        width: 90%;
    }
    .about-video .about h2,
    .about-video .about p{
        max-width: 100%;
    }
    .about-video .about .container{
        padding: 150px 15px 290px;
    }
    .cd-auto-hide-header {
        height: 55px;
    }
    .wrapper {
        padding-top: 55px;
    }
    .cd-auto-hide-header .container-fluid{
        padding-left: 0;
        padding-right: 0;
    }
    .not-found p{
        margin-bottom: 30px;
        font-size: 21px;
    }
    .col-xs-12.col-sm-3.not-sertif{
        display: none;
    }
    .blog.blog-category.page-not .index-category {
        min-width: 33%;
    }
    .not-found-second {
        padding: 25px 0 0;
    }
}

@media (max-width: 960px){
    .about-index{
        height: auto;
    }
    .about-index .row{
        flex-direction: column;
    }
    .about-index .row .l-section,
    .about-index .row .r-section{
        max-width: 100%;
        flex: 0 0 100%;
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        width: 100%;
    }
    .about-index:before{
        width: 100%;
    }
    .about-index .r-section{
        padding-left: 30px;
        margin-top: 30px;
        padding-bottom:30px;
    }
    .news-index .news__item .img{
        height: 280px;
    }
    .blog.blog-category article .entry-block{
    }
    .title span{
        font-size: 11px;
    }
    .our-product-index .title-text{
        margin-bottom: 20px;
    }
}
@media (max-width: 768px){
    .title-text{
        width: 100%;
    }
    .title-block{
        font-size: 38px;
        line-height: 40px;
    }
    .products article .text{
        bottom: 15px;
        top: auto;
    }
    .breadcrumb{display:none;}
    .products article .image {

        padding-bottom: 20px;
        text-align: center;
    }
    .blog.blog-category article .image{
        height: auto;
    }
    .tatals_mini_cart .cart-block-buttons .col-xs-6{
        width: 100%;
    }
    .num-list.second-list {
        width: 95%;
        flex-wrap: wrap;
        justify-content: space-between;

        padding-bottom: 10px;
    }
    .num-list.second-list .num-list__item{
        width: 49%;
        margin-bottom: 50px;
    }
    .num-list.second-list .value{
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px){
    .blog.blog-category article .entry-block {
    }
    .btn-white{
        height: 45px;
    }
    .top-slider-wrap .slider__item .container .text h2{
        font-size: 26px;
        line-height: 34px;
    }
    .top-slider-wrap .slider__item .container .text{
        max-width: 100%;
    }
    .news__item{
        margin-bottom: 15px;
    }
    .table {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        overflow-y: scroll;
        /* overflow: hidden; */
        display: block;
    }
    .blog.blog-category.page-not .index-category{
        padding-left: 0;
        padding-right: 0;
    }
    .num-list.second-list.not-found .value{
        font-size: 43px
    }
    .num-list.second-list.not-found p{
        font-size: 16px;
    }
    .num-list.second-list.not-found .container{
        flex-wrap: wrap;
        justify-content: space-between;
        padding-left: 0;
        padding-right: 0;
    }
    .no-scroll{
        padding-right: 0;
    }
/*
    .to-compare, .link_cell{
            min-width: 103px;
        height: 55px;
    }
*/
    .bl_order{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .input-group.plus-minus-input.dftwo{
        width: 100%;
        margin-bottom: 15px;
    }
    .link_order{
        width: 100%;
        margin-bottom: 18px;
    }
}
@media (max-width: 560px){
    .not-found p {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .products article .image {
        padding-bottom: 95px;
    }
    .wrap-btn{
        display: flex;
        flex-direction: column;
    }
    .wrap-btn .btn{
        width: 100%;
        margin-bottom: 15px;
    }
    .title-block {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .about-index .r-section{
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 10px;
    }
    .news-index .title-text{
        margin-bottom: 20px;
    }
    .news-index {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .our-product-index .text-center {
        margin-bottom: 40px;
        margin-top: 20px;
    }
    .our-product-index .title-block{
        margin-top: 20px;
    }
    .about-wrap .num-wrap .num-list .value{
        font-size: 50px;
    }
    .about-video .about h2{
        font-size: 50px;
        line-height: 55px;
    }
    .about-video .about .container {
        padding: 75px 15px 290px;
    }
    .num-list.second-list .value{
        font-size: 45px;
    }
    .num-list.second-list{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .num-list.second-list .icon{
        width: 70px;
        display: inline-flex;
    }
    .num-list.second-list .icon img{
        max-width: 100%;
    }
    .num-list.second-list .num-list__item{
        margin-bottom: 20px;
    }
}
.mfp-close-btn-in .mfp-close{
    color: #fff !important;
    border: 0;
    top: 3px;
    position: absolute;
    right: -30px;
    opacity: 1;
}
.mfp-close-btn-in .mfp-close{
    width: 24px;
    height: 33px;
    right: -20px;
    top: 21px;
}
.ftr-s-text,
.ftr-c-label{
        color: #868686;
}
#form-review .form-group{
    width: 100%;
}
nav .cart-wrapper .checkout .cart-block > div.quantity .form-control{
    width: 70px;
    padding: 10px;
    text-align: left;
}

@media (min-width: 1025px){
    .blog.blog-category {
        padding-top: 65px;
    }

}

.error-not_found .num-list.second-list{
    width: 100%;
    margin-bottom: 0;
}

.top-slider-wrap:nth-of-type(3) {
    display: none;
}

@media (max-width: 768px){
    .top-slider-wrap:nth-of-type(3) {
        display: block;
    }
    .top-slider-wrap:nth-of-type(2) {
        display: none;
    }
    .top-slider-wrap .slider__item .container .text{
        max-width: 100%;
    }
    .js-slider-index .slider__item .slid-bg{
        background-position: center;
    }
    .top-slider-wrap .slider__item .container .text{
            justify-content: flex-end;
            align-items: center;
            padding-bottom: 10px;
    }
    .js-slider-index .slick-dots li button{
        width: 35px;
    }
}

@media (max-width: 480px){
/*
    .to-compare, .link_cell{
        width: 75px;
        min-width: initial;
    }
*/
    .link_order {
        width: 100%;
        margin-bottom: 15px;
    }
}

.checkout-checkout .blog-block {
    display:none;
}

.checkout-checkout .num-list {
    display:none;
}

@media (max-width: 340px) {
    .mobile_logo img {
        height: 37px;
        margin-top: 9px;
    }
}


button.slick-prev.slick-arrow:hover {
    opacity: 1;
}
button.slick-next.slick-arrow:hover {
    opacity: 1;
}

.btn-group span{
    display:none;
}

.lang-panel .btn-group .dropdown-menu {
    display: none;
    min-width: 0 !important;
    min-height: 0 !important;
}
.menu_lang .btn-group ul.dropdown-menu {
    min-width: 0 !important;
    min-height: 0 !important;
}

.lang-panel .btn-group .dropdown-menu li a,
.menu_lang .btn-group ul.dropdown-menu li a
{
    text-align: left !important;
}
.input-group-btn button.delete {
    display: block!important;
}
.regulator {
    position: absolute;
    bottom: 80px;
    left: 25px;
    max-width: 73px;
}
.figure-grid .xd_stickers {
    padding: 0 10px;
    margin-bottom: 5px;
    clear: both;
    display: table;
}
.figure-grid .xd_stickers_wrapper {
    top: 26px;
    left: 0px;
    right: auto;
}
#d_quickcheckout .qc-quantity .input-group{
    display: flex;
}
#d_quickcheckout .qc-quantity .input-group .input-group-btn {
    display: flex;
    min-width: 30px;
}

#d_quickcheckout .qc-quantity .input-group input[type="text"] {
    width: 0%;
}

.text-terms, #basket-modal .modal-title {
    text-align: center;
    margin-top: 15px;
}

.text-terms a {
    color: #4195ff;
}



/*--------------topPage banner-----------------*/

.topPage-brendirovanie-wrap {
    margin: 0px;
    padding: 0px;
    background-color: #f78f16;
    width: 100%;
    display: block;
    position: relative;
    z-index: 40;
}
}
.topPage-brendirovanie-wrap__link {
    text-decoration: none;
    display: block;
}
.topPage-brendirovanie-wrap__link img {
    display: block;
    margin: 0 auto;
    height: 40px;
    max-width: 100%;
}
@media (min-width: 769px) {
    .topPage-brendirovanie-wrap__link img {
        height: auto;
    }
}


/* лише для десктопу */
@media (min-width: 1025px) {
  /* Візуально прихований елемент для SR */
  .sr-only {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,1px,1px);
    border: 0;
  }

  /* Нова кнопка-бургер */
  .burger-toggle {
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    background: transparent;
    border: 0;
    padding: 0;
  }

  /* "х" (коли меню відкрите) */
  .burger-toggle::before,
  .burger-toggle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 4px;
    margin-top: -2px;
    border-radius: 2px;
    background: #fafafa;
    transform: rotate(0deg);
    opacity: 0;
    transition: transform .35s ease, opacity .35s ease;
  }

  /* Смужки бургеру (коли меню закрите) */
  .burger-toggle .burger::before,
  .burger-toggle .burger::after {
    content: '';
    position: absolute;
    left: 0;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: #fafafa;
    transition: transform .35s ease, opacity .35s ease;
  }
  .burger-toggle .burger::before { top: 8px; }
  .burger-toggle .burger::after  { bottom: 8px; }

  /* Стан: відкрите меню (чекбокс увімкнено) */
  #desktop-burger-toggle:checked + label.burger-toggle::before {
    opacity: 1; transform: rotate(45deg);
  }
  #desktop-burger-toggle:checked + label.burger-toggle::after {
    opacity: 1; transform: rotate(-45deg);
  }
  #desktop-burger-toggle:checked + label.burger-toggle .burger::before,
  #desktop-burger-toggle:checked + label.burger-toggle .burger::after {
    opacity: 0;
  }

  /* Шари: хедер над полотном ТІЛЬКИ на десктопі */
  .cd-auto-hide-header,
  .fixed-top-menu,
  .navigation-top,
  .logo-area { z-index: 10001; }
  .fix-desktop-menu { z-index: 10000; }
}

/* опційно: щоб старі стилі кнопки випадково не впливали */
@media (min-width: 1025px) {
  .header-burger-desk { display: none !important; }
}

/*Випадаючий список для опцій, при більше ніж 6 опцій*/

/* === Options Split (кнопка "Показати більше") — ЧИСТІ ПРАВКИ === */

/* 1) Група опцій з увімкненим сплітом */
.options .form-group.opt-split-enabled { position: relative; }

/* 2) Кнопка у правому верхньому куті */
.options .form-group.opt-split-enabled .opt-split-wrap { position: relative; }
.options .form-group.opt-split-enabled .opt-toggle-more{
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 2;
  font-size: 13px;
  line-height: 1;
  border: 1px solid #ddd;
  background: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
  background: #f46f1612;
}

/* 3) Грід із 6 колонок (перебиваємо .flex-wrap з теми) */
.options .form-group.opt-split-enabled .opt-grid{
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
  margin-top: 15px; /* місце під кнопку */
}

/* 3.1) Блок "ще": приховано за замовчуванням */
.options .form-group.opt-split-enabled .opt-more{
  display: none !important;
  margin-top: 10px;
}

/* 3.2) Коли відкрито — показуємо як грід */
.options .form-group.opt-split-enabled .opt-more.is-open{
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}

/* 4) Скасовуємо ширини/флекси, що тягнуть айтеми у 100% */
.options .form-group.opt-split-enabled .opt-grid > .radio,
.options .form-group.opt-split-enabled .opt-more.is-open > .radio{
  width: auto !important;
  flex: 0 0 auto !important;
  margin: 0; /* рівні відступи дає gap */
}

/* 5) Акуратність всередині айтема */
.options .form-group.opt-split-enabled .opt-grid > .radio > .radio-wrap,
.options .form-group.opt-split-enabled .opt-more.is-open > .radio > .radio-wrap{
  display: block;
}
.options .form-group.opt-split-enabled .opt-grid > .radio label,
.options .form-group.opt-split-enabled .opt-more.is-open > .radio label{
  display: block;
  text-align: center;
}

/* 7) Адаптив — менше колонок на вузьких екранах */
@media (max-width: 1199.98px){
  .options .form-group.opt-split-enabled .opt-grid,
  .options .form-group.opt-split-enabled .opt-more.is-open{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 991.98px){
  .options .form-group.opt-split-enabled .opt-grid,
  .options .form-group.opt-split-enabled .opt-more.is-open{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 768.98px){
  .options .form-group.opt-split-enabled .opt-grid,
  .options .form-group.opt-split-enabled .opt-more.is-open{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px){
  .options .form-group.opt-split-enabled .opt-grid,
  .options .form-group.opt-split-enabled .opt-more.is-open{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Sticky buy bar — мобільна версія */
@media (max-width: 768px) {
  .bl_order {
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    will-change: transform;
    background: #fff; /* підлаштуй під свою тему */
  }

  .bl_order.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1010; /* вище за контент/меню, нижче за модалки */
    box-shadow: 0 -6px 16px rgba(0,0,0,0.08);
    /* на мобі краще мати внутрішні відступи, якщо їх нема */
    padding: 10px 12px;
  }

  /* щоб контент не “підстрибує” при фіксації */
  .bl-order-spacer {
    display: none;
  }
  .bl-order-spacer.active {
    display: block;
  }
}

/* === Mobile header: place WISHLIST next to burger === */
@media (max-width: 1199.98px){

  /* підключаємо wishlist до того ж набору правил, що й інші іконки */
  nav .navigation-main .open-fav,
  nav .navigation-main .open-login,
  nav .navigation-main .open-cart,
  nav .navigation-main .open-search,
  nav .navigation-main .open-menu,
  nav .navigation-main .close-menu-wrapper,
  nav .navigation-main .wishlist-mobile {      /* ← додаємо */
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    text-align: center;
    border-left: 1px solid #dcdcdc;
  }

  /* бургер лишається крайнім справа */
  nav .navigation-main .open-menu { right: 0; }

  /* WISHLIST — одразу лівіше від бургер-меню */
  nav .navigation-main .wishlist-mobile { right: 40px; z-index: 3; }

  /* далі зсуваємо решту на один «крок» лівіше */
  nav .navigation-main .open-cart   { right: 80px; }
  nav .navigation-main .open-fav    { right: 125px; }
  nav .navigation-main .open-search { right: 160px; }

  /* вигляд і бейдж лічильника */
  nav .navigation-main .wishlist-mobile i{
    font-size: 15px;
    line-height: 1;
  }
  nav .navigation-main .wishlist-mobile span{
    position: absolute;
    top: 15%;
    right: 6px;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    font-size: 10px;
    color: #fff;
    background: #CC0000;      /* Mario orange */
    border-radius: 10px;
  }
}

/* на десктопі — ховаємо моб-іконку wishlist */
@media (min-width: 1200px){
  nav .navigation-main .wishlist-mobile { display: none !important; }
}


