/* Navbar global */

header > nav {
    background-color: #fff !important;
}

header > nav  > .container .navbar-collapse {
    max-height: none;
}

header > nav .nav.navbar-nav {
    -webkit-transition: height 0.2s linear;
    transition: height 0.2s linear;
}

/* Navbar logo */

header > nav .navbar-header a.navbar-brand {
    height: 80px;
    width: 80px;
    margin: 10px 10px 10px 0;
    padding: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media screen and (max-width: 991px) {
    header > nav .navbar-header a.navbar-brand {
        margin: 0 10px;
    }
}

@media screen and (min-width: 992px) {
    header.mini nav .navbar-header a.navbar-brand {
        height: 60px;
        width: 60px;
    }
}

header > nav .navbar-header a.navbar-brand > img {
    height: 100%;
    width: 100%;
}

header > nav #cartViewer .subMenuWrap.mini > .container {
    overflow-y: visible;
}

header > nav #cartViewer .subMenuWrap.mini > .container > .wrapper {
    max-height: 550px;
    overflow-y: auto;
}

/* Navbar mobile actions */

header > nav .navbar-header .mobile-actions {
    display: none;
    float: right;
    margin: 0 20px;
}

header > nav .navbar-header .mobile-actions li {
    display: block;
    height: 80px;
    line-height: 80px;
    width: 40px;
    margin: 0;
    float: left;
    text-align: center;
}

header > nav .navbar-header .mobile-actions li#cartViewerMobile {
    width: 50px;
}

header > nav .navbar-header .mobile-actions li > a {
    color: rgb(156, 165, 186);
    font-size: 2em;
}

header > nav .navbar-header .mobile-actions li.menu-search > a {
    font-size: 1.6em;
}

@media screen and (max-width: 991px) {
    header > nav .navbar-header .mobile-actions {
        display: block;
    }
}

header > nav .navbar-header .navbar-toggle {
    display: inline-block;
    height: 100% !important;
    float: none;
    margin: 0;
    border: 0;
    background-color: transparent !important;
}

header > nav .navbar-header .navbar-toggle > .icon-bar {
    background-color: rgb(156, 165, 186);
}

/* Navbar collapse */

header > nav .navbar-nav.navbar-main {
    max-height: 100px;
}

header > nav .navbar-nav > li {
    position: static;
}

header > nav .navbar-nav > .nav-item > a {
    position: relative;
    display: block;
    padding: 0 15px;
    line-height: 100px;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    text-align: center;
    cursor: pointer;
    color: #060606;
    background-color: transparent !important;
}

@media screen and (min-width: 992px) {
    header > nav .navbar-nav > li > a > span {
        padding: 15px 0;
    }
}

header > nav .navbar-nav > .active > a {
    color: #df000a !important;
}

header > nav .navbar-nav > li.menu-selection > a:hover {
    color: #9ac127 !important;
}

header > nav .navbar-nav > .icon-close {
    display: none;
}

@media screen and (max-width: 1199px){
    header > nav .navbar-nav > .nav-item > a {
        font-size: 12px;
        padding: 0 5px;
    }
}

@media screen and (max-width: 991px) {
    header > nav .navbar-collapse {
        padding: 0;
    }
    header > nav .navbar-nav.navbar-main {
        padding-top: 18px;
        padding-left: 12%;
        height: auto;
    }
    header > nav .navbar-nav > .icon-close,
    header > nav .subMenuWrap > .container > .mobile-title > i {
        position: absolute;
        display: block;
        width: 48px;
        line-height: 48px;
        top: 5px;
        right: 15px;
        color: rgb(156, 165, 186);
        font-size: 1.5em;
        font-weight: 700;
        cursor: pointer;
        text-align: center;
    }
    header > nav .subMenuWrap > .container > .mobile-title > i {
        font-size: 0.8em;
    }
    header > nav .navbar-nav.navbar-right {
        display: none;
    }
    header > nav .navbar-nav > .nav-item > a {
        display: inline-block;
        line-height: 40px;
        font-size: 1.2em !important;
        font-weight: 700;
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    header > nav .navbar-nav > .icon-close,
    header > nav .subMenuWrap > .container > .mobile-title > i {
        top: 24px;
    }
}

@media screen and (min-width: 992px) {
    header.mini nav .navbar-nav > .nav-item > a {
        height: 80px;
        line-height: 80px;
    }
}

header > nav .navbar-nav.navbar-right > li.menu-selection #wishlist_product_template {
    display: none;
}

