body.lightbox {
  font-size: 11px;
  padding: 20px; }
  body.lightbox a {
    color: #809d31;
    font-weight: 600; }
    body.lightbox a:hover {
      text-decoration: underline; }
  body.lightbox h2 {
    color: #414042;
    font-size: 18px;
    margin-top: 15px;
    padding-bottom: 10px; }
  body.lightbox h3 {
    font-size: 15px;
    margin-top: 15px; }
  body.lightbox p {
    margin-top: 15px;
    text-align: justify; }
  body.lightbox.sober {
    padding: 40px; }
    body.lightbox.sober h1, body.lightbox.sober h2 {
      font-size: 18px;
      font-weight: 500; }
    body.lightbox.sober h1 {
      margin: 0 auto 30px;
      text-align: center; }
    body.lightbox.sober h2 {
      color: #6d6e71;
      padding-top: 20px; }
    body.lightbox.sober h1 + h2 {
      padding-top: 0; }
    body.lightbox.sober p {
      font-size: 15px;
      line-height: 1.35; }
    body.lightbox.sober strong {
      font-weight: 500; }
    body.lightbox.sober a {
      transition: all 0.2s;
      -moz-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      border-bottom: 1px solid #a6a8ab;
      color: #6d6e71;
      display: inline-block;
      font-weight: 500; }
      body.lightbox.sober a:hover {
        border-color: #b8babc;
        color: #919396;
        text-decoration: none; }
    @media (max-width: 600px) {
      body.lightbox.sober {
        padding: 10px; }
        body.lightbox.sober p {
          font-size: 13px;
          line-height: 1.25; } }

body#subscribe-newsletter {
  padding: 0 !important;
  background: #e6e7e8 !important; }
  body#subscribe-newsletter section {
    background: white url(../../../d3k7s9wfq6lao0.cloudfront.net/editable_content/images/envelope.png) no-repeat center center;
    border-radius: 3px;
    height: 350px;
    text-align: center;
    width: 596px; }
    body#subscribe-newsletter section h1 {
      font-family: "Chronicle Display A", "Chronicle Display B";
      letter-spacing: 1px;
      line-height: 1.1;
      text-transform: uppercase;
      padding: 40px 0 15px; }
      body#subscribe-newsletter section h1 span {
        color: #919396;
        font-size: 15px;
        letter-spacing: 1px; }
      body#subscribe-newsletter section h1 strong {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        color: #de3449;
        display: block;
        font-size: 42px;
        letter-spacing: 2px;
        margin: 8px 0 3px; }
      body#subscribe-newsletter section h1 small {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        color: #d86074;
        font-size: 22px; }
      body#subscribe-newsletter section h1.success strong {
        color: #919396; }
      body#subscribe-newsletter section h1.success small {
        color: #b8babc; }
    body#subscribe-newsletter section.generic h1 strong {
      font-size: 35px;
      margin: 10px 0 7px; }
    body#subscribe-newsletter section.generic h1 small {
      font-size: 19px; }
    body#subscribe-newsletter section form {
      *zoom: 1;
      margin: 0 auto;
      position: relative;
      width: 268px; }
      body#subscribe-newsletter section form:before, body#subscribe-newsletter section form:after {
        content: " ";
        display: table; }
      body#subscribe-newsletter section form:after {
        clear: both; }
      body#subscribe-newsletter section form input {
        -moz-appearance: none;
        -webkit-appearance: none;
        transition: all 1s;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        border-radius: 0;
        border: 1px solid #c7c9ca;
        font-size: 13px;
        font-family: "Gotham A", "Gotham B";
        height: 28px;
        padding: 0 5px;
        -webkit-box-shadow: 0 0 4px 0 #c7c9ca inset;
                box-shadow: 0 0 4px 0 #c7c9ca inset;
        height: 32px; }
        body#subscribe-newsletter section form input:focus {
          border-color: #6d6e71;
          outline: none; }
        body#subscribe-newsletter section form input:focus {
          -webkit-box-shadow: 0 0 4px 0 #d86074 inset;
                  box-shadow: 0 0 4px 0 #d86074 inset;
          border-color: #de3449; }
        body#subscribe-newsletter section form input#first-name, body#subscribe-newsletter section form input#last-name {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          -moz-box-sizing: border-box;
          float: left;
          margin-bottom: 15px;
          width: 50%; }
          body#subscribe-newsletter section form input#first-name:focus, body#subscribe-newsletter section form input#last-name:focus {
            position: relative;
            z-index: 2; }
        body#subscribe-newsletter section form input#first-name {
          border-radius: 3px 0 0 3px; }
        body#subscribe-newsletter section form input#last-name {
          border-radius: 0 3px 3px 0;
          margin-left: -1px; }
        body#subscribe-newsletter section form input#email-address {
          border-radius: 3px 0 0 3px;
          float: left;
          width: 217px; }
      body#subscribe-newsletter section form button {
        -moz-appearance: none;
        -webkit-appearance: none;
        ppearance: none;
        background-color: #e34f61;
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e34f61, endColorstr=#de3449);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#e34f61), to(#de3449));
        background-image: linear-gradient(top, #e34f61, #de3449);
        background-image: -moz-linear-gradient(top, #e34f61, #de3449);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e34f61), color-stop(100%, #de3449));
        border-radius: 0;
        border: 1px solid #de3449;
        color: white;
        cursor: pointer;
        font-size: 13px;
        font-weight: bold;
        margin: 0;
        text-align: center;
        border-radius: 0 3px 3px 0;
        height: 34px;
        margin-right: -1px;
        width: 40px; }
        body#subscribe-newsletter section form button:hover {
          background: #dc273d;
          text-decoration: none; }
    body#subscribe-newsletter section h6 {
      font-family: "Chronicle Display A", "Chronicle Display B";
      color: #919396;
      font-size: 14px;
      position: absolute;
      bottom: 15px;
      width: 100%; }
      body#subscribe-newsletter section h6.success {
        color: #a5ba4d; }
      body#subscribe-newsletter section h6.error {
        color: #d25656; }
    body#subscribe-newsletter section #success {
      display: none;
      margin-top: 3px; }
      body#subscribe-newsletter section #success i {
        color: #bacf3d;
        font-size: 46px; }
      body#subscribe-newsletter section #success h4 {
        color: #a5ba4d;
        font-size: 20px; }
      body#subscribe-newsletter section #success h5 {
        color: #d86074;
        font-size: 15px; }

body#item-added-to-cart {
  -webkit-text-size-adjust: none;
  max-width: 800px;
  min-height: 570px;
  min-width: 0; }
  body#item-added-to-cart section {
    padding-bottom: 60px; }
    body#item-added-to-cart section article {
      padding: 0 24px; }
      body#item-added-to-cart section article h1 {
        color: #de3449;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase; }
      body#item-added-to-cart section article hgroup {
        font-size: 0;
        padding: 12px 0 12px 0; }
        body#item-added-to-cart section article hgroup h1, body#item-added-to-cart section article hgroup h2 {
          display: inline-block;
          vertical-align: baseline;
          zoom: 1;
          *display: inline;
          *vertical-align: auto;
          vertical-align: middle; }
        body#item-added-to-cart section article hgroup h1 {
          width: 60%; }
        body#item-added-to-cart section article hgroup h2 {
          color: #414042;
          font-size: 14px;
          font-weight: bold;
          text-align: right;
          text-transform: uppercase;
          width: 40%; }
      body#item-added-to-cart section article ul.items {
        padding: 10px 0 12px 0; }
        body#item-added-to-cart section article ul.items li {
          *zoom: 1;
          font-family: "Gotham A", "Gotham B";
          font-size: 0; }
          body#item-added-to-cart section article ul.items li:before, body#item-added-to-cart section article ul.items li:after {
            content: " ";
            display: table; }
          body#item-added-to-cart section article ul.items li:after {
            clear: both; }
          body#item-added-to-cart section article ul.items li:nth-child(n+2) {
            border-top: 1px solid #e1e2e3;
            margin-top: 20px;
            padding-top: 20px; }
          body#item-added-to-cart section article ul.items li > * {
            display: inline-block;
            vertical-align: baseline;
            zoom: 1;
            *display: inline;
            *vertical-align: auto;
            vertical-align: middle; }
          body#item-added-to-cart section article ul.items li .img {
            width: 10%; }
            body#item-added-to-cart section article ul.items li .img img {
              display: block;
              height: auto;
              width: 100%; }
          body#item-added-to-cart section article ul.items li h3 {
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            -moz-box-sizing: border-box;
            color: #414042;
            font-size: 13px;
            padding: 0 10px 0 15px;
            width: 60%; }
            body#item-added-to-cart section article ul.items li h3 > span {
              display: block; }
              body#item-added-to-cart section article ul.items li h3 > span + .price {
                margin-top: 20px; }
          body#item-added-to-cart section article ul.items li .qty, body#item-added-to-cart section article ul.items li .subtotal {
            color: #414042;
            font-size: 12px;
            text-transform: uppercase; }
          body#item-added-to-cart section article ul.items li .qty {
            text-align: center;
            width: 10%; }
          body#item-added-to-cart section article ul.items li .subtotal {
            text-align: right;
            width: 20%; }
      body#item-added-to-cart section article + article {
        border-top: 1px solid #e1e2e3;
        font-size: 0;
        margin-top: 20px;
        padding-top: 20px; }
        body#item-added-to-cart section article + article h1, body#item-added-to-cart section article + article ul {
          display: inline-block;
          vertical-align: baseline;
          zoom: 1;
          *display: inline;
          *vertical-align: auto;
          vertical-align: middle; }
        body#item-added-to-cart section article + article h1 {
          width: 20%; }
        body#item-added-to-cart section article + article ul {
          width: 80%; }
          body#item-added-to-cart section article + article ul .slick-list {
            margin: 0 45px; }
          body#item-added-to-cart section article + article ul .slick-arrow {
            height: 30px;
            width: 30px; }
            body#item-added-to-cart section article + article ul .slick-arrow i {
              line-height: 30px; }
  body#item-added-to-cart .actions {
    text-align: right;
    background: rgba(255, 255, 255, 0.95);
    border-top: 1px solid #e1e2e3;
    bottom: 0;
    left: 0;
    padding: 10px 0 0 0;
    position: fixed;
    width: 100%;
    z-index: 1; }
    body#item-added-to-cart .actions a {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -moz-box-sizing: border-box;
      -moz-appearance: none;
      -webkit-appearance: none;
      background: #f7f7f9;
      border: 1px solid #c7c9ca;
      color: #808080;
      cursor: pointer;
      font-size: 11px;
      font-weight: bold;
      letter-spacing: 0.5px;
      padding: 6px;
      text-align: center;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      font-size: 12px;
      height: 36px;
      letter-spacing: 0;
      line-height: 34px;
      padding: 0 15px;
      text-decoration: none;
      text-transform: uppercase;
      vertical-align: middle; }
      body#item-added-to-cart .actions a:hover {
        background: #e8e8ee;
        text-decoration: none; }
      body#item-added-to-cart .actions a:first-child {
        font-weight: 600; }
      body#item-added-to-cart .actions a:last-child {
        border-color: #de3449;
        background: #de3449;
        color: white;
        margin-left: 10px; }
        body#item-added-to-cart .actions a:last-child i {
          font-size: 10px;
          margin-left: 4px;
          opacity: 0.7; }
        body#item-added-to-cart .actions a:last-child:hover {
          color: #de3449;
          background: white; }
  @media (max-width: 760px) {
    body#item-added-to-cart section article + article h1 {
      text-align: center;
      width: 100%; }
    body#item-added-to-cart section article + article ul {
      width: 100%;
      margin-top: 24px; } }
  @media (max-width: 600px) {
    body#item-added-to-cart {
      max-width: 100%;
      min-height: 0;
      width: 100%; }
      body#item-added-to-cart section article {
        padding: 0; }
        body#item-added-to-cart section article hgroup h1, body#item-added-to-cart section article hgroup h2 {
          display: block;
          text-align: left;
          width: 100%; }
        body#item-added-to-cart section article hgroup h2 {
          margin-top: 12px; }
        body#item-added-to-cart section article ul.items li .img {
          width: 30%; }
        body#item-added-to-cart section article ul.items li h3 {
          font-size: 13px !important;
          width: 70%; }
        body#item-added-to-cart section article ul.items li .qty, body#item-added-to-cart section article ul.items li .subtotal {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          -moz-box-sizing: border-box;
          padding: 3% 0 0 30%;
          text-align: left;
          text-indent: 15px;
          width: 100%; } }
  @media (max-width: 450px) {
    body#item-added-to-cart section {
      -webkit-overflow-scrolling: touch;
      overflow-y: scroll;
      height: calc(100vh - 92px); }
    body#item-added-to-cart .actions a {
      display: block;
      width: auto; }
      body#item-added-to-cart .actions a:last-child {
        margin: 10px 0 0 0; } }
  @media (max-device-width: 600px) {
    body#item-added-to-cart article.similar-items {
      display: none; } }
  @media (max-device-width: 768px) {
    body#item-added-to-cart {
      max-width: 660px; } }

