/*
.column.main .content-top-blocks {
    flex-direction: column;
}

.content-top-blocks__left-block.works {
    margin-bottom: 2% !important; 
}

@media screen and (min-width: 768px), print {
    .content-top-blocks {
	margin-top: 0 !important;
    }
}

li.nav-item {
    border: none !important;
}

a.nav-anchor {
    padding: 0 !important;
}
*/
.top-container {
    display: none;
}
.fieldset.review-fieldset,
.attribute-description__content {
    padding: 20px;
}
.block.product-slider.crosssell {
    display: none;
}
.checkout-index-index .opc-estimated-wrapper .minicart-wrapper {
    display: none;
}
/* sidebar menu */
.page-layout-side-menu-layout .sidebar-main .ves-menu .navigation {
    box-shadow: none !important;
}
.page-layout-side-menu-layout .sidebar-main .ves-menu .navigation .ves-megamenu {
    width: 100%;
    display: flex !important;
    flex-direction: column;
    height: auto;
    box-shadow: none;
}
.page-layout-side-menu-layout .sidebar-main .ves-menu .navigation .ves-megamenu .nav-item.level0 > a {
    height: auto;
    margin: 8px 0;
    justify-content: left;
}
.page-layout-side-menu-layout .sidebar-main .ves-menu .navigation .ves-megamenu .nav-item.level0.active > a,
.page-layout-side-menu-layout .sidebar-main .ves-menu .navigation .ves-megamenu .nav-item.level0:hover > a {
    box-shadow: none !important;
}
.page-layout-side-menu-layout .sidebar-main .ves-menu .navigation .ves-megamenu .nav-item.level0:hover > a {
    text-decoration: underline;
}
@media (max-width:768px) {
    .logo {
        max-width: 120px !important;
    }
    .page-header .header.content {
        display: flex;
        justify-content: space-between !important;
        -webkit-box-shadow: inset 0px -1px 0px 0px rgba(241,241,242,1);
        -moz-box-shadow: inset 0px -1px 0px 0px rgba(241,241,242,1);
        box-shadow: inset 0px -1px 0px 0px rgba(241,241,242,1);
    }
    .nav-open .nav-sections {
        width: 100vw !important;
    }
    .nav-open #search,
    .nav-open .field.search,
    .nav-open .actions {
        display: none;
    }
    .nav-open .logo {
        visibility: hidden;
    }
    .nav-sections .nav-sections-items {
        color: #fff;
    }
}
@media (min-width: 768px){
    /* header & nav fixed top */
    header.page-header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
    }
    .sections.nav-sections {
        position: fixed;
        top: 72px;
        right: 0;
        left: 0;
        z-index: 700;
    }
    .usps {
        padding-top: 138px;
        border-bottom: 0;
        background-color: #fafafa;
    }
    /* header search position */
    header.page-header .block.block-search {
        display: inline-block;
        margin: 0 auto;
    }
    /* custom navigation changes*/
    .navigation {
        width: 100% !important;
        box-shadow: inset 0px -1px 1px 0px rgba(235,235,235,1);
    }
    .nav-sections {
        margin-bottom: 0 !important;
    }
    .nav-sections-item-content {
        background-color: #fff;
    }
    .nav-sections-item-content .ves-menu {
        box-shadow: inset 0px -1px 1px 0px rgba(235,235,235,1);
    }
    .ves-megamenu {
        background-color: #fff;
        width: 100% !important;
    }
    .block .ves-menu .ves-megamenu-mobile {
        background-color: #fff !important;
    }
    .ves-megamenu li.level0 > a {
        line-height: 1em !important;
        font-size: 1.5rem;
    }
    .ves-megamenu .nav-item.level0 {
        border-right: 0px !important;
    }
    .ves-megamenu .nav-item.level0.active > a,
    .ves-megamenu .nav-item.level0:hover > a {
        box-shadow: inset 0px -2px 0px 0px rgba(255,10,104,1);
    }
    .ves-megamenu .nav-item.level0 > .dropdown-menu {
        min-width: 100vw !important;
        width: 100vw !important;
        top: 134px !important;
        padding-top: 134px !important;
        z-index: 699 !important;
    }
    .ves-megamenu.menu-hover .subhover:hover .dropdown-menu {
        height: 100vh;
        padding: 10px !important;
        overflow: hidden;
    }
    .ves-megamenu .nav-item.level0 > a {
        color: #3c3c3c;
        font-family: 'Barlow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1.42857143;
        font-size: 1.5rem;
        height: 66px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 0 !important;
        overflow: hidden;
        white-space: nowrap;
        padding: 0 8px !important;
    }
    /* custom carousel changes*/
    .carousel-container {
        min-height: 60vh !important;
    }
    #banner-slider-carousel {
        min-height: 60vh !important;
    }
    .owl-carousel .owl-theme .owl-loaded .owl-drag {
        min-height: 60vh !important;
    }
    .owl-item {
        height: 60vh;
    }
    .banner-item .item-content {
        height: 60vh;
    }
    .fieldset.review-fieldset,
    .attribute-description__content {
        padding: 0;
    }
    .breadcrumbs {
        padding-left: 0 !important;
    }
}
@media (min-width: 1200px) {
    .navigation .ves-megamenu {
        display: flex;
        flex-direction: row;
        height: 66px;
        justify-content: space-evenly;
        box-shadow: inset 0px -1px 1px 0px rgba(235,235,235,1);
    }
    .ves-megamenu.menu-hover .subhover:hover .dropdown-menu {
        height: 65vh;
    }
    .ves-megamenu .nav-item.level0 > .dropdown-menu {
        top: 66px !important;
    }
    .ves-megamenu .dropdown-menu .content-wrap .megamenu-content {
        max-width: 1470px !important;
        margin: 0 auto;
        float: none !important;
    }
    .ves-megamenu .dropdown-menu .megamenu-footer {
        max-width: 1470px !important;
        margin: 0 auto;
        float: none !important;
    }

    .ves-megamenu .dropdown-menu .megamenu-footer a:hover,
    .ves-megamenu .dropdown-menu .megamenu-footer a.ui-state-focus {
        color: #ff0a68 !important;
        background: none !important;
    }
    .carousel-container {
        width: 100%;
        max-width: 1460px;
        margin: 0 auto;
    }
}
@media (min-width: 1440px) {
    header .kiyoh-rating {
        margin-right: 2em;
    }
    .ves-megamenu .nav-item.level0 > a {
        font-size: 1.6rem;
        padding: 0 15px !important;
    }
}
/* mobile webengine slider padding top*/
@media (max-width: 768px) {
    .bx-wrapper {
        padding-top:15px !important;
    }
}
/* mobile checkout alignment */
@media (max-width: 768px) {
    .checkout-container {
        margin-top: -16px !important;
    }
}

