#notification-bar {
    position: relative;
    text-align: center;
    background-color: #004567;
    color: white;
    line-height: normal;
    padding: .7em;
}

#notification-bar div.notification-close {
    cursor: pointer;
}

#notification-bar a,
#notification-bar a:hover {
    text-decoration: none;
    color: #fff;
}

#notification-bar {
    z-index: 98;
}

#notification-bar .notification-content {
    font-size: 0.8em;
}

header.header {
    font-family: "Open Sans Hebrew", "Helvetica Neue", Verdana, Arial, sans-serif;
}

header.header {
    position: relative;
    z-index: 999;
}

header.header .logo:hover {
    opacity: initial;
}

header.header .logo img {
    max-width: 8em;
}

header.header .x1 {
    height: 1.4em;
}

header.header .ws_n {
    white-space: nowrap;
}

header.header .customer {
    line-height: 1em;
}

header.header .cart_li {
    padding-right: 3.5em;
}

header.header .top_icons {
    line-height: 1em;
    top: 100%;
    left: 0;
    z-index: 100;
}

header.header .w_badge {
    position: absolute;
    top: 0.2em;
    right: -0.05em;
    left: 0;
    bottom: 0;
    text-align: center;
    margin: 0 -50% 0;
}

header.header .noempty {
    line-height: 1em;
    color: #fff;
    font-size: 0.8em;
    height: 1em;
    min-width: 1em;
    padding: 0.2em;
    display: inline-block;
    transform: scale(0.8);
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    -o-border-radius: 0.5em;
}

.btn.remove {
    position: absolute;
    top: 0;
    left: 10%;
    z-index: 50;
}

.header .header_bg {
    background: #ffffff;
}

.header .navigation {
    position: absolute;
    z-index: 99;
    top: 100%;
    background: #fff;
    width: 100%;
}

.header .logo img {
}

.header a {
    color: #000;
}

#header-nav nav.nav ul li {
    font-size: 1em;
    vertical-align: top;
    display: table-cell;
    width: 1%;
}

#header-nav nav.nav ul li.level1 {
    font-size: 1em;
    vertical-align: top;
    display: table-cell;
    width: 100%;
}

#header-nav nav.nav ul li.active {

}

#header-nav .level0.active a.level0 {
    border-bottom: 1px solid #000;
    font-weight: bold;
}

#header-nav .level0.active.noborder a.level0 {
    border-bottom: none !important;
}

#header-nav .subchild_hide {
    width: 100% !important;
    line-height: 0.7em;
}

#header-nav .d_table {
    display: table;
    table-layout: fixed;
}

#header-nav .subchild_show img {
    max-width: 5em;
}

#header-nav.skip-active .level0.active a.level0 {
    border-bottom: none !important;
}

#header-nav nav.nav a {
    color: #222;
    white-space: nowrap;
}

#header-nav nav.nav li.level0 > a {
    padding: 1em;
    display: inline-block;
    font-weight: 400;
}

#header-nav .sub_menu a {
    font-size: 0.9em;
    padding: .25em;
    display: block;
}

#header-nav .level2 ol li {
    display: block !important;
    padding: 0 !important;
}

.nav-primary li.level0.has-children ul.level0 {
    -webkit-transition: all .2s;
    transition: all .2s;
    display: block;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0%);
}

.nav-primary:after {
    -webkit-transition: all .2s;
    transition: all .2s;
    content: '';
    visibility: hidden;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    opacity: 0;
    filter: alpha(opacity=0%);
}

.nav-primary li.level0.has-children.menu-active ul.level0 {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100%);
}

.nav-primary.child-menu-active.child-has-children:after {
    visibility: visible;
    opacity: 0.8;
    filter: alpha(opacity=80%);
}

.navigation.fixed input[type="search"] {
    background: transparent;

}

.sub_category {
    max-width: 10em;
}

.nav-primary li.level0 ul {
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    z-index: 10;
    display: none;
}

.nav-primary li.menu-active > ul {
    display: block;
}

.nav-primary li.level0 ul .sub_menu {
    text-align: right;
    background: #ffffff;
    display: block;
}

.nav-primary li.level0 ul .sub_menu .border.decor span {
    line-height: inherit;

}

.nav-primary li.level0 .sub_category {
    max-width: 10em;
}

/* ============================================ *
 * Navigetion fixed
 * ============================================ */

.navigation.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    border-top: 0;
    /* box-shadow: 0 0 5px 0 #cccccc; */
    margin: auto;
}

.navigation.fixed #nav {
    /*padding: 0 2em;*/
}

.skip-cart.fixed {
    position: fixed;
    top: 1em;
    left: 1em;
    z-index: 999;
}

.login.fixed {
    position: fixed;
    top: 1em;
    right: 1em;
    z-index: 999;
}

.header {
    margin-bottom: 3.5em;
}

.header.with-static-nav {
    margin-bottom: 0;
    background-color: #ffffff;
}

#header-nav li.has-static-nav ul.level0 {
    display: none !important;
}

.static-nav.blur {
    opacity: .5;
}

@media only screen and (max-width: 767px) {
    .header.with-static-nav {
        margin-bottom: 0;
    }

    #header-nav li.has-static-nav ul.level0 {
        display: block !important;
    }

    #header-nav .level1.has-static-nav > a {
        display: none;
    }
}

/*
.header.header_above{
  margin-bottom: 0;
}
*/

/* ============================================ *
 * Card
 * ============================================ */

#header-cart.skip-active {
    background: #FFFFFF;
    display: block;
    position: absolute;
    z-index: 100;
    left: 0;
    right: auto;
    margin: 1em 0 0 0;
    width: 100%;
    width: 24em;
    box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
}

#header-cart.skip-active.fixed {
    position: fixed;
    margin: 0;
}