header > nav .navbar-nav.navbar-right > li.menu-selection > a small {
    font-size: 12px;
    font-weight: 400;
}

header > nav .navbar-nav.navbar-right > li.menu-selection > a i,
header > nav .navbar-nav.navbar-right > li.menu-selection > a small {
    vertical-align: middle;
}

header > nav .navbar-nav.navbar-right > li > a {
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    width: 40px;
    line-height: 50px;
    text-align: center;
    margin: 25px 0;
    color: #9ca5ba !important;
    padding: 0;
}

header > nav .navbar-nav.navbar-right > li.menu-selection > a {
    padding: 0;
    border: 0;
}

header > nav .navbar-nav.navbar-right > li.menu-selection > a.btn-heart{
    margin: 25px 10px;
}

header > nav .navbar-nav.navbar-right > li.menu-selection > a.btn-heart > span{
    padding: 15px 15px 11px 15px;
}

@media screen and (min-width: 992px) {
    header.mini > nav .navbar-nav.navbar-right > li > a {
        margin: 15px 0;
    }
    header.mini > nav .navbar-nav.navbar-right > li.menu-selection > a.btn-heart{
        margin: 15px 10px;
    }
}

header > nav .navbar-nav.navbar-right > li.menu-search {
    position: relative;
}

header > nav .navbar-nav.navbar-right > li.menu-search > a {
    font-size: 14px;
    border: 2px solid #edeff6;
    border-radius: 0;
    background-color: #fff;
}

header > nav .navbar-nav.navbar-right > li.menu-search .inputSearch {
    height: 50px;
    width: 150px;
    border: 2px solid #edeff6;
    border-right: 0;
    box-shadow: unset;
    padding-left: 5px;
}

header > nav .subMenuWrap {
    position: absolute;
    top: 80px;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    border: 0;
    opacity: 0;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .13);
    transition: opacity 0.3s ease-in;
}

header > nav .subMenuWrap.mini {
    background-color: transparent;
    box-shadow: none;
    pointer-events: none;
    border: 0 !important;
}

header > nav .subMenuWrap.mini > .container {
    padding: 0;
    max-height: 550px;
    overflow-y: auto;
}

header > nav .subMenuWrap.mini > .container > .wrapper {
    background-color: #fff;
    float: right;
    padding: 5rem;
    max-width: 50%;
    pointer-events: all;
    border: 2px solid #e7e7e7;
}

@media screen and (max-width: 991px) {
    header > nav .nav > li.has-submenu.active > .subMenuWrap {
        z-index: 1000;
        height: auto;
        opacity: 1;
        border-top: 2px solid #e7e7e7;
    }
}

@media screen and (min-width: 992px) {
    header:not(.mini) > nav .subMenuWrap {
        top: 100px;
    }
    header > nav .nav > li.has-submenu:hover > .subMenuWrap,
    header > nav .nav > li.has-submenu.hover > .subMenuWrap {
        z-index: 1000;
        height: auto;
        opacity: 1;
        border-top: 2px solid #e7e7e7;
        overflow: visible;
    }
}

header > nav .subMenuWrap > .container {
    width: 100%;
    max-width: 1194px;
    padding: 15px 0;
}

header > nav .subMenuWrap > .container > .mobile-title {
    display: none;
}

@media screen and (max-width: 991px) {
    header > nav .collapse.in {
        position: relative;
    }
    header > nav .subMenuWrap {
        top: 0;
        border: 0 !important;
        box-shadow: unset;
    }
    header > nav .nav > li.has-submenu.active > .subMenuWrap {
        height: 100%;
        width: 100%;
    }
    header > nav .nav > li.has-submenu.active > .subMenuWrap > .container {
        width: auto;
        margin: 0 30px;
    }
    header > nav .subMenuWrap > .container > .mobile-title {
        display: block;
        margin-bottom: 15px;
        line-height: 20px;
        font-size: 1.4em;
        font-weight: 700;
    }
}

