/*============================================================================
   #Webcms
==============================================================================*/
/* header */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "Monda", sans-serif;
    src: url('../TK3tWkYFABsmjsphPho.woff2') format('woff');
}
 html,
  body {
       position: relative;
        height: 100%;
        }
body {
    width: 100%;
    /*overflow-x: hidden;*/
    font-family: "Monda", sans-serif;
    font-size: 100%;
    color: #f9fafb;
}

.header{
 background-color: #838383!important;
}

.header-wrapper {
  background-color: #838383!important;
}

.header-wrapper {
    width: 100%;
    z-index: 30;
    position:relative;
    background-size: cover;
    background-position: 50% 0;
    transition: background-color .3s, opacity .3s;
}

.header-main {
    height: 100px;
}

.header-main {
    z-index: 10;
    position: relative;
}

.header .flex-row {
    height: 100px;
}

.header .flex-row {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}



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

#logo {
    width: auto;
    display: block;
}

.logo-center .logo {
    order: 2;
    text-align: center;
    margin: 0 30px;
}

.nav-dark .logo a {
    color: #fff;
}

@media (max-width: 549px) {
    .header-main {
        max-height: 70px;
    }
}

#logo img {
    max-height: 100px;
    width: auto;
    height: 75px;
}

@media (max-width: 549px) {
    #logo img {
        max-height: 70px;
        height: auto;
    }
}

.logo-center .flex-col {
    order: 1;
    flex: 1 1 0;
}

.flex-col {
    max-height: 100%;
}

.header .transparent .has-transparent {
    box-shadow: none;
    background-color: black;
    background-image: none;
}

.logo a {
    text-decoration: none;
    display: block;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bolder;
    margin: 0;
}

.header-wrapper:not(.stuck) .logo img {
    transition: max-height .5s;
}

@media screen and (max-width: 849px) {
    .medium-logo-center .logo img {
        margin: 0 auto;
    }
}

.logo-center .logo img {
    margin: 0 auto;
}



.logo img {
    display: block;
    width: auto;
}

.carousel-item img {
    transition: opacity 1s;
    opacity: 1;
}

.carousel-item img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.carousel-item img {
    border-style: none;
}

.nav-dark .header-logo-dark {
    display: block !important;
}

.logo img {
    display: block;
    width: auto;
}

img {
    border-style: none;
}

.header-wrapper:not(.stuck) .logo img {
    transition: max-height .5s;
}

@media screen and (max-width: 849px) {
    .medium-logo-center .logo img {
        margin: 0 auto;
    }
}

@media(min-width: 850px) {
    .show-for-medium {
        display: none !important;
    }
}

@media screen and (max-width: 849px) {
    .medium-logo-center .logo {
        order: 2;
        text-align: center;
        margin: 0 -50px;
    }
}

@media screen and (max-width: 849px) {
    .medium-logo-center .flex-left {
        order: 1;
        flex: 1 1 0;
    }
}

@media (max-width: 849px) {
    .hide-for-medium {
        display: none !important;
    }
}

.logo-center .flex-left {
    order: 1;
    flex: 1 1 0;
}

.flex-left {
    margin-right: auto;
}

.flex-col {
    max-height: 100%;
}

@media screen and (max-width: 849px) {
    .header-inner .nav {
        flex-wrap: nowrap;
    }
}

.nav-left {
    justify-content: flex-start;
}

.nav {
    width: 100%;
    position: relative;
    display: inline-block;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.nav {
    margin: 0;
    padding: 0;
}

.nav li:last-child {
    margin-right: 0 !important;
}

.nav li:first-child {
    margin-left: 0 !important;
}

.nav>li {
    display: inline-block;
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0 7px;
    transition: background-color .3s;
}

.header-main .nav>li>a {
    text-decoration: none;
    line-height: 20px;
}

.nav-dark .nav>li>a {
    color: rgba(255, 255, 255, 0.8);
}

.nav>li.has-icon>a>i {
    min-width: 1em;
}

.mail i {
    color: #e1e1e1;
}

.hotline i {
    color: #e1e1e1;
}

.nav>li>a>i.icon-menu {
    font-size: 1.9em;
}

.nav>li>a>i {
    vertical-align: middle;
    transition: color .3s;
}

@media (max-width: 849px) {
    .header-main li.html.custom {
        display: none;
    }
}

.nav-dark .nav>li.html {
    color: #fff;
}

.nav>li.html {
    font-size: .85em;
}

.nav li:first-child {
    margin-left: 0 !important;
}

.nav>li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin: 0 7px;
    transition: background-color .3s;
}

