html {
  font-size: 8px;
  font-family: "Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
}

@media only screen and (max-width:768px) {
  html {
    font-size: 7px;
  }
}

body {
  overflow: hidden;
  background: #fff;
}

#feedback-tab {
  display: NONE;
  position: fixed;
  _position: absolute;
  top: 110px;
  right: 0;
  z-index: 49;
  background: url(img/feedback_tab.png) no-repeat;
  width: 33px;
  height: 107px;
  text-indent: -9999px;
  cursor: pointer;
}

#floating-div {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  background: #0000bf;
  background: rgba(0,0,0,.75);
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: auto;
}

#floating-div .feedback-window {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  margin-left: -248px;
  margin-top: -115px;
  padding: 30px 0 30px 30px;
  width: 466px;
  text-align: left;
}

.lte-ie9 .ie-Warning {
  display: block;
  z-index: 7;
  position: fixed;
  text-align: center;
  width: 100%;
  background-color: #d9534f;
  color: #fff;
  padding: 16px 0;
}

#nav,
#nav .nav-logo,
#page-content {
  position: absolute;
}

.lte-ie9 #nav-wrap {
  top: 52px;
  position: absolute;
}

.lte-ie9 #page-content {
  padding-top: 120px;
}

#nav-wrap {
  z-index: 6;
}

#nav {
  background: #bee6f2;
  padding: 0 2rem;
  width: 100%;
  height: 9rem;
}

#nav a,
#nav a:hover {
  text-decoration: none;
}

#page-content {
  top: 0rem;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

#nav .nav-logo {
  top: 0;
  left: 2rem;
  background: url(img/nav/levolor_logo.svg) center left no-repeat #bee6f2;
  background-size: contain;
  display: block;
  margin: 3rem 0;
  height: 3rem;
  width: 19rem;
}

.nav-utility {
  float: right;
  top: 0;
  padding: 3.5rem 4rem 3.5rem 0;
}

.nav-utility li {
  background: center center no-repeat;
  background-size: contain;
  display: block;
  float: left;
  margin-right: 2rem;
}

.nav-utility li a {
  display: block;
  width: 2rem;
  height: 2rem;
}

.nav-utility .nav-utility-account {
  background-image: url(img/nav/account.svg);
}

.nav-utility .nav-utility-cart {
  position: relative;
  background-image: url(img/nav/cart.svg);
}

.nav-utility .nav-utility-cart .cart-count {
  color: #fff;
  display: block;
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 2rem;
  height: 2rem;
  background-color: #f9ac5c;
  border: 2px solid #bee6f2;
  text-indent: 0;
  text-align: center;
  font-size: 8px;
  line-height: 1.5rem;
  border-radius: 1rem;
  box-sizing: border-box;
}

.nav-utility .nav-utility-search {
  position: relative;
  margin-top: -1rem;
  margin-right: 1rem;
  width: 4rem;
  height: 4rem;
  border-radius: 4px;
  overflow: hidden;
  transition: width .3s ease;
}

.nav-utility .nav-utility-search .search-toggle {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-image: url(img/nav/search.svg);
  background-size: 2rem 2rem;
  display: block;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}

.nav-utility .nav-utility-search .form-search {
  background: #fff;
  width: 100%;
  opacity: 0;
  border-radius: 4px;
  transition: opacity .3s ease;
}

.nav-utility .nav-utility-search .form-search .input-group {
  width: 100%;
}

.nav-utility .nav-utility-search .form-search .input-group-addon {
  background: url(icons/grey-dark/search.svg) center center no-repeat #fff;
  border: 0;
  width: 4rem;
}

.nav-utility .nav-utility-search .form-search .input-text {
  padding: 0 4rem 0 0;
  height: 4rem;
  border: 0;
  border-radius: 4px;
}

.nav-utility .nav-utility-search .form-search .btn,
.nav-utility .nav-utility-search .form-search label {
  display: none;
}

.nav-utility .nav-utility-search.is-active {
  width: 210px;
}

.nav-utility .nav-utility-search.is-active .form-search {
  opacity: 1;
}

.nav-utility .nav-utility-search.is-active .search-toggle {
  background: url(icons/grey-dark/x.svg) center center no-repeat;
  background-size: 1.25rem 1.25rem;
}