header > nav .nav > div.background {
    position: absolute;
    width: 100%;
    height: 0;
    top: 100px;
    left: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out, height 0s linear 0.5s;
    -ms-transition: opacity 0.5s ease-in-out, height 0s linear 0.5s;
    transition: opacity 0.5s ease-in-out, height 0s linear 0.5s;
}

header > nav .nav li.has-submenu:hover ~ div.background {
    -webkit-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    height: 2000px;
    opacity: 0.6;
}

@media screen and (max-width: 991px) {
    header > nav .nav > div.background {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    header > nav .nav > li.has-submenu.active > .subMenuWrap > .container {
        margin: 19px 30px 0 0;
        padding-top: 18px;
        padding-left: 12%;
    }
}

header > nav .subMenuWrap > .container a.item {
    display: inline-block;
    width: 23%;
    margin: 1%;
    vertical-align: top;
}

header > nav .subMenuWrap > .container > .left-side {
    float: left;
}

header > nav .subMenuWrap > .container > .right-side {
    float: right;
}

header > nav .subMenuWrap > .container > .col-1 {
    width: 25%;
    max-width: 298px;
}

header > nav .subMenuWrap > .container > .col-1 a.item {
    width: 92.25%;
    margin: 3.75%;
}

header > nav .subMenuWrap > .container > .col-2 {
    width: 50%;
    max-width: 596px;
}

header > nav .subMenuWrap > .container > .col-2 a.item {
    width: 45.8%;
    margin: 2.1%;
}

header > nav .subMenuWrap > .container > .col-3 {
    width: 75%;
    max-width: 894px;
}

header > nav .subMenuWrap > .container > .col-3 a.item {
    width: 30.75%;
    margin: 1.25%;
}

header > nav .subMenuWrap > .container a.item > .header {
    overflow: hidden;
    position: relative;
}

header > nav .subMenuWrap > .container a.item > .header > h2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    text-shadow: 0px 1px 4px #000000;
}

@media screen and (max-width: 991px) {
    header > nav .subMenuWrap > .container a.item h2,
    header > nav .subMenuWrap > .container a.item h3 {
        font-size: 1em !important;
    }
}

@media screen and (max-width: 767px) {
    header > nav .subMenuWrap > .container > .col-2 {
        width: 100%;
        max-width: 100%;
    }
    header > nav .subMenuWrap > .container a.item {
        width: 100% !important;
        margin: 0 !important;
    }
    header > nav .news-menu > .subMenuWrap > .container a.item > .header {
        display: none;
    }
    header > nav .subMenuWrap > .container a.item > .header {
        height: 35px;
    }
    header > nav .subMenuWrap > .container a.item > .header > h2 {
        text-transform: none;
        color: #000;
        text-shadow: unset;
        font-weight: normal;
        text-align: left;
    }
}

header > nav .subMenuWrap > .container a.item > .header > img {
    width: 100%;
    -moz-transition: transform 2s ease-in-out, filter 1s ease-in-out;
    -webkit-transition: transform 2s ease-in-out, filter 1s ease-in-out;
    transition: transform 2s ease-in-out, filter 1s ease-in-out;
}

header > nav .subMenuWrap > .container a.item:hover > .header > img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

}

header > nav .subMenuWrap > .container a:hover > .header.dark > img {
    -moz-filter: brightness(50%);
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}

@media screen and (max-width: 767px) {
    header > nav .subMenuWrap > .container a.item > .header > img {
        display: none;
    }
}

header > nav .subMenuWrap > .container a.item > .desc {
    font-size: 13px;
    line-height: 22px;
    color: #8a999f;
}

@media screen and (max-width: 991px) {
    header > nav .subMenuWrap > .container a.item > .desc {
        display: none;
    }
}

header > nav .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    color: #060606;
}

header > nav .titleTop {
    margin-left: 10px;
    margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
    header > nav .titleTop {
        font-size: 1.2em;
        margin-top: 0;
        margin-bottom: 15px;
    }
}

header > nav .listProducts {
    display: table-cell;
    vertical-align: top;
}