.nav p {
    margin: 0;
    padding-bottom: 0;
}

.mona_html {
    font-size: 14px;
}

.mona_html a {
    color: #e1e1e1;
    font-weight: 700;
}

.nav-dark .nav>li.header-divider {
    border-color: rgba(255, 255, 255, 0.1);
}

.nav>li.header-divider {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    height: 30px;
    vertical-align: middle;
    position: relative;
    margin: 0 7.5px;
}

button {
    color: #fff;
}

.nav>li.html {
    font-size: .85em;
}

.nav li:last-child {
    margin-right: 0 !important;
}

.nav>li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin: 0 7px;
    transition: background-color .3s;
}

.nav p {
    margin: 0;
    padding-bottom: 0;
}

.mona_html {
    font-size: 14px;
}

.mona_html a {
    color: #e1e1e1;
    font-weight: 700;
    text-decoration: none;
}

.mona_html a:hover {
    color: #fff;
}

@media screen and (max-width: 849px) {
    .medium-logo-center .flex-right {
        flex: 1 1 0;
        order: 3;
    }
}

@media (max-width: 849px) {
    [data-show="hide-for-medium"],
    .hide-for-medium {
        display: none !important;
    }
}

.flex-right {
    margin-left: auto;
}

.flex-col {
    max-height: 100%;
}

.nav-dropdown-default {
    padding: 20px;
}

.nav-dropdown {
    position: absolute;
    min-width: 260px;
    max-height: 0;
    z-index: 9;
    padding: 20px 0 20px;
    opacity: 0;
    margin: 0;
    transition: opacity .25s;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    border: 2px solid #ddd;
    color: #777;
    background-color: #fff;
    text-align: left;
    display: table;
}

.nav-dropdown>li.html {
    min-width: 260px;
}

.nav-dropdown li {
    display: block;
    margin: 0;
}

.nav p {
    font-size: 15px;
    margin: 0;
    padding-bottom: 0;
}

.nav>li.has-icon>a>i {
    min-width: 1em;
}
.nav span {
  color: rgba(255, 255, 255, 0.8);
  font-size:20px;
}
.nav>li>a>i {
    vertical-align: middle;
    transition: color .3s;
    font-size: 20px;
}


.mfp-hide {
    display: none !important;
}

.inner-padding {
    padding: 30px;
}

.text-center {
    text-align: center;
}

.uppercase {
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .05em;
}

h4 {
    color: #555;
    width: 100%;
    margin-top: 0;
    margin-bottom: .5em;
    text-rendering: optimizeSpeed;
    font-size: 1.125em;
}

.text-center .is-divider {
    margin-left: auto;
    margin-right: auto;
}

.is-divider {
    height: 3px;
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 1em 0 1em;
    width: 100%;
    max-width: 30px;
}

.relative {
    position: relative !important;
}

.container {
    padding-left: 30px;
    padding-right: 30px;
}

.container {
   max-width: 1630px;
}
/*@media (min-width: 1024px){*/
/*.container {*/
/*    max-width:1630px!important;*/
/*}*/
/*}*/


/*}*/
/*@media (min-width: 1200px){*/
/*.container {*/
/*    max-width:1230px!important;*/
/*}*/
/*}*/
.nav-dark .top-divider {
    display: none;
}

.top-divider {
    margin-bottom: -1px;
    border-top: 1px solid currentColor;
    opacity: 0.1;
}

.full-width {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex!important;
}

.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}

.header.transparent .header-bg-image {
    box-shadow: none;
    background-color: transparent;
    background-image: none !important;
}

.header-bg-image {
    background-position: 50% 0;
    transition: background .4s;
}