/* custom shop css */
/** hide all and display first x items */
.filter-options ol.items li.item { display: none; }
.filter-options ol.items li.item:nth-child(-n+3) { display: block; }

/* set span as link */
.filter-options span { color: #ff0a68; cursor:pointer; }
/* default show content */
div[data-role="ln_content"] { display: block !important; }
/* category to bottom */

/* search autocomplete */
#search_autocomplete {
    display: block;
    background: rgb(255, 255, 255);
    margin-top: 55px;
    border-radius: 4px;
    width: 100% !important;
}

#search_autocomplete ul li {
    color: #000;
    display: block !important;
}
/* mobile menu z-index */
@media (max-width: 768px) {
    .nav-open .nav-sections {
        z-index: 668 !important;
    }
}
/* related products search results */
#layer-product-list .search.results .block {
    padding-top: 90px;
    display: flex;
    flex-direction: row;
    margin-bottom: -60px;
}
#layer-product-list .search.results .block .title:after {
    content: ":";
}
#layer-product-list .search.results .block .item {
    margin: 0 1em;
}
#layer-product-list .search.results .block .item .count {
    margin-left: 0.5em;
}
#layer-product-list .search.results .products.wrapper {
    margin-top: 90px !important;
}
@media (min-width: 1440px) {
    /* related products search results */
    #layer-product-list .search.results .block {
        padding-top: 60px;
        display: flex;
        flex-direction: row;
        margin-bottom: -60px;
    }
    #layer-product-list .search.results .block .title:after {
        content: ":";
    }
    #layer-product-list .search.results .block .item {
        margin: 0 1em;
    }
    #layer-product-list .search.results .block .item .count {
        margin-left: 0.5em;
    }
    #layer-product-list .search.results .products.wrapper {
        margin-top: 60px !important;
    }
}
/* message notice */
.message.notice .block .title {
    margin: 11px 0 !important;
}
.message.notice .block .item {
    float: left !important;
    margin-right: 1em !important;
}
/* checkout progress bar */
@media (min-width: 768px){
    .opc-progress-bar {
        margin-top: 110px !important;
    }
}
/* product name */
.products.wrapper.grid.products-grid .products.list.items.product-items .item .product-item-info. .product-item-text .product.name.product-item-name a {
    top: 0px !important;
    right: 0px !important;
}