#yt_header .yt-header-under .yt-header-under-wrap {

}

#nav > li:nth-child(5n) {
    clear: left;
}

.yt-menu-container-home,
.yt-menu-container {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 41px;
    z-index: 101;
    background-color: #191558;
}

.yt-menu-container-home.-open,
.yt-menu-container.-open {
    overflow: visible;
    height: auto;
}

.yt-menu-container-home:before,
.yt-menu-container-home:after,
.yt-menu-container:before,
.yt-menu-container:after {
    content: '';
    position: absolute;
    top: 47px;
    height: calc(100% - 47px);
    background-color: inherit;
    width: 100vw;
}

.yt-menu-container-home:before,
.yt-menu-container:before {
    right: 100%;
}

.yt-menu-container-home:after,
.yt-menu-container:after  {
    left: 100%;
}

.nav-toggle-button {
    display: inline-block;
    color: #191558;
    border-radius: 3px;
    padding: 4px 10px;
    z-index: 6;
    font-size: 13px;
    text-transform: uppercase;
    background: #FFF;
    border: 1px solid #FFF;
}

.nav-toggle-button:hover {
    background: transparent;
    color: #FFF;
}

#nav > li > a {
    display: inline-block;
}

.sm-serachbox-pro {
    position: relative;
    z-index: 101;
}

.block-home-list {
    padding: 50px 0;
}

.block-home-list .toolbar-bottom .toolbar {
    margin: 0;
}

.btn-proceed-checkout {
    font-size:24px!important;
    background:#191558!important;
    line-height:36px!important;
    height:36px!important;
}