body#quick-view {
  min-height: 342px;
  min-width: 0; }
  body#quick-view .image-area {
    float: left;
    margin-bottom: 10px; }
    body#quick-view .image-area .thumbnails {
      float: left;
      margin-right: 12px; }
      body#quick-view .image-area .thumbnails li {
        margin-bottom: 6px; }
        body#quick-view .image-area .thumbnails li a {
          display: inline-block;
          vertical-align: baseline;
          zoom: 1;
          *display: inline;
          *vertical-align: auto;
          border-radius: 3px;
          border: 1px solid #c7c9ca; }
          body#quick-view .image-area .thumbnails li a .img {
            background: white;
            height: 37px;
            line-height: 33px;
            margin: 3px;
            text-align: center;
            width: 37px; }
            body#quick-view .image-area .thumbnails li a .img img {
              height: auto;
              max-height: 100%;
              max-width: 100%;
              vertical-align: middle;
              width: auto; }
          body#quick-view .image-area .thumbnails li a:hover {
            background-color: #809d31;
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#809d31, endColorstr=#bacf3d);
            background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(#809d31), to(#bacf3d));
            background-image: linear-gradient(top, #809d31, #bacf3d);
            background-image: -moz-linear-gradient(top, #809d31, #bacf3d);
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #809d31), color-stop(100%, #bacf3d));
            border-color: #809d31;
            -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 3px gray;
                    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 3px gray; }
    body#quick-view .image-area .main-images {
      border-radius: 3px;
      height: 300px;
      overflow: hidden;
      position: relative;
      width: 300px; }
      body#quick-view .image-area .main-images img {
        height: auto;
        max-height: 100%;
        max-width: 100%;
        width: auto; }
        body#quick-view .image-area .main-images img:not(:first-child) {
          display: none; }
  body#quick-view .product-details {
    margin-bottom: 10px;
    margin-left: 375px; }
    body#quick-view .product-details hgroup {
      border-bottom: 1px solid #e1e2e3;
      margin-bottom: 12px;
      padding-bottom: 10px; }
      body#quick-view .product-details hgroup h1 {
        color: #414042;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.25; }
        body#quick-view .product-details hgroup h1:first-line {
          font-size: 20px; }
      body#quick-view .product-details hgroup .rating {
        margin-top: 4px; }
      body#quick-view .product-details hgroup .rating, body#quick-view .product-details hgroup .rating a {
        color: #bacf3d;
        font-size: 12px; }
      body#quick-view .product-details hgroup .rating a:hover {
        text-decoration: underline; }
    body#quick-view .product-details .block {
      margin-bottom: 12px; }
      body#quick-view .product-details .block.options {
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto; }
    body#quick-view .product-details ul.color-swatches {
      float: none; }
      body#quick-view .product-details ul.color-swatches li a {
        border-radius: 0;
        cursor: default;
        padding: 0; }
        body#quick-view .product-details ul.color-swatches li a:hover {
          border-color: transparent; }
    body#quick-view .product-details .price .title {
      color: #6d6e71;
      display: block;
      font-size: 12px;
      font-weight: bold; }
    body#quick-view .product-details .price .strikethrough {
      color: #919396;
      font-size: 16px; }
    body#quick-view .product-details .price strong {
      color: #414042;
      font-size: 18px; }
    body#quick-view .product-details .quantity {
      min-height: 28px; }
      body#quick-view .product-details .quantity > * {
        float: left; }
      body#quick-view .product-details .quantity label {
        color: #6d6e71;
        font-size: 12px;
        font-weight: bold;
        line-height: 28px;
        margin-right: 10px; }
      body#quick-view .product-details .quantity input {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -moz-box-sizing: border-box;
        -moz-appearance: none;
        -webkit-appearance: none;
        transition: all 1s;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        border-radius: 0;
        border: 1px solid #c7c9ca;
        font-size: 13px;
        font-family: "Gotham A", "Gotham B";
        height: 28px;
        padding: 0 5px;
        border-radius: 3px 0 0 3px;
        -webkit-box-shadow: 0 0 1px #b8babc inset;
                box-shadow: 0 0 1px #b8babc inset;
        color: #6d6e71;
        height: 28px;
        text-align: center;
        width: 40px; }
        body#quick-view .product-details .quantity input:focus {
          border-color: #6d6e71;
          outline: none; }
        body#quick-view .product-details .quantity input:focus {
          border-color: #d26c28;
          -webkit-box-shadow: 0 0 2px 0 #d86074 inset;
                  box-shadow: 0 0 2px 0 #d86074 inset; }
        body#quick-view .product-details .quantity input.open {
          border-radius: 3px 0 0 0; }
      body#quick-view .product-details .quantity span.dir {
        font-size: 12px;
        position: relative;
        zoom: 1; }
        body#quick-view .product-details .quantity span.dir > a {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          -moz-box-sizing: border-box;
          background-color: white;
          filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=white, endColorstr=#e5e6e6);
          background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#e5e6e6));
          background-image: linear-gradient(top, white, #e5e6e6);
          background-image: -moz-linear-gradient(top, white, #e5e6e6);
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e5e6e6));
          border-radius: 0 3px 3px 0;
          border: 1px solid #c7c9ca;
          border-left-width: 0;
          -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
                  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
          color: #6d6e71;
          display: block;
          height: 28px;
          line-height: 25px;
          text-align: center;
          text-shadow: -1px -1px 0 white;
          width: 30px; }
          body#quick-view .product-details .quantity span.dir > a:hover, body#quick-view .product-details .quantity span.dir > a.open {
            background-color: white;
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=white, endColorstr=#f1f1f5);
            background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(white), to(#f1f1f5));
            background-image: linear-gradient(top, white, #f1f1f5);
            background-image: -moz-linear-gradient(top, white, #f1f1f5);
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f1f1f5)); }
          body#quick-view .product-details .quantity span.dir > a.open {
            border-radius: 0 3px 0 0; }
        body#quick-view .product-details .quantity span.dir ul.dropdown {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          -moz-box-sizing: border-box;
          background: #f1f1f5;
          border-radius: 0 0 3px 3px;
          border: 1px solid #c7c9ca;
          -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3), -3px 5px 5px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3), -3px 5px 5px rgba(0, 0, 0, 0.1);
          display: none;
          font-weight: bold;
          height: 115px;
          margin-top: -1px;
          position: absolute;
          right: 0;
          width: 70px;
          z-index: 4; }
          body#quick-view .product-details .quantity span.dir ul.dropdown li {
            border-bottom: 1px solid rgba(184, 186, 188, 0.2);
            -webkit-box-shadow: 0 1px 0 white inset;
                    box-shadow: 0 1px 0 white inset;
            margin: 0 -1px;
            padding: 2px 0 2px 17px; }
            body#quick-view .product-details .quantity span.dir ul.dropdown li:hover {
              background-color: #d86074;
              filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d86074, endColorstr=#e34f61);
              background-image: -webkit-gradient(linear, left top, left bottom, from(#d86074), to(#e34f61));
              background-image: linear-gradient(top, #d86074, #e34f61);
              background-image: -moz-linear-gradient(top, #d86074, #e34f61);
              background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d86074), color-stop(100%, #e34f61));
              -webkit-box-shadow: 0 3px 9px #e34f61 inset;
                      box-shadow: 0 3px 9px #e34f61 inset;
              color: white;
              text-shadow: -1px -1px 0 #d86074; }
            body#quick-view .product-details .quantity span.dir ul.dropdown li:first-child {
              -webkit-box-shadow: 0 1px 0 transparent inset;
                      box-shadow: 0 1px 0 transparent inset;
              padding-top: 5px; }
            body#quick-view .product-details .quantity span.dir ul.dropdown li:last-child {
              border-radius: 0 0 3px 3px;
              border-bottom: 0 none;
              padding-bottom: 5px; }
    body#quick-view .product-details .buy a.add-to-cart {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -moz-box-sizing: border-box;
      -moz-appearance: none;
      -webkit-appearance: none;
      ppearance: none;
      background-color: #e34f61;
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e34f61, endColorstr=#de3449);
      background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(#e34f61), to(#de3449));
      background-image: linear-gradient(top, #e34f61, #de3449);
      background-image: -moz-linear-gradient(top, #e34f61, #de3449);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e34f61), color-stop(100%, #de3449));
      border-radius: 0;
      border: 1px solid #de3449;
      color: white;
      cursor: pointer;
      font-size: 13px;
      font-weight: bold;
      margin: 0;
      text-align: center;
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      font-size: 13px;
      font-weight: normal;
      height: 30px;
      line-height: 26px;
      margin-right: 6px;
      vertical-align: middle;
      width: 140px; }
      body#quick-view .product-details .buy a.add-to-cart:hover {
        background: #dc273d;
        text-decoration: none; }
      body#quick-view .product-details .buy a.add-to-cart:before {
        -webkit-padding-before: 0;
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        background: url(../../../d3k7s9wfq6lao0.cloudfront.net/editable_content/images/sprite2017.png) left -1301px;
        content: "";
        height: 20px;
        margin-right: 8px;
        vertical-align: middle;
        width: 29px; }
    body#quick-view .product-details .buy a.wish-list {
      -moz-appearance: none;
      -webkit-appearance: none;
      background: #f7f7f9;
      border: 1px solid #c7c9ca;
      color: #808080;
      cursor: pointer;
      font-size: 11px;
      font-weight: bold;
      letter-spacing: 0.5px;
      padding: 6px;
      text-align: center;
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      vertical-align: middle;
      width: 126px; }
      body#quick-view .product-details .buy a.wish-list:hover {
        background: #e8e8ee;
        text-decoration: none; }
      body#quick-view .product-details .buy a.wish-list i {
        margin-right: 2px; }
      body#quick-view .product-details .buy a.wish-list.pressed {
        background-color: #e5e6e6;
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e5e6e6, endColorstr=white);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e6e6), to(white));
        background-image: linear-gradient(top, #e5e6e6, white);
        background-image: -moz-linear-gradient(top, #e5e6e6, white);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e6e6), color-stop(100%, white));
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
                box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
        border-color: #b8babc;
        text-shadow: 1px 1px 0 white; }
        body#quick-view .product-details .buy a.wish-list.pressed i {
          color: #d86074; }
      body#quick-view .product-details .buy a.wish-list:hover.added {
        background-color: #f1f1f5;
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f1f1f5, endColorstr=white);
        background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(#f1f1f5), to(white));
        background-image: linear-gradient(top, #f1f1f5, white);
        background-image: -moz-linear-gradient(top, #f1f1f5, white);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f5), color-stop(100%, white)); }
    body#quick-view .product-details .buy a.wish-list, body#quick-view .product-details .buy a.add-to-cart {
      margin-bottom: 12px; }
  body#quick-view .action-link {
    border-top: 1px solid #e1e2e3;
    clear: both;
    padding-top: 6px;
    text-align: center; }
    body#quick-view .action-link a {
      color: #de3449;
      font-size: 12px;
      font-weight: bold; }
      body#quick-view .action-link a:hover {
        color: #d62339;
        text-decoration: underline; }
        body#quick-view .action-link a:hover i {
          text-decoration: underline; }
  @media (max-width: 680px) {
    body#quick-view .image-area {
      float: none;
      text-align: center; }
      body#quick-view .image-area .thumbnails {
        display: none;
        float: none;
        margin-right: 0; }
        body#quick-view .image-area .thumbnails li {
          display: inline-block;
          vertical-align: baseline;
          zoom: 1;
          *display: inline;
          *vertical-align: auto; }
          body#quick-view .image-area .thumbnails li a .img {
            margin: 1px; }
      body#quick-view .image-area .main-images {
        height: auto;
        width: 100%; }
        body#quick-view .image-area .main-images img {
          width: 200px; }
    body#quick-view .product-details {
      margin-left: 0; }
      body#quick-view .product-details hgroup, body#quick-view .product-details .price {
        text-align: center; }
      body#quick-view .product-details .price .title {
        display: inline-block; }
      body#quick-view .product-details .options + .quantity {
        float: right; }
      body#quick-view .product-details .buy a.wish-list, body#quick-view .product-details .buy a.add-to-cart {
        clear: both;
        display: block;
        margin-right: 0;
        width: auto; } }

section.shipping-details #illustration {
  background: url(../../../d3k7s9wfq6lao0.cloudfront.net/editable_content/images/shipping.png) no-repeat center bottom;
  height: 180px;
  margin: -20px -20px 20px; }
  @media (max-width: 500px) {
    section.shipping-details #illustration {
      background-position: 70% bottom; } }
section.shipping-details article {
  padding: 0 20px 20px; }
  section.shipping-details article h3 {
    font-family: "Chronicle Display A", "Chronicle Display B";
    color: #de3449;
    text-transform: uppercase; }
    section.shipping-details article h3:before {
      color: #d86074;
      content: "\f058";
      font-family: "fontAwesome";
      font-size: 18px;
      font-weight: normal;
      margin-right: 6px; }

section#sign-in-or-register {
  text-align: center;
  padding-bottom: 25px; }
  section#sign-in-or-register h1.title {
    margin-bottom: 15px; }
  section#sign-in-or-register .separator {
    border: 1px solid #6d6e71;
    border-width: 0 1px 0 0; }
    @media (max-width: 767px) {
      section#sign-in-or-register .separator {
        border-width: 0 0 1px;
        padding-bottom: 25px; }
        section#sign-in-or-register .separator h1.title:first-child {
          margin-top: 15px; } }
  section#sign-in-or-register .col {
    max-width: 390px;
    margin: 0 auto; }
    section#sign-in-or-register .col form {
      margin-bottom: 20px; }
      section#sign-in-or-register .col form > input:last-child {
        margin-top: 10px; }
  section#sign-in-or-register p {
    margin-bottom: 20px; }
  section#sign-in-or-register hr {
    margin-top: 30px; }
  section#sign-in-or-register .lg {
    min-width: 140px; }
    @media (max-width: 768px) {
      section#sign-in-or-register .lg {
        display: block;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%; } }
  section#sign-in-or-register .social-login p, section#sign-in-or-register a.forgot {
    color: #919396;
    font-size: 13px; }
  section#sign-in-or-register .big_tabs {
    margin-top: 30px; }

.small-popover#sign-in-or-register {
  font-size: 14px; }
  .small-popover#sign-in-or-register h2 {
    color: #414042;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px; }
  .small-popover#sign-in-or-register h3 {
    line-height: 1.4; }
  .small-popover#sign-in-or-register form {
    margin: 20px auto 0; }

