.fixed {
    position: fixed;
    width: 100%;
    z-index: 5;
    background: #fff;
    height: 80px;
    top: 0;
}

.fixed .topicons-right, .fixed .top-stripe, .fixed .topicon span.topicon-text, .fixed .topicons-left .login .logout-link {
    display: none;
}

.fixed .topicons-left {
    right: 0;
    z-index: 1;
    margin-top: 30px;
    width: 230px;
}

.fixed .topicons-left .topicon {
    margin-top: 0;
    margin-right: 40px;
}

.fixed a#logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    line-height: 80px;
    margin: 0;
    padding: 0;
}

.fixed .menubar {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin-top: 0;
}

.fixed .menubar ul.nav li a {
    padding-bottom: 0;
    padding-top: 0;
}

.fixed .menubar ul.sub-menu {
    margin-top: 25px;
}

.fixed .mini-cart-wrapper {
    left: auto;
    right: 0;
}

.top-strip-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10001;
}

/*.topbar {
    position: static;
}*/

.topbar {
     /* position: fixed; */
    position: relative;
    width: 100%;
    z-index: 999;
    right: 0;
	top:0 !important;
    height: 70px;
/*    padding: 10px 0;*/
}
.topbar .topicons-container {
/*    padding-bottom: 10px !important;*/
}
ul.slides,.woocommerce { padding-top:105px; }
@media (min-width: 768px) {
    .woocommerce.logged-in.admin-bar {
        /* padding-top: 137px; */
        padding-top: 200px;
    }
}
.woocommerce-wishlist .woocommerce { padding-top:0px; }
/*.checkout ul.slides,.woocommerce { padding-top:38px; }*/
.top-stripe {
    padding: 5px 0 !important;
    /* position: fixed;
    top: 69px; */
    width: 100%;
/*    padding: 75px 0 0 0 !important;*/
}
/*.page-template-checkout .topbar {
    position: static;
}*/

@media screen and (max-width: 786px) {
    .fixed {
        display: none !important;
    }
}