header > nav .listProductsLeft {
    width: 240px;
    padding: 0 13px 0 7px;
    border-left: 0;
}

header > nav .listProductsCenter {
    width: 225px;
    padding: 0 10px 0 20px;
}

header > nav .listProducts > ul {
    padding-top: 20px;
}

header > nav .listProducts > ul.marginFirst li a {
    font-size: 13px;
}

header > nav .listProducts a {
    font-size: 13px;
    line-height: 2;
    vertical-align: middle;
    color: #8a999f;
}

header > nav .listProducts a:focus,
header > nav .listProducts a:hover {
    color: #4e626a;
}

header > nav .listProducts a:before {
    content: '> ';
}

header > nav .listProducts .New {
    overflow: hidden;
    margin-left: 5px;
    vertical-align: middle;
    color: #fff;
    background: #df000a;
}

header > nav .MenuNews {
    width: 385px;
    padding: 0 10px 0 20px;
}

header > nav .MenuNews a {
    font-size: 0;
    display: block;
    clear: both;
    overflow: hidden;
    padding-top: 30px;
    cursor: pointer;
}

header > nav .MenuNews li:first-child a {
    padding-top: 0;
}

header > nav .MenuNews a img {
    float: left;
    width: 103px;
    height: 63px;
}

header > nav .MenuNews a .title {
    font-size: 15px;
    font-weight: 600;
    margin-top: -2px;
    margin-bottom: 4px;
    padding-left: 125px;
    text-transform: uppercase;
}

header > nav .MenuNews a .desc {
    font-size: 12px;
    line-height: 14px;
    display: block;
    padding-left: 125px;
    color: #535e62;
}

header > nav .MenuNews a:hover .desc,
header > nav .MenuNews a:hover .title {
    color: #df000a;
}

header > nav .menuSearchArea {
    padding: 0 10%;
}

@media screen and (max-width: 991px) {
    header > nav .menuSearchArea {
        padding: 0;
    }
}

header > nav .menuSearchArea .sublinks {
    padding-bottom: 5px;
}

header > nav .menuSearchArea .sublinks:hover .input-group-addon,
header > nav .menuSearchArea .sublinks:hover a.icoLink {
    color: #9ac127;
}

header > nav .menuSearchArea .inputMagnify {
    margin: 15px 0 30px 10px;
}

header > nav .menuSearchArea a.icoLink {
    font-size: 12px;
    line-height: 21px;
    display: block;
    margin: 0;
    padding: 0 12px 0 0;
    color: #b2b6bf;
}

header > nav .subMenu .currentStores {
    width: 435px;
    padding: 0 20px 0 17px;
}

header > nav .subMenu .currentStoresList {
    padding: 10px 0 5px;
}

header > nav .subMenu .currentStoresList li:first-child a {
    padding-top: 15px;
}

header > nav .subMenu .currentStoresList li a {
    font-size: 0;
    display: block;
    clear: both;
    overflow: hidden;
    padding-top: 30px;
    cursor: pointer;
}

header > nav .subMenu .currentStoresList li:first-child a {
    margin-bottom: 0;
}

header > nav .subMenu .currentStoresList img {
    float: left;
    width: 103px;
    height: 63px;
}

header > nav .subMenu .currentStoresList .desc {
    font-size: 12px;
    line-height: 16px;
    display: block;
    color: #535e62;
}

header > nav .subMenu .currentStoresList .desc,
header > nav .subMenu .currentStoresList .title {
    padding-left: 110px;
}

header > nav .subMenu .currentStoresList .uppercase {
    font-weight: 600;
    line-height: 16px;
    display: block;
    margin-top: -2px;
    margin-bottom: 2px;
    text-transform: uppercase;
    color: #060606;
}

header > nav .subMenu .currentStoresList a:hover .desc,
header > nav .subMenu .currentStoresList a:hover .uppercase {
    color: #df000a;
}

header > nav .subMenu .currentStoresList strong {
    line-height: 16px;
    display: block;
}

header > nav .news .newsList {
    margin: 0;
    padding: 0;
}

header > nav .news .newsList .news-list-item {
    overflow: hidden;
    padding-top: 18px;
}