body section#register {
  padding-top: 34px; }
  body section#register .notice-alert {
    display: none;
    margin: 0 auto 15px;
    width: 440px; }
  body section#register .content-wrapper {
    background: #eeefef url(../../../d3k7s9wfq6lao0.cloudfront.net/editable_content/images/register/bricks.png) no-repeat center 75px;
    border-color: #c7c9ca;
    -webkit-box-shadow: 0 2px 0 rgba(109, 110, 113, 0.15);
            box-shadow: 0 2px 0 rgba(109, 110, 113, 0.15);
    margin: 0 auto;
    padding: 24px 15px 0;
    width: 440px; }
    body section#register .content-wrapper h3 {
      font-family: "Gotham A", "Gotham B";
      font-weight: 500; }
    body section#register .content-wrapper #bulb-yellow, body section#register .content-wrapper #bulb-teal {
      position: absolute; }
    body section#register .content-wrapper #bulb-teal {
      background: url(../../../d3k7s9wfq6lao0.cloudfront.net/editable_content/images/register/bulb-teal.png) no-repeat center bottom;
      height: 118px;
      right: 27px;
      top: 3px;
      width: 29px; }
    body section#register .content-wrapper #bulb-yellow {
      right: 54px;
      top: 3px; }
      body section#register .content-wrapper #bulb-yellow .cord {
        transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -moz-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -o-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        background: #ffef0a;
        height: 250px;
        margin: 0 auto;
        width: 2px; }
        body section#register .content-wrapper #bulb-yellow .cord.line1 {
          height: 143px; }
        body section#register .content-wrapper #bulb-yellow .cord.line2 {
          height: 185px; }
        body section#register .content-wrapper #bulb-yellow .cord.line3 {
          height: 281px; }
        body section#register .content-wrapper #bulb-yellow .cord.line4 {
          height: 322px; }
      body section#register .content-wrapper #bulb-yellow .bulb {
        background: url(../../../d3k7s9wfq6lao0.cloudfront.net/editable_content/images/register/bulb-yellow.png) no-repeat center bottom;
        height: 51px;
        width: 30px; }
    body section#register .content-wrapper h3 {
      border-bottom-color: #d4d6d6;
      margin: 0;
      padding-bottom: 5px;
      text-indent: 0;
      width: 327px; }
    body section#register .content-wrapper span.sign-in {
      margin: -21px 82px 0 0;
      font-size: 10px;
      float: right; }
      body section#register .content-wrapper span.sign-in a {
        font-weight: bold;
        color: #a5ba4d; }
        body section#register .content-wrapper span.sign-in a:hover {
          text-decoration: underline; }
    body section#register .content-wrapper #avatar {
      background: white url(../../../d3k7s9wfq6lao0.cloudfront.net/editable_content/images/register/avatar.png) no-repeat center center;
      border-radius: 100%;
      border: 1px solid #b8babc;
      height: 94px;
      margin: 11px auto;
      width: 94px; }
  body section#register .column {
    margin: 0 auto;
    position: relative;
    width: 248px; }
    body section#register .column .floating-label {
      transition: margin 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -moz-transition: margin 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -webkit-transition: margin 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -o-transition: margin 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      background: #605e61;
      border-radius: 3px;
      color: white;
      display: none;
      font-size: 10px;
      padding: 4px 6px;
      position: absolute;
      right: 0;
      margin-right: 260px;
      text-align: center;
      margin-top: 4px;
      width: 60px;
      z-index: 2; }
      body section#register .column .floating-label:after {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        background: #605e61;
        border-radius: 2px;
        content: "";
        height: 10px;
        position: absolute;
        right: -3px;
        top: 6px;
        width: 10px; }
      body section#register .column .floating-label.line1b {
        margin-right: 1px;
        margin-top: -31px; }
        body section#register .column .floating-label.line1b:after {
          right: 30px;
          top: 15px; }
      body section#register .column .floating-label.line2 {
        margin-top: 47px;
        width: 80px; }
      body section#register .column .floating-label.line3 {
        margin-top: 141px; }
      body section#register .column .floating-label.line4 {
        margin-top: 184px;
        width: 92px; }
    body section#register .column input[type="text"], body section#register .column input[type="email"], body section#register .column input[type="password"] {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -moz-box-sizing: border-box;
      color: #414042;
      margin: 0 0 12px 0;
      height: 30px;
      padding: 0 5px;
      width: 100%; }
      body section#register .column input[type="text"]:focus, body section#register .column input[type="email"]:focus, body section#register .column input[type="password"]:focus {
        border-color: #809d31;
        -webkit-box-shadow: 0 0 4px 0 #bacf3d inset;
                box-shadow: 0 0 4px 0 #bacf3d inset;
        outline: none; }
      body section#register .column input[type="text"].error, body section#register .column input[type="email"].error, body section#register .column input[type="password"].error {
        background: white;
        padding-right: 26px; }
    body section#register .column .group input {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      position: relative;
      width: 124px;
      z-index: 0; }
      body section#register .column .group input:first-child {
        border-radius: 3px 0 0 3px; }
      body section#register .column .group input:last-child {
        border-radius: 0 3px 3px 0;
        margin-left: -1px;
        width: 125px; }
      body section#register .column .group input:focus {
        z-index: 1; }
    body section#register .column .hint {
      border-bottom: 1px solid #d4d6d6;
      color: #919396;
      display: block;
      font-size: 10px;
      margin: -3px 0 15px;
      padding: 0 0 12px 6px; }
    body section#register .column input#promotions {
      margin: 0 0 0 6px;
      float: left; }
    body section#register .column label {
      font-weight: normal;
      font-size: 11px;
      margin-left: 30px;
      margin-bottom: 15px; }
  body section#register .disclaimer {
    border-top: 1px solid #e1e2e3;
    font-size: 9px;
    padding: 8px 0;
    text-align: center; }
    body section#register .disclaimer a {
      font-weight: bold;
      color: #6d6e71; }
      body section#register .disclaimer a:hover {
        text-decoration: underline; }
  body section#register .action-area {
    background: white;
    border-bottom: 1px solid #d4d6d6;
    border-top: 1px solid #d4d6d6;
    -webkit-box-shadow: 0 2px 0 rgba(109, 110, 113, 0.15);
            box-shadow: 0 2px 0 rgba(109, 110, 113, 0.15);
    margin: auto -15px;
    padding: 15px 0; }
    body section#register .action-area button {
      -moz-appearance: none;
      -webkit-appearance: none;
      ppearance: none;
      background-color: #a5ba4d;
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a5ba4d, endColorstr=#809d31);
      background-image: -webkit-gradient(linear, left top, left bottom, from(#a5ba4d), to(#809d31));
      background-image: linear-gradient(top, #a5ba4d, #809d31);
      background-image: -moz-linear-gradient(top, #a5ba4d, #809d31);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5ba4d), color-stop(100%, #809d31));
      border-radius: 0;
      border: 1px solid #809d31;
      color: white;
      cursor: pointer;
      font-size: 13px;
      font-weight: bold;
      margin: 0;
      text-align: center; }
      body section#register .action-area button:hover {
        background: #76912d;
        text-decoration: none; }
  @media (max-width: 600px) {
    body section#register {
      padding-top: 15px; }
      body section#register .content-wrapper, body section#register .notice-alert {
        width: auto; }
      body section#register .content-wrapper {
        -moz-placeholder-color: #919396;
        -moz-placeholder-font-size: 13px;
        -moz-placeholder-font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif;
        -moz-placeholder-opacity: 1;
        -ms-input-placeholder-color: #919396;
        -ms-input-placeholder-font-size: 13px;
        -ms-input-placeholder-font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif; }
        body section#register .content-wrapper h3 {
          font-size: 19px;
          margin: 0 auto;
          text-align: center;
          width: 70%; }
        body section#register .content-wrapper span.sign-in {
          display: block;
          float: none;
          font-size: 12px;
          margin: 10px 0 0;
          text-align: center; }
        body section#register .content-wrapper #bulb-teal {
          right: 5px; }
        body section#register .content-wrapper #bulb-yellow {
          right: 25px; }
          body section#register .content-wrapper #bulb-yellow .cord {
            height: 130px !important; }
        body section#register .content-wrapper .column {
          max-width: 250px;
          width: auto; }
        body section#register .content-wrapper input[type="text"], body section#register .content-wrapper input[type="email"], body section#register .content-wrapper input[type="password"] {
          font-size: 16px; }
        body section#register .content-wrapper ::-webkit-input-placeholder {
          color: #919396;
          font-size: 13px;
          font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif; }
        body section#register .content-wrapper ::-moz-placeholder {
          color: #919396;
          font-size: 13px;
          font-family: "Gotham A", "Gotham B", "Open Sans", sans-serif;
          opacity: 1; }
        body section#register .content-wrapper .floating-label {
          display: none !important; }
        body section#register .content-wrapper .hint, body section#register .content-wrapper .disclaimer {
          font-size: 11px; }
        body section#register .content-wrapper label {
          font-size: 12px; }
        body section#register .content-wrapper .action-area button {
          height: auto;
          font-size: 15px;
          padding: 8px 0; } }

body#printInvoice {
  padding: 12px;
  min-width: 0; }
  body#printInvoice a {
    color: #809d31; }
    body#printInvoice a:hover {
      text-decoration: underline; }
  body#printInvoice .wrapper {
    max-width: 600px;
    min-width: 0;
    padding: 0;
    width: 600px; }
  body#printInvoice #header {
    margin-top: 12px; }
    body#printInvoice #header #letterhead {
      *zoom: 1;
      border-bottom: 1px solid #e1e2e3;
      margin-bottom: 12px;
      padding-bottom: 6px; }
      body#printInvoice #header #letterhead:before, body#printInvoice #header #letterhead:after {
        content: " ";
        display: table; }
      body#printInvoice #header #letterhead:after {
        clear: both; }
      body#printInvoice #header #letterhead span {
        float: right;
        font-size: 12px;
        line-height: 31px; }
        body#printInvoice #header #letterhead span i {
          color: #bacf3d; }
      body#printInvoice #header #letterhead > img {
        margin-left: -3px; }
    body#printInvoice #header #companyInfo .print-btn {
      -moz-appearance: none;
      -webkit-appearance: none;
      ppearance: none;
      background-color: #a5ba4d;
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a5ba4d, endColorstr=#809d31);
      background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(#a5ba4d), to(#809d31));
      background-image: linear-gradient(top, #a5ba4d, #809d31);
      background-image: -moz-linear-gradient(top, #a5ba4d, #809d31);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5ba4d), color-stop(100%, #809d31));
      border-radius: 0;
      border: 1px solid #809d31;
      color: white;
      cursor: pointer;
      font-size: 13px;
      font-weight: bold;
      margin: 0;
      text-align: center;
      float: right;
      font-size: 12px;
      padding: 4px 12px; }
      body#printInvoice #header #companyInfo .print-btn:hover {
        background: #76912d;
        text-decoration: none; }
      body#printInvoice #header #companyInfo .print-btn:hover {
        text-decoration: none; }
    body#printInvoice #header #companyInfo > p {
      font-size: 11px;
      line-height: 13px;
      margin-bottom: 12px; }
  body#printInvoice #section {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: white;
    border-radius: 3px;
    border: 1px solid #e1e2e3;
    padding: 12px; }
    body#printInvoice #section h1 {
      border-bottom: 1px dashed #c7c9ca;
      font-size: 15px;
      margin-bottom: 12px;
      padding-bottom: 4px; }
    body#printInvoice #section span.green {
      color: #809d31; }
    body#printInvoice #section span.cherry {
      color: #de3449; }
    body#printInvoice #section strong {
      color: #414042; }
    body#printInvoice #section p {
      font-size: 12px;
      line-height: 15px; }
    body#printInvoice #section .summaryBox p:last-child {
      margin-top: 12px; }
    body#printInvoice #section #orderDetails {
      margin-top: 12px; }
      body#printInvoice #section #orderDetails > p {
        border-bottom: 1px solid #e1e2e3;
        padding-bottom: 4px; }
      body#printInvoice #section #orderDetails .table_container {
        border: 1px solid #e1e2e3;
        margin: 12px 0; }
        body#printInvoice #section #orderDetails .table_container table thead {
          border-bottom: 1px solid #e1e2e3; }
          body#printInvoice #section #orderDetails .table_container table thead tr th {
            background: #f7f7f9;
            color: #414042;
            font-size: 12px;
            font-weight: bold;
            line-height: 15px;
            padding: 6px;
            width: 50px; }
            body#printInvoice #section #orderDetails .table_container table thead tr th:first-of-type {
              width: 400px; }
        body#printInvoice #section #orderDetails .table_container table tbody tr {
          border-bottom: 1px solid #e1e2e3; }
          body#printInvoice #section #orderDetails .table_container table tbody tr:last-child {
            border-bottom: 0 none; }
          body#printInvoice #section #orderDetails .table_container table tbody tr td {
            font-size: 11px;
            padding: 6px; }
    body#printInvoice #section #priceDetails .table_container {
      border-bottom: 1px solid #e1e2e3;
      margin-bottom: 24px;
      padding-bottom: 12px; }
      body#printInvoice #section #priceDetails .table_container table tr:last-child td {
        padding-top: 12px; }
      body#printInvoice #section #priceDetails .table_container table tr td {
        font-size: 12px;
        line-height: 15px;
        text-align: right;
        width: 500px; }
        body#printInvoice #section #priceDetails .table_container table tr td:first-of-type {
          padding-right: 68px; }
        body#printInvoice #section #priceDetails .table_container table tr td.price {
          padding-right: 22px;
          width: 60px; }
  body#printInvoice #footer {
    margin-top: 12px;
    text-align: center; }
    body#printInvoice #footer p {
      font-size: 12px; }
      body#printInvoice #footer p.gray {
        color: #919396;
        font-size: 11px;
        margin-top: 12px; }