.header.transparent .header-bg-color,
.header.transparent .header-bottom {
    box-shadow: none;
    background-color: transparent;
    background-image: none !important;
}

.header-bg-color,
.header-wrapper {
    background-color: transparent;
}

.header.transparent .header-bg-color {
    box-shadow: none;
    background-color: transparent;
    background-image: none !important;
}

.header-bg-color {
    background-color: #383838;
}

.header-bg-color {
    background-position: 50% 0;
    transition: background .4s;
}

.header-bg-color {
    background-color: rgba(255, 255, 255, 0.9);
}

.logo-center .flex-right {
    order: 3;
    flex: 1 1 0;
}

.nav-right {
    justify-content: flex-end;
}

.has-icon>a>i {
    min-width: 1em;
}

.nav-dropdown-default {
    padding: 20px;
}

.nav-dropdown {
    position: absolute;
    min-width: 260px;
    max-height: 0;
    z-index: 9;
    padding: 20px 0 20px;
    opacity: 0;
    margin: 0;
    transition: opacity .25s;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    border: 2px solid #ddd;
    color: #777;
    background-color: #fff;
    text-align: left;
    display: table;
}

.nav-dropdown li {
    display: block;
    margin: 0;
}

.nav>li.has-icon>a>i {
    min-width: 1em;
}

.nav>li>a>i.icon-menu {
    font-size: 1.9em;
}

.nav>li>a>i {
    vertical-align: middle;
    transition: color .3s;
    font-size: 20px;
}


@media only screen and (min-width: 769px) and (max-width: 5000px) {
    .cart-item i {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
}

.nav-right {
    justify-content: flex-end;
}

.mfp-hide {
    display: none !important;
}

.inner-padding {
    padding: 30px;
}

.nav-dropdown-default {
    padding: 20px;
}

.nav-dropdown {
    position: absolute;
    min-width: 260px;
    max-height: 0;
    z-index: 9;
    padding: 20px 0 20px;
    opacity: 0;
    margin: 0;
    transition: opacity .25s;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    border: 2px solid #ddd;
    color: #777;
    background-color: #fff;
    text-align: left;
    display: table;
}

.nav-dropdown>li.html {
    min-width: 260px;
}

.nav-dropdown li {
    display: block;
    margin: 0;
}

.header-cart-title span {
    font-size: bolder;
    font-size: 16px;
}

.woocommerce-mini-cart__empty-message {
    font-size: 16px;
}
.nav-dropdown {
    padding: 20px;
    margin-left: -164px;
    text-align: center;
}
.sidebar {
    height: 100%;
    bottom: 0px;
    opacity: 1;
    left: -167px;
    max-height: inherit;
}

.sidebar li {
    display: block;
    margin: 0;
}

.sidebar {
    position: absolute;
    min-width: 260px;
    z-index: 9;
    opacity: 0;
    transition: opacity .25s;
    box-shadow: 1px 1px 15px rgba(107, 106, 106, 0.15);
   background-color: transparent;
}

.alert {
    width: 100%;
    height: 100%;
}
.arrow-up{
  width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid white;
}
.arrow-up {
    margin-left: 175px;
    display: flex;
    color: #555555;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.has-dropdown a:hover ul {
    opacity: 1;
}
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
    overflow: auto;
}
.overlay a {
    padding: 8px;
    padding-right: 20px;
    text-decoration: none;
    font-size: 36px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 42px;
}

@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }
    .overlay a {
        font-size: 20px
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 0;
        right: 0;
    }
}
a.closebtn{
  position: absolute;
    z-index: 99;
}
.menu-demo{
  padding-top:66px;
}
.menu-demo ul {
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    padding: 15px;
    line-height: 1.6;
}

.menu-demo li {
    list-style: none;
}
.menu-demo span{
  font-weight:100;
  font-size: 35px;
  color:rgba(255,255,255,0.8);
}
.menu-demo span:hover{
  color:#fff;
}
.menu-demo li a {
    padding: 6px 0;
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 35px;
}
.menu-demo li a:hover{
  color:#fff;
}
.menu-demo1 li a {
    padding: 6px 0;
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 15px;
}
.menu-demo1 li a:hover{
  color:#fff;
}


