
/* ======================================================================== */
/* Source: /v2/public/css/shared/theme/screen.theme-white.css */
/* ======================================================================== */

/* Base: Variables
------------------------------------------------ */
:root {
    --lnb1-box-shadow-grey-lighter:0 0 9px #eee;
    --lnb1-box-shadow-grey-light:0 0 9px #ddd;
    --lnb1-box-shadow-grey:0 0 9px #ccc;
}

/* Global
------------------------------------------------ */
.layout-page{background:#fefefe;}

/* Base: Layout / Header - Defaults
------------------------------------------------ */
.layout-header .navbar .header-nav .item{color:#000;}
.layout-header .navbar .header-nav .item .item-title{color:#000;}

.layout-header .navbar .navbar-header .header-title .header-logo{background-image:url(/v2/public/img/shared/lnb1/logo-lenewblack-transparent-black-v2.svg);}

/* Base: Layout / Header - Scroll
------------------------------------------------ */
.layout-header--scroll .navbar{background:transparent;box-shadow:none;}

/* Base: Layout / Header - Fixed
------------------------------------------------ */
.layout-header--fixed .navbar{color:#000;background:#fff;border:0;box-shadow:0 0 5px #ccc;}
.layout-header--fixed .navbar .container{background:none;}
.layout-header--fixed .navbar .header-title .header-logo{background-image:url(/v2/public/img/shared/lnb1/logo-lenewblack-white-black.png);}

.layout-header--fixed .navbar .header-nav .item{color:#777;}
.layout-header--fixed .navbar .header-nav .item .item-title{font-weight:normal;color:#777;}

.layout-header--fixed .navbar .header-nav .item:hover .item-title{color:#000;background-color:#eee;}
.layout-header--fixed .navbar .header-nav .item-active .item-title{color:#000;}

.layout-header--fixed .navbar .header-nav .item-active .item-title .item-title-label .icon-cog{background-position:0 -40px;}
.layout-header--fixed .navbar .header-nav .item-active .item-title .item-title-label .icon-envelope{background-position:-20px -40px;}
.layout-header--fixed .navbar .header-nav .item-active .item-title .item-title-label .icon-shopping-cart{background-position:-40px -40px;}
.layout-header--fixed .navbar .header-nav .item-active .item-title .item-title-label .icon-user{background-position:-60px -40px;}

.layout-header--fixed .navbar-switcher .switcher-close-cta .switcher-cta-inner{background:#fff;box-shadow:0 0 5px #ddd;color:#000;}

/* Base: Layout / Footer
------------------------------------------------ */
.layout-footer{background:#fff;border-top:none;box-shadow:var(--lnb1-box-shadow-grey-lighter);}
.layout-footer a{color:#777;}
.layout-footer a:hover{color:#000;}

.layout-footer .dropdown-footer-language .dropdown-toggle:hover .language-label{color:#000;border-color:#000;}

/* Base: Layout / Documents
------------------------------------------------ */
.app-documents .layout-header .navbar{box-shadow:0 0 5px #000;}

.app-documents .layout-header .navbar .header-nav .item,
.app-documents .layout-header .navbar .header-nav .item .item-title{color:#000;}

.app-documents .layout-page .layout-header .view-switch .switch-item:hover{color:#000;}

/* Base: Layout / My wholesale office
------------------------------------------------ */
.app-mywholesaleoffice.tpl-index .section-dashboard .module-dashboard{box-shadow:var(--lnb1-box-shadow-grey-lighter);}