body section.sitemap {
  padding-bottom: 40px;
  text-transform: uppercase; }
  body section.sitemap a {
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    color: #414042; }
  body section.sitemap h2 {
    color: #414042;
    font-family: "Chronicle Display A", "Chronicle Display B";
    font-size: 17px;
    font-weight: 500;
    margin: 32px 0 18px 0;
    position: relative; }
    body section.sitemap h2:after {
      background: #5d5e61;
      bottom: -18px;
      content: "";
      height: 3px;
      left: 0;
      position: absolute;
      width: 24.25%; }
  body section.sitemap h3 {
    color: #414042;
    font-size: 18px;
    font-weight: normal;
    padding: 8px 0; }
  body section.sitemap h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase; }
  body section.sitemap > div {
    font-size: 0; }
    body section.sitemap > div h3 a:hover, body section.sitemap > div ul li a:hover, body section.sitemap > div ul li a h4:hover {
      opacity: 0.65; }
  body section.sitemap ul {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    vertical-align: top;
    width: 24.25%;
    margin: 0 1% 2.8% 0; }
    body section.sitemap ul:nth-of-type(4n+4) {
      margin-right: 0; }
    body section.sitemap ul li a {
      font-size: 11px;
      line-height: 18px;
      text-transform: capitalize; }
    body section.sitemap ul:first-of-type li a h4, body section.sitemap ul:first-of-type h4 {
      border-top: 2px solid #5d5e61; }
    body section.sitemap ul:not(:first-of-type) li a h4, body section.sitemap ul:not(:first-of-type) h4 {
      border-top: 2px solid transparent; }
    body section.sitemap ul li:first-child a h4, body section.sitemap ul h4 {
      border-bottom: 1px solid #5d5e61;
      padding: 8px 0; }
  body section.sitemap .other-useful-links ul h4 {
    color: #414042;
    text-transform: capitalize; }
  @media (max-width: 767px) {
    body section.sitemap h2:after {
      width: 49%; }
    body section.sitemap ul {
      width: 49%;
      margin: 0 2% 2% 0; }
      body section.sitemap ul:nth-of-type(2n+2) {
        margin-right: 0; } }
  @media (max-width: 600px) {
    body section.sitemap h2:after {
      width: 100%; }
    body section.sitemap ul {
      width: 100%;
      margin: 0 0 2% 0; }
      body section.sitemap ul:last-of-type {
        margin-bottom: 8%; } }

section.static-page {
  *zoom: 1;
  margin-top: 40px; }
  section.static-page:before, section.static-page:after {
    content: " ";
    display: table; }
  section.static-page:after {
    clear: both; }
  section.static-page a {
    color: #a5ba4d; }
    section.static-page a:hover {
      text-decoration: underline; }
  section.static-page aside {
    float: left;
    width: 24%; }
    section.static-page aside nav a {
      transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      border-top: 1px solid #e1e2e3;
      color: #939497;
      display: block;
      font-size: 12px;
      padding: 6px 12px; }
      section.static-page aside nav a:hover {
        text-decoration: none; }
        section.static-page aside nav a:hover:not(.active) {
          background: #fbfcfc;
          color: #414042; }
      section.static-page aside nav a:last-child {
        border-bottom: 1px solid #e1e2e3; }
      section.static-page aside nav a.active {
        background: #f7f7f9;
        -webkit-box-shadow: 0 1px 0 white inset, 0 -1px 0 white inset;
                box-shadow: 0 1px 0 white inset, 0 -1px 0 white inset;
        color: #414042;
        font-weight: bold;
        text-shadow: 1px 1px 0 white; }
  section.static-page article {
    float: right;
    font-size: 13px;
    margin-bottom: 32px;
    width: 74%; }
    section.static-page article h1, section.static-page article h2, section.static-page article h3, section.static-page article h4, section.static-page article h5, section.static-page article h6 {
      font-family: "Chronicle Display A", "Chronicle Display B";
      margin-bottom: 15px; }
    section.static-page article h1 {
      font-size: 170%; }
    section.static-page article h2 {
      font-size: 160%; }
    section.static-page article h3 {
      font-size: 150%; }
    section.static-page article h4 {
      font-size: 140%; }
    section.static-page article h5 {
      font-size: 130%; }
    section.static-page article h6 {
      font-size: 120%; }
    section.static-page article p {
      margin-bottom: 15px; }
    section.static-page article img.right {
      float: right; }
    section.static-page article ul {
      margin-left: 30px;
      margin-bottom: 15px; }
      section.static-page article ul li {
        list-style: disc inside; }
    section.static-page article > form > table {
      width: 100%; }
      section.static-page article > form > table tbody {
        display: table;
        margin-bottom: 24px;
        width: 100%; }
        section.static-page article > form > table tbody:not(:last-of-type) {
          border: 1px solid #e1e2e3; }
          section.static-page article > form > table tbody:not(:last-of-type) tr {
            border-bottom: 1px solid #e1e2e3; }
          section.static-page article > form > table tbody:not(:last-of-type) td {
            background: #f7f7f9;
            text-indent: 6px;
            padding: 5px 0; }
            section.static-page article > form > table tbody:not(:last-of-type) td:nth-of-type(2) {
              border-left: 1px solid #e1e2e3;
              background: white;
              width: 75%; }
              @media (max-width: 800px) {
                section.static-page article > form > table tbody:not(:last-of-type) td:nth-of-type(2) {
                  width: 60%; } }
        section.static-page article > form > table tbody:last-of-type {
          margin-bottom: 0; }
    section.static-page article > form textarea {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -moz-box-sizing: border-box;
      -moz-appearance: none;
      -webkit-appearance: none;
      transition: all 1s;
      -moz-transition: all 1s;
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      border-radius: 0;
      border: 1px solid #c7c9ca;
      font-size: 13px;
      font-family: "Gotham A", "Gotham B";
      height: 28px;
      padding: 0 5px;
      height: 80px;
      margin: 0 0 15px 0;
      width: 100%; }
      section.static-page article > form textarea:focus {
        border-color: #6d6e71;
        outline: none; }
    section.static-page article > form input.submitButton {
      -moz-appearance: none;
      -webkit-appearance: none;
      ppearance: none;
      background-color: #a5ba4d;
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a5ba4d, endColorstr=#809d31);
      background-image: -webkit-gradient(linear, left top, left bottom, from(#a5ba4d), to(#809d31));
      background-image: linear-gradient(top, #a5ba4d, #809d31);
      background-image: -moz-linear-gradient(top, #a5ba4d, #809d31);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5ba4d), color-stop(100%, #809d31));
      border-radius: 0;
      border: 1px solid #809d31;
      color: white;
      cursor: pointer;
      font-size: 13px;
      font-weight: bold;
      margin: 0;
      text-align: center;
      padding: 5px 12px; }
      section.static-page article > form input.submitButton:hover {
        background: #76912d;
        text-decoration: none; }
  section.static-page .customer-service {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #c7c9ca;
    -webkit-box-shadow: 0 2px 1px rgba(109, 110, 113, 0.15);
            box-shadow: 0 2px 1px rgba(109, 110, 113, 0.15);
    float: left;
    margin-top: 24px;
    padding: 12px;
    width: 24%; }
    section.static-page .customer-service h2 {
      font-family: "Chronicle Display A", "Chronicle Display B";
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 10px; }
    section.static-page .customer-service p {
      background: url(../../../d3k7s9wfq6lao0.cloudfront.net/editable_content/images/sprite2017.png) no-repeat -295px -2896px;
      font-size: 11px;
      min-height: 40px;
      padding-left: 63px; }
    section.static-page .customer-service > div {
      border: 1px solid #c7c9ca;
      border-width: 1px 0 0 0;
      margin-top: 10px;
      padding-top: 10px; }
    section.static-page .customer-service .live-chat p {
      background: url(../../../d3k7s9wfq6lao0.cloudfront.net/editable_content/images/sprite2017.png) no-repeat 5px -2096px;
      min-height: 0;
      padding-bottom: 5px;
      padding-top: 5px; }
    section.static-page .customer-service .security {
      position: relative; }
      section.static-page .customer-service .security p {
        background: url(../../../d3k7s9wfq6lao0.cloudfront.net/editable_content/images/sprite2017.png) no-repeat -585px -2092px;
        min-height: 0;
        padding-top: 5px; }
        section.static-page .customer-service .security p strong {
          display: block; }
  @media (min-width: 600px) and (max-width: 900px) {
    section.static-page .customer-service {
      clear: both;
      font-size: 0;
      margin-top: 0;
      width: 100%; }
      section.static-page .customer-service > p, section.static-page .customer-service > div {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -moz-box-sizing: border-box;
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        border: 1px solid #c7c9ca;
        border-width: 0 1px 0 0;
        margin-left: 3%;
        margin-top: 0;
        min-height: 65px;
        padding-right: 5%;
        padding-top: 10px;
        vertical-align: top;
        width: 30%; }
        section.static-page .customer-service > p:last-child, section.static-page .customer-service > div:last-child {
          border-right: 0 none;
          padding-right: 0; } }
  @media (max-width: 600px) {
    section.static-page article, section.static-page aside {
      float: none;
      width: 100%; }
    section.static-page article {
      margin-top: 24px; }
    section.static-page .customer-service {
      clear: both;
      margin: 0 0 24px 0;
      width: 100%; } }

#about h2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #414042;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative; }
  #about h2:after {
    border-top: 1px solid #414042;
    content: "";
    display: block;
    margin: 15px 0;
    width: 50px; }
  #about h2:before {
    background: rgba(119, 108, 93, 0.2);
    border-radius: 50%;
    content: "";
    display: block;
    height: 90px;
    left: -7px;
    margin-top: -38px;
    position: absolute;
    top: 0;
    width: 90px; }
  #about h2.small-circle:before {
    height: 45px;
    margin-top: -13px;
    width: 45px; }
#about p, #about q {
  color: #414042;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 460px; }
  #about p:last-child, #about q:last-child {
    margin-bottom: 0; }
#about q {
  border-left: 3px solid #c7c9ca;
  display: block; }
#about q, #about p i {
  padding-left: 20px; }
#about p i {
  margin-left: 3px; }
#about .wrapper {
  position: relative; }
#about .row {
  margin: 0; }
  #about .row div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box; }
#about > div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
#about #simple {
  background-color: #E0E1DC;
  background-image: url(../images/about/2_bulbs2.jpg);
  padding: 200px 0; }
  #about #simple h2:before {
    background: rgba(45, 60, 4, 0.2); }
  #about #simple p {
    max-width: 530px; }
#about #designed p {
  max-width: 500px; }
#about #designed .left {
  background: #e0dada url(../images/about/sputniks_1_b.jpg) no-repeat right top;
  background-size: cover; }
#about #designed .right {
  padding: 400px 35px 48px;
  background: #ded4cb url(../images/about/sputniks_2.jpg) no-repeat left top;
  background-size: auto 100%; }
#about #ethically {
  background-color: #e9e9e9;
  background-image: url(../images/about/lamp_closeup2.jpg);
  padding: 250px 0; }
#about #costs h2:before {
  background: rgba(165, 112, 97, 0.2); }
#about #costs p {
  max-width: 520px; }
#about #costs .left {
  background: #b08072 url(../images/about/CandleSticks3.jpg) no-repeat center center;
  background-size: cover; }
#about #costs .right {
  background: #ede3df;
  padding: 424px 77px 50px; }
#about #customer_support {
  background-color: #D2D2D4;
  background-image: url();
  padding: 170px 0 265px; }
  #about #customer_support p {
    max-width: 490px; }
#about #founders {
  background: #e0e0e0; }
  #about #founders h2:before {
    display: none; }
  @media (min-width: 768px) {
    #about #founders h2:after {
      margin-left: -90%;
      width: 100%; } }
  #about #founders .left {
    background: #DDDCD9 url() no-repeat right center;
    background-size: cover;
    padding-top: 48px; }
  #about #founders .right {
    padding: 180px 20px 50px 150px; }
  #about #founders img {
    border-radius: 50%;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      #about #founders img {
        float: right;
        margin-right: -90px; } }
#about #press {
  padding-bottom: 60px;
  padding-top: 60px;
  text-align: center; }
  #about #press h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 50px; }
  #about #press a {
    transition: all 0.15s;
    -moz-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    color: inherit; }
    #about #press a:hover {
      opacity: 0.7; }
  #about #press ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 40px; }
    #about #press ul li.slick-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 80px;
      margin: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    #about #press ul li img {
      margin: 0 auto;
      max-width: 100%;
      height: auto; }
    #about #press ul li:first-child {
      margin-left: 0; }
    #about #press ul li:last-child {
      margin-right: 0; }
  #about #press ul.slick-dots li {
    margin: 10px 5px; }
@media (min-width: 768px) and (max-width: 991px) {
  #about #founders img {
    max-width: 120%;
    margin-right: -70px; }
  #about #founders .right {
    padding: 160px 20px 50px 90px; } }
@media (max-width: 767px) {
  #about #simple {
    padding: 100px 0; }
  #about #costs .left {
    padding-bottom: 100%; }
  #about #costs .right {
    padding: 30px 20px 20px; }
  #about #customer_support {
    padding-top: 30px; }
    #about #customer_support h2 span {
      display: block; }
    #about #customer_support h2:before {
      margin-top: -18px; }
  #about #founders {
    background: #DDDCD9 url(../images/about/marble_bkg2.jpg) no-repeat right center;
    background-size: cover;
    overflow: hidden; }
    #about #founders .left {
      background: transparent;
      padding: 0;
      text-align: right; }
      #about #founders .left img {
        max-width: 65%;
        display: inline-block;
        margin: -7% 0 -80px; }
    #about #founders .right {
      background: transparent;
      padding: 40px 20px; }
      #about #founders .right h2:before {
        background: rgba(145, 147, 150, 0.2);
        border-radius: 50%;
        content: "";
        display: block;
        height: 90px;
        left: -7px;
        margin-top: -38px;
        position: absolute;
        top: 0;
        width: 90px; }
    #about #founders p {
      max-width: 100%; } }
@media (max-width: 991px) {
  #about #simple {
    background-image: url(../images/about/2_bulbs-mobile2.jpg);
    padding: 50px 0 80%; }
  #about #designed .right {
    background: #ac9e9d url(../images/about/sputniks_1-mobile.jpg) no-repeat center center;
    background-size: cover;
    padding: 50px 20px 50%; }
  #about #customer_support {
    background-image: url(../images/about/Hoytlamps-991.jpg);
    background-position: right top;
    padding: 100px 0 180px; } }
@media (max-width: 768px) {
  #about #ethically {
    background-image: url(../images/about/lamp_closeup-mobile.jpg);
    background-position: center top;
    padding: 120% 0 20px; }
    #about #ethically p {
      max-width: 100%; }
  #about #customer_support {
    background-position: 98% top; }
    #about #customer_support p {
      max-width: 75%; } }
@media (max-width: 650px) {
  #about #simple {
    padding: 50px 0 100%; }
  #about #designed .right {
    background-position: center bottom;
    background-size: 100% auto;
    padding: 50px 20px 110%; }
  #about #customer_support {
    background-position: 94% top;
    padding: 35px 0 270px; }
    #about #customer_support h2 {
      font-size: 19px; }
    #about #customer_support p {
      font-size: 14px;
      max-width: 64%; }
  #about #founders h2 {
    font-size: 18px; } }