#header-cart .block-subtitle {
    border-color: #eee;
}

#header-cart .close {
    position: absolute;
    top: 1.3em;
    right: 1.3em;
}

#header-cart .close .x1 {
    height: 1em;
}

#header-cart .quantity-button {
    opacity: 0;
    cursor: default;
}

#header-cart .quantity-button.visible {
    opacity: 1;
    cursor: pointer;
}

#header-cart #cart-sidebar .last {
    border: none;
}

#header-cart .block-content {
    background: #f6f6f6;
}

.minicart_dim {
    opacity: 0.5;
    color: #aaa;
}

.minicart-wrapper {
    max-width: 450px;
}

.dim {
    z-index: 999;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: #999;
    opacity: 0.5;
}

.dashboard {
    background: #eee;
}

.customer_dashboard .is_active {
    border: 1px solid #ddd;
    border-bottom: 0;
    background: #fff;
    margin: -1px;
}

/* ============================================ *
 * Breadcrumbs
 * ============================================ */
.breadcrumbs {
    margin: 0.5em 0;
}

.breadcrumbs ul li {
    font-size: 0.8em;
    display: inline;
    color: #ddd;
}

.breadcrumbs ul li a {
    color: inherit;
}

.breadcrumbs span {
    display: inline-block;
    margin-bottom: -0.4em;
    padding: 0 0.2em;
}

.breadcrumbs span:after {
    content: "";
    border-bottom: 1px solid #ddd;
    width: 1.2em;
    display: block;
    margin-top: -10px;
}

@media only screen and (min-width: 1200px) {
    .top_icons.fixed {
        position: fixed;
        margin-left: -.5em;
    }

    .header.with-static-nav .navigation:not(.fixed) {
        position: static;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    #header-nav nav.nav li.level0 > a {
        padding: 1em 0em;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1199px) {
    #productivity-panel {
        display: none;
    }

    header.header {
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
        left: 0;
        background: #fff;
        background: rgba(255, 255, 255, 0.9);
        border: 0;
        margin: auto;
        box-shadow: 0 .3em .1em rgba(150, 150, 150, 0.05);
    }

    .header_wrap {
        height: 3.4em;
    }

    .header .logo img {
        width: 6em;
        height: auto;
        max-height: initial;
        z-index: 99;
    }

    .skip-content {
        display: none;
    }

    #header-nav.skip-content {
        -webkit-transition: all .5s;
        transition: all .5s;
        display: none !important;
        visibility: hidden !important;
        opacity: 0;
        filter: blur(2em);
        -webkit-filter: blur(2em);
    }

    #header-nav.skip-content.skip-active {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        filter: initial !important;
        -webkit-filter: initial !important;
    }

    #header-nav.skip-content {
        opacity: 0;
        filter: blur(2em);
        -webkit-filter: blur(2em);
        position: fixed;
        top: 3.5em;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        vertical-align: middle;
        /*background: #fff url(../../images/nav_bg.jpg) center center;*/
        background: #fff;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    #nav {
        display: table;
        padding: 6em 0 2em;
        width: 100%;
        min-height: 102%;
    }

    .nav-primary li.level0.has-children ul.level0 {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100%);
    }

    .nav-primary li.level0 ul {
        position: relative;
    }

    #header-nav ul, #header-nav li {
        display: block !important;
        white-space: initial !important;
        width: 100% !important;
        padding: 0 !important;
        font-size: 1em !important;
    }


    #header-nav ul {
        display: table-cell !important;
        vertical-align: middle !important;
    }

    #header-nav li {
        width: 100%;
    }

    #header-nav a {
        font-size: 1.1em !important;
        padding: 1em !important;
    }

    #header-nav ul ul {
        display: block !important;
    }

    #header-nav ul .sub_menu {
        background: rgba(199, 199, 199, 0.3);
        display: none;
    }

    #header-nav ul .sub_menu strong {
        font-weight: normal !important;
    }

    #header-nav ul .sub_menu img {
        display: none !important;
    }

    .toolbar .view-mode > label {
        display: none;
    }

    #header-account.skip-active {
        width: 100%;
        max-width: none;
    }

    #header-cart.skip-active {
        width: 100%;
        max-width: none;
    }

    .navigation.fixed {
        z-index: 1111;
    }

    #header-cart.skip-active {
        top: 100%;
    }

    #header-cart.skip-active.fixed {
        left: 0;
        right: 0;
    }

}

.level0 a[style*="icon"]:before {
    content: '1';
    width: 1.6em;
    height: 1.6em;
    background: red;
    border-radius: 50%;
    font-size: 0.7em;
    vertical-align: middle;
    margin: -1.4em .4em 0 0;
    display: inline-block;
    color: #fff;
    /*border: 0.1em solid #aaa;*/
    line-height: 1.6em;
}

@media only screen and (max-width: 320px) {
    header.header .top_icons {
        float: left;
        width: 39%;
    }

    .header_bg .container > .sp_w_30 {
        width: 25%;
    }

    .header_bg .container .sp_w_35:first-child {
        width: 30%;
    }

    header.header .logo img {
        max-width: 6em;
    }
}

@media only screen and (max-width: 767px) {
    .catalog-product-view .header_wrap.not-button {
        height: 3.4em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .header.with-static-nav {
        margin-bottom: 0;
    }

    .header.with-static-nav .navigation {
        top: 3.7rem;
    }

    .header.with-static-nav:not(.skip-nav-active) .navigation {
        display: none;
    }

    .header.with-static-nav:not(.skip-nav-active) .header_bg {
        border-bottom: 2px solid #ddd;
    }

    body.has-static-nav .header_wrap {
        height: auto;
    }

    body.has-static-nav header.header {
        position: relative;
    }
}