@media only screen and (min-width:769px) {
  .nav-back,
  .title-bar {
    display: none;
  }

  .nav-main {
    float: right;
    padding: 2rem 0 0;
  }

  .nav-main ul {
    top: 0;
  }

  .nav-main li {
    position: relative;
    display: block;
    float: left;
    padding: 0 1.5rem;
  }

  .nav-main li a {
    display: block;
    float: left;
    color: #656b6e;
    height: 7rem;
    line-height: 5rem;
    font-size: 1.9rem;
    font-weight: 700;
    text-transform: uppercase;
  }

  .nav-main li>ul {
    display: none;
  }

  .nav-main li:hover>ul {
    display: block;
  }

  .nav-main li.is-dive:hover:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -2rem;
    left: 0;
    width: 100%;
    height: 2rem;
  }

  .nav-main li.is-selected a,
  .nav-main li:hover>a {
    color: #196895;
    border-bottom: solid .5rem #196895;
  }

  .nav-main li.is-dive:hover>a:after {
    background: url(icons/blue/chevron_down.svg) center center no-repeat;
    background-size: contain;
  }

  .nav-main li ul {
    position: absolute;
    top: 7rem;
    left: 1.5rem;
    padding: 1rem 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
  }

  .nav-main li ul li {
    width: 100%;
    padding: 0;
  }

  .nav-main li ul li.is-dive:hover:before {
    top: -5rem;
    left: 100%;
    width: 2rem;
    height: 15rem;
  }

  .nav-main li ul li a {
    display: block;
    padding: 1rem 2rem;
    margin-right: 0;
    height: 4rem;
    color: #656b6e;
    border-bottom: none;
    line-height: 2rem;
    font-size: 1.7rem;
    width: 100%;
    white-space: nowrap;
    box-sizing: border-box;
    text-transform: none;
    font-weight: 400;
  }

  .nav-main li ul li.is-dive>a {
    padding: 1rem 6rem 1rem 2rem;
  }

  .nav-main li ul li.is-dive>a:after {
    content: '';
    display: block;
    position: absolute;
    top: 1rem;
    left: 100%;
    margin-left: -3rem;
    width: 1.5rem;
    height: 1.5rem;
    background: url(icons/grey-dark/chevron_right.svg) center center no-repeat;
    background-size: contain;
  }

  .nav-main li ul li:hover>a {
    color: #f9ac5c;
    border-bottom: none;
  }

  .nav-main li ul li.is-dive:hover>a:after {
    background: url(icons/orange/chevron_right.svg) center center no-repeat;
    background-size: contain;
  }

  .nav-main li ul li>ul {
    display: none;
  }

  .nav-main li ul li:hover>ul {
    display: block;
  }

  .nav-main li>ul li>ul li:hover:after,
  .nav-main li>ul li>ul:before {
    display: none;
  }

  .nav-main li>ul li>ul {
    top: -1rem;
    left: 100%;
    background: #f2f2f2;
  }

  .nav-main li>ul li>ul li a {
    background: rgba(101,107,110,0);
  }
}