header > nav .news .newsList .news-list-item:first-child {
    padding-top: 0;
}

header > nav .news .newsList .news-list-item a {
    display: block;
    overflow: hidden;
}

header > nav .news .newsList .img {
    font-size: 0;
    float: left;
    width: 103px;
    height: 63px;
    margin-right: 10px;
    padding-top: 1px;
    padding-top: 2px;
}

header > nav .news .newsList .img img {
    width: 103px;
    height: 63px;
}

header > nav .news .newsList .info {
    overflow: hidden;
}

header > nav .news .newsList .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 4px;
    margin-left: 0;
    text-transform: uppercase;
    color: #060606;
}

header > nav .news .newsList a:hover .desc,
header > nav .news .newsList a:hover .title {
    color: #df000a;
}

header > nav .news .newsList .desc {
    font-size: 12px;
    line-height: 14px;
    color: #535e62;
}

header > nav .news .scrollPane {
    z-index: 9;
    bottom: 10px;
    height: 225px;
}

header > nav .news .jspPane {
    position: absolute;
}

header > nav .news .jspContainer {
    position: relative;
    overflow: hidden;
}

header > nav .news .jspVerticalBar {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 11px;
    height: 100%;
}

header > nav .news .jspTrack {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 1px;
    cursor: pointer;
    background: url("/img/front/scrollpanel_drag.png") repeat-y;
}

header > nav .news .jspDrag {
    position: absolute;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    background: url("/img/front/scrollpanel_track.png") no-repeat 50%;
}

header > nav .news .jspCap {
    display: none;
}

header > nav .news .newsList li a:hover .desc {
    color: #df000a;
}

header > nav .input-group-addon {
    font-size: 16px;
    padding: 0 12px;
    color: #b2b6bf;
    border: none;
    border-radius: 0;
    background-color: #fff;
}

header > nav .buttonSearch {
    font-weight: 600;
    line-height: normal;
    border: solid 2px #edeff6;
    border-left: none;
    border-radius: 0;
    background-color: #fff;
}

header > nav .menuSearchArea .buttonSearch {
    height: 40px;
    width: 40px;
    line-height: 38px;
    vertical-align: middle;
    padding: 0;
    color: #df000a;
}

header > nav .navbar-nav.navbar-right .buttonSearch {
    font-weight: 600;
    height: 50px;
    width: 50px;
    line-height: 48px;
    text-align: center;
    padding: 0;
    color: #9ca5ba;
}