#about + footer {
  border-top: 0 none;
  margin-top: 0; }

body section#not-found {
  text-align: center; }
  body section#not-found h2 {
    font-family: "Chronicle Display A", "Chronicle Display B";
    color: #de3449;
    font-size: 19px;
    margin: 50px 0 20px; }
  body section#not-found h3 {
    font-family: "Chronicle Display A", "Chronicle Display B";
    font-size: 16px;
    margin-bottom: 15px; }
  body section#not-found ul li {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto; }
    body section#not-found ul li a {
      display: block;
      margin: 6px; }
      body section#not-found ul li a img {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        border-radius: 3px;
        border: 1px solid #c7c9ca;
        color: #6d6e71;
        display: block;
        font-size: 11px;
        padding: 6px; }
      body section#not-found ul li a p {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        font-family: "Chronicle Display A", "Chronicle Display B";
        color: #414042;
        font-size: 15px;
        margin: 12px 0 0 7px;
        text-align: left;
        text-transform: uppercase; }
      body section#not-found ul li a:hover img {
        border-color: #33b992;
        -webkit-box-shadow: 0 0 3px #57cea9;
                box-shadow: 0 0 3px #57cea9;
        opacity: 0.7; }
      body section#not-found ul li a:hover p {
        color: #6d6e71; }

#simple-page {
  font-size: 14px;
  line-height: 1.4; }
  #simple-page .wrapper {
    max-width: 970px; }
    @media (min-width: 1020px) {
      #simple-page .wrapper {
        padding-right: 60px;
        padding-left: 60px; } }
  #simple-page .row div[class^="col"] {
    margin-bottom: 30px; }
  #simple-page header {
    text-align: center; }
  #simple-page a {
    color: #414042; }
    #simple-page a:hover {
      text-decoration: underline; }
    #simple-page a.logo {
      display: inline-block;
      margin: 35px auto 25px;
      transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease; }
      #simple-page a.logo:hover {
        opacity: 0.7; }
  #simple-page h1 {
    color: #5d5e61;
    font-size: 24px;
    margin-bottom: 25px; }
  #simple-page h2, #simple-page h3 {
    margin-bottom: 10px; }
  #simple-page h4 {
    color: #5d5e61;
    font-size: 16px;
    font-weight: 500; }
  #simple-page strong {
    color: #5d5e61;
    font-weight: 500; }
  #simple-page .info {
    margin: 40px auto 30px;
    width: 700px; }
    @media (max-width: 767px) {
      #simple-page .info {
        width: auto; } }
    @media (max-width: 500px) {
      #simple-page .info {
        max-width: 90%; }
        #simple-page .info div[class^="col"] {
          display: block;
          float: none;
          text-align: center;
          width: auto; } }
    #simple-page .info h4 {
      margin-bottom: 10px; }
  #simple-page table {
    border: 1px solid #c7c9ca;
    border-width: 3px 0 1px;
    font-size: 13px;
    margin: 20px 0;
    width: 100%; }
    @media (min-width: 1020px) {
      #simple-page table {
        margin: 20px -30px;
        width: calc(100% + 60px); } }
    #simple-page table th {
      border-bottom: 1px solid #c7c9ca;
      font-size: 10px;
      font-weight: 500;
      text-transform: uppercase; }
    #simple-page table th, #simple-page table td {
      padding: 10px; }
    #simple-page table tr td:first-child {
      font-size: 10px; }
    #simple-page table tr:last-child td {
      padding-bottom: 80px; }
    #simple-page table .notice {
      color: #d25656;
      font-size: 10px;
      font-weight: 500;
      margin-left: 20px; }
    @media (min-width: 768px) {
      #simple-page table thead th:first-child, #simple-page table tr td:first-child {
        padding-left: 90px; }
      #simple-page table thead th:last-child, #simple-page table tr td:last-child {
        padding-right: 90px; } }
  #simple-page .notes {
    border-bottom: 1px solid #c7c9ca;
    padding: 0px 30px 90px;
    width: calc(100% + 60px);
    margin: 0 -30px 20px; }
  #simple-page .barcode {
    margin-top: 50px; }
    #simple-page .barcode > div:last-child {
      text-align: right; }
  #simple-page footer {
    font-size: 12px;
    margin-top: 20px;
    text-align: center; }
    #simple-page footer img {
      margin: 15px auto;
      display: block;
      opacity: 0.5; }
  #simple-page.gift header {
    font-weight: 300;
    padding-top: 50px; }
    #simple-page.gift header .row img {
      margin-top: 25px;
      float: left;
      height: auto;
      width: 90%; }
    #simple-page.gift header h1, #simple-page.gift header p {
      text-align: left; }
    #simple-page.gift header h1 {
      font-size: 34px; }
      #simple-page.gift header h1 strong {
        display: block;
        font-weight: 700; }
    #simple-page.gift header p {
      font-size: 20px; }
  #simple-page.gift .row div[class^="col"] {
    margin-bottom: 10px; }
  #simple-page.gift table {
    margin-top: 0; }

section#static-page.wrapper, section#static-page .wrapper {
  max-width: 850px; }

section#static-page a:not(.btn-gray-outline) {
  color: #a5ba4d; }
  section#static-page a:not(.btn-gray-outline):hover {
    text-decoration: underline; }
section#static-page h2, section#static-page h3, section#static-page h4 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #5d5e61;
  font-weight: 500; }
section#static-page h2.title {
  border-bottom: 2px solid #e1e2e3;
  color: #a6a8ab;
  font-size: 25px;
  margin: 60px -30px 0;
  padding-bottom: 5px;
  text-transform: uppercase;
  text-indent: 30px; }
section#static-page p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 25px; }
  section#static-page p:last-child {
    margin-bottom: 0; }
section#static-page img.full-width {
  display: block;
  height: auto;
  margin: 30px auto;
  max-width: 100%; }
section#static-page header {
  text-align: center; }
  section#static-page header h1 {
    color: #5d5e61;
    font-family: "Chronicle Display A", "Chronicle Display B";
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 35px 0 25px; }
  section#static-page header h2 {
    border-bottom: 2px solid #e1e2e3;
    font-size: 25px;
    margin-bottom: 8px;
    padding-bottom: 5px; }
  section#static-page header p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px; }
  section#static-page header a.btn {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    background: #a6a8ab;
    border-radius: 3px;
    color: white;
    font-weight: 500;
    padding: 6px 14px; }
    section#static-page header a.btn:hover {
      background: #808080;
      text-decoration: none; }
  section#static-page header ol {
    margin-bottom: 60px; }
    @media (min-width: 850px) {
      section#static-page header ol {
        margin-left: 50px; } }
    @media (min-width: 630px) and (max-width: 849px) {
      section#static-page header ol {
        margin-left: 20px; } }
    section#static-page header ol img {
      float: left;
      margin: 5px 10px 0 0; }
    section#static-page header ol li {
      font-size: 14px;
      margin: 25px auto;
      width: 70%; }
      @media (min-width: 610px) {
        section#static-page header ol li {
          display: inline-block;
          margin: 25px 2% 0;
          text-align: left;
          vertical-align: top;
          width: 27%; } }
      @media (max-width: 609px) {
        section#static-page header ol li img {
          float: none;
          margin: 0 auto 10px; } }
      section#static-page header ol li h3 {
        font-size: 20px; }
      section#static-page header ol li p {
        color: #a5ba4d; }
section#static-page h4 {
  border: 1px solid #e1e2e3;
  color: #5d5e61;
  font-size: 24px;
  padding: 15px 0;
  text-align: center; }
section#static-page ul.centered, section#static-page ul.two-cols {
  text-align: center; }
  section#static-page ul.centered li, section#static-page ul.two-cols li {
    margin-bottom: 40px; }
  section#static-page ul.centered h4, section#static-page ul.two-cols h4 {
    border: 0 none;
    color: #a6a8ab;
    font-size: 22px;
    margin-bottom: 5px;
    padding: 0; }
  section#static-page ul.centered a, section#static-page ul.two-cols a {
    color: inherit; }
section#static-page ul.two-cols li {
  display: inline-block;
  width: 250px;
  vertical-align: top; }
section#static-page ul.two-cols h4 {
  color: #919396; }
section#static-page .text {
  padding-top: 20px; }
  section#static-page .text li {
    margin-bottom: 50px; }
    section#static-page .text li ul, section#static-page .text li ol {
      margin-left: 20px; }
    section#static-page .text li ul li.subitems {
      padding-left: 0; }
      section#static-page .text li ul li.subitems:before {
        display: none; }
      section#static-page .text li ul li.subitems ul li:before {
        border-radius: 0; }
  section#static-page .text p, section#static-page .text ul, section#static-page .text ol, section#static-page .text h3 {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 25px; }
  section#static-page .text h2 + p, section#static-page .text h3 + p {
    margin-top: 0; }
  section#static-page .text h2 {
    border-bottom: 2px solid #e1e2e3;
    color: #a6a8ab;
    font-size: 25px;
    margin-bottom: 8px;
    padding-bottom: 5px; }
    section#static-page .text h2.no-underline {
      border-bottom: 0 none;
      margin-bottom: 5px;
      padding-bottom: 0; }
  section#static-page .text h3 {
    font-size: 16px;
    margin-top: 35px;
    text-decoration: underline; }
    section#static-page .text h3.no-underline {
      color: #a6a8ab;
      font-size: 25px;
      line-height: 1.2;
      margin-bottom: 5px;
      text-decoration: none; }
  section#static-page .text strong {
    font-weight: 500; }
  section#static-page .text small {
    font-style: italic; }
  section#static-page .text a {
    color: inherit;
    text-decoration: underline; }
    section#static-page .text a:hover {
      color: #414042; }
  section#static-page .text ul li, section#static-page .text ol li {
    margin: 0 0 20px 0;
    padding-left: 20px;
    position: relative; }
    section#static-page .text ul li:before, section#static-page .text ol li:before {
      left: 5px;
      position: absolute;
      top: 7px; }
  section#static-page .text ul li:before {
    background: #6d6e71;
    border-radius: 50%;
    content: "";
    height: 6px;
    width: 6px; }
  section#static-page .text ol {
    counter-reset: my-badass-counter; }
    section#static-page .text ol li {
      padding-left: 30px; }
      section#static-page .text ol li:before {
        content: counter(my-badass-counter);
        counter-increment: my-badass-counter;
        top: 0; }
section#static-page span.separator {
  background: #a6a8ab;
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: middle;
  width: 1px; }
section#static-page .faq.accordion .heading-toggle {
  font-size: 20px;
  padding-bottom: 5px;
  padding-top: 5px; }
section#static-page .faq.accordion img {
  display: block;
  height: auto;
  margin: 20px auto;
  max-width: 100%; }
section#static-page .faq.accordion .accordion-content {
  padding-left: 35px; }
  section#static-page .faq.accordion .accordion-content h5, section#static-page .faq.accordion .accordion-content h6 {
    color: #a6a8ab;
    font-size: 22px; }
  section#static-page .faq.accordion .accordion-content h5 {
    border-bottom: 2px solid #e1e2e3;
    margin: 60px 0 20px;
    padding-bottom: 4px; }
    section#static-page .faq.accordion .accordion-content h5:first-child {
      margin-top: 30px; }
  section#static-page .faq.accordion .accordion-content p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 25px; }
  section#static-page .faq.accordion .accordion-content .tables {
    margin: 50px auto 30px;
    text-align: center; }
  section#static-page .faq.accordion .accordion-content .table {
    border: 2px solid #e1e2e3;
    margin-bottom: 25px;
    text-align: center; }
    @media (min-width: 500px) {
      section#static-page .faq.accordion .accordion-content .table {
        display: inline-block;
        margin-bottom: 0;
        min-height: 246px;
        min-width: 220px;
        vertical-align: top; }
        section#static-page .faq.accordion .accordion-content .table + .table {
          margin-left: -2px; } }
    section#static-page .faq.accordion .accordion-content .table h6 {
      border-bottom: 2px solid #e1e2e3;
      padding: 10px; }
    section#static-page .faq.accordion .accordion-content .table ul li {
      padding: 8px; }
      section#static-page .faq.accordion .accordion-content .table ul li:first-child {
        padding-top: 16px; }
      section#static-page .faq.accordion .accordion-content .table ul li:last-child {
        padding-bottom: 16px; }
section#static-page #not-found {
  color: #a6a8ab;
  text-align: center;
  padding: 10px 0 40px; }
  section#static-page #not-found header h1 {
    margin-bottom: 15px; }
  section#static-page #not-found header a {
    margin-top: 10px; }
  section#static-page #not-found .text p {
    font-size: 16px;
    line-height: 1.8; }
    section#static-page #not-found .text p a:not(:hover) {
      text-decoration: none; }