@media only screen and (max-width:768px) {
  #nav,
  #nav-wrap .container {
    width: 100%;
  }

  #nav,
  .nav-main ul {
    box-sizing: border-box;
  }

  #nav-wrap {
    z-index: 3;
  }

  #nav {
    position: absolute;
    z-index: 1;
    background: #fff;
    padding: 0 6rem 0 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  #nav .nav-logo,
  .nav-utility {
    position: relative;
    float: none;
  }

  #nav .nav-logo {
    background: url(img/nav/levolor_logo.svg) center center no-repeat;
    margin: 3rem auto;
    left: 0;
  }

  .nav-utility {
    padding: 1rem 0 0;
  }

  .nav-utility li {
    position: absolute;
    float: none;
    margin: 0;
    width: 3rem;
    height: 3rem;
  }

  .nav-utility .nav-utility-search {
    position: relative;
    padding: 0 3rem;
    width: 100%;
    height: 5rem;
    box-sizing: border-box;
  }

  .nav-utility .nav-utility-search .search-toggle {
    display: none;
  }

  .nav-utility .nav-utility-search .form-search {
    background: #fff;
    width: 100%;
    height: 5rem;
    opacity: 1;
  }

  .nav-utility .nav-utility-search .form-search .input-group {
    width: 100%;
    height: 100%;
  }

  .nav-utility .nav-utility-search .form-search .input-group-addon {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 5rem;
    height: 5rem;
  }

  .nav-utility .nav-utility-search .form-search .input-text {
    color: #70787f;
    background: 0 0;
    padding: 0 0 0 5rem;
    height: 5rem;
    border: 1px solid #dadada;
  }

  .nav-utility .nav-utility-account {
    top: -6rem;
    left: 3rem;
  }

  .nav-utility .nav-utility-cart {
    position: absolute;
    top: -6rem;
    right: 3rem;
  }

  .nav-utility .nav-utility-cart .cart-count {
    border: 2px solid #fff;
    width: 2.25rem;
    height: 2.25rem;
    line-height: 1.75rem;
  }

  .title-bar .nav-utility {
    position: absolute;
    top: 0;
    right: 0;
    height: 6rem;
    width: 12rem;
  }

  .title-bar .nav-utility .nav-utility-account {
    top: 1.4rem;
    left: auto;
    right: 7rem;
  }

  .title-bar .nav-utility .nav-utility-cart {
    position: absolute;
    top: 1.4rem;
    right: 2rem;
  }

  .title-bar .nav-utility .cart-count {
    border: 2px solid #bee6f2;
  }

  .nav-main ul {
    padding: 0 3rem;
    width: 100%;
  }

  .nav-main ul li {
    position: relative;
    margin: 0;
    width: 100%;
    text-align: left;
  }

  .nav-main ul li a {
    color: #656b6e;
    display: block;
    float: none;
    margin: 0 0 1rem;
    height: 6rem;
    line-height: 6rem;
    font-size: 2.3rem;
    text-transform: uppercase;
    font-weight: 700;
  }

  .nav-main ul ul li a,
  .nav-main ul ul ul li a {
    font-size: 1.9rem;
    text-transform: none;
    font-weight: 400;
  }

  .nav-main ul li.is-dive>a span:after {
    content: '';
    display: inline-block;
    margin-left: 2rem;
    width: 1.5rem;
    height: 1.5rem;
    background: url(icons/grey-dark/chevron_right.svg) center center no-repeat;
    background-size: contain;
  }

  .nav-main ul li.is-dive.is-open>a span:after {
    background: url(icons/blue/chevron_down.svg) center center no-repeat;
    background-size: contain;
  }

  .nav-main ul li.is-open>a {
    color: #196895;
  }

  .nav-main ul li.is-open>a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -3rem;
    width: .5rem;
    height: 6rem;
    background: #196895;
  }

  #page-content,
  .nav-main ul ul {
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }

  .nav-main ul li:hover>a {
    color: #196895;
    background: #fff;
  }

  .nav-main ul li.is-dive:hover>a span:after {
    background: url(icons/blue/chevron_down.svg) center center no-repeat;
    background-size: contain;
  }

  .nav-main ul ul {
    display: none;
    margin: -2rem 0 0;
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  .nav-main ul ul li a {
    color: #656b6e;
    margin: 0;
    padding: 0;
  }

  .nav-main ul ul li.is-open>a,
  .nav-main ul ul li:hover>a {
    color: #f9ac5c;
  }

  .nav-main ul ul li.is-dive.is-open>a span:after,
  .nav-main ul ul li.is-dive:hover>a span:after {
    background: url(icons/orange/chevron_down.svg) center center no-repeat;
    background-size: contain;
  }

  .nav-main ul ul li.is-open>a:before {
    display: none;
  }

  #page-content,
  .nav-main li.is-open>ul {
    display: block;
  }

  .nav-main ul ul ul {
    margin: 0 0 0 3rem;
  }

  #page-content {
    background: #fff;
    z-index: 10;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    padding-top: 6rem;
    margin-left: 0;
    height: 100%;
    box-shadow: -2px 0 0 rgba(0,0,0,.1);
    transition: left .3s,margin-left .3s;
  }

  #page-content.show-sidebar {
    position: fixed;
    left: 100%;
    margin-left: -6rem;
  }

  .catalog-category-view>#page-content {
    padding-top: 13rem;
  }

  .config-layout .title-bar {
    display: none;
  }

  .title-bar,
  .title-bar .bar-logo {
    position: absolute;
    display: block;
  }

  .title-bar {
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    color: #fff;
    background: #bee6f2;
    height: 6rem;
    text-align: center;
  }

  .title-bar .bar-logo {
    top: 1.5rem;
    left: 50%;
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    z-index: 2;
    background: url(img/nav/levolor_logo.svg) center left no-repeat #bee6f2;
    background-size: contain;
    height: 3rem;
    width: 19rem;
  }

  .title-bar .bar-back,
  .title-bar .bar-menu {
    top: 0;
    left: 0;
    width: 6rem;
    height: 6rem;
    text-indent: -999rem;
    position: absolute;
  }

  .title-bar .bar-title {
    display: none;
    color: #196895;
    background: 0 0;
    margin: 0;
    height: 6rem;
    line-height: 6rem;
    font-size: 2.3rem;
  }

  .title-bar .bar-back {
    display: none;
    background: url(img/nav/chevron_left.svg) center center no-repeat;
    background-size: 2rem 2rem;
  }

  .title-bar .bar-menu {
    display: block;
    background: url(img/nav/menu.svg) center center no-repeat;
    background-size: 2rem 2rem;
  }

  .title-bar .bar-button {
    color: #fff;
    background: #009bff;
    display: block;
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0 2rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.7rem;
    border-radius: .5rem;
  }

  .nav-main,
  .nav-main ul {
    transition: left .3s;
  }
}