header > nav .inputSearch {
    height: 50px;
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    color: #8a999f;
    border: solid 2px #edeff6;
    border-right: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

header > nav .menu-search-form {
    position: absolute;
    top: 50%;
    right: 0;
    display: none;
    width: 200px;
    transform: translateY(-50%);
}

@media screen and (max-width: 991px){
    nav .mobile-actions li.active{
        border-bottom: solid 2px rgb(156, 165, 186);
    }
    nav .mobile-actions li a{
        padding: 0;
    }
    html body .mobile-actions .menu-search input.mobile{
        display: block !important;
    }
    header > nav .menu-search-form{
        top: 81px;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        height: 80px;
        max-width: none;
        width: 100%;
        background-color: #fff;
    }
    header > nav .menu-search-form.collapse.in{
        position: absolute;
        border: none;
    }
    header > nav .menu-search-form.collapsing{
        border: none;
    }
    header > nav .menu-search-form .input-group{
        display: block;
    }
    header > nav .menu-search-form .input-group-btn{
        display: none;
    }
    #as-results-topSearch + .icon-close,
    #as-results-topSearch + .icon-close + .icon-chevron-right{
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        width: 48px;
        color: rgb(156, 165, 186);
        line-height: 48px;
        font-size: 1.5em;
        font-weight: 700;
        cursor: pointer;
    }
    #as-results-topSearch + .icon-close + .icon-chevron-right{
        display: none;
    }
    ul.as-selections{
        display: inline-block;
        height: 50px;
        width: 100%;
    }
    header > nav .navbar-header .mobile-actions li.as-original{
        padding-right: 50px;
        width: 100%;
    }
    header > nav ul.as-selections li.as-original input.inputSearch{
        height: 40px;
        width: 100%;
    }
    #mobilProductSearchContainer input.inputSearch{
        height: 100%;
        font-weight: bold;
        font-size: 14px;
        color: #9ca5ba;
    }
    #mobilProductSearchContainer hr{
        margin: 0;
        position: absolute;
        top: 13px;
        right: 75px;
        z-index: 4;
        display: inline-block;
        height: 54px;
        width: 1px;
        background-color: #e7e7e7;
    }
    #mobilProductSearchContainer .icon-close{
        display: none;
    }
    #mobilProductSearchContainer #as-results-topSearch + .icon-close + .icon-chevron-right{
        display: block;
        top: 40px;
        font-size: 1.1em;
        font-weight: normal;
    }
    #mobilProductSearchContainer #as-results-topSearch ul.as-list{
        width: 100% !important;
    }
    #mobilProductSearchContainer #as-results-topSearch ul.as-list li{
        padding-left: 12px;
        text-align: left;
        text-transform: lowercase;
    }
    #mobilProductSearchContainer #as-results-topSearch ul.as-list li::first-letter{
        text-transform: uppercase;
    }
    #mobilProductSearchContainer #as-results-topSearch ul.as-list li:after{
        right: 32px;
    }
    .subMenuWrap .inputMagnify ul.as-selections{
        height: 40px;
    }
    .subMenuWrap .inputMagnify .input-group-btn{
        vertical-align: top;
    }
    .inputSearch.form-control.as-input:focus{
        box-shadow: none;
    }
    #as-results-topSearch ul{
        top: 80px;
    }
    header > nav .navbar-header .mobile-actions .as-results ul li{
        padding: 0;
        width: 100%;
        line-height: 80px !important;
        position: relative;
    }
    .as-results ul li{
        position: relative;
    }
    .as-results ul li:after{
        float: none;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
}

/* Navbar collapse custom breakpoint */

@media (max-width: 991px) {
    header > nav .navbar-header {
        float: none;
    }

    header > nav .navbar-left,
    header > nav .navbar-right {
        float: none !important;
    }

    header > nav .navbar-toggle {
        display: block;
    }

    header > nav .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    header > nav .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    header > nav .navbar-collapse.collapse {
        display: none!important;
    }

    header > nav .navbar-nav {
        float: none!important;
        margin-right: 0;
        margin-left: 0;
    }

    header > nav .navbar-nav > li {
        float: none;
    }

    header > nav .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    header > nav .collapse.in {
        display: block !important;
        height: 100% !important;
    }
}

ul.as-list {
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    margin: 0;
    color: #8a999f;
    border: solid 2px #edeff6;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .13);
}

.as-results ul {
    padding: 0;
}

.as-results ul li:last-child {
    border: none!important;
}

.as-results ul li {
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    padding: 10px;
    color: #8a999f;
    border-bottom: 1px solid #edeff6;
    background: none;
}

.as-results ul li:after {
    font-family: 'icomoon' !important;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    float: right;
    content: '\e902';
    text-transform: none;
    color: #e9eaf0;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

li.as-result-item.active:after {
    color: #9ac127;
}

li.as-result-item.active {
    border-color: #edeff6;
}

.as-results ul li em,
.as-results ul li.active em {
    font-weight: 400;
    color: #9ac127;
}

.as-results ul li.active {
    color: #9ac127;
    background: none;
}

ul.as-selections li {
    margin: 0;
}

.as-results ul > li:first-child {
    border-top: none;
}

.menuSearchArea ul.as-selections li.as-original {
    width: 100%;
}

.menuSearchArea ul.as-selections li.as-original input {
    height: 40px;
    width: 100%;
    border: solid 2px #edeff6;
    border-right: 0;
}

.menuSearchArea #as-results-menuShopSearch ul {
    border: solid 2px #edeff6;
    border-top: none;
    background: #fff;
    margin-top: 40px;
}

@media screen and (max-width: 991px){
    .menuSearchArea #as-results-menuShopSearch ul{
        margin-top: 0;
    }
}