section#static-page #professional form {
  margin: 40px auto 50px;
  max-width: 685px;
  text-align: left; }
  section#static-page #professional form .group {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    margin-right: 2%;
    vertical-align: top;
    width: 49%; }
    section#static-page #professional form .group:nth-child(even) {
      margin-right: 0; }
    @media (max-width: 500px) {
      section#static-page #professional form .group {
        display: block;
        margin-right: 0;
        width: auto; } }
  section#static-page #professional form label {
    color: #a6a8ab;
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin: 15px 0 5px; }
  section#static-page #professional form input, section#static-page #professional form textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    border-radius: 0;
    border: 1px solid #c7c9ca;
    font-size: 13px;
    font-family: "Gotham A", "Gotham B";
    height: 28px;
    padding: 0 5px;
    border-radius: 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    height: 30px;
    width: 100%; }
    section#static-page #professional form input:focus, section#static-page #professional form textarea:focus {
      border-color: #6d6e71;
      outline: none; }
  section#static-page #professional form #xxx {
    display: none; }
  section#static-page #professional form .error {
    color: #e2465a;
    font-size: 11px; }
  section#static-page #professional form textarea {
    min-height: 80px;
    height: auto;
    margin-bottom: 20px;
    padding: 5px; }
  section#static-page #professional form input[type="submit"], section#static-page #professional form button[type="submit"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    ppearance: none;
    background-color: #a5ba4d;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a5ba4d, endColorstr=#809d31);
    background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(#a5ba4d), to(#809d31));
    background-image: linear-gradient(top, #a5ba4d, #809d31);
    background-image: -moz-linear-gradient(top, #a5ba4d, #809d31);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5ba4d), color-stop(100%, #809d31));
    border-radius: 0;
    border: 1px solid #809d31;
    color: white;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    transition: all 0s;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    font-weight: 500;
    height: 34px;
    margin: 0 auto;
    max-width: 324px;
    text-transform: uppercase; }
    section#static-page #professional form input[type="submit"]:hover, section#static-page #professional form button[type="submit"]:hover {
      background: #76912d;
      text-decoration: none; }
  section#static-page #professional form.submitted input[type="text"], section#static-page #professional form.submitted textarea {
    background: #f3f4f4; }
  section#static-page #professional form.submitted label {
    color: #919396; }
  section#static-page #professional form.submitted input[type="submit"], section#static-page #professional form.submitted button[type="submit"] {
    background: white;
    border-color: #89c66f;
    color: #6ab24e;
    cursor: default;
    text-shadow: 0 0 0 transparent; }
    section#static-page #professional form.submitted input[type="submit"]:hover, section#static-page #professional form.submitted button[type="submit"]:hover {
      -webkit-box-shadow: 0 0 0 transparent;
              box-shadow: 0 0 0 transparent; }
section#static-page #professional .new-arrivals {
  text-align: center; }
  section#static-page #professional .new-arrivals ul {
    text-align: left; }
  section#static-page #professional .new-arrivals h2 {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    background: white;
    font-family: "Chronicle Display A", "Chronicle Display B";
    font-size: 15px;
    padding: 0 18px;
    position: relative;
    text-transform: uppercase;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto; }
section#static-page #professional .phone {
  margin: 10px auto 40px;
  max-width: 150px; }
  section#static-page #professional .phone img {
    float: left;
    margin: 5px 10px 0 0; }
  section#static-page #professional .phone h3 {
    font-size: 20px; }
  section#static-page #professional .phone p {
    color: #a5ba4d; }

#merchandising-landing-page-new {
  color: #414042; }
  #merchandising-landing-page-new .wrapper {
    max-width: 1560px; }
  #merchandising-landing-page-new .hero, #merchandising-landing-page-new .row {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0; }
    @media (max-width: 767px) {
      #merchandising-landing-page-new .hero, #merchandising-landing-page-new .row {
        margin-bottom: 25px; } }
  #merchandising-landing-page-new article > .row:not(.copy-block) {
    margin-left: -15px;
    margin-right: -15px; }
  #merchandising-landing-page-new .copy-block {
    letter-spacing: 0.5px;
    text-align: left; }
    @media (min-width: 992px) {
      #merchandising-landing-page-new .copy-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    #merchandising-landing-page-new .copy-block h1 {
      font-size: 34px; }
      @media (max-width: 991px) {
        #merchandising-landing-page-new .copy-block h1 {
          text-align: center; } }
      @media (max-width: 600px) {
        #merchandising-landing-page-new .copy-block h1 {
          font-size: 28px; } }
    #merchandising-landing-page-new .copy-block .date {
      color: #a6a8ab;
      font-size: 14px;
      margin-top: 6px; }
      @media (max-width: 991px) {
        #merchandising-landing-page-new .copy-block .date {
          text-align: center; } }
    #merchandising-landing-page-new .copy-block div[class*="col"]:first-child {
      padding-left: 0;
      padding-right: 3%; }
    #merchandising-landing-page-new .copy-block div[class*="col"]:last-child {
      border: 1px solid #e1e2e3;
      border-width: 0 0 0 1px;
      padding-left: 3%;
      padding-right: 0; }
      @media (max-width: 991px) {
        #merchandising-landing-page-new .copy-block div[class*="col"]:last-child {
          border-width: 1px 0 0 0;
          margin-top: 20px;
          padding-left: 0;
          padding-top: 20px; } }
    #merchandising-landing-page-new .copy-block div[class*="col"] p {
      padding: 0; }
  #merchandising-landing-page-new ul.swatches li a {
    display: block; }
  #merchandising-landing-page-new p, #merchandising-landing-page-new ul:not(.swatches), #merchandising-landing-page-new h3, #merchandising-landing-page-new .caption {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.9;
    text-align: justify; }
    #merchandising-landing-page-new p + p, #merchandising-landing-page-new p + ul, #merchandising-landing-page-new ul:not(.swatches) + p, #merchandising-landing-page-new ul:not(.swatches) + ul, #merchandising-landing-page-new h3 + p, #merchandising-landing-page-new h3 + ul, #merchandising-landing-page-new .caption + p, #merchandising-landing-page-new .caption + ul {
      margin-top: 25px; }
    #merchandising-landing-page-new p + h3, #merchandising-landing-page-new ul:not(.swatches) + h3, #merchandising-landing-page-new h3 + h3, #merchandising-landing-page-new .caption + h3 {
      margin-top: 40px; }
    #merchandising-landing-page-new p strong, #merchandising-landing-page-new p a, #merchandising-landing-page-new ul:not(.swatches) strong, #merchandising-landing-page-new ul:not(.swatches) a, #merchandising-landing-page-new h3 strong, #merchandising-landing-page-new h3 a, #merchandising-landing-page-new .caption strong, #merchandising-landing-page-new .caption a {
      font-weight: 500; }
    #merchandising-landing-page-new p a, #merchandising-landing-page-new ul:not(.swatches) a, #merchandising-landing-page-new h3 a, #merchandising-landing-page-new .caption a {
      transition: all 0.2s;
      -moz-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      border-bottom: 1px solid #a6a8ab;
      color: #6d6e71;
      display: inline-block;
      display: inline;
      padding-bottom: 0; }
      #merchandising-landing-page-new p a:hover, #merchandising-landing-page-new ul:not(.swatches) a:hover, #merchandising-landing-page-new h3 a:hover, #merchandising-landing-page-new .caption a:hover {
        border-color: #b8babc;
        color: #919396;
        text-decoration: none; }
  @media (min-width: 768px) {
    #merchandising-landing-page-new div[class*="col"] .text {
      padding: 0 30px; } }
  #merchandising-landing-page-new .caption {
    color: #a6a8ab;
    font-size: 12px;
    font-style: italic;
    margin-top: 4px; }
  #merchandising-landing-page-new ul:not(.swatches) li {
    margin-bottom: 10px; }
    #merchandising-landing-page-new ul:not(.swatches) li:before {
      border-radius: 50%;
      background: #6d6e71;
      content: "";
      display: inline-block;
      height: 6px;
      margin-bottom: 3px;
      margin-right: 8px;
      vertical-align: middle;
      width: 6px; }
  #merchandising-landing-page-new h3 {
    color: #414042;
    font-weight: 500;
    font-size: 16px; }
  #merchandising-landing-page-new img {
    display: block;
    height: auto;
    width: 100%; }
  #merchandising-landing-page-new a.product .text, #merchandising-landing-page-new a.product + .text {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 5px;
    padding: 10px; }
    #merchandising-landing-page-new a.product .text h2, #merchandising-landing-page-new a.product .text .price strong, #merchandising-landing-page-new a.product + .text h2, #merchandising-landing-page-new a.product + .text .price strong {
      font-weight: 500; }
  #merchandising-landing-page-new a.product {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    color: #414042; }
    #merchandising-landing-page-new a.product img {
      transition: all 0.2s;
      -moz-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s; }
    #merchandising-landing-page-new a.product:hover img {
      opacity: 0.75; }
    #merchandising-landing-page-new a.product:hover .text {
      color: #414042; }
  #merchandising-landing-page-new .col-sm-6 .row:last-child {
    margin-bottom: 0; }
  #merchandising-landing-page-new .col-sm-6 .col-xs-6:first-child {
    padding-left: 0; }
  #merchandising-landing-page-new .col-sm-6 .col-xs-6:last-child {
    padding-right: 0; }
  @media (max-width: 767px) {
    #merchandising-landing-page-new .col-sm-6:not(:first-child) {
      clear: left;
      padding-top: 25px; } }
  #merchandising-landing-page-new .image {
    min-height: 250px; }
    #merchandising-landing-page-new .image.min-height-125 {
      min-height: 125px; }
    #merchandising-landing-page-new .image.min-height-350 {
      min-height: 350px; }
    #merchandising-landing-page-new .image.min-height-500 {
      min-height: 500px; }
    #merchandising-landing-page-new .image.min-height-800 {
      min-height: 800px; }
    #merchandising-landing-page-new .image.min-height-1000 {
      min-height: 1000px; }
  #merchandising-landing-page-new q {
    display: block;
    font-family: "Chronicle Display A", "Chronicle Display B";
    font-size: 24px;
    font-style: italic;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 400px;
    text-align: center; }
    #merchandising-landing-page-new q:before, #merchandising-landing-page-new q:after {
      background: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/quotes.svg) no-repeat center top;
      content: "";
      display: block;
      height: 80px;
      margin: 0 auto 30px;
      max-width: 285px; }
    #merchandising-landing-page-new q:after {
      background-position: center 100%;
      margin: 30px auto 0; }
  #merchandising-landing-page-new .pagination + .pagination {
    margin-top: -1px; }
  #merchandising-landing-page-new .pagination {
    border: 1px solid #e1e2e3;
    border-width: 1px 0;
    font-size: 16px;
    padding: 50px 0; }
    #merchandising-landing-page-new .pagination .row {
      margin-bottom: 0; }
      #merchandising-landing-page-new .pagination .row > div {
        text-align: center; }
        #merchandising-landing-page-new .pagination .row > div:first-child {
          text-align: left; }
        #merchandising-landing-page-new .pagination .row > div:nth-child(2) {
          text-align: right; }
    #merchandising-landing-page-new .pagination a {
      color: #6d6e71; }
      #merchandising-landing-page-new .pagination a:hover span span, #merchandising-landing-page-new .pagination a:hover span.title {
        text-decoration: underline; }
      #merchandising-landing-page-new .pagination a > span {
        display: block; }
      #merchandising-landing-page-new .pagination a span:not(.title) {
        font-family: "Chronicle Display A", "Chronicle Display B"; }
      #merchandising-landing-page-new .pagination a i.fa-angle-left {
        font-size: 13px;
        margin-right: 15px; }
      #merchandising-landing-page-new .pagination a i.fa-angle-right {
        font-size: 13px;
        margin-left: 15px; }
      #merchandising-landing-page-new .pagination a span.title {
        font-size: 11px;
        margin-top: 8px; }
    @media (max-width: 767px) {
      #merchandising-landing-page-new .pagination {
        padding: 20px 0;
        font-size: 18px; }
        #merchandising-landing-page-new .pagination .row > div:nth-child(3) {
          margin-top: 20px; }
        #merchandising-landing-page-new .pagination .row span.title {
          display: none;
          font-size: 13px; }
        #merchandising-landing-page-new .pagination .row i.fa-angle-left {
          float: left;
          margin-top: 6px; }
        #merchandising-landing-page-new .pagination .row i + span {
          margin-left: 20px;
          display: block; } }
  #merchandising-landing-page-new .other-stories {
    margin-top: -1px;
    border-top: 1px solid #e1e2e3;
    text-align: center; }
    #merchandising-landing-page-new .other-stories a {
      color: inherit;
      display: block; }
      #merchandising-landing-page-new .other-stories a:hover .pic, #merchandising-landing-page-new .other-stories a:hover .text-group {
        opacity: 0.75; }
    #merchandising-landing-page-new .other-stories h3, #merchandising-landing-page-new .other-stories h4 {
      font-family: "Chronicle Display A", "Chronicle Display B";
      padding: 50px 0; }
    #merchandising-landing-page-new .other-stories h3 {
      font-size: 28px; }
    #merchandising-landing-page-new .other-stories h3, #merchandising-landing-page-new .other-stories p {
      text-align: center; }
    #merchandising-landing-page-new .other-stories .pic {
      transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      padding-bottom: 25%;
      background-size: cover;
      background-position: center center; }
    #merchandising-landing-page-new .other-stories .text-group {
      transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      border: 1px solid #e1e2e3;
      border-top-width: 0;
      padding: 80px 40px; }
      #merchandising-landing-page-new .other-stories .text-group h4 {
        padding: 0;
        font-size: 20px; }
      #merchandising-landing-page-new .other-stories .text-group p {
        max-width: 770px;
        margin: 20px auto 0;
        font-size: 15px; }
    #merchandising-landing-page-new .other-stories div[class*="col"] .pic {
      padding-bottom: 50%; }
    #merchandising-landing-page-new .other-stories div[class*="col"] .text-group {
      padding: 40px 15px; }

#ideas-inspiration *, #merchandising-landing-page-new * {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
#ideas-inspiration .hero, #merchandising-landing-page-new .hero {
  height: 390px;
  position: relative; }
  @media (max-width: 767px) {
    #ideas-inspiration .hero, #merchandising-landing-page-new .hero {
      height: 240px;
      margin-left: -20px;
      margin-right: -20px; } }
  #ideas-inspiration .hero h1, #merchandising-landing-page-new .hero h1 {
    bottom: 30px;
    font-size: 36px;
    left: 30px;
    letter-spacing: 1px;
    position: absolute; }
    #ideas-inspiration .hero h1 span:after, #merchandising-landing-page-new .hero h1 span:after {
      bottom: 3px; }
    #ideas-inspiration .hero h1.white, #merchandising-landing-page-new .hero h1.white {
      color: white; }
      #ideas-inspiration .hero h1.white span:after, #merchandising-landing-page-new .hero h1.white span:after {
        border-color: white; }

@media (min-width: 768px) {
  #ideas-inspiration {
    padding-bottom: 50px; } }
#ideas-inspiration .wrapper {
  max-width: 1560px; }
