.promotion-item .title-area {
  display:none;
}

/* large displays */
@media (min-width: 1199px){

.categories-navbar {
   display: none;
}

.promotion-item .main {
   display: none;
}

.categories-sidebar .category-title .category-name .truncate {
    display: none;
}

.header .header-stripe .menu-icon-container {
    display: block;
}

.header-stripe .right-icons .currency {
   display: none;
}

.header .header-stripe .right-icons .culture {
    display: none;
}

span.featured-products a.featured-products-link {
    display:none;
}

div.column .category .featured-products-category-item {
    display:none;

}




/*Left menu-called drawer-wrapper */

.header .header-stripe .drawer-wrapper, .header .header-stripe .menu-icon-container {
    display: flex;
}

.header .header-stripe .drawer-wrapper .signout {
    display: flex;
    height: 60px
}

.header .header-stripe .drawer-wrapper .signout .info>.title {
    display: none!important;
}

.header .header-stripe .drawer-wrapper .culture, .header .header-stripe .drawer-wrapper .currency {
    position: relative;
    right: auto;
}

.switcher {
    padding: 10px 20px;
    margin: 0;
    width: 100%;
    background: var(--color-fill);
    order: 2;
    cursor: default;
    height: auto
}

.switcher .selected-block .label-selected {
    display: inline;
    font-size: inherit;
    color: inherit;
}

.header .header-stripe .drawer-wrapper .categories-sidebar {
display: flex;
}

}

.header .header-stripe .drawer-wrapper {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    position: fixed;
    top: 0;
    background: #fff;
    width: 300px;
    height: 100%;
    z-index: 3;
    box-shadow: 0 4px 11px 0 rgba(0,0,0,.5);
    overflow-x: hidden;
    color: var(--text-color-ultra-dark);
}

.home .categories-wrapper {
    display: inline-block;
}

.home .featured-products-wrapper {
    display: none;
}

.navigation-menu .category-panel .featured-products .featured-products-link {
   display: none;
}

.promotion-item .button {
   display: none;
}



/* Small devices */
@media (min-width: 601px) {
    #fullpage {
        margin: auto;
        width: 1170px;
        position: relative;
        margin-top: 80px;
    }
    iframe#legacy-iframe{
        top: 130px;
    }
}

@media (max-width: 1199px) {
    .header .header-stripe .logo-wrapper .logo {
        max-height: calc(var(--header-height-mobile) - var(--header-padding-mobile)* 1.5);
}

.header .header-stripe .right-icons {
        position: absolute;
}
}

/* WIDGET */
@media (max-width: 800px) {
.bannerImage {
   max-height: calc(var(--header-height-mobile) - var(--header-padding-mobile) * 0.6);
   display: block;
   margin-left: auto;
   margin-right: auto;
}
}



/* Login page background 
.ustore_Login, .ustore_Login #bodyarea, .ustore_Login #bodyarea .mainareaFullWidth  {
    background-color: #002D5C;
    height: 100vh;
}*/