.popin-overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    visibility: visible;
    overflow: hidden;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: url("/img/front/banner_40_bg.png") repeat 0 0;
    background: rgba(0, 0, 0, .8);
}

.popin-overlay.popin-newsletter {
    display: block;
}

.popin-container {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    cursor: auto;
    transform: translateY(-50%);
}

.popin-login .popin-container,
.popin-newsletter .popin-container,
.popin-mail .popin-container,
.popin-redirect .popin-container {
    padding: 20px 0;
}

.popin-login .popin-inner-container,
.popin-newsletter .popin-inner-container,
.popin-mail .popin-inner-container,
.popin-redirect .popin-inner-container {
    padding: 30px;
    background-color: #fff;
}

.popin-login .popin-container {
    width: 570px;
    height: 440px;
}

.popin-mail .popin-container,
.popin-newsletter .popin-container,
.popin-redirect .popin-container {
    width: 900px;
    height: 400px;
}

.popin-product-photo-gallery .popin-container{
    width: auto;
    max-width: 950px;
    max-height: 660px;
}

.popin-video .popin-container {
    width: 90%;
    max-width: 1340px;
    max-height: 780px;
}

.popin-close-btn i {
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
}

.popin-product-photo-gallery .popin-close-btn{
    height: 25px;
}

.popin-product-photo-gallery .popin-close-btn i{
    top: -10px;
    font-size: 25px;
    font-weight: bold;
}

.popin-inner-container {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .46);
}

.popin-mail .popin-inner-container,
.popin-newsletter .popin-inner-container,
.popin-redirect .popin-inner-container {
    margin: 0;
    padding: 0;
}

.popin-newsletter .popin-container {
    height: 426px;
}

.popin-newsletter .popin-body {
    display: inline-block;
    width: 60%;
    padding: 45px 40px;
}

.popin-mail .popin-body,
.popin-redirect .popin-body {
    margin-left: 1em;
    padding: 150px 40px 60px;
    display: inline-block;
    height: 100%;
    width: 60%;
}

.popin-redirect .popin-body {
    padding-top: 45px;
}

.popin-redirect .popin-body h5 {
    margin-top: 45px;
}

.popin-redirect .popin-body #flagContainer {
    text-align: center;
}

.popin-redirect .popin-body #flagContainer a {
    margin: 40px 20px;
    display: inline-block;
}

.popin-redirect .popin-body .flag {
    height: 36px;
    width: 36px;
}

.popin-redirect .popin-body #keepMarket {
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}

@media screen and (max-width: 767px){
    .popin-mail .popin-body,
    .popin-mail .popin-container,
    .popin-redirect .popin-body,
    .popin-redirect .popin-container{
        width: 100%;
    }
    .popin-mail .popin-body,
    .popin-redirect .popin-body {
        margin-left: 0;
        padding: 100px 15px;
        text-align: center;
    }
    .popin-mail .popin-container,
    .popin-redirect .popin-container{
        height: auto;
    }
}

.popin-mail .popin-body h4,
.popin-newsletter .popin-body h4,
.popin-redirect .popin-body h4  {
    font-size: 22px;
}

.popin-newsletter .popin-inner-container h3 {
    font-size: 30px;
    font-weight: 600;
    color: #060606;
}

.popin-newsletter .popin-inner-container p {
    width: 80%;
    margin-top: 30px;
}

.popin-newsletter .popin-inner-container span {
    margin: 5px;
    color: #df000a;
}

.popin-newsletter .popin-inner-container center {
    font-size: 1.5em;
    color: #9ac127;
}

.popin-mail .popin-inner-container img,
.popin-redirect .popin-inner-container img {
    float: right;
    height: 100%;
}

.popin-newsletter .popin-inner-container > .row {
    margin: 0;
    position: relative;
    height: 100%;
}