#ideas-inspiration .hero {
  background-color: #BABABA;
  background-image: url(../../../d3k7s9wfq6lao0.cloudfront.net/editable_content/images/ideas-inspiration/hero-view-all2.jpg); }
  #ideas-inspiration .hero.spotlight {
    background-color: #323338;
    background-image: url(../../../d3k7s9wfq6lao0.cloudfront.net/editable_content/images/ideas-inspiration/hero-spotlight.jpg); }
  #ideas-inspiration .hero.lighting-101 {
    background-color: #B9B9BB;
    background-image: url(../../../d3k7s9wfq6lao0.cloudfront.net/editable_content/images/ideas-inspiration/hero-lighting-101.jpg); }
  #ideas-inspiration .hero.product-series {
    background-color: #F1D7CD;
    background-image: url(../../../d3k7s9wfq6lao0.cloudfront.net/editable_content/images/ideas-inspiration/hero-product-series.jpg); }
  #ideas-inspiration .hero.curated-collections {
    background-color: #E6D2AB;
    background-image: url(../../../d3k7s9wfq6lao0.cloudfront.net/editable_content/images/ideas-inspiration/hero-curated-collections.jpg); }
  #ideas-inspiration .hero.inspiration-by-room {
    background-color: #dddcdc;
    background-image: url(../../../d3k7s9wfq6lao0.cloudfront.net/editable_content/images/ideas-inspiration/hero-inspiration-by-room2.jpg); }
#ideas-inspiration h1 {
  color: #414042;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase; }
  #ideas-inspiration h1 span {
    font-family: "Chronicle Display A", "Chronicle Display B";
    font-weight: 400;
    position: relative; }
    #ideas-inspiration h1 span:after {
      border-bottom: 2px solid #414042;
      bottom: 0;
      content: "";
      display: block;
      left: 0;
      position: absolute;
      width: 100%; }
#ideas-inspiration article {
  font-size: 0.1px; }
  #ideas-inspiration article:not(:last-child) {
    border-bottom: 1px solid #e1e2e3;
    margin-bottom: 50px;
    padding-bottom: 50px; }
  #ideas-inspiration article img.main-picture {
    display: block;
    height: auto;
    margin-bottom: 20px;
    width: 100%; }
  #ideas-inspiration article a {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    color: #414042;
    display: block; }
    #ideas-inspiration article a img, #ideas-inspiration article a .big-picture {
      display: block;
      height: auto;
      width: 100%; }
    #ideas-inspiration article a:hover {
      opacity: 0.75; }
    #ideas-inspiration article a img {
      margin-bottom: 5px; }
    #ideas-inspiration article a .big-picture {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 0;
      margin-bottom: 20px;
      max-height: 800px; }
      @media (max-width: 767px) {
        #ideas-inspiration article a .big-picture {
          height: 450px; } }
  #ideas-inspiration article .sticky-header {
    background: rgba(255, 255, 255, 0.94);
    font-size: 14px;
    padding: 15px 0;
    z-index: 5; }
    @media (min-width: 768px) {
      #ideas-inspiration article .sticky-header {
        text-align: center; }
        #ideas-inspiration article .sticky-header h1, #ideas-inspiration article .sticky-header nav {
          display: inline-block;
          transition: all 0.75s;
          -moz-transition: all 0.75s;
          -webkit-transition: all 0.75s;
          -o-transition: all 0.75s; }
        #ideas-inspiration article .sticky-header h1 {
          font-size: 24px;
          margin-right: 20px;
          opacity: 0;
          padding: 3px 0;
          text-align: left;
          vertical-align: middle;
          white-space: nowrap; } }
    @media (min-width: 768px) and (min-width: 991px) {
      #ideas-inspiration article .sticky-header h1 {
        margin-left: -295px; } }

    @media (min-width: 1130px) {
      #ideas-inspiration article .sticky-header h1 {
        font-size: 28px;
        margin-right: 20px;
        margin-left: -360px; } }
    @media (min-width: 1250px) {
      #ideas-inspiration article .sticky-header h1 {
        margin-right: 40px; } }
  @media (min-width: 1120px) {
    #ideas-inspiration article .sticky-header .custom_dropdown {
      display: none; } }
  @media (max-width: 1119px) {
    #ideas-inspiration article .sticky-header nav {
      display: none; } }
  #ideas-inspiration article .sticky-header .custom_dropdown {
    float: right;
    font-weight: 500;
    font-size: 12px;
    margin-top: 4px;
    text-align: left; }
    #ideas-inspiration article .sticky-header .custom_dropdown ul.submenu {
      margin-top: 18px;
      padding-top: 0; }
    #ideas-inspiration article .sticky-header .custom_dropdown.multiline {
      margin-top: -4px; }
      #ideas-inspiration article .sticky-header .custom_dropdown.multiline ul.submenu {
        margin-top: 11px; }
    @media (max-width: 400px) {
      #ideas-inspiration article .sticky-header .custom_dropdown {
        margin-top: 14px; }
        #ideas-inspiration article .sticky-header .custom_dropdown ul.submenu {
          margin-top: 30px;
          padding-top: 0; }
        #ideas-inspiration article .sticky-header .custom_dropdown.multiline {
          margin-top: 7px; }
          #ideas-inspiration article .sticky-header .custom_dropdown.multiline ul.submenu {
            margin-top: 22px; } }
  #ideas-inspiration article .sticky-header nav {
    text-align: center;
    width: calc(100% - 299px); }
    @media (min-width: 1130px) {
      #ideas-inspiration article .sticky-header nav {
        width: calc(100% - 342px); } }
    @media (min-width: 1250px) {
      #ideas-inspiration article .sticky-header nav {
        width: calc(100% - 362px); } }
    #ideas-inspiration article .sticky-header nav .flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    #ideas-inspiration article .sticky-header nav a {
      -webkit-transition: font-size 0.75s ease, padding 0.75s ease, margin 0.75s ease;
      transition: font-size 0.75s ease, padding 0.75s ease, margin 0.75s ease;
      border: 1px solid transparent;
      display: inline-block;
      font-size: 14px;
      padding: 10px 18px;
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      webkit-backface-visibility: hidden;
      white-space: nowrap; }
      @media (max-width: 1560px) {
        #ideas-inspiration article .sticky-header nav a {
          padding: 10px 17px; } }
      @media (max-width: 1520px) {
        #ideas-inspiration article .sticky-header nav a {
          padding: 10px 15px; } }
      @media (max-width: 1435px) {
        #ideas-inspiration article .sticky-header nav a {
          font-size: 13px; } }
      #ideas-inspiration article .sticky-header nav a.current {
        border-color: #414042; }
      #ideas-inspiration article .sticky-header nav a:hover {
        background: #414042;
        color: white; }
  #ideas-inspiration article .is-sticky {
    z-index: 1;
    position: relative; }
    @media (max-width: 767px) {
      #ideas-inspiration article .is-sticky .sticky-header {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -moz-box-sizing: border-box;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 100% !important; } }
    #ideas-inspiration article .is-sticky .sticky-header h1 {
      margin-left: 0;
      opacity: 1; }
    @media (max-width: 1425px) {
      #ideas-inspiration article .is-sticky nav a {
        padding: 10px 12px; } }
    @media (max-width: 1400px) {
      #ideas-inspiration article .is-sticky nav a {
        padding: 10px 8px;
        font-size: 12px; } }
    @media (max-width: 1180px) {
      #ideas-inspiration article .is-sticky nav a {
        padding: 10px 5px; } }
  #ideas-inspiration article .item {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      #ideas-inspiration article .item {
        margin-bottom: 30px; }
        #ideas-inspiration article .item img {
          margin-left: -15px;
          margin-bottom: 10px;
          width: calc(100% + 30px); } }
  #ideas-inspiration article h2 {
    color: #414042;
    font-family: "Chronicle Display A", "Chronicle Display B";
    font-size: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 15px; }
  #ideas-inspiration article .category {
    border-bottom: 1px solid #e1e2e3;
    color: #a6a8ab;
    display: inline-block;
    font-size: 10px;
    margin-bottom: 15px;
    padding-bottom: 1px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      #ideas-inspiration article .category {
        font-size: 12px; } }
  @media (min-width: 768px) {
    #ideas-inspiration article .row {
      margin: 0; }
    #ideas-inspiration article div[class*="col"] {
      padding: 0; }
    #ideas-inspiration article .wide, #ideas-inspiration article .narrow {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -moz-box-sizing: border-box; }
    #ideas-inspiration article .wide {
      float: left;
      padding-right: 20px;
      width: 50%; }
      #ideas-inspiration article .wide .item {
        margin-bottom: 30px; }
      #ideas-inspiration article .wide .col-sm-6:first-child {
        padding-right: 10px; }
      #ideas-inspiration article .wide .col-sm-6:last-child {
        padding-left: 10px; }
      #ideas-inspiration article .wide .featured h3 {
        font-size: 13px;
        margin-bottom: 10px; }
      #ideas-inspiration article .wide .featured a:hover {
        opacity: 0.7; }
      #ideas-inspiration article .wide .featured h4, #ideas-inspiration article .wide .featured img {
        display: inline-block;
        vertical-align: middle; }
      #ideas-inspiration article .wide .featured h4 {
        font-family: "Chronicle Display A", "Chronicle Display B";
        font-size: 14px;
        line-height: 1.4;
        max-width: 220px; }
      #ideas-inspiration article .wide .featured img {
        height: auto;
        margin-right: 20px;
        width: 70px; }
    #ideas-inspiration article .narrow {
      margin-left: 50.1%; }
      #ideas-inspiration article .narrow.rooms a {
        border: 1px solid transparent;
        margin: -10px;
        padding: 10px; }
        #ideas-inspiration article .narrow.rooms a.active {
          background: #e9eaea;
          border-color: #6d6e71; }
      #ideas-inspiration article .narrow div[class*="col"] {
        border: 1px solid #e1e2e3;
        border-width: 0 0 0 1px;
        padding: 0 20px; }
        #ideas-inspiration article .narrow div[class*="col"]:nth-child(even) {
          padding-right: 0; }
      #ideas-inspiration article .narrow .item {
        margin-bottom: 40px; }
      #ideas-inspiration article .narrow h2 {
        font-size: 18px;
        margin-bottom: 10px; }
      #ideas-inspiration article .narrow div[class*="col"]:nth-last-of-type(-n+2) .item {
        margin-bottom: 0; } }
@media (min-width: 768px) and (min-width: 992px) {
  #ideas-inspiration article .wide {
    padding-right: 30px; }
    #ideas-inspiration article .wide .col-sm-6:first-child {
      padding-right: 15px; }
    #ideas-inspiration article .wide .col-sm-6:last-child {
      padding-left: 15px; }
  #ideas-inspiration article .narrow div[class*="col"] {
    padding: 0 30px; } }
@media (min-width: 768px) and (min-width: 1140px) {
  #ideas-inspiration article .wide {
    padding-right: 32px; }
    #ideas-inspiration article .wide .col-sm-6:first-child {
      padding-right: 20px; }
    #ideas-inspiration article .wide .col-sm-6:last-child {
      padding-left: 20px; }
  #ideas-inspiration article .narrow div[class*="col"] {
    padding: 0 40px; } }

  @media (min-width: 1320px) {
    #ideas-inspiration article .narrow .row {
      margin-right: -36px; }
    #ideas-inspiration article .narrow div[class*="col"] {
      display: inline-block;
      float: none !important;
      padding: 0 30px;
      vertical-align: top;
      width: 33%; }
      #ideas-inspiration article .narrow div[class*="col"]:nth-child(even) {
        padding: 0 30px; }
    #ideas-inspiration article .narrow div[class*="col"]:nth-last-of-type(-n+3) .item {
      margin-bottom: 0; } }

#professional {
  font-size: 14px;
  text-align: center; }
  #professional .wrapper {
    max-width: 1560px; }
  #professional .hero {
    background: #CDCDCC url(../../../d3k7s9wfq6lao0.cloudfront.net/editable_content/images/trade-sales.jpg) no-repeat center center;
    background-size: cover;
    height: 500px;
    margin-bottom: 35px;
    position: relative; }
    #professional .hero .text {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -moz-box-sizing: border-box;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #414042;
      left: 0;
      position: absolute;
      width: 100%; }
    #professional .hero h1 {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-family: "Chronicle Display A", "Chronicle Display B";
      font-size: 38px;
      font-weight: bold;
      letter-spacing: 1px;
      margin-bottom: 5px; }
    #professional .hero a {
      margin-top: 30px; }
    @media (max-width: 600px) {
      #professional .hero {
        height: 400px; }
        #professional .hero h1 {
          font-size: 30px; } }
  #professional h2 {
    color: #414042;
    font-size: 28px;
    font-weight: 500;
    padding: 45px 0; }
    @media (max-width: 600px) {
      #professional h2 {
        font-size: 24px; } }
  #professional a:not([class*="btn"]) {
    color: inherit; }
  #professional ul.perks {
    margin-top: 20px; }
    #professional ul.perks li {
      margin-bottom: 50px; }
    @media (min-width: 600px) {
      #professional ul.perks li {
        display: inline-block;
        margin-bottom: 85px;
        vertical-align: top;
        width: 49%; } }
    @media (min-width: 1024px) {
      #professional ul.perks li {
        margin-bottom: 120px;
        width: 24.5%; }
        #professional ul.perks li:nth-child(-n+3) {
          width: 33%; }
      #professional ul.perks + * {
        margin-top: -50px; } }
    #professional ul.perks h3 {
      color: #414042;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 1px;
      margin: 12px 0; }
  #professional p {
    line-height: 1.6; }
  #professional .bkg {
    background-color: #414042; }
    #professional .bkg h2 {
      color: white; }
  #professional form {
    margin-top: 50px;
    text-align: left; }
    #professional form .group {
      margin-bottom: 25px; }
    #professional form .error-message {
      color: #e2465a;
      margin: 10px; }
      @media (max-width: 767px) {
        #professional form .error-message {
          display: block;
          margin: 20px 0 10px;
          text-align: center; } }
    #professional form textarea {
      min-height: 100px; }
      #professional form textarea + label {
        margin-right: 15px;
        white-space: initial; }
    #professional form legend {
      font-size: 13px; }
    #professional form legend, #professional form p, #professional form ul {
      margin-left: 15px; }
    #professional form ul li {
      margin-left: 8px;
      line-height: 1.6; }
    #professional form input[type="button"] {
      margin-top: 30px; }
      @media (max-width: 600px) {
        #professional form input[type="button"] {
          display: block;
          font-size: 16px;
          width: 100%; } }
    #professional form .alert-success {
      text-align: center; }
      #professional form .alert-success h2 {
        padding-bottom: 15px; }
      #professional form .alert-success p {
        font-size: 16px; }