.accordion .fa .fa-angle-down {
    font-size: 20px;
    float: right;
}
.panel {
    padding: 0 18px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.col-innext2 {
    padding-top: 20px;
    padding-bottom: 40px;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    flex: 1 0 auto;
}
.social-icons {
    vertical-align: middle;
    font-size: .85em;
    color: #999;
    display: flex;
}

.full-width {
    font-size: 16px;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.text-center {
    text-align: center;
    justify-content: center;
}
a.icon:not(.button) {
    font-family: sans-serif;
    margin-left: .25em;
    margin-right: .25em;
    font-size: 25px;
}
.html .social-icons {
    font-size: 16px;
    font-weight: bold;
}
.header-inner{
  padding-left: 15px!important;
    padding-right: 15px!important;
}
/**/
/**/
.Notification-minicart {
    position: relative;
    display: none;
    height: auto;
}
.hovercartblock:hover .Notification-minicart {
    display: block;
    transition-delay: 1s;
}
.hovercartblock form {
    margin-bottom: 0em;
}
.flex-right a {
    padding-left: 20px;
    text-decoration: none;
    color: #fff;
}
.header-cart {
    font-size: 13px;
    font-weight: 700;
}
.index-cart {
    position: absolute;
    width: 274px;
    height: auto;
    background-color: white;
    right: -75px;
    top: 9px;
    z-index: 2;
    /*padding: 18px;*/
}
.flex-right p {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
}
.up-triangle-cart {
    position: absolute;
    right: 105px;
    top: -13px;
    width: 0;
    height: 0;
    border-bottom: 13px solid rgb(255, 255, 255);
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
}

.rightbot {
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/*.rightbot a:hover {*/
/*    color: #fff;*/
/*}*/
.rightbot p {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
}
.index-cart li {
    margin-right: 10px;
}
.imgproduc-hovercart {
    width: 70px;
}
.index-cart ul {
    margin: 0;
    padding: 0;
    display: flex;
}
.index-cart {
    position: absolute;
    width: 274px;
    height: auto;
    background-color: white;
    right: -75px;
    top: 9px;
    z-index: 2;
    padding: 18px;
}
.index-cart li a {
      font-size: 14px;
  padding-left: 20px;
    text-decoration: none;
    color: rgba(170, 155, 155, 0.85);
    margin: 0;
    padding: 0;
}
.imgproduc-hovercart img {
    width: 100%;
}
.nameproduc-hovercart a {
    color: #000;
    text-decoration: none;
}
.nameproduc-hovercart p {
    font-size: 13px;
}
.remuve-minicart {
    display: block;
    width: 24px;
    height: 24px;
    font-size: 15px;
    line-height: 23px;
    border-radius: 100%;
    color: #ccc;
    font-weight: bold;
    text-align: center;
    border: 2px solid currentColor;
}
.sum-minicart {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    color: #000;
    text-align: center;
}
.button-minicart {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
.button-minicart .wc-forward {
    display: flex;
    justify-content: center;
    align-items: center;
   background-color: #383838;
    color: #fff;
    font-weight: bolder;
    border: 0;
    height: 36px;
    margin: .5em 0 0;
    outline: none;
    font-size: 13px;
    width: 100%;
}
.button-minicart .wc-forward:hover {
   background-color: #383838;
    color: #fff;
}
.button-minicart .checkout-minicart{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c0c0c0;
    color: #fff;
    font-weight: bolder;
    border: 0;
    height: 36px;
    margin: .5em 0 0;
    outline: none;
    font-size: 13px;
    width: 100%;
}
.button-minicart .checkout-minicart:hover {
    background-color: #c0c0c0;
    color: #fff;
}
/*.rightbot a:hover {*/
/*   color: #fff;*/
/*}*/

.nameproduc-hovercart p {
    font-size: 13px;
}
.nameproduc-hovercart span{
  color:#777;
}
.rightbot a {
    padding-left: 20px;
    text-decoration: none;
    color: #fff;
}