.popin-newsletter .popin-inner-container img {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.popin-newsletter .popin-inner-container form {
    font-size: 0;
    margin: 10px 0;
}

.popin-newsletter .popin-inner-container form > input[type='mail'],
.popin-newsletter .popin-inner-container form > input[type='submit'] {
    font-size: 14px;
    padding: 0;
    vertical-align: middle;
}

.popin-newsletter .popin-inner-container form > input[type='mail'] {
    font-size: 13px;
    font-weight: normal;
    width: 78%;
    height: 40px;
    text-indent: 10px;
    border: 1px solid lightgrey;
}

.popin-newsletter .popin-inner-container form > input[type='submit'] {
    font-weight: bold;
    width: 20%;
    height: 40px;
    cursor: pointer;
    color: white;
    background: #9ac127;
}

.popin-newsletter .popin-inner-container small {
    font-size: 10px;
    font-style: italic;
    line-height: 12px;
    display: block;
    margin-top: 1.5em;
}

.popin-product-photo-gallery .popin-inner-container {
}

.popin-product-photo-gallery .popin-inner-container img {
    width: 100%;
}

.popin-inner-container .popin-body i {
    width: 12px;
    height: 19px;
    color: #9ac127;
}

.popin-header {
    margin-bottom: 20px;
}

.popin-header h3 {
    margin-top: 0;
}

.popin-header a.signup-link {
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-top: 4px;
    margin-bottom: 10px;
    color: #9ac127;
}

.popin-video .popin-body {
    height: 565px;
}

.popin-video .popin-body iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #fff;
}

#login-form .form-group {
    margin-bottom: 30px;
}

#login-form .form-group.small-mb {
    margin-bottom: 15px;
}

#login-form .form-control {
    height: 40px;
    border: solid 1px #d7dbe7;
    background-color: #fff;
}

#login-form .form-control:focus {
    border-color: #d7dbe7;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#login-form .checkbox label,
#login-form a.forgotten-password-link,
#register-form .checkbox label {
    font-size: 13px;
    font-weight: 600;
    color: #535e62;
}

#login-form a.forgotten-password-link {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

#login-form .checkbox,
#register-form .checkbox {
    padding-left: 20px;
}

#login-form .checkbox label,
#register-form .checkbox label {
    padding-left: 0;
}

#login-form input[type=checkbox],
#register-form input[type=checkbox] {
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    outline: none !important;
}

#login-form .checkbox label::before,
#register-form .checkbox label::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 2px;
    content: '';
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none !important;
    background-color: #fff;
}

#login-form input[type='checkbox']:checked+label::before,
#register-form input[type='checkbox']:checked+label::before,
#login-form input[type='checkbox']:checked+label+label::before,
#register-form input[type='checkbox']:checked+label+label::before{
    border-color: #9ac127;
    background-color: #9ac127;
}

#login-form .checkbox input[type='checkbox']:checked+label::after,
#register-form .checkbox input[type='checkbox']:checked+label::after,
#login-form .checkbox input[type='checkbox']:checked+label+label::after,
#register-form .checkbox input[type='checkbox']:checked+label+label::after{
    content: '\2713';
}

#login-form .checkbox label::after,
#register-form .checkbox label::after {
    font-size: 11px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 13px;
    height: 13px;
    padding-top: 2px;
    padding-left: 2px;
    color: #fff;
}

#login-form .errorAlert {
    display: none;
}

#login-form .errorAlert.showError {
    display: block;
}

#cookieNotification {
    padding: 0 40px;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    background-color: #eef2f3;
}

#cookieNotification a,
#cookieNotification p {
    font-family: Open Sans;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.17;
    padding: 25px 0;
    text-align: center;
    color: #5e686a;
}

#cookieNotification p {
    display: block;
    width: 100%;
    max-width: 1170px;
    margin: auto;
}

#cookieNotification a {
    margin: 0 2px;
    text-decoration: underline;
}

#cookieNotification #closeCookieNotification {
    margin: 0 2px 0 50px;
}

/* CART VIEWER */

#cartViewer > a > small.cart-counter,
#cartViewerMobile > a > small.cart-counter {
    background-color: #9ac127;
    color: #fff;
    height: 15px;
    width: 15px;
    display: inline-block;
    border-radius: 50%;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    margin-left: -5px;
}

#cartViewer .cart-items > .item.row .product-infos > p {
    margin-bottom: 0;
}

#cartViewer .actions.row > a {
    color: #9ac127;
    text-decoration: underline;
}

#cartViewer .cart-items .price-block .eco-participation {
    display: none;
}