#reviews .header {
  margin-top: 10px;
  margin-bottom: 25px; }
  #reviews .header h2 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #5d5e61;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 18px; }
  #reviews .header .stars {
    margin-bottom: 8px; }
  #reviews .header .stats {
    letter-spacing: 0.5px;
    font-size: 13px; }
    #reviews .header .stats .reviews-count {
      margin-left: 10px;
      padding-left: 12px;
      border-left: 1px solid #919396; }
  #reviews .header .recommend {
    text-align: center; }
    #reviews .header .recommend strong {
      font-size: 48px;
      letter-spacing: 2px;
      font-weight: 500;
      line-height: 1; }
    #reviews .header .recommend small {
      font-family: "Chronicle Display A", "Chronicle Display B";
      display: block;
      font-size: 11px;
      letter-spacing: 0.5px; }
    @media (min-width: 600px) {
      #reviews .header .recommend {
        max-width: 140px;
        display: inline-block; } }
  @media (max-width: 767px) {
    #reviews .header {
      text-align: center; }
      #reviews .header h2 {
        font-size: 24px; }
      #reviews .header .recommend {
        margin-top: 15px; }
        #reviews .header .recommend small {
          font-size: 14px;
          margin-top: 5px; } }
#reviews .filters {
  border-bottom: 1px solid #e1e2e3;
  padding-bottom: 15px; }
  #reviews .filters label {
    font-size: 13px; }
  #reviews .filters select + label {
    margin-left: 10px; }
#reviews ol.ratings-chart {
  font-size: 11px;
  margin-bottom: 35px; }
  #reviews ol.ratings-chart li {
    border-bottom: 1px solid #e1e2e3;
    padding: 10px 0;
    position: relative; }
    #reviews ol.ratings-chart li .line {
      height: 3px;
      background: #a5ba4d;
      position: absolute;
      left: 0;
      bottom: -1px; }
    #reviews ol.ratings-chart li span {
      display: inline-block;
      width: 40%; }
      #reviews ol.ratings-chart li span.percentage {
        width: 25%;
        font-weight: 500; }
      #reviews ol.ratings-chart li span.stars {
        width: 35%; }
#reviews .about h3 {
  font-family: "Chronicle Display A", "Chronicle Display B";
  font-size: 16px;
  border-bottom: 1px solid #e1e2e3;
  padding-bottom: 15px;
  margin-bottom: 15px; }
#reviews .about p {
  font-size: 12px;
  margin-bottom: 20px;
  line-height: 1.45; }
#reviews .about ul li {
  padding: 12px 0 12px 60px;
  font-size: 12px;
  background: no-repeat left center; }
  #reviews .about ul li a {
    display: inline-block;
    color: #6d6e71; }
  #reviews .about ul li h4 {
    font-weight: 500;
    margin-bottom: 3px; }
  #reviews .about ul li.phone {
    background-image: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/icon-help-phone.svg);
    background-position: 12px center; }
  #reviews .about ul li.email {
    background-image: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/icon-help-envelope.svg); }
  #reviews .about ul li.location {
    background-image: url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/icon-help-location.svg);
    background-position: 12px center; }
  #reviews .about ul li.map {
    padding-left: 0; }
    #reviews .about ul li.map iframe {
      max-width: 100%; }
#reviews ul.common-tabs {
  margin: 35px 0; }
#reviews ul li.review {
  font-size: 13px;
  border-bottom: 1px solid #e1e2e3;
  padding: 12px 0; }
  #reviews ul li.review a {
    color: inherit; }
  #reviews ul li.review:after {
    clear: both;
    content: "";
    display: block; }
  #reviews ul li.review .left {
    float: left; }
    #reviews ul li.review .left > img {
      display: block; }
  #reviews ul li.review .right {
    margin-left: 130px; }
    #reviews ul li.review .right .stars {
      padding: 25px 0 5px; }
#reviews .name {
  font-size: 12px;
  font-weight: 500;
  margin: 10px 0 2px; }
  #reviews .name img {
    display: inline-block;
    vertical-align: middle; }
#reviews .posted {
  font-size: 12px;
  color: #a6a8ab; }
#reviews .helpful strong {
  font-size: 12px; }
#reviews .helpful .thumbs {
  font-size: 16px; }
#reviews p.margin {
  margin-top: 28px;
  line-height: 1.38; }
#reviews a.product-box {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border: 2px solid #e1e2e3;
  padding: 20px;
  margin-bottom: 20px;
  display: block;
  color: inherit; }
  #reviews a.product-box:hover {
    background: #f7f7f9; }
  #reviews a.product-box img {
    width: 100%;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 240px;
    mix-blend-mode: multiply; }
  #reviews a.product-box h3 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #5d5e61;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 18px;
    padding-top: 15px; }
  #reviews a.product-box .rated {
    border-bottom: 1px solid #e1e2e3;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 14px; }
    #reviews a.product-box .rated strong {
      font-weight: 500; }
#reviews li.product-review .stars {
  display: inline-block; }
#reviews li.product-review .name {
  font-size: 15px;
  display: inline-block;
  margin-right: 10px; }
#reviews li.product-review p {
  font-size: 16px;
  margin: 10px 0; }
  #reviews li.product-review p:before, #reviews li.product-review p:after {
    font-size: 24px;
    font-weight: 600; }
  #reviews li.product-review p:before {
    content: '"';
    margin-right: 5px; }
  #reviews li.product-review p:after {
    content: '"';
    margin-left: 5px; }

#gallery .wrapper {
  max-width: 1560px; }

.grid-layout {
  margin-top: 40px;
  display: grid;
  grid-gap: 20px;
  grid-auto-flow: dense; }
  @media (min-width: 600px) {
    .grid-layout {
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      grid-auto-rows: minmax(250px, auto); } }
  .grid-layout a {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    display: block;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
    .grid-layout a:hover {
      opacity: 0.75; }
    .grid-layout a img {
      background: #e1e2e3;
      display: block;
      height: auto;
      width: 100%; }
  .grid-layout .span-2 {
    grid-column-end: span 2;
    grid-row-end: span 2; }

.results header .line .result-count span {
  font-weight: 500; }
.results header .line .result-count + nav.breadcrumbs {
  margin-top: 5px;
  opacity: 0.7; }
.results .searchspring-results_container {
  clear: both;
  min-height: 100px;
  top: auto !important; }
  .results .searchspring-results_container #searchspring-did_you_mean {
    font-size: 13px;
    padding-top: 15px !important; }
    .results .searchspring-results_container #searchspring-did_you_mean a {
      color: #a5ba4d !important; }
      .results .searchspring-results_container #searchspring-did_you_mean a:hover {
        text-decoration: underline; }

section#catalog.search .results > ol > li .text {
  border: 0 none;
  font-size: 14px;
  line-height: 1.5;
  margin: 0; }
@media (max-width: 767px) {
  section#catalog.search .bar .sort {
    float: left; } }

h2.no-results {
  border-top: 1px solid #e1e2e3;
  font-size: 22px;
  padding: 60px 0 35px;
  text-align: center; }
  @media (max-width: 767px) {
    h2.no-results {
      font-size: 18px;
      padding: 30px 0; } }
  h2.no-results + ul.slick-slider {
    padding-bottom: 30px; }

body section#catalog .searchspring-results_container .container {
  padding: 0;
  width: auto; }
body section#catalog #searchspring-main #searchspring-options, body section#catalog #searchspring-main .pagination {
  display: inline-block;
  vertical-align: middle; }
body section#catalog #searchspring-main .bar {
  margin-bottom: 35px; }
  @media (max-width: 500px) {
    body section#catalog #searchspring-main .bar {
      text-align: center; } }
  body section#catalog #searchspring-main .bar h1, body section#catalog #searchspring-main .bar .per-page, body section#catalog #searchspring-main .bar .view-type {
    display: none; }
  body section#catalog #searchspring-main .bar .sort-by {
    margin-right: 5px; }
    body section#catalog #searchspring-main .bar .sort-by label {
      display: inline-block;
      vertical-align: middle;
      margin-right: 8px;
      font-size: 12px; }
  body section#catalog #searchspring-main .bar select {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    background: white url(https://d3k7s9wfq6lao0.cloudfront.net/editable_content/images/triang.svg) no-repeat center right;
    border-radius: 0;
    border: 1px solid #a6a8ab;
    display: inline-block;
    font-size: 13px;
    padding: 2px 40px 3px 5px;
    vertical-align: middle; }
  body section#catalog #searchspring-main .bar select::-ms-expand {
    display: none; }
body section#catalog #searchspring-main .pagination td {
  padding: 2px; }
body section#catalog #searchspring-main .pagination .highlight {
  font-weight: 500; }
body section#catalog #searchspring-main .pagination .searchspring-pageSelect:not(.highlight) {
  border-right: 1px solid #a6a8ab;
  display: inline-block;
  margin-right: 5px;
  padding-right: 7px; }
body section#catalog #searchspring-main .pagination .searchspring-previous, body section#catalog #searchspring-main .pagination .searchspring-next, body section#catalog #searchspring-main .pagination .searchspring-pageSelect, body section#catalog #searchspring-main .pagination .searchspring-total_pages {
  cursor: pointer; }
  body section#catalog #searchspring-main .pagination .searchspring-previous:hover, body section#catalog #searchspring-main .pagination .searchspring-next:hover, body section#catalog #searchspring-main .pagination .searchspring-pageSelect:hover, body section#catalog #searchspring-main .pagination .searchspring-total_pages:hover {
    text-decoration: underline; }
body section#catalog #searchspring-main .pagination .searchspring-previous, body section#catalog #searchspring-main .pagination .searchspring-next {
  font-size: 0.1px;
  text-indent: -30000px;
  margin-right: 5px; }
  body section#catalog #searchspring-main .pagination .searchspring-previous span, body section#catalog #searchspring-main .pagination .searchspring-next span {
    font-size: 13px;
    text-indent: 0;
    padding: 0 3px; }
    body section#catalog #searchspring-main .pagination .searchspring-previous span:before, body section#catalog #searchspring-main .pagination .searchspring-next span:before {
      font-family: "fontAwesome";
      content: "\f104";
      font-weight: normal; }
  body section#catalog #searchspring-main .pagination .searchspring-previous:hover, body section#catalog #searchspring-main .pagination .searchspring-next:hover {
    text-decoration: none; }
body section#catalog #searchspring-main .pagination .searchspring-next {
  margin-left: 5px; }
  body section#catalog #searchspring-main .pagination .searchspring-next span:before {
    font-family: "fontAwesome";
    content: "\f105";
    font-weight: normal; }
body section#catalog #searchspring-main .breadcrumbs {
  display: none; }
body section#catalog #header {
  padding: 10px 0; }
  @media (max-width: 768px) {
    body section#catalog #header {
      padding: 20px 0 5px; } }
  body section#catalog #header h1, body section#catalog #header .breadcrumbs, body section#catalog #header p {
    text-align: center; }
  body section#catalog #header h1 {
    color: #5d5e61;
    font-family: "Chronicle Display A", "Chronicle Display B";
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 1px; }

ul.saved-addresses {
  font-size: 14px; }
  ul.saved-addresses li {
    margin: 0 0 20px 0;
    padding: 10px 10px 10px 40px;
    position: relative; }
    ul.saved-addresses li:last-child {
      margin-right: 0; }
    ul.saved-addresses li.selected {
      background: #f7f7f9; }
    @media (min-width: 500px) {
      ul.saved-addresses li {
        display: inline-block;
        vertical-align: top;
        margin: 0 20px 20px 0; } }
    ul.saved-addresses li input.square {
      position: absolute;
      left: 12px; }
      ul.saved-addresses li input.square + label {
        margin-left: 0 !important; }
    ul.saved-addresses li .actions a {
      color: #6d6e71;
      font-size: 12px;
      font-weight: 500; }
      ul.saved-addresses li .actions a:not(:last-child) {
        border-right: 1px solid #c7c9ca;
        margin-right: 5px;
        padding-right: 7px; }
    ul.saved-addresses li label {
      transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease; }
    ul.saved-addresses li.fade input.square {
      border-color: #c7c9ca;
      background: transparent; }
    ul.saved-addresses li.fade label {
      color: #c7c9ca; }

#exit-cart-popover {
  padding: 0 20px 30px; }
  #exit-cart-popover .iso {
    -webkit-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
    margin: 50px auto 25px; }
  #exit-cart-popover h1, #exit-cart-popover h2, #exit-cart-popover .actions {
    text-align: center; }
  #exit-cart-popover h1 {
    color: #414042;
    font-family: "Chronicle Display A", "Chronicle Display B";
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 20px; }
  #exit-cart-popover h2 {
    border-bottom: 1px solid #e9eaea;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 35px;
    padding-bottom: 35px; }
  #exit-cart-popover form {
    margin: 0 auto 35px;
    max-width: 480px; }
    #exit-cart-popover form input[type="button"] {
      padding: 13px 19px 11px; }
    #exit-cart-popover form .hint {
      margin-top: 5px;
      font-size: 11px; }
  #exit-cart-popover .actions a {
    font-size: 17px;
    font-weight: 500;
    color: #414042; }
    #exit-cart-popover .actions a:hover {
      color: #6d6e71; }
    #exit-cart-popover .actions a i {
      font-size: 20px; }
  @media (max-width: 767px) {
    #exit-cart-popover .iso {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      margin: 25px auto 0; }
    #exit-cart-popover h1 {
      font-size: 30px; }
    #exit-cart-popover h2 {
      font-size: 16px;
      margin-bottom: 20px;
      padding-bottom: 20px; }
    #exit-cart-popover span.error {
      right: 16px; }
    #exit-cart-popover input[type="button"] {
      display: block;
      width: 100%; } }

ol.cs li a:hover {
  text-decoration: none !important; }
  ol.cs li a:hover .underline_on_hover {
    text-decoration: underline; }