@charset "UTF-8";
/* --- _variables.scss --- */
#wrapper {
  position: relative;
  z-index: 0; }

.noscriptmsg {
  background: #2e2e2e;
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0; }

.header-post {
  background-color: #ffffff;
  color: #3d3d3d;
  padding: 15px 0;
  border-bottom: 1px solid #808080;
  font-size: 16px; }
  .header-post > .container {
    height: 20px; }
  .header-post ul.pull-right.profile-bar {
    position: relative;
    top: 2px; }
  .header-post ul.profile-bar {
    list-style: none;
    padding: 0;
    margin: 0; }
    .header-post ul.profile-bar > li.header-icon-account > span {
      position: relative;
      top: -4px; }
    .header-post ul.profile-bar > li {
      font-size: 0.938em;
      display: inline-block;
      margin-right: 5px;
      position: relative; }
      .header-post ul.profile-bar > li b {
        color: #707070; }
      .header-post ul.profile-bar > li > a {
        color: #3d3d3d;
        display: inline-block;
        padding: 0;
        cursor: pointer;
        font-size: 0.938em;
        text-decoration: none; }
        .header-post ul.profile-bar > li > a:hover, .header-post ul.profile-bar > li > a:active, .header-post ul.profile-bar > li > a:focus {
          color: black;
          background: none; }
      .header-post ul.profile-bar > li i {
        font-size: 1.375em;
        position: relative;
        top: 4px;
        height: 0;
        line-height: 0; }
        .header-post ul.profile-bar > li i:before {
          line-height: 0;
          height: 0; }
      .header-post ul.profile-bar > li span.tier {
        width: 20px;
        height: 20px;
        background-color: white;
        display: inline-block;
        border-radius: 20px;
        position: absolute;
        right: 0;
        top: 0; }
    .header-post ul.profile-bar li.dropdown {
      cursor: pointer;
      transition: 0.25s ease color; }
      .header-post ul.profile-bar li.dropdown:hover {
        color: black; }
    .header-post ul.profile-bar > li.pull-left {
      height: 22px;
      margin-right: 10px;
      padding-right: 10px;
      border-right: 1px solid #808080; }
      .header-post ul.profile-bar > li.pull-left a {
        position: relative;
        top: 3px; }
      .header-post ul.profile-bar > li.pull-left i {
        font-size: 1.75em;
        position: relative;
        top: 2px;
        font-style: normal;
        height: 0;
        line-height: 0; }
        .header-post ul.profile-bar > li.pull-left i:before {
          line-height: 0;
          height: 0; }
  .header-post .fa {
    font-size: 1.5em;
    position: relative;
    top: 2px; }

.isMobile .header-post {
  display: none !important; }

@media (max-width: 991px) {
  .header-post {
    display: none !important; } }
.navbar-default {
  background: transparent;
  box-shadow: none; }

.search-bar {
  background: #eeeeee;
  height: 48px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #808080; }
  .search-bar #categoryDropdown.btn {
    height: 48px;
    background: #3d3d3d;
    width: 180px;
    position: absolute;
    left: 0;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis; }
  .search-bar .open > #categoryDropdown.btn {
    color: white; }
  .search-bar #category-select-menu {
    top: 46px;
    padding: 15px 25px 15px 15px;
    border: 1px solid #808080; }
    .search-bar #category-select-menu > li {
      color: #3d3d3d;
      font-size: 0.875em; }
      .search-bar #category-select-menu > li > a {
        padding: 3px 0;
        color: #3d3d3d; }
        .search-bar #category-select-menu > li > a:hover, .search-bar #category-select-menu > li > a:active, .search-bar #category-select-menu > li > a:focus {
          color: #404040; }

.isMobile .search-bar {
  position: absolute;
  z-index: 1;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transition: transform 0.25s ease; }
  .isMobile .search-bar .dropdown {
    display: none; }
  .isMobile .search-bar .search-input input[type="text"] {
    padding-left: 0; }
  .isMobile .search-bar .search-input button.submit {
    left: auto;
    right: 0; }

.isMobile .search-bar.open {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0); }

@media (max-width: 991px) {
  .search-bar {
    position: absolute;
    z-index: 1;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transition: transform 0.25s ease; }
    .search-bar .search-input input[type="text"] {
      padding-left: 0; }
    .search-bar .search-input button.submit {
      left: auto;
      right: 0; }
    .search-bar .dropdown {
      display: none; }

  .search-bar.open {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0); } }
.subheader {
  background-color: #fff;
  border-bottom: 1px solid #808080;
  padding: 20px 0;
  position: relative;
  z-index: 5; }
  .subheader .desktop-header.flex {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .subheader .desktop-header.flex .icon-nav {
      padding: 0; }
      .subheader .desktop-header.flex .icon-nav .dropdown.icon, .subheader .desktop-header.flex .icon-nav > a#header-search {
        float: left;
        display: block;
        margin-left: 40px;
        position: relative;
        top: 10px;
        text-decoration: none !important; }
        .subheader .desktop-header.flex .icon-nav .dropdown.icon > button, .subheader .desktop-header.flex .icon-nav > a#header-search > button {
          padding: 0;
          position: relative; }
        .subheader .desktop-header.flex .icon-nav .dropdown.icon > a, .subheader .desktop-header.flex .icon-nav > a#header-search > a {
          color: #3d3d3d;
          text-decoration: none !important;
          font-size: 95%; }
        .subheader .desktop-header.flex .icon-nav .dropdown.icon i, .subheader .desktop-header.flex .icon-nav > a#header-search i {
          font-size: 2em; }
        .subheader .desktop-header.flex .icon-nav .dropdown.icon i.icon-heart, .subheader .desktop-header.flex .icon-nav > a#header-search i.icon-heart {
          font-size: 1.75em; }
        .subheader .desktop-header.flex .icon-nav .dropdown.icon .cart-number,
        .subheader .desktop-header.flex .icon-nav .dropdown.icon .wishlist-number,
        .subheader .desktop-header.flex .icon-nav .dropdown.icon .order-number, .subheader .desktop-header.flex .icon-nav > a#header-search .cart-number,
        .subheader .desktop-header.flex .icon-nav > a#header-search .wishlist-number,
        .subheader .desktop-header.flex .icon-nav > a#header-search .order-number {
          position: absolute;
          top: -8px;
          right: -14px;
          display: block;
          background: #707070;
          width: 20px;
          height: 20px;
          border-radius: 15px;
          font-size: 0.875em;
          color: #fff;
          padding: 4px 0;
          text-align: center;
          line-height: 14px; }
        .subheader .desktop-header.flex .icon-nav .dropdown.icon .dropdown-menu, .subheader .desktop-header.flex .icon-nav > a#header-search .dropdown-menu {
          left: auto;
          right: 0;
          border: 3px solid #eeeeee;
          background: white;
          min-width: 275px;
          top: 54px; }
          .subheader .desktop-header.flex .icon-nav .dropdown.icon .dropdown-menu .drop-header, .subheader .desktop-header.flex .icon-nav > a#header-search .dropdown-menu .drop-header {
            background: #3d3d3d;
            text-align: center;
            color: white;
            padding: 15px 0;
            font-weight: bold; }
          .subheader .desktop-header.flex .icon-nav .dropdown.icon .dropdown-menu > p, .subheader .desktop-header.flex .icon-nav > a#header-search .dropdown-menu > p {
            padding: 15px 0;
            margin-bottom: 0;
            border-bottom: 1px solid #3d3d3d; }
          .subheader .desktop-header.flex .icon-nav .dropdown.icon .dropdown-menu .item-box, .subheader .desktop-header.flex .icon-nav > a#header-search .dropdown-menu .item-box {
            max-height: 300px;
            position: relative;
            overflow-y: scroll; }
          .subheader .desktop-header.flex .icon-nav .dropdown.icon .dropdown-menu .item-row, .subheader .desktop-header.flex .icon-nav > a#header-search .dropdown-menu .item-row {
            height: 100px;
            position: relative;
            width: 100%;
            border-bottom: 1px solid #3d3d3d; }
            .subheader .desktop-header.flex .icon-nav .dropdown.icon .dropdown-menu .item-row > a, .subheader .desktop-header.flex .icon-nav > a#header-search .dropdown-menu .item-row > a {
              height: 100%; }
            .subheader .desktop-header.flex .icon-nav .dropdown.icon .dropdown-menu .item-row .image-box, .subheader .desktop-header.flex .icon-nav > a#header-search .dropdown-menu .item-row .image-box {
              position: absolute;
              width: 75px;
              display: block;
              height: 70px;
              top: 50%;
              transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              padding-right: 5px;
              border-right: 1px solid #eeeeee; }
              .subheader .desktop-header.flex .icon-nav .dropdown.icon .dropdown-menu .item-row .image-box img, .subheader .desktop-header.flex .icon-nav > a#header-search .dropdown-menu .item-row .image-box img {
                position: absolute;
                width: 75%;
                height: 100%;
                right: 10px;
                object-fit: contain;
                object-position: center center; }
            .subheader .desktop-header.flex .icon-nav .dropdown.icon .dropdown-menu .item-row .item-copy, .subheader .desktop-header.flex .icon-nav > a#header-search .dropdown-menu .item-row .item-copy {
              position: absolute;
              top: 50%;
              height: auto;
              width: 100%;
              padding-left: 84px;
              transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -o-transform: translateY(-50%); }
              .subheader .desktop-header.flex .icon-nav .dropdown.icon .dropdown-menu .item-row .item-copy p, .subheader .desktop-header.flex .icon-nav > a#header-search .dropdown-menu .item-row .item-copy p {
                padding: 0;
                margin-bottom: 5px;
                color: #3d3d3d;
                display: block;
                display: -webkit-box;
                height: auto;
                max-height: 38px;
                line-height: 1.4em;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis; }
              .subheader .desktop-header.flex .icon-nav .dropdown.icon .dropdown-menu .item-row .item-copy h3, .subheader .desktop-header.flex .icon-nav > a#header-search .dropdown-menu .item-row .item-copy h3 {
                margin: 0;
                color: #3d3d3d; }
          .subheader .desktop-header.flex .icon-nav .dropdown.icon .dropdown-menu .button-box, .subheader .desktop-header.flex .icon-nav > a#header-search .dropdown-menu .button-box {
            padding: 15px; }
            .subheader .desktop-header.flex .icon-nav .dropdown.icon .dropdown-menu .button-box h3, .subheader .desktop-header.flex .icon-nav .dropdown.icon .dropdown-menu .button-box p, .subheader .desktop-header.flex .icon-nav > a#header-search .dropdown-menu .button-box h3, .subheader .desktop-header.flex .icon-nav > a#header-search .dropdown-menu .button-box p {
              margin: 0; }
            .subheader .desktop-header.flex .icon-nav .dropdown.icon .dropdown-menu .button-box > div, .subheader .desktop-header.flex .icon-nav > a#header-search .dropdown-menu .button-box > div {
              margin-bottom: 10px; }
    .subheader .desktop-header.flex .main-nav.pull-right > .dropdown {
      display: inline-block; }
      .subheader .desktop-header.flex .main-nav.pull-right > .dropdown button.dropdown-toggle {
        background: transparent;
        border: 0;
        color: #3d3d3d;
        text-transform: uppercase;
        font-size: 1.063em;
        font-weight: bold;
        font-family: 'proxima-nova', sans-serif;
        padding: 0;
        margin: 25px 0 0 0; }
        .subheader .desktop-header.flex .main-nav.pull-right > .dropdown button.dropdown-toggle span.fa {
          font-size: 0.65em;
          top: -3px;
          position: relative; }
      .subheader .desktop-header.flex .main-nav.pull-right > .dropdown .dropdown-toggle.current:before {
        content: '';
        background: url("https://cdn.augeobiz.com/static/plus/programs/flooranddecor/menu-arrow.svg") no-repeat;
        background-size: contain;
        position: absolute;
        width: 40px;
        height: 30px;
        bottom: -58px;
        left: 50%;
        z-index: 99999;
        transform: translateX(-75%);
        -webkit-transform: translateX(-75%);
        -moz-transform: translateX(-75%);
        -o-transform: translateX(-75%); }
      .subheader .desktop-header.flex .main-nav.pull-right > .dropdown .dropdown-menu {
        top: 68px; }
    .subheader .desktop-header.flex img {
      max-height: 125px;
      max-width: 250px;
      display: block;
      width: auto;
      height: auto; }
  .subheader .desktop-header .pull-left img {
    max-height: 45px;
    max-width: 100%;
    display: block; }
  .subheader .full-width-menu {
    position: relative; }
    .subheader .full-width-menu .dropdown-menu.open {
      display: block; }
    .subheader .full-width-menu #rewards-menu .content-area .content-container {
      height: 470px; }
      .subheader .full-width-menu #rewards-menu .content-area .content-container > div {
        position: absolute;
        width: 100%;
        height: 470px;
        opacity: 0;
        z-index: 1;
        transition: opacity 0.25s ease; }
      .subheader .full-width-menu #rewards-menu .content-area .content-container > div.active {
        opacity: 1;
        z-index: 2; }
      .subheader .full-width-menu #rewards-menu .content-area .content-container .image-box {
        position: relative;
        height: 405px; }
    .subheader .full-width-menu #rewards-menu .left-menu {
      width: 25%; }
    .subheader .full-width-menu #rewards-menu .content-area {
      width: 75%; }
    .subheader .full-width-menu .dropdown-menu {
      top: 21px;
      display: none;
      margin: 0;
      width: 100%; }
      @media (max-width: 991px) {
        .subheader .full-width-menu .dropdown-menu {
          top: 0; } }
      .subheader .full-width-menu .dropdown-menu .left-menu {
        padding: 25px 25px 25px 0;
        margin: 0;
        list-style: none;
        width: 30%;
        float: left; }
        .subheader .full-width-menu .dropdown-menu .left-menu li {
          background: transparent;
          padding: 3px 10px 2px 0; }
          .subheader .full-width-menu .dropdown-menu .left-menu li a {
            padding: 0;
            background: transparent;
            color: #3D3D3D;
            display: block;
            width: 100%; }
            .subheader .full-width-menu .dropdown-menu .left-menu li a i {
              float: right; }
            .subheader .full-width-menu .dropdown-menu .left-menu li a:hover, .subheader .full-width-menu .dropdown-menu .left-menu li a:active, .subheader .full-width-menu .dropdown-menu .left-menu li a:focus {
              color: #404040; }
          .subheader .full-width-menu .dropdown-menu .left-menu li a.active {
            color: #404040; }
      .subheader .full-width-menu .dropdown-menu .content-area {
        width: 70%;
        float: left;
        padding: 25px 0 25px 25px;
        border-left: 1px solid #808080;
        /*ul.scroll {
            overflow-y: scroll;
        }*/ }
        .subheader .full-width-menu .dropdown-menu .content-area .content-container {
          height: 264px;
          position: relative; }
        .subheader .full-width-menu .dropdown-menu .content-area h2 {
          color: #3D3D3D;
          font-size: 25px !important;
          letter-spacing: -0.025em;
          text-transform: uppercase;
          font-weight: bold;
          margin-top: 0; }
        .subheader .full-width-menu .dropdown-menu .content-area p {
          font-size: 14px;
          line-height: 1.6em;
          margin-top: 12px;
          color: #3D3D3D;
          display: block; }
        .subheader .full-width-menu .dropdown-menu .content-area ul {
          margin: 0;
          padding: 0;
          position: relative;
          list-style: none;
          overflow: auto; }
          .subheader .full-width-menu .dropdown-menu .content-area ul li {
            background: transparent;
            display: block; }
            .subheader .full-width-menu .dropdown-menu .content-area ul li a {
              padding: 3px 10px 2px 0;
              color: #3D3D3D;
              display: block; }
              .subheader .full-width-menu .dropdown-menu .content-area ul li a:hover {
                color: #404040; }
            .subheader .full-width-menu .dropdown-menu .content-area ul li a.active {
              color: #404040; }
        .subheader .full-width-menu .dropdown-menu .content-area .ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
          background-color: rgba(0, 0, 0, 0.1) !important;
          border-radius: 0;
          width: 9px; }
        .subheader .full-width-menu .dropdown-menu .content-area .ps > .ps__scrollbar-y-rail {
          background-color: rgba(0, 0, 0, 0.1) !important;
          border-radius: 0;
          transition: width 0.25s ease;
          width: 6px; }
        .subheader .full-width-menu .dropdown-menu .content-area .ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
          background-color: #3d3d3d;
          border-radius: 0;
          right: 0;
          display: block; }
        .subheader .full-width-menu .dropdown-menu .content-area .ps > .ps__scrollbar-y-rail > .ps__scrollbar-y:hover,
        .subheader .full-width-menu .dropdown-menu .content-area .ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
          width: 9px; }
        .subheader .full-width-menu .dropdown-menu .content-area .ps > .ps__scrollbar-y-rail:hover {
          width: 9px; }
        .subheader .full-width-menu .dropdown-menu .content-area .always-visible.ps.sub-category > .ps__scrollbar-y-rail {
          opacity: 0.6;
          display: block; }
        .subheader .full-width-menu .dropdown-menu .content-area .ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .subheader .full-width-menu .dropdown-menu .content-area .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
          width: 9px; }
        .subheader .full-width-menu .dropdown-menu .content-area a.load-more {
          margin-top: 20px;
          font-weight: bold;
          font-size: 0.875em;
          display: block; }
        .subheader .full-width-menu .dropdown-menu .content-area .image-box {
          position: relative;
          height: 333px; }
          .subheader .full-width-menu .dropdown-menu .content-area .image-box img.category-img {
            position: absolute;
            margin: 0;
            width: 100%;
            max-width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: 50% 50%;
            opacity: 0;
            transition: opacity 0.25s ease; }
          .subheader .full-width-menu .dropdown-menu .content-area .image-box img.category-img.active {
            opacity: 1; }
        .subheader .full-width-menu .dropdown-menu .content-area form.menu-search {
          position: relative;
          margin-top: 25px;
          display: flex; }
          .subheader .full-width-menu .dropdown-menu .content-area form.menu-search img {
            position: absolute;
            width: 23px;
            top: 9px;
            left: 30px; }
          .subheader .full-width-menu .dropdown-menu .content-area form.menu-search input[type=text] {
            width: 100%;
            height: 40px;
            border: 0;
            padding: 0 25px 0 65px;
            margin-right: 15px; }

.subheader .full-width-menu #profile-menu.dropdown-menu .content-area .image-box {
  height: 264px; }

.isMobile .desktop-header {
  display: none !important; }

@media (max-width: 991px) {
  .desktop-header {
    display: none !important; } }
.post-menu {
  display: block; }
  .post-menu .icon-nav {
    padding: 0; }
    .post-menu .icon-nav .dropdown.icon, .post-menu .icon-nav > a#header-search {
      float: left;
      display: block;
      margin-left: 40px;
      position: relative;
      top: 10px; }
      .post-menu .icon-nav .dropdown.icon > button, .post-menu .icon-nav > a#header-search > button {
        padding: 0;
        position: relative; }
      .post-menu .icon-nav .dropdown.icon > a, .post-menu .icon-nav > a#header-search > a {
        color: #3d3d3d;
        text-decoration: none !important;
        font-size: 95%; }
      .post-menu .icon-nav .dropdown.icon i, .post-menu .icon-nav > a#header-search i {
        font-size: 2em; }
      .post-menu .icon-nav .dropdown.icon i.icon-heart, .post-menu .icon-nav > a#header-search i.icon-heart {
        font-size: 1.75em; }
      .post-menu .icon-nav .dropdown.icon .cart-number,
      .post-menu .icon-nav .dropdown.icon .wishlist-number,
      .post-menu .icon-nav .dropdown.icon .order-number, .post-menu .icon-nav > a#header-search .cart-number,
      .post-menu .icon-nav > a#header-search .wishlist-number,
      .post-menu .icon-nav > a#header-search .order-number {
        position: absolute;
        top: -8px;
        right: -14px;
        display: block;
        background: #707070;
        width: 20px;
        height: 20px;
        border-radius: 15px;
        font-size: 0.875em;
        color: #fff;
        padding: 4px 0;
        text-align: center;
        line-height: 14px; }
      .post-menu .icon-nav .dropdown.icon .dropdown-menu, .post-menu .icon-nav > a#header-search .dropdown-menu {
        left: auto;
        right: 0;
        border: 3px solid #eeeeee;
        background: white;
        min-width: 275px;
        top: 54px; }
        .post-menu .icon-nav .dropdown.icon .dropdown-menu .drop-header, .post-menu .icon-nav > a#header-search .dropdown-menu .drop-header {
          background: #3d3d3d;
          text-align: center;
          color: white;
          padding: 15px 0;
          font-weight: bold; }
        .post-menu .icon-nav .dropdown.icon .dropdown-menu > p, .post-menu .icon-nav > a#header-search .dropdown-menu > p {
          padding: 15px 0;
          margin-bottom: 0;
          border-bottom: 1px solid #3d3d3d; }
        .post-menu .icon-nav .dropdown.icon .dropdown-menu .item-box, .post-menu .icon-nav > a#header-search .dropdown-menu .item-box {
          max-height: 300px;
          position: relative;
          overflow-y: scroll; }
        .post-menu .icon-nav .dropdown.icon .dropdown-menu .item-row, .post-menu .icon-nav > a#header-search .dropdown-menu .item-row {
          height: 100px;
          position: relative;
          width: 100%;
          border-bottom: 1px solid #3d3d3d; }
          .post-menu .icon-nav .dropdown.icon .dropdown-menu .item-row > a, .post-menu .icon-nav > a#header-search .dropdown-menu .item-row > a {
            height: 100%; }
          .post-menu .icon-nav .dropdown.icon .dropdown-menu .item-row .image-box, .post-menu .icon-nav > a#header-search .dropdown-menu .item-row .image-box {
            position: absolute;
            width: 75px;
            display: block;
            height: 70px;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            padding-right: 5px;
            border-right: 1px solid #eeeeee; }
            .post-menu .icon-nav .dropdown.icon .dropdown-menu .item-row .image-box img, .post-menu .icon-nav > a#header-search .dropdown-menu .item-row .image-box img {
              position: absolute;
              width: 75%;
              height: 100%;
              right: 10px;
              object-fit: contain;
              object-position: center center; }
          .post-menu .icon-nav .dropdown.icon .dropdown-menu .item-row .item-copy, .post-menu .icon-nav > a#header-search .dropdown-menu .item-row .item-copy {
            position: absolute;
            top: 50%;
            height: auto;
            width: 100%;
            padding-left: 84px;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%); }
            .post-menu .icon-nav .dropdown.icon .dropdown-menu .item-row .item-copy p, .post-menu .icon-nav > a#header-search .dropdown-menu .item-row .item-copy p {
              padding: 0;
              margin-bottom: 5px;
              color: #3d3d3d;
              display: block;
              display: -webkit-box;
              height: auto;
              max-height: 38px;
              line-height: 1.4em;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis; }
            .post-menu .icon-nav .dropdown.icon .dropdown-menu .item-row .item-copy h3, .post-menu .icon-nav > a#header-search .dropdown-menu .item-row .item-copy h3 {
              margin: 0;
              color: #3d3d3d; }
        .post-menu .icon-nav .dropdown.icon .dropdown-menu .button-box, .post-menu .icon-nav > a#header-search .dropdown-menu .button-box {
          padding: 15px; }
          .post-menu .icon-nav .dropdown.icon .dropdown-menu .button-box h3, .post-menu .icon-nav .dropdown.icon .dropdown-menu .button-box p, .post-menu .icon-nav > a#header-search .dropdown-menu .button-box h3, .post-menu .icon-nav > a#header-search .dropdown-menu .button-box p {
            margin: 0; }
          .post-menu .icon-nav .dropdown.icon .dropdown-menu .button-box > div, .post-menu .icon-nav > a#header-search .dropdown-menu .button-box > div {
            margin-bottom: 10px; }
  .post-menu .main-nav.pull-right > .dropdown {
    display: inline-block; }
    .post-menu .main-nav.pull-right > .dropdown button.dropdown-toggle {
      background: transparent;
      border: 0;
      color: #3d3d3d;
      text-transform: uppercase;
      font-size: 1.063em;
      font-weight: bold;
      font-family: 'proxima-nova', sans-serif;
      padding: 0;
      margin: 25px 0 0 0; }
      .post-menu .main-nav.pull-right > .dropdown button.dropdown-toggle span.fa {
        font-size: 0.65em;
        top: -3px;
        position: relative; }
    .post-menu .main-nav.pull-right > .dropdown .dropdown-toggle.current:before {
      content: '';
      background: url("https://cdn.augeobiz.com/static/plus/programs/flooranddecor/menu-arrow.svg") no-repeat;
      background-size: contain;
      position: absolute;
      width: 40px;
      height: 30px;
      bottom: -58px;
      left: 50%;
      z-index: 99999;
      transform: translateX(-75%);
      -webkit-transform: translateX(-75%);
      -moz-transform: translateX(-75%);
      -o-transform: translateX(-75%); }
    .post-menu .main-nav.pull-right > .dropdown .dropdown-menu {
      top: 68px; }

.vr {
  float: left;
  height: 46px;
  width: 1px;
  background: #808080;
  position: relative;
  margin: 0 25px 0 40px; }

header .dropdown {
  float: left; }
  header .dropdown button {
    background: none;
    border: 0;
    box-shadow: none; }
  header .dropdown .menu-box {
    display: block;
    margin: 0;
    width: 27px;
    right: 0;
    cursor: pointer;
    top: 9px;
    position: relative; }
    header .dropdown .menu-box .menu-hr {
      width: 27px;
      height: 4px;
      top: 0px;
      left: 0px;
      position: relative;
      border-radius: 5px;
      background-color: #2e2e2e;
      margin: 0 auto 5px;
      transition: all 0.25s ease; }
  header .dropdown .menu-box.exit .menu-hr:nth-child(2),
  header .dropdown .menu-box.always-exit .menu-hr:nth-child(2) {
    opacity: 0; }
  header .dropdown .menu-box.exit .menu-hr:nth-child(1) {
    transform: rotate(45deg) translate3d(6px, 7px, 0);
    -webkit-transform: rotate(45deg) translate3d(6px, 7px, 0);
    -moz-transform: rotate(45deg) translate3d(6px, 7px, 0);
    -o-transform: rotate(45deg) translate3d(6px, 7px, 0); }
  header .dropdown .menu-box.exit .menu-hr:nth-child(3) {
    transform: rotate(-45deg) translate3d(6px, -7px, 0);
    -webkit-transform: rotate(-45deg) translate3d(6px, -7px, 0);
    -moz-transform: rotate(-45deg) translate3d(6px, -7px, 0);
    -o-transform: rotate(-45deg) translate3d(6px, -7px, 0); }
  header .dropdown .delta.menu-box {
    display: block;
    margin: 0;
    width: 27px;
    height: 27px;
    right: 0;
    cursor: pointer;
    top: 9px;
    position: relative;
    transition: all 0.25s ease; }
    header .dropdown .delta.menu-box .menu-hr {
      width: 27px;
      height: 4px;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0);
      -webkit-transform: translate3d(-50%, -50%, 0);
      -moz-transform: translate3d(-50%, -50%, 0);
      -o-transform: translate3d(-50%, -50%, 0);
      position: absolute;
      border-radius: 5px;
      background-color: #2e2e2e;
      margin: 0;
      transition: all 0.25s ease; }
  header .dropdown .delta.menu-box .menu-hr:nth-child(2) {
    transform: rotate(90deg) translate3d(0, 0, 0);
    -webkit-transform: rotate(90deg) translate3d(0, 0, 0);
    -moz-transform: rotate(90deg) translate3d(0, 0, 0);
    -o-transform: rotate(90deg) translate3d(0, 0, 0);
    left: 0;
    top: 46%; }
  header .dropdown .delta.menu-box.exit {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg); }
  header .dropdown .delta.menu-box.exit .menu-hr:nth-child(2) {
    opacity: 1 !important;
    transform: rotate(90deg) translate3d(0, 0, 0);
    -webkit-transform: rotate(90deg) translate3d(0, 0, 0);
    -moz-transform: rotate(90deg) translate3d(0, 0, 0);
    -o-transform: rotate(90deg) translate3d(0, 0, 0);
    left: 0;
    top: 46%; }
  header .dropdown .delta.menu-box.exit .menu-hr:nth-child(1) {
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0); }
header .dropdown-menu {
  padding: 0;
  border-radius: 0;
  border: 0;
  top: 35px;
  background: #eee; }
  header .dropdown-menu li {
    border-bottom: 0; }
  header .dropdown-menu li:last-child {
    border-bottom: 0; }
  header .dropdown-menu li > a {
    padding: 8px 25px 8px 8px;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 500;
    background: #eee;
    color: #3d3d3d; }
    header .dropdown-menu li > a:hover, header .dropdown-menu li > a:active, header .dropdown-menu li > a:focus {
      background: #eee;
      color: #2e2e2e; }

.mobile-header {
  display: none;
  height: 50px;
  position: relative; }
  .mobile-header .menu-box {
    width: 23px;
    height: 23px;
    left: 6px;
    top: 11px; }
    .mobile-header .menu-box .menu-hr {
      width: 23px;
      height: 3px; }
  .mobile-header .menu-box.exit .menu-hr:nth-child(1) {
    transform: rotate(45deg) translate3d(6px, 6px, 0);
    -webkit-transform: rotate(45deg) translate3d(6px, 6px, 0);
    -moz-transform: rotate(45deg) translate3d(6px, 6px, 0);
    -o-transform: rotate(45deg) translate3d(6px, 6px, 0); }
  .mobile-header .menu-box.exit .menu-hr:nth-child(3) {
    transform: rotate(-45deg) translate3d(5px, -6px, 0);
    -webkit-transform: rotate(-45deg) translate3d(5px, -6px, 0);
    -moz-transform: rotate(-45deg) translate3d(5px, -6px, 0);
    -o-transform: rotate(-45deg) translate3d(5px, -6px, 0); }
  .mobile-header .delta.menu-box.exit .menu-hr:nth-child(2) {
    opacity: 1 !important;
    transform: rotate(90deg) translate3d(0, 0, 0);
    -webkit-transform: rotate(90deg) translate3d(0, 0, 0);
    -moz-transform: rotate(90deg) translate3d(0, 0, 0);
    -o-transform: rotate(90deg) translate3d(0, 0, 0);
    left: 0;
    top: 46%; }
  .mobile-header .delta.menu-box.exit .menu-hr:nth-child(1) {
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0); }
  .mobile-header button.search-btn {
    float: left;
    width: 25px;
    padding: 0;
    position: relative;
    top: 11px;
    left: 10px;
    border: 0;
    background: transparent;
    outline: none !important; }
    .mobile-header button.search-btn img {
      width: 25px; }
  .mobile-header .logo-box {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute; }
    .mobile-header .logo-box a {
      display: block;
      width: 120px;
      height: 35px;
      margin: 0 auto;
      position: relative;
      top: 7px; }
      .mobile-header .logo-box a img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center center; }
        @media (max-width: 991px) {
          .mobile-header .logo-box a img {
            height: auto;
            width: auto;
            max-height: 100%;
            max-width: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate3d(-50%, -50%, 0);
            -webkit-transform: translate3d(-50%, -50%, 0); } }
  .mobile-header .dropdown.icon {
    float: right;
    display: block;
    margin-left: 10px;
    position: relative;
    top: 10px;
    padding-right: 15px; }
    @media (max-width: 767px) {
      .mobile-header .dropdown.icon {
        position: initial;
        margin-top: 15px; } }
    .mobile-header .dropdown.icon > button {
      padding: 0;
      position: relative; }
    .mobile-header .dropdown.icon i {
      font-size: 2em; }
    .mobile-header .dropdown.icon i.icon-heart {
      font-size: 1.75em; }
    .mobile-header .dropdown.icon .cart-number,
    .mobile-header .dropdown.icon .wishlist-number {
      position: absolute;
      top: -8px;
      right: -14px;
      display: block;
      background: #707070;
      width: 20px;
      height: 20px;
      border-radius: 15px;
      font-size: 0.875em;
      color: #fff;
      padding: 4px 0;
      text-align: center;
      line-height: 14px; }
  .mobile-header .dropdown-menu {
    left: auto;
    right: 0;
    border: 3px solid #eeeeee;
    background: white;
    min-width: 275px;
    top: 38px; }
    .mobile-header .dropdown-menu .drop-header {
      background: #3d3d3d;
      text-align: center;
      color: white;
      padding: 15px 0;
      font-weight: bold; }
    .mobile-header .dropdown-menu > p {
      padding: 15px 0;
      margin-bottom: 0;
      border-bottom: 1px solid #3d3d3d; }
    .mobile-header .dropdown-menu .item-row {
      height: 100px;
      position: relative;
      width: 100%;
      border-bottom: 1px solid #3d3d3d; }
      .mobile-header .dropdown-menu .item-row .image-box {
        position: absolute;
        width: 75px;
        display: block;
        height: 70px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        padding-right: 5px;
        border-right: 1px solid #eeeeee; }
        .mobile-header .dropdown-menu .item-row .image-box img {
          position: absolute;
          width: 75%;
          height: 100%;
          right: 10px;
          object-fit: contain;
          object-position: center center; }
      .mobile-header .dropdown-menu .item-row .item-copy {
        position: absolute;
        top: 50%;
        height: auto;
        width: 100%;
        padding-left: 84px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%); }
        .mobile-header .dropdown-menu .item-row .item-copy p {
          padding: 0;
          margin-bottom: 5px;
          color: #3d3d3d; }
        .mobile-header .dropdown-menu .item-row .item-copy h3 {
          margin: 0;
          color: #3d3d3d; }
    .mobile-header .dropdown-menu .button-box {
      padding: 15px; }
      .mobile-header .dropdown-menu .button-box h3, .mobile-header .dropdown-menu .button-box p {
        margin: 0; }
      .mobile-header .dropdown-menu .button-box > div {
        margin-bottom: 10px; }
  @media (max-width: 767px) {
    .mobile-header .wishlistDropdownContent, .mobile-header .cartDropdownContent {
      width: 100%;
      top: 48px;
      position: absolute; } }

@media (max-width: 499px) {
  .mobile-header a.wishlist {
    display: none; } }
.isMobile .subheader {
  padding: 0; }
.isMobile .mobile-header {
  display: block !important; }

@media (max-width: 991px) {
  .subheader {
    padding: 0; }

  .mobile-header {
    display: block !important; } }
@media only screen and (max-width: 1399px) {
  .subheader .full-width-menu #partners-menu.dropdown-menu .content-area .image-box {
    height: 276px; } }
@media only screen and (max-width: 1199px) {
  .subheader .full-width-menu #partners-menu.dropdown-menu .content-area .image-box {
    height: 227px; } }
@media only screen and (max-width: 991px) {
  .subheader .sub-menu-box {
    display: block;
    margin: 3px 0 15px 25px;
    width: 27px;
    float: left;
    cursor: pointer;
    position: relative; }
    .subheader .sub-menu-box .menu-hr {
      width: 27px;
      height: 2px;
      top: 0px;
      left: 0px;
      position: relative;
      background-color: #3d3d3d;
      margin: 0 auto 6px;
      transition: all 0.25s ease; }
  .subheader .sub-menu-box.exit .menu-hr:nth-child(2),
  .subheader .sub-menu-box.exit .menu-hr:nth-child(2) {
    background: transparent !important; }
  .subheader .sub-menu-box.exit .menu-hr:nth-child(1) {
    transform: rotate(45deg) translate3d(5px, 5px, 0);
    -webkit-transform: rotate(45deg) translate3d(5px, 5px, 0);
    -moz-transform: rotate(45deg) translate3d(5px, 5px, 0);
    -o-transform: rotate(45deg) translate3d(5px, 5px, 0); }
  .subheader .sub-menu-box.exit .menu-hr:nth-child(3) {
    transform: rotate(-45deg) translate3d(6px, -6px, 0);
    -webkit-transform: rotate(-45deg) translate3d(6px, -6px, 0);
    -moz-transform: rotate(-45deg) translate3d(6px, -6px, 0);
    -o-transform: rotate(-45deg) translate3d(6px, -6px, 0); }
  .subheader .main-nav {
    display: none; }
  .subheader .full-width-menu .dropdown-menu .left-menu {
    width: 33%; }
  .subheader .full-width-menu .dropdown-menu .content-area {
    width: 67%; }
    .subheader .full-width-menu .dropdown-menu .content-area form.menu-search {
      width: 100%; }
      .subheader .full-width-menu .dropdown-menu .content-area form.menu-search input[type=text] {
        width: 100%;
        height: 40px;
        border: 0;
        padding: 0 25px 0 65px;
        margin-right: 0;
        margin-bottom: 10px; }
      .subheader .full-width-menu .dropdown-menu .content-area form.menu-search button[type=submit] {
        float: left !important; }
  .subheader .full-width-menu #rewards-menu .content-area .content-container {
    height: 510px; }
    .subheader .full-width-menu #rewards-menu .content-area .content-container > div {
      position: absolute;
      width: 100%;
      height: 510px;
      opacity: 0;
      z-index: 1;
      transition: opacity 0.25s ease; }
    .subheader .full-width-menu #rewards-menu .content-area .content-container > div.active {
      opacity: 1;
      z-index: 2; }
  .subheader .full-width-menu #rewards-menu .left-menu {
    width: 33%; }
  .subheader .full-width-menu #rewards-menu .content-area {
    width: 67%; }
  .subheader .full-width-menu #partners-menu.dropdown-menu .left-menu {
    width: 100%; }
  .subheader .full-width-menu #partners-menu.dropdown-menu .content-area {
    display: none; } }
@media only screen and (max-width: 767px) {
  .post-menu {
    display: none;
    padding: 0; }
    .post-menu .main-nav.pull-right {
      float: left !important;
      width: 100%; }
      .post-menu .main-nav.pull-right > .dropdown {
        display: block;
        width: 100%; }
        .post-menu .main-nav.pull-right > .dropdown button.dropdown-toggle {
          padding-left: 15px; }
        .post-menu .main-nav.pull-right > .dropdown .dropdown-toggle.current:before {
          display: none; }
        .post-menu .main-nav.pull-right > .dropdown .dropdown-menu {
          position: relative;
          float: left;
          width: 100%;
          top: 10px;
          box-shadow: none;
          border: 0;
          border-top: 1px solid #aaaaaa;
          border-bottom: 1px solid #aaaaaa; }
          .post-menu .main-nav.pull-right > .dropdown .dropdown-menu li > a {
            padding: 10px 15px; }

  .subheader .search-bar form {
    margin: 0; }
  .subheader .sub-menu-box {
    display: none; }
  .subheader .icon-nav {
    padding-right: 15px; }
  .subheader .main-nav {
    display: block; }
  .subheader .pull-left .logo-box {
    max-width: 200px;
    display: block; }
    .subheader .pull-left .logo-box img {
      max-width: 150px; }
  .subheader .full-width-menu #rewards-menu .left-menu,
  .subheader .full-width-menu #profile-menu .left-menu,
  .subheader .full-width-menu #partners-menu .left-menu {
    width: 100%; }
  .subheader .full-width-menu #rewards-menu .content-area,
  .subheader .full-width-menu #profile-menu .content-area,
  .subheader .full-width-menu #partners-menu .content-area {
    display: none; } }
body.menu-open {
  overflow: hidden; }

.isMobile .subheader .full-width-menu .dropdown-menu {
  display: none !important; }

.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transition: all 0.25s ease; }
  .mobile-menu .mobile-menu-box {
    width: 275px;
    background: #eeeeee;
    height: 100%;
    position: absolute;
    transition-delay: 0.25s;
    transition: 0.25s ease all;
    overflow-x: hidden; }
  .mobile-menu .menu-box {
    display: block;
    margin: 0;
    width: 27px;
    left: 15px;
    cursor: pointer;
    top: 15px;
    position: relative; }
    .mobile-menu .menu-box .menu-hr {
      width: 27px;
      height: 4px;
      top: 0px;
      left: 0px;
      position: relative;
      border-radius: 5px;
      background-color: #2e2e2e;
      margin: 0 auto 5px;
      transition: all 0.25s ease; }
  .mobile-menu .menu-box.exit .menu-hr:nth-child(2),
  .mobile-menu .menu-box.always-exit .menu-hr:nth-child(2) {
    background: transparent !important; }
  .mobile-menu .menu-box.exit .menu-hr:nth-child(1),
  .mobile-menu .menu-box.always-exit .menu-hr:nth-child(1) {
    transform: rotate(45deg) translate3d(6px, 7px, 0);
    -webkit-transform: rotate(45deg) translate3d(6px, 7px, 0);
    -moz-transform: rotate(45deg) translate3d(6px, 7px, 0);
    -o-transform: rotate(45deg) translate3d(6px, 7px, 0); }
  .mobile-menu .menu-box.exit .menu-hr:nth-child(3),
  .mobile-menu .menu-box.always-exit .menu-hr:nth-child(3) {
    transform: rotate(-45deg) translate3d(6px, -7px, 0);
    -webkit-transform: rotate(-45deg) translate3d(6px, -7px, 0);
    -moz-transform: rotate(-45deg) translate3d(6px, -7px, 0);
    -o-transform: rotate(-45deg) translate3d(6px, -7px, 0); }
  .mobile-menu .currency-box {
    background: #404040;
    padding: 15px;
    color: white; }
    .mobile-menu .currency-box strong {
      font-size: 1.125em; }
  .mobile-menu .nav > li {
    border-bottom: 1px solid #3d3d3d; }
    .mobile-menu .nav > li:last-child {
      border: 0; }
    .mobile-menu .nav > li > a {
      text-transform: uppercase;
      color: #3d3d3d;
      font-size: 2em;
      padding: 15px;
      font-weight: bold;
      position: relative; }
      .mobile-menu .nav > li > a > i {
        position: absolute;
        right: 15px;
        top: 11px; }
    .mobile-menu .nav > li ul {
      list-style: none;
      padding-left: 0; }
      .mobile-menu .nav > li ul li {
        margin-bottom: 10px; }
      .mobile-menu .nav > li ul a {
        color: #3d3d3d;
        margin-bottom: 10px;
        outline: none !important; }
  .mobile-menu ul.shop-categories,
  .mobile-menu ul.sub-cat {
    list-style: none;
    padding-left: 0; }
    .mobile-menu ul.shop-categories li,
    .mobile-menu ul.sub-cat li {
      margin-bottom: 10px; }
    .mobile-menu ul.shop-categories a,
    .mobile-menu ul.sub-cat a {
      color: #3d3d3d;
      margin-bottom: 10px;
      position: relative;
      display: block;
      outline: none !important; }
      .mobile-menu ul.shop-categories a i,
      .mobile-menu ul.sub-cat a i {
        position: absolute;
        right: 15px;
        top: 2px; }
  .mobile-menu .slide-1, .mobile-menu .slide-2, .mobile-menu .slide-3 {
    position: absolute;
    margin-top: 30px;
    width: 100%;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transition: transform 0.25s ease; }
    .mobile-menu .slide-1 a.back,
    .mobile-menu .slide-1 a.back-2, .mobile-menu .slide-2 a.back,
    .mobile-menu .slide-2 a.back-2, .mobile-menu .slide-3 a.back,
    .mobile-menu .slide-3 a.back-2 {
      color: #2e2e2e;
      font-weight: bold; }
    .mobile-menu .slide-1 h2, .mobile-menu .slide-1 a, .mobile-menu .slide-2 h2, .mobile-menu .slide-2 a, .mobile-menu .slide-3 h2, .mobile-menu .slide-3 a {
      padding-left: 15px; }
    .mobile-menu .slide-1 h2, .mobile-menu .slide-2 h2, .mobile-menu .slide-3 h2 {
      padding-bottom: 20px;
      margin-bottom: 15px;
      border-bottom: 1px solid #3d3d3d; }
  .mobile-menu .slide-2.right, .mobile-menu .slide-3.right {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%); }
  .mobile-menu .slide-1.left, .mobile-menu .slide-2.left {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%); }

.mobile-menu.open {
  display: block;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  background: rgba(0, 0, 0, 0.75); }

@media (max-width: 991px) {
  .subheader .full-width-menu .dropdown-menu.open {
    display: none !important; } }

.profile-drop {
  left: 15px; }

.subheader .desktop-header .pull-left a {
  display: block;
  position: relative; }

.subheader .desktop-header .pull-left img.marketplace {
  position: absolute;
  right: -20px;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  top: 10px;
  max-width: 250px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .subheader .desktop-header .pull-left img.marketplace {
      top: 3px;
      max-width: 194px; } }
  @media (max-width: 991px) {
    .subheader .desktop-header .pull-left img.marketplace {
      display: none; } }

.mobile-header .logo-box a img.delta-logo {
  position: relative;
  top: -8px; }
  @media (max-width: 991px) {
    .mobile-header .logo-box a img.delta-logo {
      top: 0; } }

.mobile-header .logo-box a img.marketplace-sm {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: 11px;
  width: 78%; }
  @media (max-width: 991px) {
    .mobile-header .logo-box a img.marketplace-sm {
      position: relative;
      top: 0; } }

.icon-nav > a#header-search {
  float: left;
  display: block;
  width: 23px;
  height: 23px;
  margin-left: 40px;
  position: relative;
  text-decoration: none; }

.icon-nav > a#header-search i.icon-search {
  font-size: 24px !important; }

.icon-nav > a#header-search i {
  font-size: 24px;
  color: #000000; }

.search-bar form input::placeholder {
  color: black;
  opacity: 1; }

.search-bar form input::-webkit-input-placeholder {
  color: black;
  opacity: 1; }

.search-bar form input:-ms-input-placeholder {
  color: black;
  opacity: 1; }

.search-bar.down {
  top: 0;
  height: 50px;
  border-bottom: 1px solid #808080; }

.search-bar {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  opacity: 1;
  background-color: #FFFFFF;
  z-index: 4;
  top: -50px;
  border: 0;
  right: 0px;
  transition: 0.25s ease all; }

.search-bar .container {
  height: 100%;
  position: relative; }

.search-bar form {
  display: block;
  margin: 0 auto;
  height: 50px;
  position: relative; }

.search-bar form div {
  border: 0;
  color: #000000;
  background: transparent; }

.search-bar form div i {
  font-size: 1.75em;
  position: relative;
  top: 11px; }

.search-bar form .search-go {
  background-color: #E7182C;
  color: white;
  position: absolute;
  right: 0;
  top: 7px;
  z-index: 10;
  padding: 10px 20px;
  border-radius: 0;
  line-height: 1em;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase; }

.search-bar form input {
  border: 0;
  color: #000000;
  background-color: transparent;
  position: absolute;
  height: 36px;
  width: 100%;
  max-width: calc(100% - 42px - 127px);
  padding-right: 10%;
  padding: 10px;
  left: 0;
  top: 7px;
  left: 42px;
  border-radius: 3px;
  background: #eeeeee; }

.search-bar form .search-go {
  width: auto !important;
  display: inline-block !important; }

@media (max-width: 767px) {
  .search-bar form div {
    display: none; }

  .search-bar form input {
    max-width: calc(100% - 127px);
    left: 0; } }
#index-content footer {
  text-align: left;
  position: absolute;
  bottom: 0px;
  width: 100%;
  clear: both;
  padding: 0 60px;
  background-color: transparent; }
  #index-content footer .footer-hr {
    background-color: #eeeeee; }
  #index-content footer #copyright {
    padding-bottom: 30px; }
    #index-content footer #copyright a {
      color: #eeeeee;
      cursor: pointer; }
      #index-content footer #copyright a:hover, #index-content footer #copyright a:active, #index-content footer #copyright a:focus {
        color: #e3e3e3; }

footer {
  background: white;
  border-top: 1px solid #3d3d3d; }
  footer .footer-hr {
    margin: 20px 0;
    height: 1px;
    width: 100%;
    background-color: #c9c9c9; }
  footer .dropdown-header {
    padding: 0;
    font-size: 0.875em;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold; }
  footer #footer-menu ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none; }
    footer #footer-menu ul li {
      color: #3d3d3d; }
      footer #footer-menu ul li a {
        font-size: 0.875em;
        color: #3d3d3d;
        transition: color 0.25s ease; }
        footer #footer-menu ul li a:hover, footer #footer-menu ul li a:focus, footer #footer-menu ul li a:active {
          color: black;
          cursor: pointer; }
    footer #footer-menu ul li.dropdown-header a {
      font-size: 1em; }
  footer .social {
    padding-top: 30px; }
    footer .social a {
      font-size: 1.375em;
      color: #3d3d3d;
      margin-left: 10px;
      display: inline-block;
      transition: color 0.25s ease; }
      footer .social a:hover, footer .social a:focus, footer .social a:active {
        color: black;
        cursor: pointer; }
      footer .social a img {
        max-width: 200px;
        max-height: 100px;
        width: auto;
        height: auto; }
  footer #copyright {
    color: #3d3d3d;
    padding-bottom: 30px;
    font-size: 0.875em; }
    footer #copyright a {
      color: #3d3d3d;
      transition: color 0.25s ease; }
      footer #copyright a:hover, footer #copyright a:focus, footer #copyright a:active {
        color: black;
        text-decoration: underline; }

.chat-box {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 0; }
  .chat-box .container {
    height: 0; }
  .chat-box a {
    background-color: #404040;
    color: #eeeeee;
    text-align: center;
    position: relative;
    top: -45px;
    width: 120px;
    height: 45px;
    display: block;
    float: right;
    line-height: 45px;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.25s ease all; }
    .chat-box a:hover, .chat-box a:active, .chat-box a:focus {
      color: #eeeeee;
      background-color: #1A513F; }

@media only screen and (max-width: 767px) {
  #index-content footer {
    padding: 0 15px;
    position: relative; }

  footer .social.text-right {
    text-align: left !important; }
    footer .social.text-right a {
      margin-right: 10px;
      margin-left: 0; } }
* {
  outline: none !important;
  text-shadow: none !important; }

body {
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body #body {
  min-height: 0;
  background: #fff; }

a {
  color: #2e2e2e;
  transition: color 0.25s ease; }
  a:hover, a:active, a:active:focus {
    color: #151515;
    text-decoration: none; }
  a:focus {
    color: #2e2e2e;
    text-decoration: none; }

.form-control {
  border-radius: 0;
  height: 50px;
  font-size: 14px; }

select.form-control {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  position: relative;
  background: url("https://cdn.augeobiz.com/static/plus/arrow-down.svg") #eeeeee no-repeat;
  background-size: 15px 15px;
  background-position: right 15px center;
  padding-right: 45px; }

select.form-control::-ms-expand {
  display: none; }

.form-control {
  background: #eeeeee;
  color: #3d3d3d;
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border: 1px solid #808080; }

.bread-crumb {
  padding: 20px 0; }

.summary-item-partner:focus {
  outline: none !important; }

.no-results {
  background-color: #eeeeee;
  color: #2e2e2e;
  font-weight: bold;
  padding: 15px;
  margin: 20px 0 40px; }

.hr {
  width: 100%;
  height: 1px;
  background-color: #808080;
  margin: 0 auto; }

.addToWishlist {
  float: left;
  margin-top: 10px; }
  .addToWishlist a {
    font-weight: bold; }
    .addToWishlist a img {
      width: 20px;
      height: 19px;
      position: relative;
      top: -2px; }

.copy-cont.error {
  margin: 100px 0; }

.text-padding {
  padding-top: 40px;
  padding-bottom: 40px; }

form.login {
  max-width: 600px;
  margin: 0 auto; }

.group + span.required {
  color: #404040;
  position: absolute;
  right: 2px;
  top: 0; }

.clear {
  clear: both; }

.progress {
  border-radius: 25px;
  height: 25px;
  background: #eeeeee;
  box-shadow: none;
  margin-bottom: 0;
  position: relative; }
  .progress:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    border: 4px solid #404040;
    right: 0px;
    top: 0px; }
  .progress .progress-bar {
    background: #404040;
    box-shadow: none;
    border-radius: 25px; }

.overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -moz-box-shadow: 4px 2px 14px #9d9d9d;
  -webkit-box-shadow: 4px 2px 14px #9d9d9d;
  -khtml-box-shadow: 4px 2px 14px #9d9d9d;
  box-shadow: 4px 2px 14px #9d9d9d; }
  @media (min-width: 992px) {
    .overlay {
      display: none; } }

.vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%); }

.return-to-top.img-circle {
  border-radius: 0;
  position: fixed;
  bottom: 75px;
  background: #808080;
  right: 0px;
  width: 45px;
  color: white;
  height: 45px;
  text-align: center;
  line-height: 45px; }

#body .always-visible.ps.container > .ps__scrollbar-x-rail,
#body .always-visible.ps.container > .ps__scrollbar-y-rail {
  opacity: 0.6; }
#body .ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: rgba(0, 0, 0, 0.1) !important;
  border-radius: 0;
  width: 9px; }
#body .ps > .ps__scrollbar-y-rail {
  background-color: rgba(0, 0, 0, 0.1) !important;
  border-radius: 0;
  transition: width 0.25s ease;
  width: 6px; }
#body .ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #3d3d3d;
  border-radius: 0;
  right: 0;
  display: block; }
#body .ps > .ps__scrollbar-y-rail > .ps__scrollbar-y:hover,
#body .ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  width: 9px; }
#body .ps > .ps__scrollbar-y-rail:hover {
  width: 9px; }
#body .ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, #body .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 9px; }
#body .always-visible > .ps__scrollbar-y-rail {
  opacity: 0.6;
  display: block; }

#modalSignIn .modal-content .modal-body .form-group {
  margin-bottom: 20px; }
#modalSignIn .modal-footer {
  text-align: center; }

body .forgot-password .inputMaterial {
  border: 1px solid #808080; }

.link-hover {
  background-color: rgba(238, 238, 238, 0);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s ease; }
  @media (max-width: 767px) {
    .link-hover {
      display: none; } }
  .link-hover .tooltip {
    white-space: nowrap; }
  .link-hover a.desktop-click {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent; }
    .link-hover a.desktop-click:hover {
      cursor: pointer; }
  .link-hover .link-box {
    position: relative;
    top: 100%;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    width: 135px;
    height: 45px;
    margin: 0 auto;
    transition: all 0.25s ease; }
    .link-hover .link-box a {
      display: block;
      float: left;
      width: 45px;
      height: 45px;
      text-align: center;
      border: 1px solid #808080;
      background-color: #eeeeee;
      position: relative; }
      .link-hover .link-box a:hover, .link-hover .link-box a:active, .link-hover .link-box a:focus {
        background-color: #404040 !important; }
        .link-hover .link-box a:hover > span, .link-hover .link-box a:active > span, .link-hover .link-box a:focus > span {
          color: #eeeeee; }
      .link-hover .link-box a > span {
        color: #2e2e2e;
        line-height: 40px;
        position: relative;
        top: 5px;
        font-size: 1.5em; }
      .link-hover .link-box a .tooltip {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%; }
    .link-hover .link-box a.active {
      background-color: #404040 !important; }
      .link-hover .link-box a.active > span {
        color: #eeeeee; }
    .link-hover .link-box a.inshoppingcart,
    .link-hover .link-box a.inwishlist {
      background-color: #404040; }
      .link-hover .link-box a.inshoppingcart > span,
      .link-hover .link-box a.inwishlist > span {
        color: #eeeeee; }

.image-box.open .link-hover {
  background-color: rgba(238, 238, 238, 0.75); }
  .image-box.open .link-hover .link-box {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

@media only screen and (min-width: 1400px) {
  .container {
    width: 1370px; } }
.category-highlight {
  height: 400px; }
  .category-highlight h1 {
    color: #fff;
    font-size: 4.5em;
    text-transform: uppercase;
    max-width: 550px;
    line-height: 0.9em;
    font-weight: 600;
    margin: 0;
    opacity: 0;
    transform: translate3d(0, 30%, 0);
    -webkit-transform: translate3d(0, 30%, 0);
    -moz-transform: translate3d(0, 30%, 0);
    -o-transform: translate3d(0, 30%, 0);
    line-height: 1.4em;
    transition: none;
    animation-name: fadeinup 0.5s forwards;
    -webkit-animation-name: fadeinup 0.5s forwards; }
  .category-highlight h6 {
    font-size: 1.125em;
    color: #fff;
    margin-top: 5px;
    font-weight: 600;
    margin-bottom: 40px; }
  .category-highlight .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%); }

#travel-highlight {
  background: url(/program/rewardshubdemo/img/travel-highlight.jpg) no-repeat center center;
  background-size: cover; }

#health-highlight {
  background: url(/program/rewardshubdemo/img/health-highlight.jpg) no-repeat center center;
  background-size: cover; }

form .input-group.recipientControl {
  float: right;
  width: auto; }
form .deleteRecipient {
  float: right; }

.show-scroll {
  transition: 0.25s ease all;
  opacity: 0;
  transform: translate3d(0, 20%, 0);
  -webkit-transform: translate3d(0, 20%, 0);
  -moz-transform: translate3d(0, 20%, 0);
  -o-transform: translate3d(0, 20%, 0); }

.megatron {
  width: 100%;
  padding: 70px 15px;
  text-align: center; }
  .megatron h2 {
    color: #ffffff;
    margin-bottom: 30px; }

.megatron.tertiary {
  background-color: #707070; }

.megatron.primary-dark {
  background-color: #1A513F; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 27px; }

.switch input {
  display: none; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 3px solid #3d3d3d;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 27px;
  width: 27px;
  left: -3px;
  top: -3px;
  border: 3px solid #3d3d3d;
  background-color: transparent;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #707070;
  border-color: #707070; }

input:checked + .slider:before {
  background-color: #eeeeee;
  border-color: #707070; }

input:focus + .slider {
  box-shadow: 0 0 1px #707070; }

input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

body .always-visible > .ps__scrollbar-y-rail {
  opacity: 0.6;
  display: block; }

.scroll {
  max-height: 335px; }

a.all-link {
  display: block; }

.blue-m {
  background-color: #59798D !important; }

.tan-m {
  background-color: #916B3D !important; }

.black-m {
  background-color: #312D38 !important; }

.grey-m {
  background-color: #747578 !important; }

#best-sellers .match-height {
  min-height: 180px; }

body .modal-content {
  border-radius: 0; }
  body .modal-content .modal-header .close {
    color: #3d3d3d; }
body .modal-open .modal {
  z-index: 100; }
body .modal-backdrop {
  z-index: 99; }

.partner-layout {
  background: white; }
  .partner-layout .container {
    padding: 60px 15px; }
    .partner-layout .container a > img {
      max-width: 250px;
      float: right;
      margin: 0 20px 0 0; }
      @media (max-width: 991px) {
        .partner-layout .container a > img {
          float: none;
          margin: 0 0 40px 0; } }
    .partner-layout .container p, .partner-layout .container ul {
      color: #707070;
      font-size: 1.125em;
      line-height: 1.7em; }
    .partner-layout .container p.legal {
      font-size: 0.75em;
      font-style: italic;
      line-height: 1.3em; }
    .partner-layout .container h4 {
      color: #333333;
      font-weight: bold;
      font-size: 1.25em; }
  .partner-layout .image-box,
  .partner-layout .info-box {
    height: 450px;
    float: left;
    position: relative; }
  .partner-layout .info-box {
    width: 35%;
    background: #2e2e2e;
    color: white;
    padding: 35px; }
    @media (max-width: 991px) {
      .partner-layout .info-box {
        height: auto;
        width: 100%; } }
    @media (max-width: 991px) {
      .partner-layout .info-box > .vertical-align {
        top: 0;
        transform: none;
        -webkit-transform: none;
        text-align: center; } }
    .partner-layout .info-box h3 {
      font-size: 1.5em;
      font-weight: bold;
      color: white;
      margin-bottom: 20px; }
    .partner-layout .info-box p {
      font-size: 1.125em;
      line-height: 1.7em; }
    .partner-layout .info-box .btn {
      margin: 30px 0 0; }
  .partner-layout .image-box {
    width: 65%; }
    @media (max-width: 991px) {
      .partner-layout .image-box {
        display: none; } }
  .partner-layout #travel-box.image-box {
    background: url("https://cdn.augeobiz.com/static/plus/travel-back.jpg") no-repeat center center;
    background-size: cover; }

.charity-modal .container {
  position: relative; }
  .charity-modal .container .relativeToMenu {
    position: absolute;
    width: 1px;
    height: 1px;
    right: 123px;
    top: 137px; }
    @media (max-width: 991px) {
      .charity-modal .container .relativeToMenu {
        top: 50px;
        right: 0; } }
    @media (max-width: 767px) {
      .charity-modal .container .relativeToMenu {
        width: 100%; } }
    .charity-modal .container .relativeToMenu .modal-dialog {
      margin: 0;
      position: absolute;
      right: 0;
      width: 275px;
      font-family: 'Muli', sans-serif; }
      @media (max-width: 767px) {
        .charity-modal .container .relativeToMenu .modal-dialog {
          width: 100%; } }
      .charity-modal .container .relativeToMenu .modal-dialog .modal-content {
        border-radius: 0;
        border: 3px solid #eeeeee;
        background: url(/program/rewardshubdemo/img/we-org/drop-background.png) repeat-x center bottom #204a92; }
        .charity-modal .container .relativeToMenu .modal-dialog .modal-content .modal-title {
          max-width: 220px;
          margin: 5px auto;
          font-weight: bold;
          color: #204a92; }
        .charity-modal .container .relativeToMenu .modal-dialog .modal-content .modal-header {
          padding: 10px 15px;
          background: #b0ffef; }
        .charity-modal .container .relativeToMenu .modal-dialog .modal-content .modal-body {
          padding: 15px; }
        .charity-modal .container .relativeToMenu .modal-dialog .modal-content .modal-footer {
          padding: 15px 30px 50px;
          border-top: 2px solid white;
          color: white;
          font-size: 16px; }
        .charity-modal .container .relativeToMenu .modal-dialog .modal-content .btn {
          background: #e3d98d !important;
          color: #25408f;
          font-family: 'Muli', sans-serif;
          font-weight: normal;
          padding: 8px 15px;
          margin-right: 5px; }
        .charity-modal .container .relativeToMenu .modal-dialog .modal-content button.btn {
          margin-bottom: 40px; }
        .charity-modal .container .relativeToMenu .modal-dialog .modal-content h1 {
          color: #e3d98d;
          font-size: 24px;
          max-width: 220px;
          margin: 20px auto;
          text-transform: none; }

.browsing-message-container {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }
  .browsing-message-container .browsing-message-box {
    top: 50px;
    margin: 0 auto;
    width: 90%;
    max-width: 500px;
    position: relative;
    z-index: 9999;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 40px; }
    .browsing-message-container .browsing-message-box span.close-message {
      position: absolute;
      right: 30px;
      top: 30px;
      transform: rotate(45deg);
      font-size: 20px; }
    .browsing-message-container .browsing-message-box h1 {
      font-size: 19px;
      line-height: 1;
      margin: 6px 0 14px;
      display: block;
      width: 100%;
      text-transform: uppercase;
      font-weight: bold;
      text-align: center; }
    .browsing-message-container .browsing-message-box p {
      text-align: center;
      font-size: 14px;
      line-height: 1.4rem;
      margin-bottom: 0; }

.btn {
  padding: 12px 20px;
  border: 0;
  border-radius: 0;
  line-height: 1em;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background: #2e2e2e;
  color: #ffffff;
  transition: all 0.2s ease; }
  .btn:hover, .btn:active, .btn:active:focus {
    background-color: #151515;
    color: #ffffff;
    outline: 0; }
  .btn:focus {
    color: #ffffff; }
  @media (max-width: 767px) {
    .btn {
      width: 100%;
      display: block; } }

.btn-sm {
  padding: 6px 10px;
  font-size: 14px; }

.btn-xs {
  padding: 12px 12px;
  font-size: 12px; }

.btn-default {
  border: 0;
  text-transform: uppercase;
  background: #707070;
  color: #eeeeee;
  text-shadow: none; }
  .btn-default:hover, .btn-default:active, .btn-default:active:focus {
    background-color: #575757;
    color: #eeeeee;
    outline: 0; }
  .btn-default:focus {
    color: #eeeeee; }

.btn-white {
  border: 3px solid white;
  text-transform: uppercase;
  background: transparent !important;
  color: white;
  text-shadow: none; }
  .btn-white:hover, .btn-white:active, .btn-white:active:focus {
    color: #eeeeee;
    border: 3px solid #eeeeee;
    background: transparen !important t;
    outline: 0; }
  .btn-white:focus {
    color: #eeeeee;
    border: 3px solid #eeeeee;
    background: transparent; }

/* Font Families */
@font-face {
  font-family: 'proxima-nova';
  font-style: normal;
  font-weight: 100;
  src: url("/font/proximanova/proximanova-thin.eot");
  /* IE9 Compat Modes */
  src: url("/font/proximanova/proximanova-thin.eot?#iefix") format("embedded-opentype"), url("/font/proximanova/proximanova-thin.woff") format("woff"), url("/font/proximanova/proximanova-thin.ttf") format("truetype"), url("/font/proximanova/proximanova-thin.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'proxima-nova';
  font-style: normal;
  font-weight: 300;
  src: url("/font/proximanova/proximanova-light.eot");
  /* IE9 Compat Modes */
  src: url("/font/proximanova/proximanova-light.eot?#iefix") format("embedded-opentype"), url("/font/proximanova/proximanova-light.woff") format("woff"), url("/font/proximanova/proximanova-light.ttf") format("truetype"), url("/font/proximanova/proximanova-light.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'proxima-nova';
  font-style: normal;
  font-weight: 400;
  src: url("/font/proximanova/proximanova-regular.eot");
  /* IE9 Compat Modes */
  src: url("/font/proximanova/proximanova-regular.eot?#iefix") format("embedded-opentype"), url("/font/proximanova/proximanova-regular.woff") format("woff"), url("/font/proximanova/proximanova-regular.ttf") format("truetype"), url("/font/proximanova/proximanova-regular.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'proxima-nova';
  font-style: normal;
  font-weight: 600;
  src: url("/font/proximanova/proximanova-semibold.eot");
  /* IE9 Compat Modes */
  src: url("/font/proximanova/proximanova-semibold.eot?#iefix") format("embedded-opentype"), url("/font/proximanova/proximanova-semibold.woff") format("woff"), url("/font/proximanova/proximanova-semibold.ttf") format("truetype"), url("/font/proximanova/proximanova-semibold.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'proxima-nova';
  font-style: normal;
  font-weight: 700;
  src: url("/font/proximanova/proximanova-bold.eot");
  /* IE9 Compat Modes */
  src: url("/font/proximanova/proximanova-bold.eot?#iefix") format("embedded-opentype"), url("/font/proximanova/proximanova-bold.woff") format("woff"), url("/font/proximanova/proximanova-bold.ttf") format("truetype"), url("/font/proximanova/proximanova-bold.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: "rewards-hub";
  src: url("/program/rewardshubdemo/fonts/rewards-hub.eot");
  src: url("/program/rewardshubdemo/fonts/rewards-hub.eot?#iefix") format("embedded-opentype"), url("/program/rewardshubdemo/fonts/rewards-hub.woff") format("woff"), url("/program/rewardshubdemo/fonts/rewards-hub.ttf") format("truetype"), url("/program/rewardshubdemo/fonts/rewards-hub.svg#rewards-hub") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "rewards-hub" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "rewards-hub" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-calendar:before {
  content: "\61"; }

.icon-ribbon:before {
  content: "\62"; }

.icon-sale:before {
  content: "\63"; }

.icon-clock:before {
  content: "\65"; }

.icon-search:before {
  content: "\66"; }

.icon-shop-bag:before {
  content: "\67"; }

.icon-deals:before {
  content: "\68"; }

.icon-eye:before {
  content: "\69"; }

.icon-theme-parks:before {
  content: "\6a"; }

.icon-ticket:before {
  content: "\6b"; }

.icon-gift-card:before {
  content: "\6c"; }

.icon-heart:before {
  content: "\6d"; }

.icon-tickets:before {
  content: "\6e"; }

.icon-truck:before {
  content: "\6f"; }

.icon-magazines:before {
  content: "\70"; }

.icon-merch:before {
  content: "\71"; }

.icon-user:before {
  content: "\72"; }

.icon-mountain:before {
  content: "\73"; }

.icon-notification:before {
  content: "\74"; }

.icon-package:before {
  content: "\75"; }

.icon-plane:before {
  content: "\76"; }

.icon-envelope:before {
  content: "\77"; }

.icon-phone:before {
  content: "\79"; }

.icon-plus:before {
  content: "\78"; }

.icon-chat:before {
  content: "\64"; }

.icon-check:before {
  content: "\7a"; }

.icon-big-card:before {
  content: "\41"; }

.icon-minus:before {
  content: "\42"; }

.icon-document:before {
  content: "\43"; }

.icon-temperature:before {
  content: "\44"; }

.icon-game:before {
  content: "\45"; }

.icon-statement:before {
  content: "\46"; }

.icon-cart:before {
  content: "\47"; }

.icon-money:before {
  content: "\48"; }

.icon-cancel:before {
  content: "\4a"; }

.icon-travel-bag:before {
  content: "\49"; }

.icon-mic:before {
  content: "\4b"; }

.icon-jersey:before {
  content: "\4c"; }

.icon-drama:before {
  content: "\4d"; }

.icon-box:before {
  content: "\4e"; }

.icon-star:before {
  content: "\4f"; }

.icon-home:before {
  content: "\50"; }

.icon-hotel:before {
  content: "\51"; }

.icon-homeadvisor:before {
  content: "\52"; }

.icon-location:before {
  content: "\53"; }

.icon-star-filled:before {
  content: "\54"; }

.icon-muscle:before {
  content: "\55"; }

.icon-hair:before {
  content: "\56"; }

.icon-food:before {
  content: "\57"; }

.icon-usbank:before {
  content: "\58"; }

.icon-headset:before {
  content: "\59"; }

.icon-shoe:before {
  content: "\5a"; }

.icon-reinvest:before {
  content: "\30"; }

.icon-charity-globe:before {
  content: "\31"; }

.icon-charity-hands:before {
  content: "\32"; }

.icon-charity-phone:before {
  content: "\33"; }

* {
  font-family: 'proxima-nova', sans-serif; }

h1 {
  font-size: 4.5em;
  font-weight: 600;
  text-transform: uppercase; }

h2 {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: bold; }
  @media (max-width: 767px) {
    h2 {
      font-size: 1.375em; } }

h3 {
  font-weight: bold;
  font-size: 1.125em; }

@font-face {
  font-family: 'fontello';
  src: url("/program/rewardshubdemo/fonts/fontello.eot?3432041");
  src: url("/program/rewardshubdemo/fonts/fontello.eot?3432041#iefix") format("embedded-opentype"), url("/program/rewardshubdemo/fonts/fontello.woff2?3432041") format("woff2"), url("/program/rewardshubdemo/fonts/fontello.woff?3432041") format("woff"), url("/program/rewardshubdemo/fonts/fontello.ttf?3432041") format("truetype"), url("/program/rewardshubdemo/fonts/fontello.svg?3432041#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?3432041#fontello') format('svg');
  }
}
*/
[class^="f-icon-"]:before, [class*=" f-icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.f-icon-delta_alert:before {
  content: '\e800'; }

/* '' */
.f-icon-delta_arrow-down:before {
  content: '\e801'; }

/* '' */
.f-icon-delta_arrow-left:before {
  content: '\e802'; }

/* '' */
.f-icon-delta_arrow-right:before {
  content: '\e803'; }

/* '' */
.f-icon-delta_arrow-up:before {
  content: '\e804'; }

/* '' */
.f-icon-delta_buy:before {
  content: '\e805'; }

/* '' */
.f-icon-delta_check:before {
  content: '\e806'; }

/* '' */
.f-icon-delta_filter:before {
  content: '\e807'; }

/* '' */
.f-icon-delta_fly:before {
  content: '\e808'; }

/* '' */
.f-icon-delta_love:before {
  content: '\e809'; }

/* '' */
.f-icon-delta_minus:before {
  content: '\e80b'; }

/* '' */
.f-icon-delta_play:before {
  content: '\e80c'; }

/* '' */
.f-icon-delta_plus:before {
  content: '\e80d'; }

/* '' */
.f-icon-delta_search:before {
  content: '\e80e'; }

/* '' */
.f-icon-delta_shopping_bag:before {
  content: '\e80f'; }

/* '' */
.f-icon-delta_smile:before {
  content: '\e810'; }

/* '' */
.f-icon-delta_user:before {
  content: '\e811'; }

/* '' */
.f-icon-delta_mediallion:before {
  content: '\f111'; }

/* '' */
/* BEGIN: /_global/_objects/modals */
@media (min-width: 992px) {
  .modal-dialog.terms {
    width: 70%; } }
.modal-dialog.terms p {
  text-align: left; }

.modal .form-error {
  margin: 24px 0; }

.form-group.contact input[type=checkbox].option-input {
  margin: 10px 7px 0 0; }
.form-group.contact label {
  display: inline-block;
  position: relative;
  top: -4px; }

.modal .btn,
#footer .modal .btn,
#header .modal .btn {
  display: inline-block;
  margin: 0 auto 8px; }
.modal .input-group,
#footer .modal .input-group,
#header .modal .input-group {
  display: block;
  float: left;
  margin: 0 0 4px;
  width: 100%; }
.modal .input-group.btn-group,
#footer .modal .input-group.btn-group,
#header .modal .input-group.btn-group {
  text-align: center;
  margin: 12px 0 8px; }
  .modal .input-group.btn-group .btn,
  #footer .modal .input-group.btn-group .btn,
  #header .modal .input-group.btn-group .btn {
    display: inline-block;
    width: auto;
    float: none;
    margin: 12px 4px 8px; }
.modal form label,
#footer .modal form label,
#header .modal form label {
  padding: 0; }
.modal form button,
.modal form .btn,
#footer .modal form button,
#footer .modal form .btn,
#header .modal form button,
#header .modal form .btn {
  margin: 12px auto 8px;
  display: block; }
.modal form .btn.btn-text,
#footer .modal form .btn.btn-text,
#header .modal form .btn.btn-text {
  background: none;
  color: #404040;
  float: right;
  margin: 0;
  padding: 0; }
  .modal form .btn.btn-text .fa,
  #footer .modal form .btn.btn-text .fa,
  #header .modal form .btn.btn-text .fa {
    padding: 0 6px 0 0; }

.modal-backdrop {
  bottom: 0;
  position: fixed; }

.modal-body {
  position: relative;
  padding: 0 40px; }
  .modal-body p {
    text-align: center; }
    @media (min-width: 768px) {
      .modal-body p {
        padding: 0 40px; } }
    @media (max-width: 767px) {
      .modal-body p {
        padding: 0 12px; } }
  .modal-body label {
    display: block;
    text-align: left; }

.modal-footer {
  border-top: 0 none;
  text-align: center;
  display: block;
  clear: both;
  padding: 0 40px 28px; }
  .modal-footer p {
    margin-top: 16px; }

.modal-header {
  border-bottom: 0 none;
  padding: 24px 40px 0;
  text-align: center; }
  .modal-header .close {
    color: #707070;
    margin: 0;
    position: absolute;
    right: 12px;
    top: 6px;
    font-size: 2.0rem;
    opacity: 1;
    line-height: 1;
    text-transform: uppercase;
    z-index: 100; }
    .modal-header .close:hover {
      color: #3d3d3d; }
    .modal-header .close span {
      padding: 0;
      cursor: pointer;
      background: 0 0;
      border: 0;
      /* -webkit-appearance: none; */ }

.modal-title {
  font-size: 1.9rem;
  line-height: 1;
  margin: 6px 0 14px; }

.recipient-list {
  position: relative;
  display: block;
  float: left;
  width: 100%; }

.recipient {
  position: relative; }

#shareModal.modal form .modal-result {
  text-align: center;
  padding: 0;
  float: left;
  width: 100%; }
  #shareModal.modal form .modal-result h5 {
    border: 0 none;
    font-size: 1.9rem;
    line-height: 1;
    margin: 6px 0 14px;
    padding-bottom: 0;
    width: 100%;
    float: left; }
  #shareModal.modal form .modal-result p {
    width: 100%;
    float: left;
    margin: 0 0 18px; }
@media (max-width: 767px) {
  #shareModal.modal .senderList .row {
    padding: 0; } }
#shareModal.modal .row {
  padding: 0 50px;
  margin: 0;
  position: relative;
  float: left;
  width: 100%; }
  @media (max-width: 767px) {
    #shareModal.modal .row {
      padding: 0 35px; } }
  #shareModal.modal .row .custom-left {
    width: 40%;
    float: left; }
    @media (max-width: 767px) {
      #shareModal.modal .row .custom-left {
        width: 100%; } }
  #shareModal.modal .row .custom-right {
    width: 58%;
    float: right; }
    @media (max-width: 767px) {
      #shareModal.modal .row .custom-right {
        width: 100%; } }
  #shareModal.modal .row .custom-full {
    width: 100%;
    float: left; }
@media (max-width: 767px) {
  #shareModal.modal .modal-body {
    padding: 0 15px; } }
#shareModal.modal .modal-dialog {
  display: table;
  width: 1020px;
  padding: 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #shareModal.modal .modal-dialog {
      width: 940px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #shareModal.modal .modal-dialog {
      width: 600px; } }
  @media (max-width: 767px) {
    #shareModal.modal .modal-dialog {
      width: auto; } }
  #shareModal.modal .modal-dialog .modal-content {
    display: table-row;
    margin-bottom: 30px;
    width: 100%; }
    @media (max-width: 991px) {
      #shareModal.modal .modal-dialog .modal-content {
        display: block; } }
    @media (max-width: 767px) {
      #shareModal.modal .modal-dialog .modal-content {
        margin-bottom: 10px; } }
#shareModal.modal form h5 {
  font-size: 1.2rem;
  margin: 0;
  padding: 0 0 4px;
  margin: 0 0 12px; }
#shareModal.modal .modal-column.left {
  display: table-cell;
  background-color: #eeeeee;
  width: 320px;
  text-align: center;
  margin: 0;
  padding: 0 24px 24px;
  border: 0 none;
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  @media (max-width: 991px) {
    #shareModal.modal .modal-column.left {
      width: 100%;
      display: block;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; } }
  #shareModal.modal .modal-column.left p {
    font-weight: 600; }
#shareModal.modal .modal-column.right {
  display: table-cell;
  background-color: #eeeeee;
  width: 680px;
  margin: 0;
  border: 0 none;
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #shareModal.modal .modal-column.right {
      width: 600px; } }
  @media (max-width: 991px) {
    #shareModal.modal .modal-column.right {
      width: 100%;
      display: block;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; } }
#shareModal.modal .modal-column.full {
  display: table-cell;
  width: 100%;
  min-height: 120px;
  padding-bottom: 24px;
  vertical-align: top; }
#shareModal.modal .recipientControl,
#shareModal.modal .recipientList {
  float: left;
  clear: left;
  display: block;
  position: relative;
  width: 100%; }
#shareModal.modal .recipientControl {
  margin: 0 0 16px; }
#shareModal.modal .addRecipient.btn,
#shareModal.modal a.addRecipient.btn,
#shareModal.modal form .addRecipient.btn,
#shareModal.modal form a.addRecipient.btn {
  position: absolute;
  padding: 9px 0 0;
  text-align: center;
  right: 0;
  bottom: 4px;
  width: 34px;
  height: 34px;
  display: block;
  z-index: 100;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  #shareModal.modal .addRecipient.btn i,
  #shareModal.modal a.addRecipient.btn i,
  #shareModal.modal form .addRecipient.btn i,
  #shareModal.modal form a.addRecipient.btn i {
    padding: 0; }
#shareModal.modal .deleteRecipient.btn,
#shareModal.modal a.deleteRecipient.btn,
#shareModal.modal form .deleteRecipient.btn,
#shareModal.modal form a.deleteRecipient.btn {
  position: absolute;
  padding: 9px 0 0;
  text-align: center;
  left: 0;
  top: 21px;
  width: 34px;
  height: 34px;
  display: block;
  z-index: 100;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  #shareModal.modal .deleteRecipient.btn i,
  #shareModal.modal a.deleteRecipient.btn i,
  #shareModal.modal form .deleteRecipient.btn i,
  #shareModal.modal form a.deleteRecipient.btn i {
    padding: 0; }
#shareModal.modal .modal-header p {
  text-align: center; }
  @media (min-width: 768px) {
    #shareModal.modal .modal-header p {
      padding: 0 40px; } }
  @media (max-width: 767px) {
    #shareModal.modal .modal-header p {
      padding: 0 12px; } }

#feedbackModal.modal form .modal-result {
  text-align: center;
  padding: 0;
  float: left;
  width: 100%; }
  #feedbackModal.modal form .modal-result h5 {
    border: 0 none;
    font-size: 1.9rem;
    line-height: 1;
    margin: 6px 0 14px;
    padding-bottom: 0;
    width: 100%;
    float: left; }
  #feedbackModal.modal form .modal-result p {
    width: 100%;
    float: left;
    margin: 0 0 18px; }
#feedbackModal.modal .input-group.btn-group .btn {
  min-width: 160px; }
#feedbackModal.modal .row {
  padding: 0 50px;
  margin: 0;
  position: relative;
  float: left;
  width: 100%; }
  @media (max-width: 1199px) {
    #feedbackModal.modal .row {
      padding: 0; } }
  #feedbackModal.modal .row .custom-left {
    width: 40%;
    float: left; }
    @media (max-width: 767px) {
      #feedbackModal.modal .row .custom-left {
        width: 100%; } }
  #feedbackModal.modal .row .custom-right {
    width: 58%;
    float: right; }
    @media (max-width: 767px) {
      #feedbackModal.modal .row .custom-right {
        width: 100%; } }
  #feedbackModal.modal .row .custom-full {
    width: 100%;
    float: left; }
    @media (max-width: 991px) {
      #feedbackModal.modal .row .custom-full {
        margin-bottom: 16px; } }
#feedbackModal.modal .modal-dialog {
  width: 1020px;
  padding: 0;
  display: table; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #feedbackModal.modal .modal-dialog {
      width: 940px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #feedbackModal.modal .modal-dialog {
      width: 600px; } }
  @media (max-width: 767px) {
    #feedbackModal.modal .modal-dialog {
      width: auto; } }
  #feedbackModal.modal .modal-dialog .modal-content {
    display: table-row;
    margin-bottom: 30px;
    width: 100%; }
    @media (max-width: 991px) {
      #feedbackModal.modal .modal-dialog .modal-content {
        display: block; } }
    @media (max-width: 767px) {
      #feedbackModal.modal .modal-dialog .modal-content {
        margin-bottom: 10px; } }
#feedbackModal.modal form h5 {
  font-size: 1.2rem;
  margin: 0;
  padding: 0 0 4px;
  margin: 0 0 12px; }
#feedbackModal.modal .modal-column.left {
  background-color: #eeeeee;
  display: table-cell;
  width: 320px;
  text-align: center;
  margin: 0;
  padding: 0 24px 24px;
  border: 0 none;
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  @media (max-width: 991px) {
    #feedbackModal.modal .modal-column.left {
      width: 100%;
      display: block;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; } }
  #feedbackModal.modal .modal-column.left p {
    font-weight: 600; }
#feedbackModal.modal .modal-column.right {
  background-color: #eeeeee;
  display: table-cell;
  width: 680px;
  margin: 0;
  border: 0 none;
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #feedbackModal.modal .modal-column.right {
      width: 600px; } }
  @media (max-width: 991px) {
    #feedbackModal.modal .modal-column.right {
      width: 100%;
      display: block;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; } }
#feedbackModal.modal .modal-column.full {
  display: table-cell;
  width: 100%;
  min-height: 120px;
  padding-bottom: 24px; }
#feedbackModal.modal .modal-header p {
  text-align: center; }
  @media (min-width: 768px) {
    #feedbackModal.modal .modal-header p {
      padding: 0 40px; } }
  @media (max-width: 767px) {
    #feedbackModal.modal .modal-header p {
      padding: 0 12px; } }

#inquireModal form .modal-result,
#inquireEmpModal form .modal-result,
#inquireEmpCustModal form .modal-result,
#inquireCustModal form .modal-result {
  text-align: center;
  padding: 0;
  float: left;
  width: 100%; }
  #inquireModal form .modal-result h5,
  #inquireEmpModal form .modal-result h5,
  #inquireEmpCustModal form .modal-result h5,
  #inquireCustModal form .modal-result h5 {
    border: 0 none;
    font-size: 1.9rem;
    line-height: 1;
    margin: 6px 0 14px;
    padding-bottom: 0;
    width: 100%;
    float: left; }
  #inquireModal form .modal-result p,
  #inquireEmpModal form .modal-result p,
  #inquireEmpCustModal form .modal-result p,
  #inquireCustModal form .modal-result p {
    width: 100%;
    float: left;
    margin: 0 0 18px; }
#inquireModal .input-group.btn-group .btn,
#inquireEmpModal .input-group.btn-group .btn,
#inquireEmpCustModal .input-group.btn-group .btn,
#inquireCustModal .input-group.btn-group .btn {
  min-width: 160px; }
#inquireModal .row,
#inquireEmpModal .row,
#inquireEmpCustModal .row,
#inquireCustModal .row {
  padding: 0 24px;
  margin: 0;
  position: relative;
  float: left;
  width: 100%; }
  @media (max-width: 1199px) {
    #inquireModal .row,
    #inquireEmpModal .row,
    #inquireEmpCustModal .row,
    #inquireCustModal .row {
      padding: 0; } }
  #inquireModal .row .custom-left,
  #inquireEmpModal .row .custom-left,
  #inquireEmpCustModal .row .custom-left,
  #inquireCustModal .row .custom-left {
    width: 49%;
    float: left; }
    @media (max-width: 767px) {
      #inquireModal .row .custom-left,
      #inquireEmpModal .row .custom-left,
      #inquireEmpCustModal .row .custom-left,
      #inquireCustModal .row .custom-left {
        width: 100%; } }
  #inquireModal .row .custom-right,
  #inquireEmpModal .row .custom-right,
  #inquireEmpCustModal .row .custom-right,
  #inquireCustModal .row .custom-right {
    width: 49%;
    float: right; }
    @media (max-width: 767px) {
      #inquireModal .row .custom-right,
      #inquireEmpModal .row .custom-right,
      #inquireEmpCustModal .row .custom-right,
      #inquireCustModal .row .custom-right {
        width: 100%; } }
  #inquireModal .row .custom-full,
  #inquireEmpModal .row .custom-full,
  #inquireEmpCustModal .row .custom-full,
  #inquireCustModal .row .custom-full {
    width: 100%;
    float: left; }
#inquireModal .modal-dialog,
#inquireEmpModal .modal-dialog,
#inquireEmpCustModal .modal-dialog,
#inquireCustModal .modal-dialog {
  width: 1020px;
  padding: 0;
  display: table; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #inquireModal .modal-dialog,
    #inquireEmpModal .modal-dialog,
    #inquireEmpCustModal .modal-dialog,
    #inquireCustModal .modal-dialog {
      width: 940px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #inquireModal .modal-dialog,
    #inquireEmpModal .modal-dialog,
    #inquireEmpCustModal .modal-dialog,
    #inquireCustModal .modal-dialog {
      width: 600px; } }
  @media (max-width: 767px) {
    #inquireModal .modal-dialog,
    #inquireEmpModal .modal-dialog,
    #inquireEmpCustModal .modal-dialog,
    #inquireCustModal .modal-dialog {
      width: auto; } }
  #inquireModal .modal-dialog .modal-content,
  #inquireEmpModal .modal-dialog .modal-content,
  #inquireEmpCustModal .modal-dialog .modal-content,
  #inquireCustModal .modal-dialog .modal-content {
    display: table-row;
    margin-bottom: 30px;
    width: 100%; }
    @media (max-width: 991px) {
      #inquireModal .modal-dialog .modal-content,
      #inquireEmpModal .modal-dialog .modal-content,
      #inquireEmpCustModal .modal-dialog .modal-content,
      #inquireCustModal .modal-dialog .modal-content {
        display: block; } }
    @media (max-width: 767px) {
      #inquireModal .modal-dialog .modal-content,
      #inquireEmpModal .modal-dialog .modal-content,
      #inquireEmpCustModal .modal-dialog .modal-content,
      #inquireCustModal .modal-dialog .modal-content {
        margin-bottom: 10px; } }
#inquireModal form h5,
#inquireEmpModal form h5,
#inquireEmpCustModal form h5,
#inquireCustModal form h5 {
  font-size: 1.2rem;
  margin: 0;
  padding: 0 0 4px;
  margin: 0 0 12px; }
  @media (max-width: 767px) {
    #inquireModal form h5,
    #inquireEmpModal form h5,
    #inquireEmpCustModal form h5,
    #inquireCustModal form h5 {
      margin-top: 16px; } }
#inquireModal .modal-column.left,
#inquireEmpModal .modal-column.left,
#inquireEmpCustModal .modal-column.left,
#inquireCustModal .modal-column.left {
  background-color: #eeeeee;
  display: table-cell;
  width: 320px;
  text-align: center;
  margin: 0;
  padding: 0 24px 24px;
  border: 0 none;
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  @media (max-width: 991px) {
    #inquireModal .modal-column.left,
    #inquireEmpModal .modal-column.left,
    #inquireEmpCustModal .modal-column.left,
    #inquireCustModal .modal-column.left {
      width: 100%;
      display: block;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; } }
  #inquireModal .modal-column.left p,
  #inquireEmpModal .modal-column.left p,
  #inquireEmpCustModal .modal-column.left p,
  #inquireCustModal .modal-column.left p {
    font-weight: 600; }
#inquireModal .modal-column.right,
#inquireEmpModal .modal-column.right,
#inquireEmpCustModal .modal-column.right,
#inquireCustModal .modal-column.right {
  background-color: #eeeeee;
  display: table-cell;
  width: 680px;
  margin: 0;
  border: 0 none;
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #inquireModal .modal-column.right,
    #inquireEmpModal .modal-column.right,
    #inquireEmpCustModal .modal-column.right,
    #inquireCustModal .modal-column.right {
      width: 600px; } }
  @media (max-width: 991px) {
    #inquireModal .modal-column.right,
    #inquireEmpModal .modal-column.right,
    #inquireEmpCustModal .modal-column.right,
    #inquireCustModal .modal-column.right {
      width: 100%;
      display: block;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; } }
#inquireModal .modal-column.full,
#inquireEmpModal .modal-column.full,
#inquireEmpCustModal .modal-column.full,
#inquireCustModal .modal-column.full {
  display: table-cell;
  width: 100%;
  min-height: 120px;
  padding-bottom: 24px; }

#modalSignIn .form-error {
  margin-top: 30px;
  display: block;
  position: relative;
  float: left;
  width: 100%; }

.modal-result {
  text-align: center;
  padding: 24px 80px 40px; }
  @media (max-width: 767px) {
    .modal-result {
      padding: 24px 34px 40px; } }
  .modal-result h5 {
    font-size: 1.9rem;
    line-height: 1;
    margin: 6px 0 14px; }
  .modal-result p {
    margin: 0; }

.modal form .btn {
  display: inline-block; }
.modal form label.btn {
  padding: 12px 20px; }

#shareModal.modal form h5 {
  font-size: 1.2rem;
  margin: 0;
  padding: 0 0 4px;
  margin: 0 0 12px; }

form h5 {
  font-size: 1.6rem;
  margin: 0;
  text-align: left;
  padding: 0 0 12px;
  border-bottom: 1px solid #444;
  margin: 24px 0 24px;
  float: left;
  width: 100%; }

#shareModal.modal .deleteRecipient.btn, #shareModal.modal .deleteRecipient.btn-sm,
#shareModal.modal a.deleteRecipient.btn, #shareModal.modal .deleteRecipient.btn-sm,
#shareModal.modal a.deleteRecipient.btn-sm, #shareModal.modal form .deleteRecipient.btn,
#shareModal.modal form .deleteRecipient.btn-sm, #shareModal.modal form a.deleteRecipient.btn,
#shareModal.modal form .deleteRecipient.btn-sm, #shareModal.modal form a.deleteRecipient.btn-sm {
  position: absolute;
  padding: 9px 0 0;
  text-align: center;
  left: 0;
  top: 23px;
  width: 34px;
  height: 34px;
  display: block;
  z-index: 100;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

#shareModal.modal .addRecipient.btn, #shareModal.modal .addRecipient.btn-sm,
#shareModal.modal a.addRecipient.btn, #shareModal.modal .addRecipient.btn-sm,
#shareModal.modal a.addRecipient.btn-sm, #shareModal.modal form .addRecipient.btn,
#shareModal.modal form .addRecipient.btn-sm, #shareModal.modal form a.addRecipient.btn,
#shareModal.modal form .addRecipient.btn-sm, #shareModal.modal form a.addRecipient.btn-sm {
  position: absolute;
  padding: 9px 0 0;
  text-align: center;
  right: 0;
  bottom: 11px;
  width: 34px;
  height: 34px;
  display: block;
  z-index: 100;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

/* END: /_global/_objects/modals */
@keyframes fadeinup {
  0% {
    transform: translate3d(0, 30%, 0);
    -webkit-transform: translate3d(0, 30%, 0);
    -moz-transform: translate3d(0, 30%, 0);
    -o-transform: translate3d(0, 30%, 0);
    line-height: 1.6em;
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    line-height: 0.875em;
    opacity: 1; } }
@-webkit-keyframes fadeinup {
  0% {
    transform: translate3d(0, 30%, 0);
    -webkit-transform: translate3d(0, 30%, 0);
    -moz-transform: translate3d(0, 30%, 0);
    -o-transform: translate3d(0, 30%, 0);
    line-height: 1.6em;
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    line-height: 0.875em;
    opacity: 1; } }
@keyframes popout {
  0% {
    width: 70px;
    opacity: 1; }
  15% {
    width: 75px;
    opacity: 1; }
  100% {
    width: 0px;
    opacity: 0; } }
@-webkit-keyframes popout {
  0% {
    width: 70px;
    opacity: 1; }
  15% {
    width: 75px;
    opacity: 1; }
  100% {
    width: 0px;
    opacity: 0; } }
@keyframes popin {
  0% {
    width: 30px;
    opacity: 0; }
  85% {
    width: 75px;
    opacity: 1; }
  100% {
    width: 70px;
    opacity: 1; } }
@-webkit-keyframes popin {
  0% {
    width: 30px;
    opacity: 0; }
  85% {
    width: 75px;
    opacity: 1; }
  100% {
    width: 70px;
    opacity: 1; } }
@keyframes popin-button {
  0% {
    opacity: 0;
    width: 50px;
    height: 20px;
    font-size: 0; }
  85% {
    opacity: 1;
    width: 230px;
    height: 45px;
    font-size: 1em; }
  100% {
    opacity: 1;
    width: 227px;
    height: 40px;
    font-size: 1em; } }
@-webkit-keyframes popin-button {
  0% {
    opacity: 0;
    width: 50px;
    height: 20px;
    font-size: 0; }
  85% {
    opacity: 1;
    width: 130px;
    height: 45px;
    font-size: 1em; }
  100% {
    opacity: 1;
    width: 125px;
    height: 40px;
    font-size: 1em; } }
@keyframes popout-p {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes popout-p {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes popout-small {
  0% {
    font-size: 4.5em;
    opacity: 1; }
  15% {
    font-size: 4.75em;
    opacity: 1; }
  100% {
    font-size: 0;
    opacity: 0; } }
@-webkit-keyframes popout-small {
  0% {
    font-size: 4.5em;
    opacity: 1; }
  15% {
    font-size: 4.75em;
    opacity: 1; }
  100% {
    font-size: 0;
    opacity: 0; } }
@keyframes popin-small {
  0% {
    font-size: 0;
    opacity: 0; }
  85% {
    font-size: 4.75em;
    opacity: 1; }
  100% {
    font-size: 4em;
    opacity: 1; } }
@-webkit-keyframes popin-small {
  0% {
    font-size: 0;
    opacity: 0; }
  85% {
    font-size: 4.75em;
    opacity: 1; }
  100% {
    font-size: 4em;
    opacity: 1; } }
@keyframes popout-bag {
  0% {
    width: 50px;
    opacity: 1; }
  15% {
    width: 55px;
    opacity: 1; }
  100% {
    width: 0px;
    opacity: 0; } }
@-webkit-keyframes popout-bag {
  0% {
    width: 50px;
    opacity: 1; }
  15% {
    width: 55px;
    opacity: 1; }
  100% {
    width: 0px;
    opacity: 0; } }
@keyframes popin-bag {
  0% {
    width: 20px;
    opacity: 0; }
  85% {
    width: 55px;
    opacity: 1; }
  100% {
    width: 50px;
    opacity: 1; } }
@-webkit-keyframes popin-bag {
  0% {
    width: 20px;
    opacity: 0; }
  85% {
    width: 55px;
    opacity: 1; }
  100% {
    width: 50px;
    opacity: 1; } }
@keyframes popdown {
  0% {
    top: 75%;
    transform: translateY(-75%);
    -webkit-transform: translateY(-75%);
    -moz-transform: translateY(-75%);
    -o-transform: translateY(-75%); }
  85% {
    top: 81%;
    transform: translateY(-81%);
    -webkit-transform: translateY(-81%);
    -moz-transform: translateY(-81%);
    -o-transform: translateY(-81%); }
  100% {
    top: 80%;
    transform: translateY(-80%);
    -webkit-transform: translateY(-80%);
    -moz-transform: translateY(-80%);
    -o-transform: translateY(-80%); } }
@-webkit-keyframes popdown {
  0% {
    top: 75%;
    transform: translateY(-75%);
    -webkit-transform: translateY(-75%);
    -moz-transform: translateY(-75%);
    -o-transform: translateY(-75%); }
  85% {
    top: 81%;
    transform: translateY(-81%);
    -webkit-transform: translateY(-81%);
    -moz-transform: translateY(-81%);
    -o-transform: translateY(-81%); }
  100% {
    top: 80%;
    transform: translateY(-80%);
    -webkit-transform: translateY(-80%);
    -moz-transform: translateY(-80%);
    -o-transform: translateY(-80%); } }
@keyframes popup {
  0% {
    top: 80%;
    transform: translateY(-80%);
    -webkit-transform: translateY(-80%);
    -moz-transform: translateY(-80%);
    -o-transform: translateY(-80%); }
  15% {
    top: 81%;
    transform: translateY(-81%);
    -webkit-transform: translateY(-81%);
    -moz-transform: translateY(-81%);
    -o-transform: translateY(-81%); }
  100% {
    top: 75%;
    transform: translateY(-75%);
    -webkit-transform: translateY(-75%);
    -moz-transform: translateY(-75%);
    -o-transform: translateY(-75%); } }
@-webkit-keyframes popup {
  0% {
    top: 80%;
    transform: translateY(-80%);
    -webkit-transform: translateY(-80%);
    -moz-transform: translateY(-80%);
    -o-transform: translateY(-80%); }
  15% {
    top: 81%;
    transform: translateY(-81%);
    -webkit-transform: translateY(-81%);
    -moz-transform: translateY(-81%);
    -o-transform: translateY(-81%); }
  100% {
    top: 75%;
    transform: translateY(-75%);
    -webkit-transform: translateY(-75%);
    -moz-transform: translateY(-75%);
    -o-transform: translateY(-75%); } }
@keyframes popdown-store {
  0% {
    top: 40%;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -o-transform: translateY(-40%); }
  85% {
    top: 46%;
    transform: translateY(-46%);
    -webkit-transform: translateY(-46%);
    -moz-transform: translateY(-46%);
    -o-transform: translateY(-46%); }
  100% {
    top: 45%;
    transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -o-transform: translateY(-45%); } }
@-webkit-keyframes popdown-store {
  0% {
    top: 40%;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -o-transform: translateY(-40%); }
  85% {
    top: 46%;
    transform: translateY(-46%);
    -webkit-transform: translateY(-46%);
    -moz-transform: translateY(-46%);
    -o-transform: translateY(-46%); }
  100% {
    top: 45%;
    transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -o-transform: translateY(-45%); } }
@keyframes popdown-dash {
  0% {
    top: 70%;
    transform: translateY(-70%);
    -webkit-transform: translateY(-70%);
    -moz-transform: translateY(-70%);
    -o-transform: translateY(-70%); }
  85% {
    top: 76%;
    transform: translateY(-76%);
    -webkit-transform: translateY(-76%);
    -moz-transform: translateY(-76%);
    -o-transform: translateY(-76%); }
  100% {
    top: 75%;
    transform: translateY(-75%);
    -webkit-transform: translateY(-75%);
    -moz-transform: translateY(-75%);
    -o-transform: translateY(-75%); } }
@-webkit-keyframes popdown-dash {
  0% {
    top: 70%;
    transform: translateY(-70%);
    -webkit-transform: translateY(-70%);
    -moz-transform: translateY(-70%);
    -o-transform: translateY(-70%); }
  85% {
    top: 76%;
    transform: translateY(-76%);
    -webkit-transform: translateY(-76%);
    -moz-transform: translateY(-76%);
    -o-transform: translateY(-76%); }
  100% {
    top: 75%;
    transform: translateY(-75%);
    -webkit-transform: translateY(-75%);
    -moz-transform: translateY(-75%);
    -o-transform: translateY(-75%); } }
@keyframes popup-store {
  0% {
    top: 45%;
    transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -o-transform: translateY(-45%); }
  15% {
    top: 46%;
    transform: translateY(-46%);
    -webkit-transform: translateY(-46%);
    -moz-transform: translateY(-46%);
    -o-transform: translateY(-46%); }
  100% {
    top: 40%;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -o-transform: translateY(-40%); } }
@-webkit-keyframes popup-store {
  0% {
    top: 45%;
    transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -o-transform: translateY(-45%); }
  15% {
    top: 46%;
    transform: translateY(-46%);
    -webkit-transform: translateY(-46%);
    -moz-transform: translateY(-46%);
    -o-transform: translateY(-46%); }
  100% {
    top: 40%;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -o-transform: translateY(-40%); } }
@keyframes popup-dash {
  0% {
    top: 75%;
    transform: translateY(-75%);
    -webkit-transform: translateY(-75%);
    -moz-transform: translateY(-75%);
    -o-transform: translateY(-75%); }
  15% {
    top: 76%;
    transform: translateY(-76%);
    -webkit-transform: translateY(-76%);
    -moz-transform: translateY(-76%);
    -o-transform: translateY(-76%); }
  100% {
    top: 70%;
    transform: translateY(-70%);
    -webkit-transform: translateY(-70%);
    -moz-transform: translateY(-70%);
    -o-transform: translateY(-70%); } }
@-webkit-keyframes popup-dash {
  0% {
    top: 75%;
    transform: translateY(-75%);
    -webkit-transform: translateY(-75%);
    -moz-transform: translateY(-75%);
    -o-transform: translateY(-75%); }
  15% {
    top: 76%;
    transform: translateY(-76%);
    -webkit-transform: translateY(-76%);
    -moz-transform: translateY(-76%);
    -o-transform: translateY(-76%); }
  100% {
    top: 70%;
    transform: translateY(-70%);
    -webkit-transform: translateY(-70%);
    -moz-transform: translateY(-70%);
    -o-transform: translateY(-70%); } }
@keyframes iconSmall {
  0% {
    font-size: 4.75em; }
  15% {
    font-size: 4.95em; }
  100% {
    font-size: 4.25em; } }
@-webkit-keyframes iconSmall {
  0% {
    font-size: 4.75em; }
  15% {
    font-size: 4.95em; }
  100% {
    font-size: 4.25em; } }
@keyframes iconBig {
  0% {
    font-size: 4.25em; }
  85% {
    font-size: 4.95em; }
  100% {
    font-size: 4.75em; } }
@-webkit-keyframes iconBig {
  0% {
    font-size: 4.25em; }
  85% {
    font-size: 4.95em; }
  100% {
    font-size: 4.75em; } }
.contact-row i,
.works-row i {
  font-size: 7em;
  display: block;
  line-height: 0.7em;
  margin: 50px auto 30px;
  color: #404040; }
.contact-row h4,
.works-row h4 {
  font-weight: bold; }
.contact-row p,
.works-row p {
  max-width: 290px;
  margin: 0 auto 40px; }
.contact-row .btn,
.works-row .btn {
  margin-bottom: 50px; }

.faq-box {
  background: #707070;
  padding: 50px 15px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
  display: block;
  cursor: pointer;
  transition: 0.25s ease all; }
  .faq-box:hover, .faq-box:active, .faq-box:focus {
    color: #ffffff;
    background: #1A513F; }
    .faq-box:hover p, .faq-box:active p, .faq-box:focus p {
      animation: popdown 0.25s forwards;
      -webkit-animation: popdown 0.25s forwards; }
    .faq-box:hover ul, .faq-box:active ul, .faq-box:focus ul {
      animation: popout-p 0.25s forwards;
      -webkit-animation: popout-p 0.25s forwards; }
    .faq-box:hover button, .faq-box:active button, .faq-box:focus button {
      background: #f5562f;
      -webkit-animation: popin-button 0.25s forwards;
      animation: popin-button 0.25s forwards; }
  .faq-box p {
    position: relative;
    animation: popup 0.25s forwards;
    -webkit-animation: popup 0.25s forwards; }
  .faq-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #3d3d3d; }
  .faq-box button {
    top: 55%;
    left: 50%;
    width: 125px;
    height: 40px;
    transform: translate3d(-50%, -70%, 0);
    -webkit-transform: translate3d(-50%, -70%, 0);
    -moz-transform: translate3d(-50%, -70%, 0);
    -o-transform: translate3d(-50%, -70%, 0);
    position: absolute;
    opacity: 0; }

.faq .col-xs-12.col-sm-4 {
  padding: 0 5px; }

.faq.row {
  margin: 0 -5px; }

.question {
  cursor: pointer; }
  .question div {
    padding: 20px 0;
    border-bottom: 1px solid #808080; }

.answer {
  background: #eeeeee;
  padding: 20px 0;
  display: none; }
  .answer b {
    color: #404040; }

#faq-form {
  position: relative; }
  #faq-form button {
    border: 0;
    background: transparent;
    box-shadow: none;
    position: absolute;
    top: 12px;
    right: 10px; }
    #faq-form button img {
      width: 20px;
      height: 20px; }

.full-box {
  position: absolute;
  height: 100%;
  width: 100%; }
  .full-box > .container {
    padding: 40px 15px;
    position: relative;
    max-width: 800px;
    border: 1px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
    @media (max-width: 767px) {
      .full-box > .container {
        top: auto;
        transform: none;
        -webkit-transform: none; } }

.travel-hero {
  padding: 50px 0;
  background: url(/program/rewardshubdemo/img/discount-travel-banner.jpg) no-repeat top right;
  background-size: cover; }
  @media (max-width: 767px) {
    .travel-hero {
      background: url(/program/rewardshubdemo/img/discount-travel-banner-mobile.jpg) no-repeat center center;
      background-size: cover; } }
  .travel-hero h1 {
    color: white;
    max-width: 506px;
    margin-bottom: 50px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .travel-hero h1 {
        max-width: 478px; } }
    @media (max-width: 991px) {
      .travel-hero h1 {
        font-size: 3em;
        margin-bottom: 0;
        max-width: 318px; } }

.tickets-hero {
  padding: 50px 0 150px;
  background: url(/program/rewardshubdemo/img/tickets-banner.jpg) no-repeat top center;
  background-size: cover;
  ackground-size: cover; }
  .tickets-hero h1 {
    color: white;
    margin-bottom: 50px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .tickets-hero h1 {
        max-width: 478px; } }
    @media (max-width: 991px) {
      .tickets-hero h1 {
        font-size: 3em;
        margin-bottom: 0; } }

.highlight-box {
  background: #707070;
  padding: 60px 0; }
  .highlight-box h2 {
    color: white;
    margin: 0 auto 30px; }

.travel-details {
  padding: 60px 0 30px; }
  .travel-details .row > div {
    margin-bottom: 30px; }
  .travel-details i {
    color: #404040;
    font-size: 5em; }
  .travel-details p {
    max-width: 280px;
    margin: 0 auto; }

.travel-cta {
  background: #404040;
  padding: 30px 0 60px; }
  .travel-cta h3, .travel-cta h2, .travel-cta p {
    color: white; }
  .travel-cta p {
    font-size: 4em;
    line-height: 1em; }

#body #catalog .top-select .filter-list {
  display: none; }
#body #catalog .top-select select {
  width: auto;
  max-width: 100%;
  margin-top: 15px; }
#body #catalog .no-products {
  background-color: #eeeeee;
  width: 100%;
  margin: 50px 0;
  padding: 15px;
  font-size: 1.125em;
  font-weight: bold; }
#body #catalog .bread-crumb {
  padding: 20px 0; }
#body #catalog h1 {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: bold; }
  #body #catalog h1 span {
    font-weight: normal;
    font-size: 0.4em;
    text-transform: none; }
#body #catalog .filter-container {
  padding: 20px 0;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  height: 120px;
  position: relative;
  margin-top: 40px;
  z-index: 3; }
  @media (max-width: 991px) {
    #body #catalog .filter-container {
      margin-bottom: 20px; } }
  @media (max-width: 991px) {
    #body #catalog .filter-container .form-inline > .form-group {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    #body #catalog .filter-container .form-inline > .form-group:last-child {
      margin-right: 0; } }
  @media (max-width: 767px) {
    #body #catalog .filter-container .form-inline #sortby {
      max-width: 195px; } }
  #body #catalog .filter-container .filter-toggle-btn {
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto !important;
    display: inline-block !important; }
    #body #catalog .filter-container .filter-toggle-btn span.add-icon:before {
      content: '\e807';
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      /* opacity: .8; */
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-left: .2em;
      /* font-size: 120%; */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }
  #body #catalog .filter-container .open.filter-toggle-btn span.add-icon:before {
    content: "\f00d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #body #catalog .filter-container .vr {
    height: 80px;
    width: 1px;
    background-color: #808080;
    margin: 0 40px;
    float: left; }
  #body #catalog .filter-container form {
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
    #body #catalog .filter-container form label {
      font-weight: normal; }
    #body #catalog .filter-container form .form-group {
      margin-right: 15px; }
  #body #catalog .filter-container .view-btns {
    position: relative;
    float: right;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
    #body #catalog .filter-container .view-btns .btn {
      background-color: #eeeeee;
      color: #3d3d3d;
      border: 2px solid #3d3d3d;
      padding: 12px 14px;
      float: none;
      display: inline-block !important;
      width: auto !important; }
      #body #catalog .filter-container .view-btns .btn:hover, #body #catalog .filter-container .view-btns .btn:active, #body #catalog .filter-container .view-btns .btn:focus {
        background-color: #eeeeee; }
    #body #catalog .filter-container .view-btns .btn.current {
      color: #eeeeee;
      border: 2px solid #404040;
      background-color: #404040; }
      #body #catalog .filter-container .view-btns .btn.current:hover, #body #catalog .filter-container .view-btns .btn.current:active, #body #catalog .filter-container .view-btns .btn.current:focus {
        background-color: #1A513F;
        border: 2px solid #1A513F; }
#body #catalog .filter-expanded {
  background-color: white;
  min-width: 600px;
  border-radius: 0;
  padding: 0;
  border-color: #eee;
  top: 77px; }
  @media (min-width: 768px) and (max-width: 991px) {
    #body #catalog .filter-expanded {
      top: 113px; } }
  @media (max-width: 767px) {
    #body #catalog .filter-expanded {
      top: 136px;
      min-width: 290px; } }
  #body #catalog .filter-expanded h4 {
    font-size: 1.125em;
    font-weight: bold;
    margin: 15px 0; }
  #body #catalog .filter-expanded .btn-box {
    float: left; }
  #body #catalog .filter-expanded #category-select {
    display: none; }
  #body #catalog .filter-expanded .category-filter-box {
    border-right: 1px solid #eee; }
  #body #catalog .filter-expanded .filter-list ul {
    margin: 0 0 15px 0;
    padding: 5px;
    list-style: none;
    max-height: 200px;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee; }
    #body #catalog .filter-expanded .filter-list ul li {
      position: relative;
      width: 100%;
      height: 25px;
      display: block; }
      #body #catalog .filter-expanded .filter-list ul li label.option-input {
        white-space: nowrap;
        position: absolute;
        left: 0;
        width: 100%;
        top: 0px;
        padding-left: 20px;
        padding-right: 10px;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px; }
      #body #catalog .filter-expanded .filter-list ul li input {
        position: absolute;
        width: 13px;
        top: 0px; }
  #body #catalog .filter-expanded .filter-list a {
    display: block;
    margin-top: 15px; }
  #body #catalog .filter-expanded .range-box {
    border-top: 1px solid #eee;
    padding-bottom: 15px; }
    #body #catalog .filter-expanded .range-box .value-flex {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #body #catalog .filter-expanded .range-box .value-flex a {
        max-width: 75px; }
      #body #catalog .filter-expanded .range-box .value-flex .range-container {
        max-width: calc(100% - 90px);
        width: 100%; }
  #body #catalog .filter-expanded .clear-box {
    border-top: 1px solid #eee; }
    #body #catalog .filter-expanded .clear-box #clearRangeBtn {
      margin: 15px auto;
      display: block; }
  #body #catalog .filter-expanded .ui-slider-horizontal .ui-slider-handle {
    top: -10px; }
  #body #catalog .filter-expanded .ui-widget.ui-widget-content {
    border-radius: 0;
    border: 0;
    height: 6px;
    background-color: #eee;
    position: relative;
    z-index: 0;
    top: 6px;
    width: calc(100% - 18px);
    margin: 0 28px 0 4px; }
  #body #catalog .filter-expanded #min, #body #catalog .filter-expanded #max {
    width: 50px;
    text-align: center; }
  #body #catalog .filter-expanded .ui-widget-header {
    background-color: #3d3d3d; }
  #body #catalog .filter-expanded .ui-slider-handle.ui-state-active,
  #body #catalog .filter-expanded .ui-widget-header.ui-state-active,
  #body #catalog .filter-expanded .ui-button.ui-state-active {
    background-color: #3d3d3d !important; }
  #body #catalog .filter-expanded .ui-state-default,
  #body #catalog .filter-expanded .ui-widget-content .ui-state-default,
  #body #catalog .filter-expanded .ui-widget-header .ui-state-default,
  #body #catalog .filter-expanded .ui-button,
  #body #catalog .filter-expanded html .ui-button.ui-state-disabled:hover,
  #body #catalog .filter-expanded html .ui-button.ui-state-disabled:active {
    width: 27px;
    height: 27px;
    border-radius: 27px;
    background-color: #3d3d3d;
    border: 5px solid white;
    outline: none !important; }
  #body #catalog .filter-expanded #slider-amount,
  #body #catalog .filter-expanded #slider-amount-search {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    margin-top: 15px;
    display: block; }
  #body #catalog .filter-expanded .point-value-inputs {
    margin-top: 40px; }
    #body #catalog .filter-expanded .point-value-inputs input[type=number] {
      width: 25%;
      float: left; }
    #body #catalog .filter-expanded .point-value-inputs span {
      float: left;
      display: block;
      width: 30px;
      text-align: center;
      line-height: 42px; }
    #body #catalog .filter-expanded .point-value-inputs a {
      margin-left: 15px; }
#body #catalog .page-select {
  padding-top: 20px;
  margin-bottom: 50px; }
  #body #catalog .page-select .top-pagination {
    margin-bottom: 10px; }
    #body #catalog .page-select .top-pagination ul {
      padding: 0; }
    #body #catalog .page-select .top-pagination a, #body #catalog .page-select .top-pagination ul, #body #catalog .page-select .top-pagination li {
      display: inline-block; }
    #body #catalog .page-select .top-pagination a.currentPage {
      font-weight: bold;
      padding-bottom: 2px;
      border-bottom: 2px solid #cccccc; }
    #body #catalog .page-select .top-pagination a {
      color: #2e2e2e;
      text-decoration: none;
      padding: 0 4px; }

.default-catalog-slider {
  margin: 0 -5px; }

.tooltip-inner {
  cursor: pointer; }

#body #best-sellers .merchandiseSection,
#body #trending .merchandiseSection,
#body #catalog .merchandiseSection,
#body .catalog-slider .merchandiseSection {
  margin-top: 30px; }
  #body #best-sellers .merchandiseSection > ul,
  #body #trending .merchandiseSection > ul,
  #body #catalog .merchandiseSection > ul,
  #body .catalog-slider .merchandiseSection > ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #body #best-sellers .merchandiseSection > ul .product.grid,
    #body #trending .merchandiseSection > ul .product.grid,
    #body #catalog .merchandiseSection > ul .product.grid,
    #body .catalog-slider .merchandiseSection > ul .product.grid {
      width: 20%; }
    #body #best-sellers .merchandiseSection > ul .product.list .image-box,
    #body #trending .merchandiseSection > ul .product.list .image-box,
    #body #catalog .merchandiseSection > ul .product.list .image-box,
    #body .catalog-slider .merchandiseSection > ul .product.list .image-box {
      height: 310px; }
    @media (max-width: 767px) {
      #body #best-sellers .merchandiseSection > ul .product.grid,
      #body #trending .merchandiseSection > ul .product.grid,
      #body #catalog .merchandiseSection > ul .product.grid,
      #body .catalog-slider .merchandiseSection > ul .product.grid {
        padding: 0 5px; } }
    #body #best-sellers .merchandiseSection > ul .product,
    #body #trending .merchandiseSection > ul .product,
    #body #catalog .merchandiseSection > ul .product,
    #body .catalog-slider .merchandiseSection > ul .product {
      margin-bottom: 30px;
      overflow: hidden; }
      #body #best-sellers .merchandiseSection > ul .product .tooltip,
      #body #trending .merchandiseSection > ul .product .tooltip,
      #body #catalog .merchandiseSection > ul .product .tooltip,
      #body .catalog-slider .merchandiseSection > ul .product .tooltip {
        white-space: nowrap; }
      #body #best-sellers .merchandiseSection > ul .product .image-box,
      #body #trending .merchandiseSection > ul .product .image-box,
      #body #catalog .merchandiseSection > ul .product .image-box,
      #body .catalog-slider .merchandiseSection > ul .product .image-box {
        background-color: white;
        text-align: center;
        width: 100%;
        overflow: hidden;
        height: 242px;
        border: 1px solid #808080;
        position: relative;
        max-width: 344px;
        max-height: 344px; }
        #body #best-sellers .merchandiseSection > ul .product .image-box img,
        #body #trending .merchandiseSection > ul .product .image-box img,
        #body #catalog .merchandiseSection > ul .product .image-box img,
        #body .catalog-slider .merchandiseSection > ul .product .image-box img {
          height: auto;
          width: auto;
          top: 50%;
          left: 50%;
          max-height: 90%;
          max-width: 90%;
          display: block;
          position: absolute;
          transform: translate3d(-50%, -50%, 0);
          -webkit-transform: translate3d(-50%, -50%, 0);
          -moz-transform: translate3d(-50%, -50%, 0);
          -o-transform: translate3d(-50%, -50%, 0); }
        #body #best-sellers .merchandiseSection > ul .product .image-box .link-hover,
        #body #trending .merchandiseSection > ul .product .image-box .link-hover,
        #body #catalog .merchandiseSection > ul .product .image-box .link-hover,
        #body .catalog-slider .merchandiseSection > ul .product .image-box .link-hover {
          background-color: rgba(238, 238, 238, 0);
          position: relative;
          top: 0;
          width: 100%;
          height: 100%;
          transition: all 0.25s ease; }
          @media (max-width: 767px) {
            #body #best-sellers .merchandiseSection > ul .product .image-box .link-hover,
            #body #trending .merchandiseSection > ul .product .image-box .link-hover,
            #body #catalog .merchandiseSection > ul .product .image-box .link-hover,
            #body .catalog-slider .merchandiseSection > ul .product .image-box .link-hover {
              display: none; } }
          #body #best-sellers .merchandiseSection > ul .product .image-box .link-hover a.desktop-click,
          #body #trending .merchandiseSection > ul .product .image-box .link-hover a.desktop-click,
          #body #catalog .merchandiseSection > ul .product .image-box .link-hover a.desktop-click,
          #body .catalog-slider .merchandiseSection > ul .product .image-box .link-hover a.desktop-click {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background: transparent; }
            #body #best-sellers .merchandiseSection > ul .product .image-box .link-hover a.desktop-click:hover,
            #body #trending .merchandiseSection > ul .product .image-box .link-hover a.desktop-click:hover,
            #body #catalog .merchandiseSection > ul .product .image-box .link-hover a.desktop-click:hover,
            #body .catalog-slider .merchandiseSection > ul .product .image-box .link-hover a.desktop-click:hover {
              cursor: pointer; }
          #body #best-sellers .merchandiseSection > ul .product .image-box .link-hover .link-box,
          #body #trending .merchandiseSection > ul .product .image-box .link-hover .link-box,
          #body #catalog .merchandiseSection > ul .product .image-box .link-hover .link-box,
          #body .catalog-slider .merchandiseSection > ul .product .image-box .link-hover .link-box {
            position: relative;
            top: 100%;
            transform: translateY(100%);
            -webkit-transform: translateY(100%);
            width: 135px;
            height: 45px;
            margin: 0 auto;
            transition: all 0.25s ease; }
            #body #best-sellers .merchandiseSection > ul .product .image-box .link-hover .link-box a,
            #body #trending .merchandiseSection > ul .product .image-box .link-hover .link-box a,
            #body #catalog .merchandiseSection > ul .product .image-box .link-hover .link-box a,
            #body .catalog-slider .merchandiseSection > ul .product .image-box .link-hover .link-box a {
              display: block;
              float: left;
              width: 45px;
              height: 45px;
              border: 1px solid #808080;
              background-color: #eeeeee;
              position: relative; }
              #body #best-sellers .merchandiseSection > ul .product .image-box .link-hover .link-box a:hover, #body #best-sellers .merchandiseSection > ul .product .image-box .link-hover .link-box a:active, #body #best-sellers .merchandiseSection > ul .product .image-box .link-hover .link-box a:focus,
              #body #trending .merchandiseSection > ul .product .image-box .link-hover .link-box a:hover,
              #body #trending .merchandiseSection > ul .product .image-box .link-hover .link-box a:active,
              #body #trending .merchandiseSection > ul .product .image-box .link-hover .link-box a:focus,
              #body #catalog .merchandiseSection > ul .product .image-box .link-hover .link-box a:hover,
              #body #catalog .merchandiseSection > ul .product .image-box .link-hover .link-box a:active,
              #body #catalog .merchandiseSection > ul .product .image-box .link-hover .link-box a:focus,
              #body .catalog-slider .merchandiseSection > ul .product .image-box .link-hover .link-box a:hover,
              #body .catalog-slider .merchandiseSection > ul .product .image-box .link-hover .link-box a:active,
              #body .catalog-slider .merchandiseSection > ul .product .image-box .link-hover .link-box a:focus {
                background-color: #404040 !important; }
                #body #best-sellers .merchandiseSection > ul .product .image-box .link-hover .link-box a:hover > span, #body #best-sellers .merchandiseSection > ul .product .image-box .link-hover .link-box a:active > span, #body #best-sellers .merchandiseSection > ul .product .image-box .link-hover .link-box a:focus > span,
                #body #trending .merchandiseSection > ul .product .image-box .link-hover .link-box a:hover > span,
                #body #trending .merchandiseSection > ul .product .image-box .link-hover .link-box a:active > span,
                #body #trending .merchandiseSection > ul .product .image-box .link-hover .link-box a:focus > span,
                #body #catalog .merchandiseSection > ul .product .image-box .link-hover .link-box a:hover > span,
                #body #catalog .merchandiseSection > ul .product .image-box .link-hover .link-box a:active > span,
                #body #catalog .merchandiseSection > ul .product .image-box .link-hover .link-box a:focus > span,
                #body .catalog-slider .merchandiseSection > ul .product .image-box .link-hover .link-box a:hover > span,
                #body .catalog-slider .merchandiseSection > ul .product .image-box .link-hover .link-box a:active > span,
                #body .catalog-slider .merchandiseSection > ul .product .image-box .link-hover .link-box a:focus > span {
                  color: #eeeeee; }
              #body #best-sellers .merchandiseSection > ul .product .image-box .link-hover .link-box a > span,
              #body #trending .merchandiseSection > ul .product .image-box .link-hover .link-box a > span,
              #body #catalog .merchandiseSection > ul .product .image-box .link-hover .link-box a > span,
              #body .catalog-slider .merchandiseSection > ul .product .image-box .link-hover .link-box a > span {
                color: #2e2e2e;
                line-height: 40px;
                position: relative;
                top: 5px;
                font-size: 1.5em; }
            #body #best-sellers .merchandiseSection > ul .product .image-box .link-hover .link-box a.active,
            #body #trending .merchandiseSection > ul .product .image-box .link-hover .link-box a.active,
            #body #catalog .merchandiseSection > ul .product .image-box .link-hover .link-box a.active,
            #body .catalog-slider .merchandiseSection > ul .product .image-box .link-hover .link-box a.active {
              background-color: #404040 !important; }
              #body #best-sellers .merchandiseSection > ul .product .image-box .link-hover .link-box a.active > span,
              #body #trending .merchandiseSection > ul .product .image-box .link-hover .link-box a.active > span,
              #body #catalog .merchandiseSection > ul .product .image-box .link-hover .link-box a.active > span,
              #body .catalog-slider .merchandiseSection > ul .product .image-box .link-hover .link-box a.active > span {
                color: #eeeeee; }
            #body #best-sellers .merchandiseSection > ul .product .image-box .link-hover .link-box a.inshoppingcart,
            #body #best-sellers .merchandiseSection > ul .product .image-box .link-hover .link-box a.inwishlist,
            #body #trending .merchandiseSection > ul .product .image-box .link-hover .link-box a.inshoppingcart,
            #body #trending .merchandiseSection > ul .product .image-box .link-hover .link-box a.inwishlist,
            #body #catalog .merchandiseSection > ul .product .image-box .link-hover .link-box a.inshoppingcart,
            #body #catalog .merchandiseSection > ul .product .image-box .link-hover .link-box a.inwishlist,
            #body .catalog-slider .merchandiseSection > ul .product .image-box .link-hover .link-box a.inshoppingcart,
            #body .catalog-slider .merchandiseSection > ul .product .image-box .link-hover .link-box a.inwishlist {
              background-color: #404040; }
              #body #best-sellers .merchandiseSection > ul .product .image-box .link-hover .link-box a.inshoppingcart > span,
              #body #best-sellers .merchandiseSection > ul .product .image-box .link-hover .link-box a.inwishlist > span,
              #body #trending .merchandiseSection > ul .product .image-box .link-hover .link-box a.inshoppingcart > span,
              #body #trending .merchandiseSection > ul .product .image-box .link-hover .link-box a.inwishlist > span,
              #body #catalog .merchandiseSection > ul .product .image-box .link-hover .link-box a.inshoppingcart > span,
              #body #catalog .merchandiseSection > ul .product .image-box .link-hover .link-box a.inwishlist > span,
              #body .catalog-slider .merchandiseSection > ul .product .image-box .link-hover .link-box a.inshoppingcart > span,
              #body .catalog-slider .merchandiseSection > ul .product .image-box .link-hover .link-box a.inwishlist > span {
                color: #eeeeee; }
          #body #best-sellers .merchandiseSection > ul .product .image-box .link-hover .tooltip,
          #body #trending .merchandiseSection > ul .product .image-box .link-hover .tooltip,
          #body #catalog .merchandiseSection > ul .product .image-box .link-hover .tooltip,
          #body .catalog-slider .merchandiseSection > ul .product .image-box .link-hover .tooltip {
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            left: 50%; }
      #body #best-sellers .merchandiseSection > ul .product .image-box.open .link-hover,
      #body #trending .merchandiseSection > ul .product .image-box.open .link-hover,
      #body #catalog .merchandiseSection > ul .product .image-box.open .link-hover,
      #body .catalog-slider .merchandiseSection > ul .product .image-box.open .link-hover {
        background-color: rgba(238, 238, 238, 0.75); }
        #body #best-sellers .merchandiseSection > ul .product .image-box.open .link-hover .link-box,
        #body #trending .merchandiseSection > ul .product .image-box.open .link-hover .link-box,
        #body #catalog .merchandiseSection > ul .product .image-box.open .link-hover .link-box,
        #body .catalog-slider .merchandiseSection > ul .product .image-box.open .link-hover .link-box {
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
      #body #best-sellers .merchandiseSection > ul .product p,
      #body #trending .merchandiseSection > ul .product p,
      #body #catalog .merchandiseSection > ul .product p,
      #body .catalog-slider .merchandiseSection > ul .product p {
        margin-top: 20px;
        margin-bottom: 5px;
        height: 58px;
        max-height: 58px;
        overflow: hidden;
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
        #body #best-sellers .merchandiseSection > ul .product p > b,
        #body #trending .merchandiseSection > ul .product p > b,
        #body #catalog .merchandiseSection > ul .product p > b,
        #body .catalog-slider .merchandiseSection > ul .product p > b {
          display: block;
          max-height: 18px;
          overflow: hidden; }
      #body #best-sellers .merchandiseSection > ul .product h2,
      #body #trending .merchandiseSection > ul .product h2,
      #body #catalog .merchandiseSection > ul .product h2,
      #body .catalog-slider .merchandiseSection > ul .product h2 {
        margin-top: 0px;
        font-weight: bold;
        font-size: 20px; }
        #body #best-sellers .merchandiseSection > ul .product h2 span,
        #body #trending .merchandiseSection > ul .product h2 span,
        #body #catalog .merchandiseSection > ul .product h2 span,
        #body .catalog-slider .merchandiseSection > ul .product h2 span {
          font-size: 0.75em;
          text-transform: none; }
        #body #best-sellers .merchandiseSection > ul .product h2 span.starting-text,
        #body #trending .merchandiseSection > ul .product h2 span.starting-text,
        #body #catalog .merchandiseSection > ul .product h2 span.starting-text,
        #body .catalog-slider .merchandiseSection > ul .product h2 span.starting-text {
          display: block;
          font-size: 12px;
          margin-left: 0;
          line-height: 10px;
          height: 10px;
          color: #707070 !important; }
      #body #best-sellers .merchandiseSection > ul .product span,
      #body #trending .merchandiseSection > ul .product span,
      #body #catalog .merchandiseSection > ul .product span,
      #body .catalog-slider .merchandiseSection > ul .product span {
        font-size: 1.5em;
        color: #404040; }
  #body #best-sellers .merchandiseSection ul li.list .text-container,
  #body #trending .merchandiseSection ul li.list .text-container,
  #body #catalog .merchandiseSection ul li.list .text-container,
  #body .catalog-slider .merchandiseSection ul li.list .text-container {
    height: auto;
    position: relative; }
    #body #best-sellers .merchandiseSection ul li.list .text-container .text-box,
    #body #trending .merchandiseSection ul li.list .text-container .text-box,
    #body #catalog .merchandiseSection ul li.list .text-container .text-box,
    #body .catalog-slider .merchandiseSection ul li.list .text-container .text-box {
      position: relative; }
      #body #best-sellers .merchandiseSection ul li.list .text-container .text-box p,
      #body #trending .merchandiseSection ul li.list .text-container .text-box p,
      #body #catalog .merchandiseSection ul li.list .text-container .text-box p,
      #body .catalog-slider .merchandiseSection ul li.list .text-container .text-box p {
        margin-top: 20px;
        margin-bottom: 5px;
        height: auto;
        max-height: 900px;
        -webkit-line-clamp: initial; }
      #body #best-sellers .merchandiseSection ul li.list .text-container .text-box h3,
      #body #trending .merchandiseSection ul li.list .text-container .text-box h3,
      #body #catalog .merchandiseSection ul li.list .text-container .text-box h3,
      #body .catalog-slider .merchandiseSection ul li.list .text-container .text-box h3 {
        margin-top: 0;
        font-size: 1.25em;
        font-weight: bold; }
      #body #best-sellers .merchandiseSection ul li.list .text-container .text-box .desc,
      #body #trending .merchandiseSection ul li.list .text-container .text-box .desc,
      #body #catalog .merchandiseSection ul li.list .text-container .text-box .desc,
      #body .catalog-slider .merchandiseSection ul li.list .text-container .text-box .desc {
        margin-bottom: 20px; }
  #body #best-sellers .merchandiseSection ul li.list .hr,
  #body #trending .merchandiseSection ul li.list .hr,
  #body #catalog .merchandiseSection ul li.list .hr,
  #body .catalog-slider .merchandiseSection ul li.list .hr {
    background-color: #eeeeee;
    margin: 20px auto 10px; }
@media (max-width: 767px) {
  #body #best-sellers .merchandiseSection.grid,
  #body #trending .merchandiseSection.grid,
  #body #catalog .merchandiseSection.grid,
  #body .catalog-slider .merchandiseSection.grid {
    margin: 0 -5px; } }
#body #best-sellers .merchandiseSection.grid ul li.list,
#body #trending .merchandiseSection.grid ul li.list,
#body #catalog .merchandiseSection.grid ul li.list,
#body .catalog-slider .merchandiseSection.grid ul li.list {
  display: none; }
#body #best-sellers .merchandiseSection.list ul li.grid,
#body #trending .merchandiseSection.list ul li.grid,
#body #catalog .merchandiseSection.list ul li.grid,
#body .catalog-slider .merchandiseSection.list ul li.grid {
  display: none; }
@media (max-width: 767px) {
  #body #best-sellers .product.grid,
  #body #trending .product.grid,
  #body #catalog .product.grid,
  #body .catalog-slider .product.grid {
    padding: 0 5px; } }
#body #best-sellers .product,
#body #trending .product,
#body #catalog .product,
#body .catalog-slider .product {
  margin-bottom: 30px;
  overflow: hidden; }
  #body #best-sellers .product .tooltip,
  #body #trending .product .tooltip,
  #body #catalog .product .tooltip,
  #body .catalog-slider .product .tooltip {
    white-space: nowrap; }
  #body #best-sellers .product .image-box,
  #body #trending .product .image-box,
  #body #catalog .product .image-box,
  #body .catalog-slider .product .image-box {
    background-color: white;
    text-align: center;
    width: 100%;
    overflow: hidden;
    height: 242px;
    border: 1px solid #808080;
    position: relative;
    max-width: 344px;
    max-height: 344px; }
    #body #best-sellers .product .image-box img,
    #body #trending .product .image-box img,
    #body #catalog .product .image-box img,
    #body .catalog-slider .product .image-box img {
      height: auto;
      width: auto;
      top: 50%;
      left: 50%;
      max-height: 90%;
      max-width: 90%;
      display: block;
      position: absolute;
      transform: translate3d(-50%, -50%, 0);
      -webkit-transform: translate3d(-50%, -50%, 0);
      -moz-transform: translate3d(-50%, -50%, 0);
      -o-transform: translate3d(-50%, -50%, 0); }
    #body #best-sellers .product .image-box .link-hover,
    #body #trending .product .image-box .link-hover,
    #body #catalog .product .image-box .link-hover,
    #body .catalog-slider .product .image-box .link-hover {
      background-color: rgba(238, 238, 238, 0);
      position: relative;
      top: 0;
      width: 100%;
      height: 100%;
      transition: all 0.25s ease; }
      @media (max-width: 767px) {
        #body #best-sellers .product .image-box .link-hover,
        #body #trending .product .image-box .link-hover,
        #body #catalog .product .image-box .link-hover,
        #body .catalog-slider .product .image-box .link-hover {
          display: none; } }
      #body #best-sellers .product .image-box .link-hover a.desktop-click,
      #body #trending .product .image-box .link-hover a.desktop-click,
      #body #catalog .product .image-box .link-hover a.desktop-click,
      #body .catalog-slider .product .image-box .link-hover a.desktop-click {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: transparent; }
        #body #best-sellers .product .image-box .link-hover a.desktop-click:hover,
        #body #trending .product .image-box .link-hover a.desktop-click:hover,
        #body #catalog .product .image-box .link-hover a.desktop-click:hover,
        #body .catalog-slider .product .image-box .link-hover a.desktop-click:hover {
          cursor: pointer; }
      #body #best-sellers .product .image-box .link-hover .link-box,
      #body #trending .product .image-box .link-hover .link-box,
      #body #catalog .product .image-box .link-hover .link-box,
      #body .catalog-slider .product .image-box .link-hover .link-box {
        position: relative;
        top: 100%;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        width: 135px;
        height: 45px;
        margin: 0 auto;
        transition: all 0.25s ease; }
        #body #best-sellers .product .image-box .link-hover .link-box a,
        #body #trending .product .image-box .link-hover .link-box a,
        #body #catalog .product .image-box .link-hover .link-box a,
        #body .catalog-slider .product .image-box .link-hover .link-box a {
          display: block;
          float: left;
          width: 45px;
          height: 45px;
          border: 1px solid #808080;
          background-color: #eeeeee; }
          #body #best-sellers .product .image-box .link-hover .link-box a:hover, #body #best-sellers .product .image-box .link-hover .link-box a:active, #body #best-sellers .product .image-box .link-hover .link-box a:focus,
          #body #trending .product .image-box .link-hover .link-box a:hover,
          #body #trending .product .image-box .link-hover .link-box a:active,
          #body #trending .product .image-box .link-hover .link-box a:focus,
          #body #catalog .product .image-box .link-hover .link-box a:hover,
          #body #catalog .product .image-box .link-hover .link-box a:active,
          #body #catalog .product .image-box .link-hover .link-box a:focus,
          #body .catalog-slider .product .image-box .link-hover .link-box a:hover,
          #body .catalog-slider .product .image-box .link-hover .link-box a:active,
          #body .catalog-slider .product .image-box .link-hover .link-box a:focus {
            background-color: #404040 !important; }
            #body #best-sellers .product .image-box .link-hover .link-box a:hover > span, #body #best-sellers .product .image-box .link-hover .link-box a:active > span, #body #best-sellers .product .image-box .link-hover .link-box a:focus > span,
            #body #trending .product .image-box .link-hover .link-box a:hover > span,
            #body #trending .product .image-box .link-hover .link-box a:active > span,
            #body #trending .product .image-box .link-hover .link-box a:focus > span,
            #body #catalog .product .image-box .link-hover .link-box a:hover > span,
            #body #catalog .product .image-box .link-hover .link-box a:active > span,
            #body #catalog .product .image-box .link-hover .link-box a:focus > span,
            #body .catalog-slider .product .image-box .link-hover .link-box a:hover > span,
            #body .catalog-slider .product .image-box .link-hover .link-box a:active > span,
            #body .catalog-slider .product .image-box .link-hover .link-box a:focus > span {
              color: #eeeeee; }
          #body #best-sellers .product .image-box .link-hover .link-box a > span,
          #body #trending .product .image-box .link-hover .link-box a > span,
          #body #catalog .product .image-box .link-hover .link-box a > span,
          #body .catalog-slider .product .image-box .link-hover .link-box a > span {
            color: #2e2e2e;
            line-height: 40px;
            position: relative;
            top: 5px;
            font-size: 1.5em; }
        #body #best-sellers .product .image-box .link-hover .link-box a.active,
        #body #trending .product .image-box .link-hover .link-box a.active,
        #body #catalog .product .image-box .link-hover .link-box a.active,
        #body .catalog-slider .product .image-box .link-hover .link-box a.active {
          background-color: #404040 !important; }
          #body #best-sellers .product .image-box .link-hover .link-box a.active > span,
          #body #trending .product .image-box .link-hover .link-box a.active > span,
          #body #catalog .product .image-box .link-hover .link-box a.active > span,
          #body .catalog-slider .product .image-box .link-hover .link-box a.active > span {
            color: #eeeeee; }
        #body #best-sellers .product .image-box .link-hover .link-box a.inshoppingcart,
        #body #best-sellers .product .image-box .link-hover .link-box a.inwishlist,
        #body #trending .product .image-box .link-hover .link-box a.inshoppingcart,
        #body #trending .product .image-box .link-hover .link-box a.inwishlist,
        #body #catalog .product .image-box .link-hover .link-box a.inshoppingcart,
        #body #catalog .product .image-box .link-hover .link-box a.inwishlist,
        #body .catalog-slider .product .image-box .link-hover .link-box a.inshoppingcart,
        #body .catalog-slider .product .image-box .link-hover .link-box a.inwishlist {
          background-color: #404040; }
          #body #best-sellers .product .image-box .link-hover .link-box a.inshoppingcart > span,
          #body #best-sellers .product .image-box .link-hover .link-box a.inwishlist > span,
          #body #trending .product .image-box .link-hover .link-box a.inshoppingcart > span,
          #body #trending .product .image-box .link-hover .link-box a.inwishlist > span,
          #body #catalog .product .image-box .link-hover .link-box a.inshoppingcart > span,
          #body #catalog .product .image-box .link-hover .link-box a.inwishlist > span,
          #body .catalog-slider .product .image-box .link-hover .link-box a.inshoppingcart > span,
          #body .catalog-slider .product .image-box .link-hover .link-box a.inwishlist > span {
            color: #eeeeee; }
  #body #best-sellers .product .image-box.open .link-hover,
  #body #trending .product .image-box.open .link-hover,
  #body #catalog .product .image-box.open .link-hover,
  #body .catalog-slider .product .image-box.open .link-hover {
    background-color: rgba(238, 238, 238, 0.75); }
    #body #best-sellers .product .image-box.open .link-hover .link-box,
    #body #trending .product .image-box.open .link-hover .link-box,
    #body #catalog .product .image-box.open .link-hover .link-box,
    #body .catalog-slider .product .image-box.open .link-hover .link-box {
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  #body #best-sellers .product p,
  #body #trending .product p,
  #body #catalog .product p,
  #body .catalog-slider .product p {
    margin-top: 20px;
    margin-bottom: 5px;
    height: 58px;
    max-height: 58px;
    overflow: hidden;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
    #body #best-sellers .product p > b,
    #body #trending .product p > b,
    #body #catalog .product p > b,
    #body .catalog-slider .product p > b {
      display: block;
      max-height: 18px;
      overflow: hidden; }
  #body #best-sellers .product h2,
  #body #trending .product h2,
  #body #catalog .product h2,
  #body .catalog-slider .product h2 {
    margin-top: 0px;
    font-weight: bold;
    font-size: 20px; }
    #body #best-sellers .product h2 span,
    #body #trending .product h2 span,
    #body #catalog .product h2 span,
    #body .catalog-slider .product h2 span {
      font-size: 0.75em;
      text-transform: none; }
    #body #best-sellers .product h2 span.starting-text,
    #body #trending .product h2 span.starting-text,
    #body #catalog .product h2 span.starting-text,
    #body .catalog-slider .product h2 span.starting-text {
      display: block;
      font-size: 12px;
      margin-left: 0;
      line-height: 10px;
      height: 10px;
      color: #707070 !important; }
  #body #best-sellers .product span,
  #body #trending .product span,
  #body #catalog .product span,
  #body .catalog-slider .product span {
    font-size: 1.5em;
    color: #404040; }

.category-slider .catalog-header.unique {
  position: relative;
  width: 1600px; }
  .category-slider .catalog-header.unique .background-filter {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-size: cover; }
  .category-slider .catalog-header.unique > div.vertical-align {
    width: 100%;
    position: relative;
    height: 100%;
    display: block; }
    .category-slider .catalog-header.unique > div.vertical-align img {
      width: auto;
      max-width: 100%;
      height: auto;
      max-height: 100%;
      position: relative;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      -moz-transform: translate3d(-50%, -50%, 0);
      -o-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
      box-shadow: 0 0 97px 19px rgba(0, 0, 0, 0.5); }
    .category-slider .catalog-header.unique > div.vertical-align img.desktop {
      display: block; }
      @media (max-width: 991px) {
        .category-slider .catalog-header.unique > div.vertical-align img.desktop {
          display: none; } }
    .category-slider .catalog-header.unique > div.vertical-align img.mobile {
      display: none; }
      @media (max-width: 991px) {
        .category-slider .catalog-header.unique > div.vertical-align img.mobile {
          display: block; } }
  .category-slider .catalog-header.unique .text-area h1 {
    max-width: 100% !important; }
.category-slider .catalog-header {
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden; }
  .category-slider .catalog-header > .container {
    position: relative;
    height: 240px;
    z-index: 3; }
  .category-slider .catalog-header > .new-brands h1 {
    font-size: 33px;
    max-width: 450px;
    line-height: 37px; }
    @media (max-width: 767px) {
      .category-slider .catalog-header > .new-brands h1 {
        font-size: 22px;
        line-height: 26px;
        max-width: 300px; } }
  .category-slider .catalog-header > .new-brands p {
    display: none; }
  .category-slider .catalog-header .extra-black {
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2; }
  .category-slider .catalog-header > img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 1; }
  .category-slider .catalog-header .vertical-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10; }
  .category-slider .catalog-header h1 {
    color: white;
    line-height: 55px;
    margin: 0;
    position: initial;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none; }
    @media (max-width: 767px) {
      .category-slider .catalog-header h1 {
        font-size: 2em;
        line-height: 40px; } }
  .category-slider .catalog-header p {
    color: white;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .category-slider .catalog-header p {
        font-size: 14px;
        margin-top: 0; } }
  .category-slider .catalog-header a.btn {
    margin-top: 20px; }
  @media (max-width: 767px) {
    .category-slider .catalog-header a.hidden-sm {
      position: absolute;
      left: 15px;
      bottom: 15px;
      background: 0;
      padding: 0;
      box-shadow: none;
      margin-top: 0;
      z-index: 999;
      font-size: 18px;
      padding-bottom: 4px;
      border-bottom: 2px solid white;
      font-weight: bold;
      text-transform: uppercase;
      color: white;
      text-decoration: none !important; } }
.category-slider .catalog-header[data="MERCHANDISE"] h1 {
  max-width: 460px; }
  @media (max-width: 767px) {
    .category-slider .catalog-header[data="MERCHANDISE"] h1 {
      max-width: 275px; } }
.category-slider > button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 3;
  border: 1px solid #fff;
  color: #fff;
  height: 40px;
  width: 40px;
  font-size: 1em;
  text-align: center;
  background: transparent;
  border-radius: 50px;
  transition: 0.25s ease all; }
  .category-slider > button:hover, .category-slider > button:active, .category-slider > button:focus {
    outline: none;
    background: #fff;
    color: #2e2e2e; }
.category-slider .slick-next {
  right: 10px;
  padding: 0 0 0 2px; }
  .category-slider .slick-next:before {
    display: none !important; }
.category-slider .slick-prev {
  left: 10px;
  padding: 0 2px 0 0; }
  .category-slider .slick-prev:before {
    display: none !important; }
.category-slider #weorg .background-filter {
  background: url(/program/rewardshubdemo/img/catalog-header/we-org-category.jpg) no-repeat center center;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  background-size: cover; }
  @media (max-width: 991px) {
    .category-slider #weorg .background-filter {
      background: url(/program/rewardshubdemo/img/catalog-header/we-org-category-mobile.jpg) no-repeat center center; } }
.category-slider #fandango .background-filter {
  background: url(/program/rewardshubdemo/img/catalog-header/fandango.png) no-repeat center center;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  background-size: cover; }
  @media (max-width: 991px) {
    .category-slider #fandango .background-filter {
      background: url(/program/rewardshubdemo/img/catalog-header/fandango-mobile.png) no-repeat center center; } }
.category-slider #delta .background-filter {
  background: url(/program/rewardshubdemo/img/catalog-header/delta.jpg) no-repeat center center;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  background-size: cover;
  transform: scale(1.06);
  opacity: 0.9; }
.category-slider #bww .text-area {
  position: absolute;
  top: 50%;
  left: 3.1%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999; }
  @media (max-width: 991px) {
    .category-slider #bww .text-area {
      max-width: 420px;
      width: 90%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0); } }
  .category-slider #bww .text-area h1 {
    font-family: 'Roboto Condensed', sans-serif;
    color: black;
    font-size: 2.075vw;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase; }
    @media (min-width: 1400px) {
      .category-slider #bww .text-area h1 {
        font-size: 34px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .category-slider #bww .text-area h1 {
        font-size: 14px;
        margin-bottom: 11px; } }
    @media (max-width: 767px) {
      .category-slider #bww .text-area h1 {
        font-size: 14px;
        margin-bottom: 0; } }
  .category-slider #bww .text-area button {
    font-family: 'Roboto Condensed', sans-serif;
    background: #ffc600;
    border: 0;
    color: black;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.15em;
    font-size: 1.15vw;
    margin-top: 3.25%;
    padding: 1.25em 2.7em; }
    @media (min-width: 768px) and (max-width: 991px) {
      .category-slider #bww .text-area button {
        font-size: 12px;
        margin-top: 15px; } }
    @media (max-width: 767px) {
      .category-slider #bww .text-area button {
        font-size: 10px;
        margin-top: 15px; } }
    @media (min-width: 1400px) {
      .category-slider #bww .text-area button {
        font-size: 18.5px; } }
.category-slider #bww .background-filter {
  background: url(/program/rewardshubdemo/img/catalog-header/bww.jpg) no-repeat center center;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  background-size: cover; }
  @media (max-width: 991px) {
    .category-slider #bww .background-filter {
      background: url(/program/rewardshubdemo/img/catalog-header/bww-mobile.jpg) no-repeat center center; } }

@media only screen and (max-width: 1399px) {
  #body #best-sellers .merchandiseSection ul .product.grid,
  #body #trending .merchandiseSection ul .product.grid,
  #body #catalog .merchandiseSection ul .product.grid {
    width: 20%; }
    #body #best-sellers .merchandiseSection ul .product.grid .image-box,
    #body #trending .merchandiseSection ul .product.grid .image-box,
    #body #catalog .merchandiseSection ul .product.grid .image-box {
      height: 204px; } }
@media only screen and (max-width: 1199px) {
  #body #best-sellers .merchandiseSection ul .product.grid,
  #body #trending .merchandiseSection ul .product.grid,
  #body #catalog .merchandiseSection ul .product.grid {
    width: 33.3333%; }
    #body #best-sellers .merchandiseSection ul .product.grid .image-box,
    #body #trending .merchandiseSection ul .product.grid .image-box,
    #body #catalog .merchandiseSection ul .product.grid .image-box {
      height: 293px; }
  #body #best-sellers .filter-expanded .point-value-inputs .btn-box,
  #body #trending .filter-expanded .point-value-inputs .btn-box,
  #body #catalog .filter-expanded .point-value-inputs .btn-box {
    width: 100%;
    margin-top: 15px; }
    #body #best-sellers .filter-expanded .point-value-inputs .btn-box #submit-min-max,
    #body #trending .filter-expanded .point-value-inputs .btn-box #submit-min-max,
    #body #catalog .filter-expanded .point-value-inputs .btn-box #submit-min-max {
      margin-left: 0; } }
@media only screen and (max-width: 991px) {
  #body #best-sellers .merchandiseSection ul .product.grid,
  #body #trending .merchandiseSection ul .product.grid,
  #body #catalog .merchandiseSection ul .product.grid {
    width: 33.3333%; }
    #body #best-sellers .merchandiseSection ul .product.grid .image-box,
    #body #trending .merchandiseSection ul .product.grid .image-box,
    #body #catalog .merchandiseSection ul .product.grid .image-box {
      height: 220px; }
  #body #best-sellers .filter-container,
  #body #trending .filter-container,
  #body #catalog .filter-container {
    padding: 20px 0;
    height: auto;
    position: relative;
    margin-top: 40px; }
    #body #best-sellers .filter-container .filter-toggle-btn,
    #body #trending .filter-container .filter-toggle-btn,
    #body #catalog .filter-container .filter-toggle-btn {
      float: left;
      top: 0%;
      transform: translateY(0);
      -webkit-transform: translateY(0); }
    #body #best-sellers .filter-container .vr,
    #body #trending .filter-container .vr,
    #body #catalog .filter-container .vr {
      display: none; }
    #body #best-sellers .filter-container form,
    #body #trending .filter-container form,
    #body #catalog .filter-container form {
      width: 100%;
      top: 0%;
      transform: translateY(0);
      -webkit-transform: translateY(0);
      margin-top: 15px; }
      #body #best-sellers .filter-container form label,
      #body #trending .filter-container form label,
      #body #catalog .filter-container form label {
        font-weight: normal; }
      #body #best-sellers .filter-container form .form-group,
      #body #trending .filter-container form .form-group,
      #body #catalog .filter-container form .form-group {
        margin-right: 15px; }
    #body #best-sellers .filter-container .view-btns,
    #body #trending .filter-container .view-btns,
    #body #catalog .filter-container .view-btns {
      position: relative;
      float: right;
      top: 0%;
      transform: translateY(0);
      -webkit-transform: translateY(0); }
      #body #best-sellers .filter-container .view-btns .btn,
      #body #trending .filter-container .view-btns .btn,
      #body #catalog .filter-container .view-btns .btn {
        padding: 10px 12px; } }
@media only screen and (max-width: 767px) {
  #body #best-sellers .filter-container form .form-group,
  #body #trending .filter-container form .form-group,
  #body #catalog .filter-container form .form-group {
    float: left; }
  #body #best-sellers .merchandiseSection ul .product.grid,
  #body #trending .merchandiseSection ul .product.grid,
  #body #catalog .merchandiseSection ul .product.grid {
    width: 33%; }
    #body #best-sellers .merchandiseSection ul .product.grid .image-box,
    #body #trending .merchandiseSection ul .product.grid .image-box,
    #body #catalog .merchandiseSection ul .product.grid .image-box {
      height: 220px; }
  #body #best-sellers .merchandiseSection ul li.list .text-container,
  #body #trending .merchandiseSection ul li.list .text-container,
  #body #catalog .merchandiseSection ul li.list .text-container {
    height: auto;
    padding-top: 20px; }
    #body #best-sellers .merchandiseSection ul li.list .text-container .text-box,
    #body #trending .merchandiseSection ul li.list .text-container .text-box,
    #body #catalog .merchandiseSection ul li.list .text-container .text-box {
      top: 0;
      transform: translateY(0);
      -webkit-transform: translateY(0); } }
@media only screen and (max-width: 500px) {
  #body #best-sellers .merchandiseSection ul .product.grid,
  #body #trending .merchandiseSection ul .product.grid,
  #body #catalog .merchandiseSection ul .product.grid {
    width: 50%;
    padding: 0 5px; }
    #body #best-sellers .merchandiseSection ul .product.grid .image-box,
    #body #trending .merchandiseSection ul .product.grid .image-box,
    #body #catalog .merchandiseSection ul .product.grid .image-box {
      height: 220px;
      margin: 0 auto; }
  #body #best-sellers .filter-expanded .point-value-inputs input[type=number],
  #body #trending .filter-expanded .point-value-inputs input[type=number],
  #body #catalog .filter-expanded .point-value-inputs input[type=number] {
    width: 44%;
    float: left; }
  #body #best-sellers .filter-expanded .point-value-inputs .btn-box,
  #body #trending .filter-expanded .point-value-inputs .btn-box,
  #body #catalog .filter-expanded .point-value-inputs .btn-box {
    float: left;
    width: 100%;
    margin-top: 10px; }
    #body #best-sellers .filter-expanded .point-value-inputs .btn-box .btn,
    #body #trending .filter-expanded .point-value-inputs .btn-box .btn,
    #body #catalog .filter-expanded .point-value-inputs .btn-box .btn {
      margin-left: 0;
      margin-right: 10px; }
  #body #best-sellers h1 span,
  #body #trending h1 span,
  #body #catalog h1 span {
    display: block; } }
.catalog-header {
  width: 100%;
  height: 200px; }
  .catalog-header .text-area {
    position: absolute;
    top: 50%;
    left: 3.8%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999; }
    @media (max-width: 991px) {
      .catalog-header .text-area {
        max-width: 420px;
        width: 90%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0); } }
    .catalog-header .text-area h1 {
      font-family: 'Muli', sans-serif;
      color: #abffef;
      font-size: 3.4vw;
      line-height: 1em;
      font-weight: bold;
      text-transform: none; }
      .catalog-header .text-area h1 span {
        color: #e3dc94; }
      @media (min-width: 1400px) {
        .catalog-header .text-area h1 {
          font-size: 55px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .catalog-header .text-area h1 {
          font-size: 26px;
          margin-bottom: 11px; } }
      @media (max-width: 767px) {
        .catalog-header .text-area h1 {
          font-size: 18px;
          margin-bottom: 0; } }
    .catalog-header .text-area button {
      font-family: 'Muli', sans-serif;
      background: #e3dc94;
      border: 0;
      color: #1e4391;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 0.15em;
      font-size: 1.15vw;
      margin-top: 3.5%;
      padding: 0.4em 1.2em; }
      @media (min-width: 768px) and (max-width: 991px) {
        .catalog-header .text-area button {
          font-size: 12px;
          margin-top: 15px;
          padding: 3px 13px; } }
      @media (max-width: 767px) {
        .catalog-header .text-area button {
          font-size: 10px;
          margin-top: 15px;
          padding: 2px 11px; } }
      @media (min-width: 1400px) {
        .catalog-header .text-area button {
          font-size: 18.5px; } }
  .catalog-header > .container {
    position: relative;
    height: 200px; }
  .catalog-header h1 {
    color: white;
    line-height: 55px;
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .catalog-header h1 {
        font-size: 3em;
        line-height: 40px; } }
  .catalog-header .logo-circle {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 10; }
  .catalog-header .logo-circle.white {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    /* IE6-9 */
    opacity: 0.6; }
  .catalog-header .logo-circle.black {
    background: -moz-linear-gradient(left, transparent 0%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, transparent 0%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, transparent 0%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
    /* IE6-9 */
    opacity: 0.3; }
  .catalog-header img.logo {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 999;
    right: 15px;
    bottom: 15px;
    max-width: 100px; }
  .catalog-header .text-area {
    position: absolute;
    top: 50%;
    left: 3.8%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999; }
    @media (max-width: 991px) {
      .catalog-header .text-area {
        max-width: 420px;
        width: 90%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0); } }
    .catalog-header .text-area h1 {
      font-family: 'Muli', sans-serif;
      color: #abffef;
      font-size: 3.4vw;
      line-height: 1em;
      font-weight: bold;
      text-transform: none; }
      .catalog-header .text-area h1 span {
        color: #e3dc94; }
      @media (min-width: 1400px) {
        .catalog-header .text-area h1 {
          font-size: 55px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .catalog-header .text-area h1 {
          font-size: 26px;
          margin-bottom: 11px; } }
      @media (max-width: 767px) {
        .catalog-header .text-area h1 {
          font-size: 18px;
          margin-bottom: 0; } }
    .catalog-header .text-area button {
      font-family: 'Muli', sans-serif;
      background: #e3dc94;
      border: 0;
      color: #1e4391;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 0.15em;
      font-size: 1.15vw;
      margin-top: 3.5%;
      padding: 0.4em 1.2em; }
      @media (min-width: 768px) and (max-width: 991px) {
        .catalog-header .text-area button {
          font-size: 12px;
          margin-top: 15px;
          padding: 3px 13px; } }
      @media (max-width: 767px) {
        .catalog-header .text-area button {
          font-size: 10px;
          margin-top: 15px;
          padding: 2px 11px; } }
      @media (min-width: 1400px) {
        .catalog-header .text-area button {
          font-size: 18.5px; } }

.catalog-header[data="MERCHANDISE"] {
  background: url(/program/rewardshubdemo/img/carousel-post-merch.jpg) no-repeat center center;
  background-size: cover; }
  .catalog-header[data="MERCHANDISE"] h1 {
    max-width: 460px; }
    @media (max-width: 767px) {
      .catalog-header[data="MERCHANDISE"] h1 {
        max-width: 275px; } }
  @media (max-width: 767px) {
    .catalog-header[data="MERCHANDISE"] {
      background: url(/program/rewardshubdemo/img/carousel-post-merch-mobile.jpg) no-repeat center center;
      background-size: cover; } }
  .catalog-header[data="MERCHANDISE"] img {
    top: 0 !important;
    -webkit-transform: translate3d(-50%, 0, 0) !important;
    -moz-transform: translate3d(-50%, 0, 0) !important;
    -o-transform: translate3d(-50%, 0, 0) !important;
    transform: translate3d(-50%, 0, 0) !important; }

.catalog-header[data="DIGITAL"] {
  background: url(/program/rewardshubdemo/img/carousel-post-gift-card.jpg) no-repeat center center;
  background-size: cover; }
  .catalog-header[data="DIGITAL"] h1 {
    max-width: 460px; }
    @media (max-width: 767px) {
      .catalog-header[data="DIGITAL"] h1 {
        max-width: 275px; } }
  @media (max-width: 767px) {
    .catalog-header[data="DIGITAL"] {
      background: url(/program/rewardshubdemo/img/carousel-post-gift-card-mobile.jpg) no-repeat center center;
      background-size: cover; } }
  .catalog-header[data="DIGITAL"] img {
    top: 0 !important;
    -webkit-transform: translate3d(-50%, 0, 0) !important;
    -moz-transform: translate3d(-50%, 0, 0) !important;
    -o-transform: translate3d(-50%, 0, 0) !important;
    transform: translate3d(-50%, 0, 0) !important; }

.catalog-header[data="DIGITALDEBIT"] {
  background: url(/program/rewardshubdemo/img/carousel-post-debit-card.jpg) no-repeat center center;
  background-size: cover; }
  .catalog-header[data="DIGITALDEBIT"] h1 {
    max-width: 460px; }
    @media (max-width: 767px) {
      .catalog-header[data="DIGITALDEBIT"] h1 {
        max-width: 275px; } }
  @media (max-width: 767px) {
    .catalog-header[data="DIGITALDEBIT"] {
      background: url(/program/rewardshubdemo/img/carousel-post-debit-card-mobile.jpg) no-repeat center center;
      background-size: cover; } }
  .catalog-header[data="DIGITALDEBIT"] img {
    top: 0 !important;
    -webkit-transform: translate3d(-50%, 0, 0) !important;
    -moz-transform: translate3d(-50%, 0, 0) !important;
    -o-transform: translate3d(-50%, 0, 0) !important;
    transform: translate3d(-50%, 0, 0) !important; }

.catalog-header.charity {
  background: url("https://cdn.augeobiz.com/static/storefront/charity/main-charity-banner.jpg") no-repeat center center;
  background-size: cover; }
  @media (max-width: 767px) {
    .catalog-header.charity {
      background: url("https://cdn.augeobiz.com/static/storefront/charity/main-charity-banner-mobile.jpg") no-repeat center center;
      background-size: cover; } }

.catalog-header[data="EXPERIENCES"] {
  background: url(/program/rewardshubdemo/img/carousel-post-experience.jpg) no-repeat center center;
  background-size: cover; }
  .catalog-header[data="EXPERIENCES"] h1 {
    max-width: 460px; }
    @media (max-width: 767px) {
      .catalog-header[data="EXPERIENCES"] h1 {
        max-width: 275px; } }
  @media (max-width: 767px) {
    .catalog-header[data="EXPERIENCES"] {
      background: url(/program/rewardshubdemo/imgcarousel-post-experience-mobile.jpg) no-repeat center center;
      background-size: cover; } }

.catalog-header[data="ADVENTURES OF A LIFETIME"] {
  background: url(/program/rewardshubdemo/img/carousel-post-1.jpg) no-repeat center center;
  background-size: cover; }
  .catalog-header[data="ADVENTURES OF A LIFETIME"] h1 {
    max-width: 460px; }
    @media (max-width: 767px) {
      .catalog-header[data="ADVENTURES OF A LIFETIME"] h1 {
        max-width: 380px; } }
  @media (max-width: 767px) {
    .catalog-header[data="ADVENTURES OF A LIFETIME"] {
      background: url(/program/rewardshubdemo/img/carousel-post-1.jpg) no-repeat center center;
      background-size: cover; } }

.catalog-header[data="CAPTURE AND CREATE MEMORIES"] {
  background: url(/program/rewardshubdemo/img/catalog-header/memories-category-hero.jpg) no-repeat center center;
  background-size: cover; }
  .catalog-header[data="CAPTURE AND CREATE MEMORIES"] h1 {
    max-width: 460px; }
    @media (max-width: 767px) {
      .catalog-header[data="CAPTURE AND CREATE MEMORIES"] h1 {
        max-width: 390px; } }
  @media (max-width: 767px) {
    .catalog-header[data="CAPTURE AND CREATE MEMORIES"] {
      background: url(/program/rewardshubdemo/img/catalog-header/mobile-memories-category-hero.jpg) no-repeat center center;
      background-size: cover; } }

.catalog-header[data="TREAT YOURSELF"] {
  background: url(/program/rewardshubdemo/img/catalog-header/treat-category-hero.jpg) no-repeat center center;
  background-size: cover; }
  .catalog-header[data="TREAT YOURSELF"] h1 {
    max-width: 460px; }
    @media (max-width: 767px) {
      .catalog-header[data="TREAT YOURSELF"] h1 {
        max-width: 343px; } }
  @media (max-width: 767px) {
    .catalog-header[data="TREAT YOURSELF"] {
      background: url(/program/rewardshubdemo/img/catalog-header/mobile-treat-category-hero.jpg) no-repeat center center;
      background-size: cover; } }

.catalog-header[data="ACCOUNT CREDITS"] {
  background: url(/program/rewardshubdemo/img/catalog-header/carousel-uh.jpg) no-repeat center center;
  background-size: cover; }
  .catalog-header[data="ACCOUNT CREDITS"] img {
    display: none; }
  .catalog-header[data="ACCOUNT CREDITS"] h1 {
    max-width: 460px; }
    @media (max-width: 767px) {
      .catalog-header[data="ACCOUNT CREDITS"] h1 {
        max-width: 343px; } }

.catalog-header[data="ACCESSORIZE YOUR LIFE"] {
  background: url(/program/rewardshubdemo/img/carousel-post-4.jpg) no-repeat center center;
  background-size: cover; }
  .catalog-header[data="ACCESSORIZE YOUR LIFE"] h1 {
    max-width: 525px; }
    @media (max-width: 767px) {
      .catalog-header[data="ACCESSORIZE YOUR LIFE"] h1 {
        max-width: 343px; } }
  @media (max-width: 767px) {
    .catalog-header[data="ACCESSORIZE YOUR LIFE"] {
      background: url(/program/rewardshubdemo/img/carousel-post-4.jpg) no-repeat center center;
      background-size: cover; } }

.catalog-header[data="ON SALE"] {
  background: url(/program/rewardshubdemo/img/catalog-header/sale-category-hero.jpg) no-repeat center center;
  background-size: cover; }
  @media (max-width: 767px) {
    .catalog-header[data="ON SALE"] {
      background: url(/program/rewardshubdemo/img/catalog-header/mobile-sale-category-hero.jpg) no-repeat center center;
      background-size: cover; } }

.catalog-header[data="PRO PREMIER GEAR"] {
  background: url("https://cdn.augeobiz.com/static/storefront/heroBanners/main-pro-premier-gear-banner.jpg") no-repeat center center;
  background-size: cover; }
  @media (max-width: 767px) {
    .catalog-header[data="PRO PREMIER GEAR"] {
      background: url("https://cdn.augeobiz.com/static/storefront/heroBanners/main-pro-premier-gear-banner-mobile.jpg") no-repeat center center;
      background-size: cover; } }

.catalog-header[data="DEFAULT"] {
  background: url(/program/rewardshubdemo/img/catalog-header/merch-category-hero.jpg) no-repeat center center;
  background-size: cover; }
  .catalog-header[data="DEFAULT"] h1 {
    max-width: 460px; }
    @media (max-width: 767px) {
      .catalog-header[data="DEFAULT"] h1 {
        max-width: 275px; } }
  @media (max-width: 767px) {
    .catalog-header[data="DEFAULT"] {
      background: url(/program/rewardshubdemo/img/catalog-header/mobile-merch-category-hero.jpg) no-repeat center center;
      background-size: cover; } }

#body #catalog-detail .break {
  height: 40px;
  margin: 0; }
#body #catalog-detail .bread-crumb {
  padding: 20px 0; }
#body #catalog-detail .image-box {
  height: 426px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: white;
  border: 1px solid #eee; }
  @media (max-width: 990px) {
    #body #catalog-detail .image-box {
      height: 300px; } }
  @media (max-width: 475px) {
    #body #catalog-detail .image-box {
      height: 230px; } }
  #body #catalog-detail .image-box > img {
    height: auto;
    width: auto;
    max-height: 90%;
    max-width: 90%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    display: block;
    position: relative;
    top: 50%;
    left: 50%; }
    @media (max-width: 990px) {
      #body #catalog-detail .image-box > img {
        max-height: none; } }
#body #catalog-detail #quantity-form {
  display: block;
  width: 100%;
  margin-bottom: 15px; }
  #body #catalog-detail #quantity-form a {
    float: left;
    padding: 0 16px;
    background-color: #fff;
    border: 2px solid #808080;
    color: #808080;
    height: 44px;
    line-height: 44px; }
    #body #catalog-detail #quantity-form a:hover {
      background-color: #eeeeee; }
  #body #catalog-detail #quantity-form input.form-control {
    float: left;
    height: 44px;
    width: 55px;
    line-height: inherit;
    border: 2px solid #808080;
    border-left: 0;
    border-right: 0; }
  #body #catalog-detail #quantity-form select {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 15px; }
#body #catalog-detail .pdp-actions {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }
  @media (max-width: 767px) {
    #body #catalog-detail .pdp-actions {
      flex-wrap: wrap; } }
  #body #catalog-detail .pdp-actions .wishlist-actions, #body #catalog-detail .pdp-actions .cart-actions {
    width: auto;
    margin-right: 10px; }
    @media (max-width: 767px) {
      #body #catalog-detail .pdp-actions .wishlist-actions, #body #catalog-detail .pdp-actions .cart-actions {
        width: 100%;
        margin-bottom: 15px; } }
    #body #catalog-detail .pdp-actions .wishlist-actions .link, #body #catalog-detail .pdp-actions .cart-actions .link {
      display: block;
      margin-top: 5px; }
#body #catalog-detail .item-details {
  position: relative;
  margin-top: 20px; }
  #body #catalog-detail .item-details > p.brand {
    font-size: 1.25em; }
  #body #catalog-detail .item-details h3 {
    margin: 0;
    font-size: 1.5em;
    font-weight: bold; }
  #body #catalog-detail .item-details h1 {
    font-weight: bold;
    font-size: 2.75em;
    margin: 15px 0 0; }
    #body #catalog-detail .item-details h1 span {
      font-size: 0.75em; }
    #body #catalog-detail .item-details h1 span.starting-text {
      margin-left: 0; }
  #body #catalog-detail .item-details .desc {
    margin-bottom: 0;
    line-height: 1.7em;
    font-size: 12px;
    width: 100%; }
    #body #catalog-detail .item-details .desc p {
      margin-bottom: 0; }
  #body #catalog-detail .item-details .attributes ul {
    padding: 0;
    margin: 10px 0 0;
    list-style: none; }
    #body #catalog-detail .item-details .attributes ul li {
      display: block;
      position: relative; }
      #body #catalog-detail .item-details .attributes ul li label {
        top: 4px;
        left: 40px; }
#body #catalog-detail .cartSection {
  float: left; }
  @media (max-width: 767px) {
    #body #catalog-detail .cartSection {
      width: 100%; } }
  #body #catalog-detail .cartSection a {
    margin-right: 15px;
    margin-bottom: 15px; }
#body #catalog-detail .disclaimer-description {
  font-size: 12px;
  line-height: 1.7em; }
  #body #catalog-detail .disclaimer-description .desc p,
  #body #catalog-detail .disclaimer-description .desc a {
    font-size: 12px;
    line-height: 1.7em; }
  #body #catalog-detail .disclaimer-description .desc a.btn.btn-sm {
    font-size: 14px;
    line-height: 1em; }
#body #catalog-detail p.point-proggres-message {
  font-size: 12px; }
#body #catalog-detail .suggested-items .pro-slider .slide .image-box,
#body #catalog-detail .suggested-items .other-slider .slide .image-box,
#body #catalog-detail .suggested-items .default-slider-1 .slide .image-box {
  height: 208px;
  margin-bottom: 20px;
  background-color: white; }
  #body #catalog-detail .suggested-items .pro-slider .slide .image-box img,
  #body #catalog-detail .suggested-items .other-slider .slide .image-box img,
  #body #catalog-detail .suggested-items .default-slider-1 .slide .image-box img {
    height: auto;
    width: auto;
    max-height: 90%;
    max-width: 90%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    display: block;
    position: relative;
    top: 50%;
    left: 50%; }
#body #catalog-detail .suggested-items .pro-slider .slide > p > b,
#body #catalog-detail .suggested-items .other-slider .slide > p > b,
#body #catalog-detail .suggested-items .default-slider-1 .slide > p > b {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  height: 17px;
  width: 100%;
  text-overflow: ellipsis; }
#body #catalog-detail .suggested-items .pro-slider .slide > p > span,
#body #catalog-detail .suggested-items .other-slider .slide > p > span,
#body #catalog-detail .suggested-items .default-slider-1 .slide > p > span {
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 16px;
  height: 32px;
  width: 100%; }
#body #catalog-detail .hr {
  margin: 40px auto 40px; }

p.desc {
  font-size: 12px; }

.suggested-items .pro-slider .slide p > b,
.suggested-items .other-slider .slide p > b,
.suggested-items .default-slider-1 .slide p > b {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  height: 17px;
  width: 100%;
  text-overflow: ellipsis; }
.suggested-items .pro-slider .slide p > span,
.suggested-items .other-slider .slide p > span,
.suggested-items .default-slider-1 .slide p > span {
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 16px;
  height: 32px;
  width: 100%; }

.default-slider-1 .slide p > b {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  height: 17px;
  width: 100%;
  text-overflow: ellipsis; }
.default-slider-1 .slide p > span {
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 16px;
  height: 32px;
  width: 100%; }

#body .async-product-module {
  margin: 0; }

#body .suggested-items {
  margin: 50px 0 10px; }
  #body .suggested-items h3 {
    text-transform: uppercase;
    font-size: 2em;
    font-weight: bold; }
  #body .suggested-items .hr {
    margin: 30px auto; }
  #body .suggested-items .pro-slider .slide,
  #body .suggested-items .other-slider .slide,
  #body .suggested-items .default-slider-1 .slide {
    padding: 30px 30px 0 30px;
    outline: none !important; }
    @media (max-width: 767px) {
      #body .suggested-items .pro-slider .slide,
      #body .suggested-items .other-slider .slide,
      #body .suggested-items .default-slider-1 .slide {
        padding: 30px 35px 0 35px; } }
    #body .suggested-items .pro-slider .slide .image-box,
    #body .suggested-items .other-slider .slide .image-box,
    #body .suggested-items .default-slider-1 .slide .image-box {
      height: 208px;
      margin-bottom: 20px;
      width: 100%;
      position: relative;
      border: 1px solid #808080;
      overflow: hidden;
      background-color: white; }
      #body .suggested-items .pro-slider .slide .image-box img,
      #body .suggested-items .other-slider .slide .image-box img,
      #body .suggested-items .default-slider-1 .slide .image-box img {
        height: auto;
        width: auto;
        max-height: 90%;
        max-width: 90%;
        transform: translate3d(-50%, -50%, 0);
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        display: block;
        position: relative;
        top: 50%;
        left: 50%; }
    #body .suggested-items .pro-slider .slide p,
    #body .suggested-items .other-slider .slide p,
    #body .suggested-items .default-slider-1 .slide p {
      height: 50px;
      overflow: hidden; }
    #body .suggested-items .pro-slider .slide h2,
    #body .suggested-items .other-slider .slide h2,
    #body .suggested-items .default-slider-1 .slide h2 {
      font-weight: bold;
      margin-top: 10px; }
      #body .suggested-items .pro-slider .slide h2 span,
      #body .suggested-items .other-slider .slide h2 span,
      #body .suggested-items .default-slider-1 .slide h2 span {
        font-size: 0.75em; }
      #body .suggested-items .pro-slider .slide h2 span.starting-text,
      #body .suggested-items .other-slider .slide h2 span.starting-text,
      #body .suggested-items .default-slider-1 .slide h2 span.starting-text {
        font-size: 12px;
        line-height: 10px;
        height: 10px;
        color: #707070;
        text-transform: none;
        display: block; }
    #body .suggested-items .pro-slider .slide .text-left h2,
    #body .suggested-items .other-slider .slide .text-left h2,
    #body .suggested-items .default-slider-1 .slide .text-left h2 {
      font-weight: bold !important;
      font-size: 20px;
      margin-bottom: 0;
      text-transform: none; }
  #body .suggested-items .pro-slider .slick-prev, #body .suggested-items .pro-slider .slick-next,
  #body .suggested-items .other-slider .slick-prev,
  #body .suggested-items .other-slider .slick-next,
  #body .suggested-items .default-slider-1 .slick-prev,
  #body .suggested-items .default-slider-1 .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    outline: none !important;
    z-index: 11;
    border: 1px solid #808080;
    color: #808080;
    height: 40px;
    width: 40px;
    font-size: 1em;
    text-align: center;
    background: transparent;
    border-radius: 50px;
    transition: 0.25s ease all; }
    @media (max-width: 767px) {
      #body .suggested-items .pro-slider .slick-prev, #body .suggested-items .pro-slider .slick-next,
      #body .suggested-items .other-slider .slick-prev,
      #body .suggested-items .other-slider .slick-next,
      #body .suggested-items .default-slider-1 .slick-prev,
      #body .suggested-items .default-slider-1 .slick-next {
        width: 35px;
        height: 35px; } }
    #body .suggested-items .pro-slider .slick-prev:hover, #body .suggested-items .pro-slider .slick-next:hover,
    #body .suggested-items .other-slider .slick-prev:hover,
    #body .suggested-items .other-slider .slick-next:hover,
    #body .suggested-items .default-slider-1 .slick-prev:hover,
    #body .suggested-items .default-slider-1 .slick-next:hover {
      background: #808080;
      color: white; }
    #body .suggested-items .pro-slider .slick-prev:before, #body .suggested-items .pro-slider .slick-next:before,
    #body .suggested-items .other-slider .slick-prev:before,
    #body .suggested-items .other-slider .slick-next:before,
    #body .suggested-items .default-slider-1 .slick-prev:before,
    #body .suggested-items .default-slider-1 .slick-next:before {
      display: none; }
  #body .suggested-items .pro-slider .slick-prev,
  #body .suggested-items .other-slider .slick-prev,
  #body .suggested-items .default-slider-1 .slick-prev {
    left: -20px;
    padding-right: 2px; }
    @media (max-width: 767px) {
      #body .suggested-items .pro-slider .slick-prev,
      #body .suggested-items .other-slider .slick-prev,
      #body .suggested-items .default-slider-1 .slick-prev {
        left: -10px; } }
  #body .suggested-items .pro-slider .slick-next,
  #body .suggested-items .other-slider .slick-next,
  #body .suggested-items .default-slider-1 .slick-next {
    right: -20px;
    padding-left: 2px; }
    @media (max-width: 767px) {
      #body .suggested-items .pro-slider .slick-next,
      #body .suggested-items .other-slider .slick-next,
      #body .suggested-items .default-slider-1 .slick-next {
        right: -10px; } }

#quantity-form .alert-warning {
  background: transparent;
  border: 2px solid #404040;
  box-shadow: none;
  color: #3d3d3d;
  border-radius: 0;
  padding: 10px;
  margin-top: 10px; }
  #quantity-form .alert-warning .close {
    opacity: 0.5;
    top: -1px;
    right: 0; }
    #quantity-form .alert-warning .close:hover, #quantity-form .alert-warning .close:focus {
      outline: none;
      opacity: 1; }

.desc.cart-disclaimer {
  padding: 10px;
  background: #f0f0f0;
  margin-bottom: 10px;
  margin-top: 20px;
  display: flex;
  justify-content: flex-start; }
  .desc.cart-disclaimer i {
    margin-right: 5px;
    padding-top: 3px; }
  .desc.cart-disclaimer > div p:last-child {
    margin-bottom: 0; }

#body #catalog-detail .second-description ul,
#body #catalog-detail .second-description ol,
#body #catalog-detail .second-description p {
  font-size: 12px; }

#body #cart .cart-update-result p {
  padding-top: 15px;
  margin-bottom: 0; }
#body #cart h1 {
  font-weight: bold;
  font-size: 2em;
  text-transform: uppercase; }
  #body #cart h1 span {
    font-weight: normal;
    font-size: 0.5em;
    text-transform: none; }
#body #cart .empty-box {
  background-color: #eeeeee;
  padding: 50px;
  font-size: 1.25em;
  margin: 20px 0; }
#body #cart .cart-ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #eeeeee; }
  #body #cart .cart-ul li.header div {
    float: left;
    width: 13.3333%;
    padding: 0 !important; }
    #body #cart .cart-ul li.header div p {
      font-weight: bold;
      margin-bottom: 0; }
  #body #cart .cart-ul li.header div:first-child {
    width: 60%; }
  #body #cart .cart-ul li {
    border-bottom: 1px solid #eeeeee;
    display: block;
    padding: 20px 0; }
    #body #cart .cart-ul li .image-box {
      background-color: white;
      border: 1px solid #808080;
      text-align: center;
      width: 165px;
      left: 0px;
      overflow: hidden;
      height: 165px;
      position: relative;
      float: left;
      margin-right: 15px; }
      #body #cart .cart-ul li .image-box img {
        height: auto;
        width: auto;
        top: 50%;
        left: 50%;
        max-height: 90%;
        max-width: 90%;
        display: block;
        position: absolute;
        transform: translate3d(-50%, -50%, 0);
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0); }
    #body #cart .cart-ul li .product-details {
      width: 60%;
      float: left; }
      #body #cart .cart-ul li .product-details .info-box {
        position: relative;
        padding-right: 15px; }
        #body #cart .cart-ul li .product-details .info-box p {
          margin-top: 15px;
          color: #2e2e2e;
          font-weight: bold;
          line-height: 2em;
          font-size: 0.875em; }
          #body #cart .cart-ul li .product-details .info-box p span.grey {
            color: #707070;
            text-transform: uppercase; }
          #body #cart .cart-ul li .product-details .info-box p a {
            font-size: 14px;
            font-weight: bold;
            color: #2e2e2e; }
    #body #cart .cart-ul li .product-quantity input.form-control {
      padding: 6px 10px;
      margin-bottom: 20px; }
    #body #cart .cart-ul li .product-quantity a {
      font-size: 0.875em;
      padding: 0 0 1px 0;
      margin-bottom: 2px; }
      #body #cart .cart-ul li .product-quantity a:hover, #body #cart .cart-ul li .product-quantity a:active, #body #cart .cart-ul li .product-quantity a:focus {
        text-decoration: underline; }
    #body #cart .cart-ul li .product-total {
      text-align: right;
      padding-right: 0 !important; }
    #body #cart .cart-ul li .product-quantity, #body #cart .cart-ul li .product-price, #body #cart .cart-ul li .product-total {
      width: 13.3333%;
      float: left;
      padding-right: 15px;
      padding-top: 15px; }
    #body #cart .cart-ul li .product-price a, #body #cart .cart-ul li .product-total a {
      font-size: 0.875em;
      padding: 0 0 1px 0;
      margin-bottom: 2px; }
      #body #cart .cart-ul li .product-price a:hover, #body #cart .cart-ul li .product-price a:active, #body #cart .cart-ul li .product-price a:focus, #body #cart .cart-ul li .product-total a:hover, #body #cart .cart-ul li .product-total a:active, #body #cart .cart-ul li .product-total a:focus {
        text-decoration: underline; }
    #body #cart .cart-ul li .product-price span, #body #cart .cart-ul li .product-total span {
      font-weight: bold;
      padding-top: 5px; }
  #body #cart .cart-ul li.we-org > div {
    background: url(/program/rewardshubdemo/img/we-org/drop-background.png) #204a92 repeat-x center bottom; }
    #body #cart .cart-ul li.we-org > div .image-box {
      background: transparent;
      border: 0;
      width: 135px;
      height: 135px; }
      @media (max-width: 767px) {
        #body #cart .cart-ul li.we-org > div .image-box {
          width: 100px;
          height: 100px; } }
      #body #cart .cart-ul li.we-org > div .image-box img {
        max-height: 60%; }
    #body #cart .cart-ul li.we-org > div .info-box p a {
      color: white !important;
      font-size: 18px;
      max-width: 200px;
      display: inline-block;
      font-weight: normal; }
      @media (max-width: 991px) {
        #body #cart .cart-ul li.we-org > div .info-box p a {
          font-size: 16px;
          max-width: 150px; } }
    #body #cart .cart-ul li.we-org > div .product-total span,
    #body #cart .cart-ul li.we-org > div .product-price span,
    #body #cart .cart-ul li.we-org > div .product-quantity a,
    #body #cart .cart-ul li.we-org > div .product-quantity span b,
    #body #cart .cart-ul li.we-org > div .product-total a {
      color: white !important; }
    #body #cart .cart-ul li.we-org > div .product-quantity a,
    #body #cart .cart-ul li.we-org > div .product-total a {
      border-bottom: 1px solid white; }
    #body #cart .cart-ul li.we-org > div .product-total {
      padding-right: 20px !important; }
    @media (max-width: 550px) {
      #body #cart .cart-ul li.we-org > div .product-quantity {
        padding-left: 20px !important; } }
    @media (max-width: 991px) {
      #body #cart .cart-ul li.we-org > div .product-quantity .form-control {
        margin-bottom: 5px; } }
#body #cart .cartSummary {
  background-color: #eeeeee;
  padding: 30px 15px; }
  #body #cart .cartSummary h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 1.125em; }
  #body #cart .cartSummary .hr {
    margin: 15px auto; }
  #body #cart .cartSummary span {
    font-size: 14px;
    color: #3d3d3d; }
  #body #cart .cartSummary span.pull-left {
    max-width: 72%; }
  #body #cart .cartSummary span.pull-right {
    font-weight: bold;
    line-height: 1.8em; }
  #body #cart .cartSummary .btn {
    margin-top: 25px; }
#body #cart .vue-form-wizard .wizard-tab-content {
  padding: 0px; }
#body #cart .vue-form-wizard.md .wizard-icon-circle {
  width: 50px;
  height: 50px;
  font-size: 20px; }
#body #cart .vue-form-wizard.md .wizard-navigation .wizard-progress-with-circle {
  position: relative;
  top: 30px;
  height: 4px; }
#body #cart .wizard-progress-bar {
  background-color: #404040 !important; }
#body #cart .vue-form-wizard.md .wizard-icon-circle.checked {
  border-color: #404040 !important; }
#body #cart .vue-form-wizard .wizard-icon-circle.checked .wizard-icon-container {
  background-color: #404040 !important;
  width: 50px !important;
  height: 50px;
  position: absolute;
  top: -3px;
  left: -3px;
  border-radius: 50%; }
#body #cart .vue-form-wizard.md .wizard-nav-pills > li.active > a .wizard-icon {
  font-size: 18px; }
#body #cart .stepTitle {
  margin-top: 10px;
  font-size: 14px; }
#body #cart .stepTitle.active {
  color: #2e2e2e !important; }
#body #cart .vue-form-wizard .wizard-card-footer {
  padding: 0 15px; }
#body #cart #checkout-form .row {
  margin-left: -8px;
  margin-right: -8px; }
#body #cart #checkout-form .col-xs-12,
#body #cart #checkout-form .col-sm-6 {
  padding: 0 8px; }
#body #cart #checkout-form .form-control {
  margin-bottom: 10px; }
#body #cart .cart-ul li .image-box.small {
  width: 100px;
  height: 100px; }
#body #cart .shipping-address {
  font-size: 0.875em; }
#body #cart h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1em; }

#body #cart ul.parsley-error-list,
#body #cart ul.parsley-errors-list {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  padding-right: 16px;
  z-index: 4;
  height: 20px;
  overflow: hidden;
  list-style: none;
  bottom: 6px; }
  #body #cart ul.parsley-error-list li,
  #body #cart ul.parsley-errors-list li {
    color: firebrick;
    font-size: 12px;
    padding: 1px 5px !important;
    border: 1px solid firebrick;
    line-height: 15px;
    background: white; }

.alert-danger {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: none;
  border-color: firebrick;
  font-weight: bold;
  border-radius: 0;
  margin: 10px 0; }
  .alert-danger span {
    color: firebrick !important; }

@media only screen and (max-width: 1199px) {
  #body #cart .cart-ul li .image-box {
    width: 130px;
    height: 130px; }
  #body #cart .cart-ul li .product-details .info-box p {
    margin-top: 10px; } }
@media only screen and (max-width: 767px) {
  #body #cart .cart-ul li .image-box {
    width: 110px;
    height: 110px; }
  #body #cart .cart-ul li .product-details .info-box p {
    margin-top: 10px; } }
@media only screen and (max-width: 550px) {
  #body #cart .cart-ul li .image-box {
    width: 90px;
    height: 90px; }
  #body #cart .cart-ul li .product-details {
    width: 100%; }
    #body #cart .cart-ul li .product-details .info-box {
      padding-right: 0; }
  #body #cart .cart-ul li .product-quantity, #body #cart .cart-ul li .product-price, #body #cart .cart-ul li .product-total {
    width: 33.333%; }

  #body #cart .cart-ul li.header {
    display: none; } }
#body #cart .cart-ul li .product-details .info-box p span.grey {
  color: #808080; }

#body #cart .cart-ul li .product-details .info-box p {
  color: #3d3d3d; }

#body .verizon-cart {
  letter-spacing: -0.001em; }
  #body .verizon-cart #MyBag,
  #body .verizon-cart #checkout-steps {
    padding-top: 30px; }
    #body .verizon-cart #MyBag input[type=radio],
    #body .verizon-cart #checkout-steps input[type=radio] {
      margin: 4px 6px 0 0; }
  #body .verizon-cart .table-header {
    margin-bottom: 15px;
    font-weight: bold; }
  #body .verizon-cart .bag-image-box {
    width: 110px;
    height: 110px;
    border: 1px solid #E6E6E4;
    position: relative;
    float: left; }
    #body .verizon-cart .bag-image-box img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      -moz-transform: translate3d(-50%, -50%, 0);
      -o-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0); }
  #body .verizon-cart .checkout-step {
    font-size: 16px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 40px; }
  #body .verizon-cart .checkout-step.bold-text {
    font-weight: bold; }
  #body .verizon-cart .item > .img-part,
  #body .verizon-cart .desc-part {
    padding-bottom: 20px;
    padding-top: 20px; }
  #body .verizon-cart .item > .img-part {
    width: auto;
    max-width: 33.333%; }
    @media (max-width: 767px) {
      #body .verizon-cart .item > .img-part .bag-image-box {
        width: 54px;
        height: 54px; } }
  #body .verizon-cart .desc-part p.elipsis {
    display: block;
    display: -webkit-box;
    height: 30px;
    line-height: 1.12em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  #body .verizon-cart .desc-part p.quantity {
    font-size: 16px;
    font-weight: bold; }
  #body .verizon-cart .proceed-to-checkout {
    padding-top: 20px; }
  #body .verizon-cart .order-details-total {
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px; }
    #body .verizon-cart .order-details-total hr {
      margin-top: 0;
      border-color: #808080; }
  #body .verizon-cart .order-details-border {
    border: 3px solid #eeeeee; }
  #body .verizon-cart .order-details.confirmation {
    padding: 30px 15px; }
  #body .verizon-cart .order-details {
    padding: 30px; }
    @media (max-width: 767px) {
      #body .verizon-cart .order-details {
        margin: 40px 0; } }
  #body .verizon-cart .order-details-items > .item > .img-part {
    border-right: 1px solid #eeeeee; }
  #body .verizon-cart #BagTable {
    border-top: 1px solid #CFD0D0;
    border-bottom: 1px solid #808080; }
    #body .verizon-cart #BagTable .item-table-top-padding {
      padding-top: 25px; }
    #body .verizon-cart #BagTable .bag-item {
      padding-top: 20px;
      padding-bottom: 0;
      position: relative; }
      @media (max-width: 991px) {
        #body .verizon-cart #BagTable .bag-item {
          height: auto; } }
      #body .verizon-cart #BagTable .bag-item .item-container {
        height: 110px;
        position: relative; }
        #body .verizon-cart #BagTable .bag-item .item-container .item-name {
          position: relative;
          float: left;
          top: 50%;
          max-width: 68%;
          margin-left: 20px;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
          @media (max-width: 767px) {
            #body .verizon-cart #BagTable .bag-item .item-container .item-name {
              max-width: 55%; } }
      #body .verizon-cart #BagTable .bag-item hr {
        margin-bottom: 0px; }
      #body .verizon-cart #BagTable .bag-item .remove-items-set {
        color: #404040;
        display: inline-block;
        margin-top: 10px;
        position: relative; }
        #body .verizon-cart #BagTable .bag-item .remove-items-set span {
          margin-left: 30px;
          cursor: pointer; }
        #body .verizon-cart #BagTable .bag-item .remove-items-set > span:hover {
          text-decoration: underline; }
        #body .verizon-cart #BagTable .bag-item .remove-items-set i {
          width: 23px;
          height: 2px;
          left: 0;
          top: 8px;
          border-radius: 3px;
          display: block;
          position: absolute;
          transform: rotate(45deg);
          background: #404040;
          cursor: pointer; }
        #body .verizon-cart #BagTable .bag-item .remove-items-set i.two {
          transform: rotate(135deg); }
      #body .verizon-cart #BagTable .bag-item .price-box {
        padding-top: 40px; }
        @media (max-width: 991px) {
          #body .verizon-cart #BagTable .bag-item .price-box {
            padding-top: 35px; } }
      #body .verizon-cart #BagTable .bag-item .price {
        font-size: 20px;
        font-weight: bold; }
      #body .verizon-cart #BagTable .bag-item .updateQuantity {
        width: 130px;
        border: 1px solid #747676;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        #body .verizon-cart #BagTable .bag-item .updateQuantity > div {
          float: none;
          height: 40px;
          background-color: #E6E6E4;
          text-align: center; }
        #body .verizon-cart #BagTable .bag-item .updateQuantity .item-quantity {
          width: 48px;
          line-height: 40px;
          border-left: 1px solid #747676;
          border-right: 1px solid #747676; }
        #body .verizon-cart #BagTable .bag-item .updateQuantity .add-item {
          float: right; }
        #body .verizon-cart #BagTable .bag-item .updateQuantity .remove-item, #body .verizon-cart #BagTable .bag-item .updateQuantity .add-item {
          width: 40px;
          font-weight: bold;
          font-size: 20px;
          line-height: 40px;
          color: #747676; }
          #body .verizon-cart #BagTable .bag-item .updateQuantity .remove-item:hover, #body .verizon-cart #BagTable .bag-item .updateQuantity .add-item:hover {
            background-color: #cccccc; }

#checkout-form label {
  font-weight: normal;
  opacity: 0.75; }

#w9Notice a {
  text-decoration: underline !important; }

.return-policy p.text-left {
  text-align: left !important;
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #eeeeee;
  max-height: 600px;
  overflow: auto; }

.overlay .processing-order-message {
  width: 100%;
  max-width: 500px;
  margin: 150px auto;
  padding: 30px;
  color: white !important; }
  .overlay .processing-order-message .spin-holder {
    position: relative;
    width: 100%;
    height: 100px;
    margin-bottom: 20px; }
  .overlay .processing-order-message h2 {
    font-size: 20px;
    text-align: center; }
  .overlay .processing-order-message p {
    font-size: 16px;
    line-height: 1.4em;
    text-align: center; }

#body #wish h1 {
  font-weight: bold;
  font-size: 2em;
  text-transform: uppercase; }
  #body #wish h1 span {
    font-weight: normal;
    font-size: 0.5em;
    text-transform: none; }
#body #wish .wishlistSection .row {
  margin-bottom: 30px; }
  #body #wish .wishlistSection .row .hr {
    margin: 30px auto 0;
    background-color: #808080 !important; }
#body #wish .wish-item .row:last-child .hr {
  display: none; }
#body #wish .image-box {
  text-align: center;
  max-width: 375px !important;
  width: 100%;
  overflow: hidden;
  height: 220px;
  border: 1px solid #808080;
  position: relative;
  background-color: white; }
  #body #wish .image-box img {
    height: auto;
    max-height: 90%;
    width: auto;
    max-width: 90%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%; }
#body #wish p {
  margin-top: 20px;
  margin-bottom: 5px;
  height: 38px;
  max-height: 38px;
  overflow: hidden; }
#body #wish h2 {
  margin-top: 0px;
  font-weight: bold; }
#body #wish .text-container {
  height: auto;
  position: relative; }
  #body #wish .text-container .text-box p {
    margin-top: 10px;
    margin-bottom: 5px;
    height: auto;
    max-height: 900px; }
  #body #wish .text-container .text-box h3 {
    margin-top: 0;
    font-size: 1.25em;
    font-weight: bold; }
  #body #wish .text-container .text-box h2 {
    margin-bottom: 20px; }
    #body #wish .text-container .text-box h2 span {
      font-weight: normal;
      font-size: 0.4em;
      text-transform: none !important;
      position: relative;
      left: -4px; }
  #body #wish .text-container .text-box .btn {
    margin-bottom: 10px; }
#body #wish .suggested-box {
  background-color: #eeeeee;
  padding: 15px;
  margin-bottom: 30px; }
  #body #wish .suggested-box h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.125em;
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #808080;
    margin-bottom: 15px; }
  #body #wish .suggested-box .suggested-item .image-box {
    height: 77px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: white; }
    #body #wish .suggested-box .suggested-item .image-box img {
      height: auto;
      max-height: 90%;
      width: auto;
      max-width: 90%;
      transform: translate3d(-50%, -50%, 0);
      -webkit-transform: translate3d(-50%, -50%, 0);
      -moz-transform: translate3d(-50%, -50%, 0);
      -o-transform: translate3d(-50%, -50%, 0);
      display: block;
      position: absolute;
      top: 50%;
      left: 50%; }
  #body #wish .suggested-box .suggested-item .col-xs-8 {
    padding-left: 0; }
  #body #wish .suggested-box .suggested-item h2 {
    margin-top: 5px;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 5px; }
    #body #wish .suggested-box .suggested-item h2 span {
      font-weight: normal;
      font-size: 0.5em;
      text-transform: none !important;
      position: relative;
      left: -4px; }
    #body #wish .suggested-box .suggested-item h2 span.starting-text {
      margin-left: 0;
      display: block;
      left: 0; }
  #body #wish .suggested-box .suggested-item h4 {
    margin: 0;
    font-size: 0.875em;
    font-weight: normal;
    margin-bottom: 5px; }
  #body #wish .suggested-box .suggested-item .hr {
    margin-top: 15px;
    margin-bottom: 15px; }
  #body #wish .suggested-box .suggested-item a {
    font-size: 1em;
    color: #3d3d3d; }
    #body #wish .suggested-box .suggested-item a:hover, #body #wish .suggested-box .suggested-item a:active, #body #wish .suggested-box .suggested-item a:focus {
      color: black; }

@media only screen and (max-width: 767px) {
  #body #wish .text-container {
    height: auto; }
    #body #wish .text-container .text-box {
      top: 0;
      margin-top: 20px;
      transform: initial; } }
#prelogin {
  background: #ffffff;
  background-size: cover;
  padding: 0;
  height: 100vh;
  position: relative; }
  #prelogin .prelogin-box,
  #prelogin #login-foot {
    max-width: 600px;
    margin: 0 auto; }
  #prelogin .logo-container {
    margin-bottom: 80px; }
  #prelogin .prelogin-box {
    padding: 40px 60px; }
    #prelogin .prelogin-box > img {
      width: 100%;
      max-width: 275px; }
    #prelogin .prelogin-box .btn {
      margin-bottom: 20px; }
    #prelogin .prelogin-box h2 {
      color: #3d3d3d;
      margin: 50px 0 15px 0; }
    #prelogin .prelogin-box p {
      margin-bottom: 40px;
      color: #3d3d3d; }
    #prelogin .prelogin-box .form-group {
      position: relative; }
      #prelogin .prelogin-box .form-group a {
        position: absolute;
        top: 17px;
        right: 15px; }
        #prelogin .prelogin-box .form-group a span {
          color: #808080;
          font-size: 1.375em; }
      #prelogin .prelogin-box .form-group .tooltip {
        white-space: nowrap; }
  #prelogin #login-foot {
    padding: 40px 60px;
    position: absolute;
    bottom: 0; }
    #prelogin #login-foot a {
      color: #3d3d3d;
      text-decoration: underline;
      transition: color 0.25s ease; }
      #prelogin #login-foot a:hover, #prelogin #login-foot a:active, #prelogin #login-foot a:active:focus {
        color: #2e2e2e;
        text-decoration: none;
        text-decoration: none; }
      #prelogin #login-foot a:focus {
        color: #2e2e2e;
        text-decoration: none; }

#index-content {
  height: 100vh;
  padding: 0;
  right: 0px;
  position: relative;
  overflow: hidden;
  text-align: center; }
  #index-content .slide {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden; }
    #index-content .slide img {
      object-fit: cover;
      position: absolute;
      width: 100%;
      height: 100vh;
      left: 0;
      top: 0;
      z-index: 0; }
    #index-content .slide div {
      position: absolute;
      top: 40px;
      width: 100%; }
    #index-content .slide h1 {
      color: #707070;
      text-transform: uppercase;
      top: 40px;
      text-align: center;
      font-weight: bold;
      display: block;
      margin: 0 auto;
      max-width: 600px;
      font-size: 5.5em;
      opacity: 0;
      transform: translate3d(0, 30%, 0);
      -webkit-transform: translate3d(0, 30%, 0);
      -moz-transform: translate3d(0, 30%, 0);
      -o-transform: translate3d(0, 30%, 0);
      line-height: 1.6em;
      transition: none;
      animation: fadeinup 0.5s;
      -webkit-animation: fadeinup 0.5s; }
  #index-content .slide.slick-current h1 {
    line-height: 0.875em;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transition: all 0.5s ease;
    transition-delay: 0.25s; }
  #index-content .slick-dotted.slick-slider {
    margin-bottom: 0; }
  #index-content .slick-dots {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 100px;
    list-style: none; }
    #index-content .slick-dots li {
      display: inline-block; }
      #index-content .slick-dots li button {
        border: 0;
        background: #3d3d3d;
        width: 12px;
        height: 12px;
        border-radius: 12px;
        content: ""; }
        #index-content .slick-dots li button:before {
          display: none; }
    #index-content .slick-dots li.slick-active button {
      border: 2px solid #3d3d3d;
      background: transparent;
      width: 10px;
      height: 10px; }
  #index-content .summary-partner .summary-partner-hover p {
    color: #eeeeee; }

@media only screen and (max-width: 1025px) {
  .isMobile #prelogin,
  .isMobile #index-content {
    width: 100%;
    height: auto; }
  .isMobile #prelogin .prelogin-box p {
    margin-bottom: 0; }
  .isMobile #prelogin #login-foot {
    position: relative;
    padding-top: 0; } }
@media only screen and (max-width: 767px) {
  .mobile-overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    display: block; }

  #prelogin {
    height: 100%;
    padding: 0;
    position: relative; }
    #prelogin .logo-container {
      margin-bottom: 30px;
      margin-top: 20px; }
    #prelogin .prelogin-box,
    #prelogin #login-foot {
      position: relative;
      padding: 40px 15px; }

  #index-content {
    position: relative;
    height: auto;
    display: none; }
    #index-content .index-slider {
      display: none; }
    #index-content .slide {
      height: 600px; }
      #index-content .slide img {
        height: 100%; }
      #index-content .slide .copy-cont.error {
        width: 90%; } }
.dashboard-wrapper, #catalog-detail {
  padding-bottom: 50px; }

.dashboard-hero {
  height: 450px;
  position: relative;
  overflow: hidden; }
  .dashboard-hero > button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 3;
    border: 1px solid #fff;
    color: #fff;
    height: 40px;
    width: 40px;
    font-size: 1em;
    text-align: center;
    background: transparent;
    border-radius: 50px;
    transition: 0.25s ease all; }
    .dashboard-hero > button:hover, .dashboard-hero > button:active, .dashboard-hero > button:hover:focus {
      outline: none;
      background: #fff;
      color: #2e2e2e; }
  .dashboard-hero .slick-prev:focus, .dashboard-hero .slick-next:focus {
    color: white; }
  .dashboard-hero .slick-next {
    right: 10px;
    padding: 0 0 0 2px; }
  .dashboard-hero .slick-prev {
    left: 10px;
    padding: 0 2px 0 0; }
  .dashboard-hero .slide.sponsor img {
    position: absolute;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
  .dashboard-hero #weorg-mattel.slide.unique a.hero-banner .text-area {
    left: 4%; }
    @media (max-width: 991px) {
      .dashboard-hero #weorg-mattel.slide.unique a.hero-banner .text-area {
        left: 7%; } }
    .dashboard-hero #weorg-mattel.slide.unique a.hero-banner .text-area h1 {
      max-width: 54%;
      color: #9bd3d0;
      font-family: 'Muli', sans-serif;
      text-transform: none;
      font-size: 3.5vw;
      font-weight: bold; }
      @media (max-width: 991px) {
        .dashboard-hero #weorg-mattel.slide.unique a.hero-banner .text-area h1 {
          font-size: 7.1vw;
          max-width: 84%; } }
      @media (min-width: 1400px) {
        .dashboard-hero #weorg-mattel.slide.unique a.hero-banner .text-area h1 {
          font-size: 56px; } }
    .dashboard-hero #weorg-mattel.slide.unique a.hero-banner .text-area button {
      background: #efad4d;
      padding: 0.6em 1.2em; }
      @media (max-width: 991px) {
        .dashboard-hero #weorg-mattel.slide.unique a.hero-banner .text-area button {
          font-size: 1.8vw;
          margin-top: 1.75%;
          padding: 0.6em 1.3em; } }
      @media (min-width: 1400px) {
        .dashboard-hero #weorg-mattel.slide.unique a.hero-banner .text-area button {
          font-size: 19px; } }
  .dashboard-hero .slide.unique {
    position: relative;
    width: 1600px; }
    .dashboard-hero .slide.unique .background-filter {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 0;
      background-size: cover; }
    .dashboard-hero .slide.unique > a {
      width: 100%;
      position: relative;
      height: 100%;
      display: block; }
      .dashboard-hero .slide.unique > a img {
        width: 100%;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        box-shadow: 0 0 97px 19px rgba(0, 0, 0, 0.5); }
      .dashboard-hero .slide.unique > a img.desktop {
        display: block; }
        @media (max-width: 991px) {
          .dashboard-hero .slide.unique > a img.desktop {
            display: none; } }
      .dashboard-hero .slide.unique > a img.mobile {
        display: none; }
        @media (max-width: 991px) {
          .dashboard-hero .slide.unique > a img.mobile {
            display: block; } }
    .dashboard-hero .slide.unique a.hero-banner .text-area {
      position: absolute;
      top: 58%;
      left: 5%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%; }
      @media (max-width: 991px) {
        .dashboard-hero .slide.unique a.hero-banner .text-area {
          left: 8%; } }
      .dashboard-hero .slide.unique a.hero-banner .text-area h1 {
        max-width: 54%;
        color: #abffef;
        font-family: 'Muli', sans-serif;
        text-transform: none;
        font-size: 5.1vw;
        font-weight: bold; }
        @media (max-width: 991px) {
          .dashboard-hero .slide.unique a.hero-banner .text-area h1 {
            font-size: 8.1vw;
            max-width: 84%; } }
        @media (min-width: 1400px) {
          .dashboard-hero .slide.unique a.hero-banner .text-area h1 {
            font-size: 84px; } }
      .dashboard-hero .slide.unique a.hero-banner .text-area h3 {
        color: #e3dc94;
        font-family: 'DM Serif Display', serif;
        font-size: 2.5vw;
        margin-top: 1%; }
        @media (max-width: 991px) {
          .dashboard-hero .slide.unique a.hero-banner .text-area h3 {
            font-size: 4vw; } }
        @media (min-width: 1400px) {
          .dashboard-hero .slide.unique a.hero-banner .text-area h3 {
            font-size: 41px; } }
      .dashboard-hero .slide.unique a.hero-banner .text-area button {
        font-family: 'Muli', sans-serif;
        background: #e3dc94;
        border: 0;
        color: #1e4391;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0.15em;
        font-size: 1.15vw;
        margin-top: 1.75%;
        padding: 0.4em 1.2em; }
        @media (max-width: 991px) {
          .dashboard-hero .slide.unique a.hero-banner .text-area button {
            font-size: 1.8vw;
            margin-top: 1.75%;
            padding: 0.6em 1.3em; } }
        @media (min-width: 1400px) {
          .dashboard-hero .slide.unique a.hero-banner .text-area button {
            font-size: 19px; } }
  .dashboard-hero .slide {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    outline: none !important; }
    .dashboard-hero .slide h1 {
      color: #fff;
      font-size: 4.5em;
      text-transform: uppercase;
      max-width: 550px;
      line-height: 0.9em;
      font-weight: 600;
      margin: 0;
      opacity: 0;
      transform: translate3d(0, 30%, 0);
      -webkit-transform: translate3d(0, 30%, 0);
      -moz-transform: translate3d(0, 30%, 0);
      -o-transform: translate3d(0, 30%, 0);
      line-height: 1.4em;
      transition: none;
      animation: fadeinup 0.5s forwards 0.75s;
      -webkit-animation: fadeinup 0.5s forwards 0.75s; }
    .dashboard-hero .slide h4 {
      color: #fff; }
    .dashboard-hero .slide h6 {
      font-size: 1.125em;
      color: #fff;
      margin-top: 5px;
      font-weight: 600;
      opacity: 0;
      margin-bottom: 40px;
      animation: fadeinup 0.5s forwards 1s;
      -webkit-animation: fadeinup 0.5s forwards 1s; }
    .dashboard-hero .slide .btn {
      opacity: 0;
      animation: fadeinup 0.5s forwards 1s;
      -webkit-animation: fadeinup 0.5s forwards 1s; }
    .dashboard-hero .slide .container {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%); }
    .dashboard-hero .slide .container.top {
      top: 10%;
      transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -o-transform: none; }
  .dashboard-hero .slide.slick-current h1 {
    line-height: 0.875em;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transition: all 0.5s ease;
    transition-delay: 0.25s; }
  .dashboard-hero #adventure {
    background: url(/program/rewardshubdemo/img/carousel-post-1.jpg) no-repeat center center; }
  .dashboard-hero #search-slide {
    background: url("https://cdn.augeobiz.com/static/plus/programs/flooranddecor/storefront-hero.jpg") no-repeat center center; }
  .dashboard-hero #memories {
    background: url(/program/rewardshubdemo/img/carousel-post-2.jpg) no-repeat center center; }
  .dashboard-hero #treat {
    background: url(/program/rewardshubdemo/img/carousel-post-3.jpg) no-repeat center center; }
  .dashboard-hero #accessorize {
    background: url(/program/rewardshubdemo/img/carousel-post-4.jpg) no-repeat center center; }
  .dashboard-hero #about {
    background: url(/program/rewardshubdemo/img/about-hero.jpg) no-repeat center center; }
  .dashboard-hero #profile-dashboard {
    background: url(/program/rewardshubdemo/img/profile-hero.jpg) no-repeat center center; }
  .dashboard-hero #under50 {
    background: url(/program/rewardshubdemo/img/delta/carousel-under-50.jpg) no-repeat center center; }
  .dashboard-hero #under100 {
    background: url(/program/rewardshubdemo/img/delta/carousel-under-100.jpg) no-repeat center center; }
  .dashboard-hero #delta-card .gift-card {
    position: absolute;
    top: 0px;
    right: 15px; }
    @media (max-width: 767px) {
      .dashboard-hero #delta-card .gift-card {
        width: 100px; } }
  @media (max-width: 767px) {
    .dashboard-hero #delta-card .delta-card {
      width: 125px;
      margin-bottom: 20px !important; } }
  .dashboard-hero #daltile-bath {
    background: url(/program/rewardshubdemo/img/carousel-daltile-bath.jpg) no-repeat center center; }
  .dashboard-hero #daltile-toys {
    background: url(/program/rewardshubdemo/img/carousel-daltile-toys.jpg) no-repeat center center; }
  .dashboard-hero #daltile-office {
    background: url(/program/rewardshubdemo/img/carousel-daltile-office.jpg) no-repeat center center; }
  .dashboard-hero #daltile-travel {
    background: url(/program/rewardshubdemo/img/carousel-daltile-travel.jpg) no-repeat center center; }
  .dashboard-hero #daltile-kitchen {
    background: url(/program/rewardshubdemo/img/carousel-daltile-kitchen.jpg) no-repeat center center; }
  .dashboard-hero #daltile-outdoor {
    background: url(/program/rewardshubdemo/img/carousel-daltile-outdoor.jpg) no-repeat center center; }
  .dashboard-hero #daltile-jewelry {
    background: url(/program/rewardshubdemo/img/carousel-daltile-jewelry.jpg) no-repeat center center; }
  .dashboard-hero #delta-card {
    background: url(/program/rewardshubdemo/img/carousel-post-1.jpg) no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #delta-card {
        background: url(/program/rewardshubdemo/img/delta/carousel-post-1-mobile.jpg) no-repeat center center; } }
  .dashboard-hero #delta-memories {
    background: url(/program/rewardshubdemo/img/carousel-post-2.jpg) no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #delta-memories {
        background: url(/program/rewardshubdemo/img/delta/carousel-post-2-mobile.jpg) no-repeat center center; } }
  .dashboard-hero #delta-treat {
    background: url(/program/rewardshubdemo/img/carousel-post-3.jpg) no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #delta-treat {
        background: url(/program/rewardshubdemo/img/delta/carousel-post-3-mobile.jpg) no-repeat center center; } }
  .dashboard-hero #gift-card {
    background: url(/program/rewardshubdemo/img/carousel-post-giftcard.jpg) no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #gift-card {
        background: url(/program/rewardshubdemo/img/carousel-post-giftcard-mobile.jpg) no-repeat center center; } }
  .dashboard-hero #gift-cards-health {
    background: url(/program/rewardshubdemo/img/carousel-post-giftCard-health.jpg) no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #gift-cards-health {
        background: url(/program/rewardshubdemo/img/carousel-post-giftCard-health-mobile.jpg) no-repeat center center; } }
  .dashboard-hero #delta-accessorize {
    background: url(/program/rewardshubdemo/img/carousel-post-4.jpg) no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #delta-accessorize {
        background: url(/program/rewardshubdemo/img/delta/carousel-post-4-mobile.jpg) no-repeat center center; } }
  .dashboard-hero #delta-under50 {
    background: url(/program/rewardshubdemo/img/delta/carousel-under-50.jpg) no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #delta-under50 {
        background: url(/program/rewardshubdemo/img/delta/carousel-under-50-mobile.jpg) no-repeat center center; } }
  .dashboard-hero #delta-under100 {
    background: url(/program/rewardshubdemo/img/delta/carousel-under-100.jpg) no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #delta-under100 {
        background: url(/program/rewardshubdemo/img/delta/carousel-under-100-mobile.jpg) no-repeat center center; } }
  .dashboard-hero #gift-cards {
    background: url(/program/rewardshubdemo/img/carousel-post-gift-card.jpg) no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #gift-cards {
        background: url(/program/rewardshubdemo/img/carousel-post-gift-card-mobile.jpg) no-repeat center center; } }
  .dashboard-hero #ey-gift-cards,
  .dashboard-hero #ey-us-gift-cards {
    background: url(/program/rewardshubdemo/img/carousel-post-giftcard-ey.jpg) no-repeat center center; }
    .dashboard-hero #ey-gift-cards h1, .dashboard-hero #ey-gift-cards h6,
    .dashboard-hero #ey-us-gift-cards h1,
    .dashboard-hero #ey-us-gift-cards h6 {
      color: white; }
    @media (max-width: 767px) {
      .dashboard-hero #ey-gift-cards,
      .dashboard-hero #ey-us-gift-cards {
        background: url(/program/rewardshubdemo/img/carousel-post-giftcard-ey-mobile.jpg) no-repeat center center; } }
  .dashboard-hero #ey-digital-gift-cards,
  .dashboard-hero #ey-us-digital-gift-cards {
    background: url(/program/rewardshubdemo/img/carousel-post-digital-giftcard-ey.jpg) no-repeat center center; }
    .dashboard-hero #ey-digital-gift-cards h1, .dashboard-hero #ey-digital-gift-cards h6,
    .dashboard-hero #ey-us-digital-gift-cards h1,
    .dashboard-hero #ey-us-digital-gift-cards h6 {
      color: white; }
    @media (max-width: 767px) {
      .dashboard-hero #ey-digital-gift-cards,
      .dashboard-hero #ey-us-digital-gift-cards {
        background: url(/program/rewardshubdemo/img/carousel-post-digital-giftcard-ey-mobile.jpg) no-repeat center center; } }
  .dashboard-hero #digital-gift-cards {
    background: url(/program/rewardshubdemo/img/carousel-post-digital-giftcard.jpg) no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #digital-gift-cards {
        background: url(/program/rewardshubdemo/img/carousel-post-digital-giftcard-mobile.jpg) no-repeat center center; } }
  .dashboard-hero #debit-cards {
    background: url(/program/rewardshubdemo/img/carousel-post-debit-card.jpg) no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #debit-cards {
        background: url(/program/rewardshubdemo/img/carousel-post-debit-card-mobile.jpg) no-repeat center center; } }
  .dashboard-hero #travel {
    background: url(/program/rewardshubdemo/img/carousel-post-travel.jpg) no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #travel {
        background: url(/program/rewardshubdemo/img/carousel-post-travel-mobile.jpg) no-repeat center center; } }
  .dashboard-hero #merchandise {
    background: url(/program/rewardshubdemo/img/carousel-post-merch.jpg) no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #merchandise {
        background: url(/program/rewardshubdemo/img/carousel-post-merch-mobile.jpg) no-repeat center center; } }
  .dashboard-hero #charity {
    background: url(/program/rewardshubdemo/img/carousel-post-charity.jpg) no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #charity {
        background: url(/program/rewardshubdemo/img/carousel-post-charity-mobile.jpg) no-repeat center center; } }
  .dashboard-hero #fitness {
    background: url(/program/rewardshubdemo/img/carousel-post-workout.jpg) no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #fitness {
        background: url(/program/rewardshubdemo/img/carousel-post-workout-mobile.jpg) no-repeat center center; } }
  .dashboard-hero #healthy-eating {
    background: url(/program/rewardshubdemo/img/carousel-post-eatClean.jpg) no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #healthy-eating {
        background: url(/program/rewardshubdemo/img/carousel-post-eatClean-mobile.jpg) no-repeat center center; } }
  .dashboard-hero #healthy-living {
    background: url(/program/rewardshubdemo/img/carousel-post-dailyDose.jpg) no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #healthy-living {
        background: url(/program/rewardshubdemo/img/carousel-post-dailyDose-mobile.jpg) no-repeat center center; } }
  .dashboard-hero #home-essentials {
    background: url(/program/rewardshubdemo/img/carousel-post-essentials.jpg) no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #home-essentials {
        background: url(/program/rewardshubdemo/img/carousel-post-essentials-mobile.jpg) no-repeat center center; } }
    .dashboard-hero #home-essentials h1 {
      max-width: 660px; }
  .dashboard-hero #home-essentials-pe {
    background: url(/program/rewardshubdemo/img/carousel-post-essentials-pe.jpg) no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #home-essentials-pe {
        background: url(/program/rewardshubdemo/img/carousel-post-essentials-mobile-pe.jpg) no-repeat center center; } }
    .dashboard-hero #home-essentials-pe h1 {
      max-width: 660px; }
  .dashboard-hero #social-good {
    background: url("https://cdn.augeobiz.com/static/storefront/charity/charity-hero.jpg") no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #social-good {
        background: url("https://cdn.augeobiz.com/static/storefront/charity/charity-hero-mobile.jpg") no-repeat center center; } }
  .dashboard-hero #home-shelter {
    position: relative;
    background: url(/program/rewardshubdemo/img/carousel-post-shelter.jpg) no-repeat center right; }
    @media (max-width: 767px) {
      .dashboard-hero #home-shelter {
        background: url(/program/rewardshubdemo/img/carousel-post-shelter-mobile.jpg) no-repeat center center; } }
    .dashboard-hero #home-shelter:before {
      content: '';
      position: absolute;
      width: 800px;
      height: 100%;
      left: 0;
      top: 0;
      background: -moz-linear-gradient(left, #dad8cb 0%, rgba(218, 216, 203, 0) 100%);
      background: -webkit-linear-gradient(left, #dad8cb 0%, rgba(218, 216, 203, 0) 100%);
      background: linear-gradient(to right, #dad8cb 0%, rgba(218, 216, 203, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad8cb', endColorstr='#00dad8cb',GradientType=1 ); }
    .dashboard-hero #home-shelter h1 {
      max-width: 660px; }
    .dashboard-hero #home-shelter h1, .dashboard-hero #home-shelter h6 {
      color: black !important; }
  .dashboard-hero #ey-home-shelter {
    position: relative;
    background: url(/program/rewardshubdemo/img/carousel-ey_us-1.jpg) no-repeat center right; }
    @media (max-width: 767px) {
      .dashboard-hero #ey-home-shelter {
        background: url(/program/rewardshubdemo/img/carousel-ey_us-1-mobile.jpg) no-repeat center center; } }
    .dashboard-hero #ey-home-shelter h1 {
      max-width: 660px; }
    .dashboard-hero #ey-home-shelter h1, .dashboard-hero #ey-home-shelter h6 {
      color: white !important; }
  .dashboard-hero #payroll {
    background: url(/program/rewardshubdemo/img/carousel-post-payroll.jpg) no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #payroll {
        background: url(/program/rewardshubdemo/img/carousel-post-payroll-mobile.jpg) no-repeat center center; } }
  .dashboard-hero #holiday-merch {
    position: relative;
    background: url(/program/rewardshubdemo/img/carousel-post-holiday.jpg) no-repeat center right; }
    @media (max-width: 767px) {
      .dashboard-hero #holiday-merch {
        background: url(/program/rewardshubdemo/img/carousel-post-holiday-mobile.jpg) no-repeat center center; } }
    .dashboard-hero #holiday-merch h1 {
      max-width: 750px;
      margin-bottom: 20px; }
    .dashboard-hero #holiday-merch h6 {
      margin-bottom: 10px;
      margin-top: 0; }
    .dashboard-hero #holiday-merch h1, .dashboard-hero #holiday-merch h6 {
      color: white !important; }
    .dashboard-hero #holiday-merch .merch-strip {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      background: rgba(158, 12, 12, 0.4);
      padding: 15px 0;
      color: white;
      font-size: 16px;
      font-weight: bold; }
      .dashboard-hero #holiday-merch .merch-strip > .container {
        top: 0;
        transform: none; }
  .dashboard-hero #YOS {
    background: url(/program/rewardshubdemo/img/YOS-hero.jpg) no-repeat center center; }
    .dashboard-hero #YOS h1, .dashboard-hero #YOS h6 {
      color: black !important; }
    @media (max-width: 767px) {
      .dashboard-hero #YOS {
        background: url(/program/rewardshubdemo/img/YOS-mobile.jpg) no-repeat center center; } }
  .dashboard-hero #IAG-YOS {
    background: url(/program/rewardshubdemo/img/IAG-YOS-hero.jpg) no-repeat center center; }
    .dashboard-hero #IAG-YOS h6 {
      font-size: 30px;
      letter-spacing: 0.1em;
      margin-bottom: 20px !important; }
    .dashboard-hero #IAG-YOS h2 {
      font-size: 90px;
      letter-spacing: 0.075em;
      max-width: 830px; }
    .dashboard-hero #IAG-YOS h2, .dashboard-hero #IAG-YOS h6 {
      color: white !important;
      text-align: center;
      font-family: 'Oswald', sans-serif;
      text-transform: uppercase;
      line-height: 1em !important;
      margin: 0 auto; }
    .dashboard-hero #IAG-YOS a.btn {
      display: inline-block;
      margin-top: 20px;
      background-color: #f8ee24; }
    @media (min-width: 768px) and (max-width: 991px) {
      .dashboard-hero #IAG-YOS h2 {
        font-size: 60px; }
      .dashboard-hero #IAG-YOS h6 {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .dashboard-hero #IAG-YOS {
        background: url(/program/rewardshubdemo/img/IAG-YOS-mobile.jpg) no-repeat center center; }
        .dashboard-hero #IAG-YOS h2 {
          font-size: 32px; }
        .dashboard-hero #IAG-YOS h6 {
          font-size: 18px; } }
  .dashboard-hero #weorg .background-filter {
    background: url(/program/rewardshubdemo/img/we-org/we_org_hero_banner.jpg) no-repeat center center;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    background-size: cover; }
    @media (max-width: 991px) {
      .dashboard-hero #weorg .background-filter {
        background: url(/program/rewardshubdemo/img/we-org/we_org_hero_banner_mobile.jpg) no-repeat center center; } }
  .dashboard-hero #weorg-mattel .background-filter {
    background: url(/program/rewardshubdemo/img/we-org/we_org_hero_banner3.jpg) no-repeat center center;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    background-size: cover; }
    @media (max-width: 991px) {
      .dashboard-hero #weorg-mattel .background-filter {
        background: url(/program/rewardshubdemo/img/we-org/we_org_hero_banner_mobile3.jpg) no-repeat center center; } }
  .dashboard-hero #retirement {
    background: url(/program/rewardshubdemo/img/retirement-hero.jpg) no-repeat center center; }
    .dashboard-hero #retirement h1, .dashboard-hero #retirement h6 {
      color: black !important; }
    @media (max-width: 767px) {
      .dashboard-hero #retirement {
        background: url(/program/rewardshubdemo/img/retirement-mobile.jpg) no-repeat center center; } }
  .dashboard-hero #experiences {
    background: url(/program/rewardshubdemo/img/carousel-post-experience.jpg) no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #experiences {
        background: url(/program/rewardshubdemo/img/carousel-post-experience-mobile.jpg) no-repeat center center; } }
  .dashboard-hero #encore-experience {
    background: url(/program/rewardshubdemo/img/encore-experience.jpg) no-repeat center center;
    background-size: cover; }
    .dashboard-hero #encore-experience h1 {
      max-width: 900px;
      margin-bottom: 15px;
      text-transform: none !important; }
    .dashboard-hero #encore-experience .btn {
      text-transform: none !important; }
  .dashboard-hero #encore-gift-cards {
    background: url(/program/rewardshubdemo/img/encore-gift-card.jpg) no-repeat center center;
    background-size: cover; }
    .dashboard-hero #encore-gift-cards h1 {
      max-width: 900px;
      margin-bottom: 15px;
      text-transform: none; }
    .dashboard-hero #encore-gift-cards .btn {
      text-transform: none !important; }
  .dashboard-hero #HomeAdvisor {
    background: url(/program/rewardshubdemo/img/carousel-post-HomeAdvisor.jpg) no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #HomeAdvisor {
        background: url(/program/rewardshubdemo/img/carousel-post-HomeAdvisor-mobile.jpg) no-repeat center center; } }
  .dashboard-hero #live-events {
    background: url(/program/rewardshubdemo/img/carousel-post-concerts.jpg) no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #live-events {
        background: url(/program/rewardshubdemo/img/carousel-post-concerts-mobile.jpg) no-repeat center center; } }
  .dashboard-hero #merchandise-mattel {
    background: url(/program/rewardshubdemo/img/carousel-post-merch2.jpg) no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #merchandise-mattel {
        background: url(/program/rewardshubdemo/img/carousel-post-merch-mobile2.jpg) no-repeat center center; } }
  .dashboard-hero #digital-mattel {
    background: url(/program/rewardshubdemo/img/carousel-post-digital-giftcard2.jpg) no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #digital-mattel {
        background: url(/program/rewardshubdemo/img/carousel-post-digital-giftcard-mobile2.jpg) no-repeat center center; } }
  .dashboard-hero #experiences-mattel {
    background: url(/program/rewardshubdemo/img/carousel-post-experience2.jpg) no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #experiences-mattel {
        background: url(/program/rewardshubdemo/img/carousel-post-experience-mobile2.jpg) no-repeat center center; } }
  .dashboard-hero #live-events-mattel {
    background: url(/program/rewardshubdemo/img/carousel-post-events.jpg) no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #live-events-mattel {
        background: url(/program/rewardshubdemo/img/carousel-post-events-mobile.jpg) no-repeat center center; } }
  .dashboard-hero #slow-shipping {
    background: url("https://cdn.augeobiz.com/static/storefront/heroBanners/carousel-shipping.jpg") no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #slow-shipping {
        background: url("https://cdn.augeobiz.com/static/storefront/heroBanners/carousel-shipping-mobile.jpg") no-repeat center center; } }
    .dashboard-hero #slow-shipping h1 {
      max-width: 700px; }
    .dashboard-hero #slow-shipping h6 {
      max-width: 775px;
      line-height: 1.3em !important; }
  .dashboard-hero #mattel-charity-1 {
    background: url("https://cdn.augeobiz.com/static/storefront/heroBanners/carousel-mattel-charity-1.jpg") no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #mattel-charity-1 {
        background: url("https://cdn.augeobiz.com/static/storefront/heroBanners/carousel-mattel-charity-1-mobile.jpg") no-repeat center center; } }
    .dashboard-hero #mattel-charity-1 h1 {
      margin-bottom: 0; }
    .dashboard-hero #mattel-charity-1 h2, .dashboard-hero #mattel-charity-1 p {
      color: white; }
    .dashboard-hero #mattel-charity-1 p {
      font-weight: bold;
      font-size: 16px;
      max-width: 375px; }
    .dashboard-hero #mattel-charity-1 h2 {
      font-size: 38px;
      margin-top: 0; }
      @media (max-width: 991px) {
        .dashboard-hero #mattel-charity-1 h2 {
          font-size: 16px; } }
  .dashboard-hero #mattel-charity-2 {
    background: url("https://cdn.augeobiz.com/static/storefront/heroBanners/carousel-mattel-charity-2.jpg") no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #mattel-charity-2 {
        background: url("https://cdn.augeobiz.com/static/storefront/heroBanners/carousel-mattel-charity-2-mobile.jpg") no-repeat center center; } }
    .dashboard-hero #mattel-charity-2 h1 {
      margin-bottom: 0; }
    .dashboard-hero #mattel-charity-2 p {
      color: white;
      font-size: 16px;
      max-width: 600px; }
    .dashboard-hero #mattel-charity-2 h2 {
      color: #ea0029;
      font-size: 38px;
      margin-top: 0; }
      @media (max-width: 991px) {
        .dashboard-hero #mattel-charity-2 h2 {
          font-size: 16px; } }
  .dashboard-hero #pro-premier-gear {
    background: url("https://cdn.augeobiz.com/static/storefront/heroBanners/pro-premier-gear-hero.jpg") no-repeat center center; }
    @media (max-width: 767px) {
      .dashboard-hero #pro-premier-gear {
        background: url("https://cdn.augeobiz.com/static/storefront/heroBanners/pro-premier-gear-hero-mobile.jpg") no-repeat center center; } }
  .dashboard-hero #holiday-2024 {
    background: url("https://cdn.augeobiz.com/static/storefront/heroBanners/holiday-2024-desktop.jpg") no-repeat center center; }
    .dashboard-hero #holiday-2024 .hero-headline, .dashboard-hero #holiday-2024 .hero-subheadline {
      color: white; }
    .dashboard-hero #holiday-2024 .hero-headline {
      font-size: 38px;
      max-width: 705px;
      font-weight: bold;
      margin-bottom: 25px;
      line-height: 1.1em !important;
      letter-spacing: 0.05em;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .dashboard-hero #holiday-2024 .hero-headline {
          font-size: 2.8vw;
          max-width: 70%;
          margin-bottom: 10px; } }
    .dashboard-hero #holiday-2024 .hero-subheadline {
      max-width: 59%;
      line-height: 1.3em !important;
      font-size: 24px;
      font-weight: 400;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .dashboard-hero #holiday-2024 .hero-subheadline {
          font-size: 2vw;
          max-width: 70%; } }
    @media (max-width: 991px) {
      .dashboard-hero #holiday-2024 {
        background: url("https://cdn.augeobiz.com/static/storefront/heroBanners/holiday-2024-mobile.jpg") no-repeat center center; } }
  .dashboard-hero .slick-prev:before,
  .dashboard-hero .slick-next:before {
    display: none; }
  .dashboard-hero .slick-dots {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 30px;
    list-style: none; }
    .dashboard-hero .slick-dots li {
      display: inline-block; }
      .dashboard-hero .slick-dots li button {
        border: 0;
        background: #fff;
        width: 12px;
        height: 12px;
        border-radius: 12px;
        content: ""; }
        .dashboard-hero .slick-dots li button:before {
          display: none; }
    .dashboard-hero .slick-dots li.slick-active button {
      border: 2px solid #fff;
      background: transparent;
      width: 10px;
      height: 10px; }

.slick-dotted.slick-slider {
  margin-bottom: 0 !important; }

.isMobile .dashboard-hero .slick-arrow {
  display: none !important; }

@media (max-width: 1485px) and (min-width: 1400px) {
  .dashboard-hero .container {
    padding: 0 55px; }

  .isMobile .dashboard-hero .container {
    padding: 0 15px; } }
@media (max-width: 1285px) and (min-width: 1200px) {
  .dashboard-hero .container {
    padding: 0 55px; }

  .isMobile .dashboard-hero .container {
    padding: 0 15px; } }
@media (max-width: 1085px) and (min-width: 1000px) {
  .dashboard-hero .container {
    padding: 0 55px; }

  .isMobile .dashboard-hero .container {
    padding: 0 15px; } }
@media (max-width: 900px) {
  .dashboard-hero .slick-arrow {
    display: none !important; } }
@media (max-width: 767px) {
  .dashboard-hero {
    height: 300px; }
    .dashboard-hero .slide {
      height: 300px; }
      .dashboard-hero .slide h1 {
        font-size: 2em;
        max-width: 280px; }
      .dashboard-hero .slide h6 {
        margin-bottom: 20px; } }
.mobile-points {
  background: #707070;
  padding: 50px 15px;
  color: white;
  font-size: 16px; }
  .mobile-points span {
    font-weight: bold;
    font-size: 2.5em;
    position: relative;
    top: 6px; }

.default-item-carousel {
  padding-top: 30px;
  padding-bottom: 50px;
  position: relative; }
  .default-item-carousel .slide {
    outline: none !important;
    width: auto;
    min-width: 180px; }
    .default-item-carousel .slide a {
      outline: none !important; }
      .default-item-carousel .slide a .image-box {
        position: relative;
        width: 100%;
        height: 180px;
        margin-bottom: 20px;
        overflow: hidden; }
        .default-item-carousel .slide a .image-box img {
          position: absolute;
          height: auto;
          width: auto;
          max-width: 85%;
          max-height: 100%;
          left: 50%;
          top: 50%;
          -webkit-transform: translate3d(-50%, -50%, 0);
          -moz-transform: translate3d(-50%, -50%, 0);
          -o-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0); }
      .default-item-carousel .slide a > span {
        color: #3d3d3d;
        font-weight: bold;
        font-size: 1em;
        margin-left: 5px; }
      .default-item-carousel .slide a h3 > .starting-text {
        display: block;
        font-size: 50%;
        opacity: 0.8;
        min-height: 13px; }
  .default-item-carousel > button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 10;
    border: 1px solid #808080;
    color: #808080;
    height: 40px;
    width: 40px;
    font-size: 1em;
    text-align: center;
    background: transparent;
    border-radius: 50px;
    transition: 0.25s ease all; }
    .default-item-carousel > button:hover, .default-item-carousel > button:active, .default-item-carousel > button:hover:focus {
      outline: none;
      background: #808080;
      color: #fff; }
  .default-item-carousel .slick-prev:focus, .default-item-carousel .slick-next:focus {
    color: #808080; }
  .default-item-carousel .slick-prev:before,
  .default-item-carousel .slick-next:before {
    display: none; }
  .default-item-carousel .slick-next {
    right: 10px;
    padding: 1px 0 0 2px; }
  .default-item-carousel .slick-prev {
    left: 10px;
    padding: 1px 2px 0 0; }
  .default-item-carousel p {
    display: block;
    display: -webkit-box;
    font-size: 1.125em;
    line-height: 1.25em;
    color: #3d3d3d;
    padding: 0 10px;
    height: 39px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
    .default-item-carousel p span {
      font-size: 0.875em; }
  .default-item-carousel h3 {
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 20px;
    color: #3d3d3d;
    font-size: 20px;
    display: inline-block; }

p.rating-box i {
  color: #eeeeee; }

p.rating-box i.checked {
  color: #707070; }

p.love-heart i {
  color: #1A513F; }

.category-carousel {
  background: #eeeeee;
  height: 360px;
  margin-top: 75px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 767px) {
    .category-carousel:after {
      content: '';
      width: 120px;
      height: 1px;
      background: #808080;
      position: absolute;
      top: 85%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0);
      -webkit-transform: translate3d(-50%, -50%, 0); } }
  .category-carousel > .row {
    margin: 0; }
    .category-carousel > .row > div {
      padding: 0;
      height: 360px;
      position: relative; }
      .category-carousel > .row > div > button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        z-index: 10;
        border: 1px solid #808080;
        color: #808080;
        height: 40px;
        width: 40px;
        font-size: 1.125em;
        text-align: center;
        background: transparent;
        border-radius: 50px;
        transition: 0.25s ease all; }
        @media (max-width: 767px) {
          .category-carousel > .row > div > button {
            top: 85%;
            border: 0;
            width: 15px;
            color: black; } }
        .category-carousel > .row > div > button:hover, .category-carousel > .row > div > button:active, .category-carousel > .row > div > button:focus {
          outline: none;
          background: #808080;
          color: #fff; }
          @media (max-width: 767px) {
            .category-carousel > .row > div > button:hover, .category-carousel > .row > div > button:active, .category-carousel > .row > div > button:focus {
              background: transparent;
              color: #808080; } }
      .category-carousel > .row > div .slick-prev:before,
      .category-carousel > .row > div .slick-next:before {
        display: none; }
      .category-carousel > .row > div .slick-next {
        right: 10px;
        padding: 1px 0 0 2px; }
        @media (max-width: 767px) {
          .category-carousel > .row > div .slick-next {
            right: 40px; } }
      .category-carousel > .row > div .slick-prev {
        left: 10px;
        padding: 1px 2px 0 0; }
        @media (max-width: 767px) {
          .category-carousel > .row > div .slick-prev {
            left: 40px; } }
  .category-carousel .left-box {
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .category-carousel .left-box {
        width: 85%;
        height: 90%; } }
    @media (max-width: 767px) {
      .category-carousel .left-box h2 {
        margin-bottom: 20px; } }
    .category-carousel .left-box > p {
      text-align: center;
      margin-bottom: 30px; }
    .category-carousel .left-box p.rating-box i {
      color: #808080; }
    .category-carousel .left-box p.rating-box i.checked {
      color: #707070; }
    .category-carousel .left-box .slide {
      max-height: 180px;
      overflow: hidden;
      outline: none !important; }
      @media (max-width: 767px) {
        .category-carousel .left-box .slide {
          max-height: 235px; } }
      .category-carousel .left-box .slide .row > div {
        position: relative; }
        .category-carousel .left-box .slide .row > div .item-info {
          position: relative;
          opacity: 0;
          -webkit-transform: translate3d(20%, 0, 0);
          -moz-transform: translate3d(20%, 0, 0);
          -o-transform: translate3d(20%, 0, 0);
          transform: translate3d(20%, 0, 0);
          transition: all 0.5s ease;
          -webkit-transition-delay: 0.25s;
          /* Safari */
          transition-delay: 0.25s; }
        .category-carousel .left-box .slide .row > div img {
          opacity: 0;
          -webkit-transform: translate3d(15%, 0, 0);
          -moz-transform: translate3d(15%, 0, 0);
          -o-transform: translate3d(15%, 0, 0);
          transform: translate3d(15%, 0, 0);
          transition: all 0.5s ease; }
          @media (max-width: 767px) {
            .category-carousel .left-box .slide .row > div img {
              max-width: 90px;
              margin: 0 auto 10px; } }
    .category-carousel .left-box .slide.current .row > div .item-info {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      @media (max-width: 767px) {
        .category-carousel .left-box .slide.current .row > div .item-info {
          text-align: center; } }
    .category-carousel .left-box .slide.current .row > div img {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .category-carousel .cat-image {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.75s ease opacity; }
  .category-carousel .cat-image.current {
    opacity: 1; }
  .category-carousel .corner-logo > img {
    width: 100%;
    height: auto;
    position: absolute;
    right: 15px;
    top: 15px;
    max-width: 100px;
    opacity: 0; }
  .category-carousel .cat-image.current + .corner-logo > img {
    opacity: 1; }
  .category-carousel p {
    font-size: 1.125em;
    margin-bottom: 0; }
    .category-carousel p span {
      display: inline-block;
      margin-top: 15px; }
  .category-carousel h2 {
    text-align: center;
    margin-top: 0;
    color: #3d3d3d;
    margin-bottom: 40px; }
  .category-carousel h3 {
    font-weight: bold;
    color: #3d3d3d;
    font-size: 1.5em;
    margin-top: 0; }

#popular-categories {
  padding: 40px 15px 20px; }
  #popular-categories h2 {
    margin-bottom: 25px; }

.cat-box {
  display: block;
  height: 210px;
  background-color: #707070;
  margin-bottom: 30px;
  position: relative;
  text-align: center; }
  .cat-box .pop-top {
    display: block;
    top: 35%;
    left: 50%;
    transform: translate3d(-50%, -35%, 0);
    -webkit-transform: translate3d(-50%, -35%, 0);
    -moz-transform: translate3d(-50%, -35%, 0);
    -o-transform: translate3d(-50%, -35%, 0);
    width: 70px;
    position: absolute;
    opacity: 1;
    animation: popin 0.25s forwards;
    -webkit-animation: popin 0.25s forwards; }
    @media (max-width: 767px) {
      .cat-box .pop-top {
        animation: none !important;
        opacity: 1 !important;
        font-size: 4.25em !important;
        transform: translate3d(-50%, -35%, 0) !important; } }
  .cat-box .pop-bottom {
    display: block;
    top: 35%;
    left: 50%;
    transform: translate3d(-50%, -35%, 0);
    -webkit-transform: translate3d(-50%, -35%, 0);
    -moz-transform: translate3d(-50%, -35%, 0);
    -o-transform: translate3d(-50%, -35%, 0);
    width: 50px;
    position: absolute;
    opacity: 0;
    animation: popout-bag 0.25s forwards;
    -webkit-animation: popout-bag 0.25s forwards; }
    @media (max-width: 767px) {
      .cat-box .pop-bottom {
        animation: none !important;
        display: none !important;
        transform: translate3d(-50%, -35%, 0); } }
  .cat-box:hover .pop-top, .cat-box:active .pop-top, .cat-box:focus .pop-top {
    animation: popout 0.25s forwards;
    -webkit-animation: popout 0.25s forwards; }
    @media (max-width: 767px) {
      .cat-box:hover .pop-top, .cat-box:active .pop-top, .cat-box:focus .pop-top {
        animation: none !important;
        opacity: 1 !important;
        font-size: 4.25em !important; } }
  .cat-box:hover .pop-bottom, .cat-box:active .pop-bottom, .cat-box:focus .pop-bottom {
    animation: popin-bag 0.25s forwards;
    -webkit-animation: popin-bag 0.25s forwards; }
    @media (max-width: 767px) {
      .cat-box:hover .pop-bottom, .cat-box:active .pop-bottom, .cat-box:focus .pop-bottom {
        animation: none !important;
        display: none !important; } }
  .cat-box:hover h3, .cat-box:active h3, .cat-box:focus h3 {
    animation: popdown 0.25s forwards;
    -webkit-animation: popdown 0.25s forwards; }
    @media (max-width: 767px) {
      .cat-box:hover h3, .cat-box:active h3, .cat-box:focus h3 {
        animation: none !important; } }
  .cat-box h3 {
    color: #fff;
    position: relative;
    margin: 0;
    animation: popup 0.25s forwards;
    -webkit-animation: popup 0.25s forwards; }
    @media (max-width: 767px) {
      .cat-box h3 {
        animation: none; } }

#popular-brands a {
  height: 100px;
  display: block;
  margin: 30px 0;
  position: relative;
  outline: none !important; }
#popular-brands img {
  max-width: 160px;
  max-height: 100px;
  margin: 0 auto;
  filter: grayscale(1);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: opacity 0.25s ease; }
#popular-brands .arrow-box {
  max-width: 280px;
  margin: 30px auto 60px;
  position: relative; }
  #popular-brands .arrow-box .hr {
    height: 2px;
    width: 220px;
    margin: 0 auto;
    background-color: #eeeeee; }
  #popular-brands .arrow-box > button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border: 0;
    color: #808080;
    font-size: 1em;
    text-align: center;
    background: transparent; }
    #popular-brands .arrow-box > button:hover, #popular-brands .arrow-box > button:active, #popular-brands .arrow-box > button:focus {
      outline: none;
      color: #3d3d3d; }
  #popular-brands .arrow-box .slick-prev:before,
  #popular-brands .arrow-box .slick-next:before {
    display: none; }
  #popular-brands .arrow-box .slick-next {
    right: 0px; }
  #popular-brands .arrow-box .slick-prev {
    left: 0px; }

@media (max-width: 767px) {
  #popular-categories {
    padding: 0; }
    #popular-categories > .row {
      margin: 0; }
      #popular-categories > .row > div {
        padding: 0;
        padding-right: 7px; }
        #popular-categories > .row > div:nth-child(2n) {
          padding: 0;
          padding-left: 7px; }
        #popular-categories > .row > div .cat-box {
          margin-bottom: 14px; }

  #popular-brands .arrow-box {
    width: 160px; }
    #popular-brands .arrow-box .hr {
      width: 100px; } }
#dashboard-category-box {
  padding-top: 30px;
  margin-bottom: -30px; }
  @media (max-width: 767px) {
    #dashboard-category-box {
      margin-bottom: -10px; } }
  #dashboard-category-box > h2.text-center {
    margin-bottom: 40px; }
  #dashboard-category-box > div {
    display: inline-block;
    float: none;
    width: 24%; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #dashboard-category-box > div {
        width: 32.5%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #dashboard-category-box > div {
        width: 49%; } }
    @media (max-width: 767px) {
      #dashboard-category-box > div {
        width: 50%;
        float: left;
        padding: 0 5px; } }
  #dashboard-category-box .cat-box {
    display: block;
    height: 210px;
    background-color: #707070;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    transition: background ease 0.25s; }
    @media (max-width: 767px) {
      #dashboard-category-box .cat-box {
        height: 180px;
        padding: 0 10px;
        margin-bottom: 10px; } }
    #dashboard-category-box .cat-box .pop-top {
      color: white;
      display: block;
      width: 100%;
      top: 35%;
      text-align: center;
      position: absolute;
      font-size: 0;
      opacity: 0;
      animation: popin-small 0.25s forwards;
      -webkit-animation: popin-small 0.25s forwards; }
    #dashboard-category-box .cat-box .pop-bottom {
      color: white;
      display: block;
      top: 35%;
      width: 100%;
      text-align: center;
      transform: translate3d(-50%, -35%, 0);
      -webkit-transform: translate3d(-50%, -35%, 0);
      -moz-transform: translate3d(-50%, -35%, 0);
      -o-transform: translate3d(-50%, -35%, 0);
      position: absolute;
      font-size: 4.5em;
      opacity: 1;
      animation: popout-small 0.25s forwards;
      -webkit-animation: popout-small 0.25s forwards; }
    #dashboard-category-box .cat-box button {
      top: 70%;
      left: 50%;
      width: 125px;
      height: 40px;
      transform: translate3d(-50%, -70%, 0);
      -webkit-transform: translate3d(-50%, -70%, 0);
      -moz-transform: translate3d(-50%, -70%, 0);
      -o-transform: translate3d(-50%, -70%, 0);
      position: absolute;
      opacity: 0; }
      #dashboard-category-box .cat-box button:hover, #dashboard-category-box .cat-box button:active, #dashboard-category-box .cat-box button:focus {
        background: #2e2e2e; }
    #dashboard-category-box .cat-box p {
      color: white;
      padding: 0 30px;
      font-size: 0.875em;
      top: 55%;
      position: absolute;
      opacity: 1;
      width: 100%; }
    #dashboard-category-box .cat-box:hover, #dashboard-category-box .cat-box:active, #dashboard-category-box .cat-box:focus {
      background: #1A513F; }
      #dashboard-category-box .cat-box:hover .pop-top, #dashboard-category-box .cat-box:active .pop-top, #dashboard-category-box .cat-box:focus .pop-top {
        font-size: 4.5em;
        opacity: 1;
        animation: popout-small 0.25s forwards;
        -webkit-animation: popout-small 0.25s forwards; }
      #dashboard-category-box .cat-box:hover .pop-bottom, #dashboard-category-box .cat-box:active .pop-bottom, #dashboard-category-box .cat-box:focus .pop-bottom {
        font-size: 0;
        opacity: 0;
        animation: popin-small 0.25s forwards;
        -webkit-animation: popin-small 0.25s forwards; }
      #dashboard-category-box .cat-box:hover button, #dashboard-category-box .cat-box:active button, #dashboard-category-box .cat-box:focus button {
        background: #2e2e2e;
        animation: popin-button 0.25s forwards;
        -webkit-animation: popin-button 0.25s forwards; }
      #dashboard-category-box .cat-box:hover h3, #dashboard-category-box .cat-box:active h3, #dashboard-category-box .cat-box:focus h3 {
        animation: popdown-dash 0.25s forwards;
        -webkit-animation: popdown-dash 0.25s forwards; }
      #dashboard-category-box .cat-box:hover p, #dashboard-category-box .cat-box:active p, #dashboard-category-box .cat-box:focus p {
        animation: popout-p 0.25s forwards;
        -webkit-animation: popout-p 0.25s forwards; }
    #dashboard-category-box .cat-box h3 {
      color: #fff;
      position: relative;
      margin: 0;
      top: 75%;
      transform: translateY(-75%);
      -webkit-transform: translateY(-75%);
      -moz-transform: translateY(-75%);
      -o-transform: translateY(-75%);
      animation: popup-dash 0.25s forwards;
      -webkit-animation: popup-dash 0.25s forwards;
      font-size: 1.375em; }
      @media (max-width: 767px) {
        #dashboard-category-box .cat-box h3 {
          font-size: 1.125em; } }

.order-tracking {
  background: #404040;
  padding: 40px 0;
  margin-top: 60px;
  color: white; }
  .order-tracking h2 {
    margin-top: 0;
    color: white;
    margin-bottom: 20px; }
  .order-tracking > .container {
    position: relative; }
    .order-tracking > .container > p {
      margin-bottom: 20px;
      font-size: 1.125em;
      font-weight: bold; }
  .order-tracking .status-bar {
    width: 100%;
    height: 30px;
    background: #eeeeee;
    border-radius: 30px;
    position: relative; }
    @media (max-width: 767px) {
      .order-tracking .status-bar {
        position: absolute;
        width: 400px;
        right: 25%;
        top: 58%;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg); } }
    .order-tracking .status-bar .current-status {
      width: 50%;
      height: 100%;
      left: 0;
      background: #1A513F;
      position: relative;
      border-radius: 30px; }
    .order-tracking .status-bar .delivered-circle {
      border: 4px solid #1A513F;
      width: 30px;
      height: 100%;
      position: absolute;
      right: 0px;
      top: 0;
      background: #404040;
      border-radius: 30px; }
  .order-tracking .copy-box {
    position: relative;
    width: 100%;
    min-height: 45px;
    margin: 20px 0; }
    @media (max-width: 767px) {
      .order-tracking .copy-box {
        position: absolute;
        margin: 0;
        width: 75%;
        height: 400px;
        top: 105px;
        right: 0; } }
    .order-tracking .copy-box .order-received, .order-tracking .copy-box .on-the-way, .order-tracking .copy-box .delivered {
      position: absolute;
      width: auto; }
      .order-tracking .copy-box .order-received p, .order-tracking .copy-box .on-the-way p, .order-tracking .copy-box .delivered p {
        font-size: 1.125em;
        font-weight: bold;
        margin-bottom: 0; }
      .order-tracking .copy-box .order-received span, .order-tracking .copy-box .on-the-way span, .order-tracking .copy-box .delivered span {
        font-size: 0.875em; }
      .order-tracking .copy-box .order-received i, .order-tracking .copy-box .on-the-way i, .order-tracking .copy-box .delivered i {
        font-size: 1.25em;
        display: inline-block; }
    .order-tracking .copy-box .order-received.not-yet, .order-tracking .copy-box .on-the-way.not-yet, .order-tracking .copy-box .delivered.not-yet {
      color: #1A513F; }
    .order-tracking .copy-box .order-received {
      left: 0;
      top: 0px;
      text-align: left; }
      @media (max-width: 767px) {
        .order-tracking .copy-box .order-received {
          top: 0px; } }
    .order-tracking .copy-box .on-the-way {
      left: 50%;
      text-align: center;
      top: 0px;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%); }
      .order-tracking .copy-box .on-the-way i {
        position: relative;
        top: 4px; }
      @media (max-width: 767px) {
        .order-tracking .copy-box .on-the-way {
          top: 40%;
          left: 0;
          text-align: left;
          transform: none;
          -webkit-transform: none;
          -moz-transform: none;
          -o-transform: none; } }
    .order-tracking .copy-box .delivered {
      right: 0px;
      top: 0px;
      text-align: right; }
      .order-tracking .copy-box .delivered i {
        position: relative;
        top: 3px; }
      @media (max-width: 767px) {
        .order-tracking .copy-box .delivered {
          bottom: 0px;
          top: initial;
          left: 0;
          text-align: left; } }

@media (min-width: 350px) and (max-width: 399px) {
  .order-tracking .status-bar {
    right: 32%; } }
@media (min-width: 400px) and (max-width: 499px) {
  .order-tracking .status-bar {
    right: 42%; } }
@media (min-width: 500px) and (max-width: 599px) {
  .order-tracking .status-bar {
    right: 50%; } }
@media (min-width: 600px) and (max-width: 766px) {
  .order-tracking .status-bar {
    right: 60%; } }
.subcategory-flex {
  display: flex;
  margin: 0 -15px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 40px 0 20px; }
  @media (max-width: 767px) {
    .subcategory-flex {
      margin: 0 -5px; } }
  .subcategory-flex > a {
    width: calc(20% - 30px);
    margin: 0 15px 30px 15px;
    border: 1px solid #e3e3e3;
    padding: 10px;
    text-decoration: none !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .subcategory-flex > a:hover {
      box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.15); }
    @media (min-width: 992px) and (max-width: 1199px) {
      .subcategory-flex > a {
        width: calc(25% - 30px); } }
    @media (min-width: 768px) and (max-width: 991px) {
      .subcategory-flex > a {
        width: calc(33.3334% - 30px); } }
    @media (max-width: 767px) {
      .subcategory-flex > a {
        width: calc(50% - 10px);
        margin: 0 5px 10px 5px; } }
    .subcategory-flex > a .image-holder {
      width: 100%;
      height: 0;
      position: relative;
      padding-bottom: 90%;
      margin-bottom: 10px; }
      .subcategory-flex > a .image-holder img {
        position: absolute;
        left: 50%;
        top: 50%;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0); }
    .subcategory-flex > a p {
      text-align: left;
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      height: 38px;
      /* Fallback for non-webkit */
      margin: 0 auto;
      font-size: 14px;
      line-height: 1.4em;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #2e2e2e;
      font-weight: bold;
      text-decoration: none !important; }
      @media (max-width: 767px) {
        .subcategory-flex > a p {
          font-size: 10px;
          height: 29px; } }

.fnd-tier-banner {
  background: #000;
  color: white;
  padding: 10px 0; }
  .fnd-tier-banner h1 {
    text-transform: uppercase;
    color: white;
    margin: 0;
    font-size: 42px; }
  .fnd-tier-banner .icon-flex {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    margin: 15px 0; }
  .fnd-tier-banner .icon-flex > img {
    width: 60px;
    height: 60px;
    margin-right: 15px; }
  .fnd-tier-banner .icon-flex h1 > span {
    font-size: 18px; }
  .fnd-tier-banner .progress-area h2 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px; }
  .fnd-tier-banner .min-max-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px; }
  .fnd-tier-banner span.next-tier {
    text-transform: uppercase; }
  .fnd-tier-banner .progress {
    border-radius: 0;
    height: 10px;
    background: #fff;
    box-shadow: none;
    margin-bottom: 0; }
  .fnd-tier-banner .progress .progress-bar {
    background: #E7182C;
    box-shadow: none;
    border-radius: 0; }
  .fnd-tier-banner .progress:after {
    display: none; }
  .fnd-tier-banner > .container {
    position: relative; }
  .fnd-tier-banner .collapsed-row .icon-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0; }
  .fnd-tier-banner .collapsed-row .icon-flex > img {
    height: 30px;
    width: 30px;
    margin-right: 10px; }
  .fnd-tier-banner .collapsed-row .icon-flex h1 {
    font-size: 18px;
    margin-right: 10px; }
  .fnd-tier-banner .collapsed-row .icon-flex p {
    margin: 0 10px 0 0; }
  .fnd-tier-banner .collapsed-row .icon-flex h2 {
    margin: 0;
    font-size: 14px; }
  .fnd-tier-banner .collapse-toggle {
    background: white;
    color: black;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    text-align: center;
    padding: 3px;
    position: absolute;
    bottom: 3px;
    right: 15px;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.25s ease opacity; }
    .fnd-tier-banner .collapse-toggle:hover {
      opacity: 0.85; }
  .fnd-tier-banner .collapse-toggle.expanded i:before {
    content: "\f077"; }
  .fnd-tier-banner .collapse-toggle.collapsed i:before {
    content: "\f078"; }

#body .storefront #storefront-content > .container > h1 {
  color: #404040;
  margin-bottom: 40px; }
#body .storefront #search-header {
  position: relative;
  height: 350px;
  width: 100%; }
  #body .storefront #search-header > img {
    position: absolute;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    z-index: 0; }
  #body .storefront #search-header .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%); }
    #body .storefront #search-header .container h1 {
      font-weight: bold;
      max-width: 600px;
      text-transform: uppercase;
      font-size: 3.75em;
      margin-top: 0;
      color: white; }
    #body .storefront #search-header .container form.storefront-search {
      position: relative;
      margin-top: 25px; }
      #body .storefront #search-header .container form.storefront-search img {
        position: absolute;
        width: 23px;
        height: 23px;
        top: 9px;
        left: 30px; }
      #body .storefront #search-header .container form.storefront-search input[type=text] {
        width: 500px;
        height: 40px;
        border: 0;
        margin-bottom: 15px;
        padding: 0 25px 0 65px;
        margin-right: 10px; }
#body .storefront #storefront-content {
  padding: 40px 0 0; }
  #body .storefront #storefront-content .accordion {
    display: none;
    opacity: 0;
    transition: 0.25s ease all; }
  #body .storefront #storefront-content .accordion.shown {
    opacity: 1; }
  #body .storefront #storefront-content h4 {
    font-weight: bold;
    font-size: 1.125em; }
  #body .storefront #storefront-content .mini-nav {
    color: #3d3d3d;
    font-size: 2em;
    margin-top: 25px;
    margin-bottom: 70px;
    font-weight: bold; }
    #body .storefront #storefront-content .mini-nav a {
      margin: 0 20px;
      text-transform: uppercase;
      color: #808080;
      padding-bottom: 10px;
      border-bottom: 3px solid #fff;
      transition: all 0.25s ease; }
      #body .storefront #storefront-content .mini-nav a:hover, #body .storefront #storefront-content .mini-nav a:focus, #body .storefront #storefront-content .mini-nav a:active {
        color: #3d3d3d;
        border-bottom: 3px solid #404040; }
    #body .storefront #storefront-content .mini-nav a.active {
      color: #3d3d3d;
      border-bottom: 3px solid #404040; }

#storefront-category-box > div {
  display: inline-block;
  *display: inline;
  float: none;
  width: 24%;
  overflow: hidden; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #storefront-category-box > div {
      width: 32.5%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #storefront-category-box > div {
      width: 49%; } }
  @media (max-width: 767px) {
    #storefront-category-box > div {
      width: 100%; } }
#storefront-category-box .cat-box {
  display: block;
  height: 340px;
  background-color: #707070;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  transition: background ease 0.25s; }
  #storefront-category-box .cat-box .pop-top {
    color: white;
    display: block;
    width: 100%;
    top: 20%;
    text-align: center;
    position: absolute;
    opacity: 1;
    animation: popin-small 0.25s forwards;
    -webkit-animation: popin-small 0.25s forwards; }
  #storefront-category-box .cat-box .pop-bottom {
    color: white;
    display: block;
    top: 20%;
    width: 100%;
    text-align: center;
    transform: translate3d(-50%, -35%, 0);
    -webkit-transform: translate3d(-50%, -35%, 0);
    -moz-transform: translate3d(-50%, -35%, 0);
    -o-transform: translate3d(-50%, -35%, 0);
    position: absolute;
    opacity: 0;
    animation: popout-small 0.25s forwards;
    -webkit-animation: popout-small 0.25s forwards; }
  #storefront-category-box .cat-box button {
    top: 70%;
    left: 50%;
    width: 227px;
    height: 40px;
    transform: translate3d(-50%, -70%, 0);
    -webkit-transform: translate3d(-50%, -70%, 0);
    -moz-transform: translate3d(-50%, -70%, 0);
    -o-transform: translate3d(-50%, -70%, 0);
    position: absolute;
    opacity: 0; }
    #storefront-category-box .cat-box button:hover, #storefront-category-box .cat-box button:active, #storefront-category-box .cat-box button:focus {
      background: #2e2e2e; }
  #storefront-category-box .cat-box p {
    color: white;
    padding: 0 30px;
    font-size: 0.875em;
    top: 55%;
    position: absolute;
    opacity: 1;
    width: 100%; }
  #storefront-category-box .cat-box:hover, #storefront-category-box .cat-box:active, #storefront-category-box .cat-box:focus {
    background: #1A513F; }
    #storefront-category-box .cat-box:hover .pop-top, #storefront-category-box .cat-box:active .pop-top, #storefront-category-box .cat-box:focus .pop-top {
      animation: popout-small 0.25s forwards;
      -webkit-animation: popout-small 0.25s forwards; }
    #storefront-category-box .cat-box:hover .pop-bottom, #storefront-category-box .cat-box:active .pop-bottom, #storefront-category-box .cat-box:focus .pop-bottom {
      animation: popin-small 0.25s forwards;
      -webkit-animation: popin-small 0.25s forwards; }
    #storefront-category-box .cat-box:hover button, #storefront-category-box .cat-box:active button, #storefront-category-box .cat-box:focus button {
      background: #2e2e2e;
      animation: popin-button 0.25s forwards;
      -webkit-animation: popin-button 0.25s forwards; }
    #storefront-category-box .cat-box:hover h3, #storefront-category-box .cat-box:active h3, #storefront-category-box .cat-box:focus h3 {
      animation: popdown-store 0.25s forwards;
      -webkit-animation: popdown-store 0.25s forwards; }
    #storefront-category-box .cat-box:hover p, #storefront-category-box .cat-box:active p, #storefront-category-box .cat-box:focus p {
      animation: popout-p 0.25s forwards;
      -webkit-animation: popout-p 0.25s forwards; }
  #storefront-category-box .cat-box h3 {
    color: #fff;
    position: relative;
    margin: 0;
    animation: popup-store 0.25s forwards;
    -webkit-animation: popup-store 0.25s forwards; }

@media only screen and (max-width: 767px) {
  #body .storefront #search-header .container form.storefront-search img {
    position: absolute;
    width: 23px;
    height: 23px;
    top: 9px;
    left: 20px; }
  #body .storefront #search-header .container form.storefront-search input[type=text] {
    width: 50%;
    height: 40px;
    border: 0;
    padding: 0 25px 0 55px;
    margin-right: 10px; }
  #body .storefront #search-header .container form.storefront-search input[type=submit] {
    width: 25%; }
  #body .storefront #storefront-content .mini-nav {
    margin-bottom: 0; }
    #body .storefront #storefront-content .mini-nav a {
      display: inline-block;
      width: auto;
      margin-bottom: 20px; }
      #body .storefront #storefront-content .mini-nav a:last-child {
        margin-bottom: 0; } }
@media only screen and (max-width: 500px) {
  #body .storefront #search-header .container h1 {
    font-size: 2.4em; }
  #body .storefront #search-header .container form.storefront-search input[type=text] {
    width: 100%; }
  #body .storefront #search-header .container form.storefront-search input[type=submit] {
    width: auto;
    margin-top: 10px; } }
.profile-form-box {
  padding: 20px;
  border: 4px solid #eeeeee;
  margin: 20px 0 40px; }
  .profile-form-box h3 {
    margin-top: 0; }
    .profile-form-box h3 input[type=submit] {
      margin-bottom: 0; }

.inbox-personalize {
  background: #eeeeee;
  padding: 30px 0; }
  .inbox-personalize h2 {
    margin-top: 0; }
  .inbox-personalize p {
    font-weight: bold; }
  .inbox-personalize .container > .row .pull-left i {
    font-size: 1.25em;
    position: relative;
    top: 2px; }
  .inbox-personalize .container > .row .pull-left strong i {
    font-size: 1em;
    top: 0;
    color: #707070; }
  .inbox-personalize .hr {
    clear: both;
    height: 1px;
    background: #3d3d3d;
    width: 100%;
    margin: 10px auto; }

.unsubscribe-box {
  background: #1A513F;
  padding: 50px 0;
  color: white; }
  .unsubscribe-box h2 {
    margin-top: 0;
    color: white; }
  .unsubscribe-box .btn {
    margin-top: 30px;
    margin-bottom: 0; }

.dashboard-options {
  background: #707070;
  padding: 30px 0; }
  .dashboard-options .col-xs-12.col-sm-4.text-center {
    border-right: 1px solid white; }
    @media (max-width: 767px) {
      .dashboard-options .col-xs-12.col-sm-4.text-center {
        border: 0; } }
    .dashboard-options .col-xs-12.col-sm-4.text-center:nth-child(3n) {
      border: 0; }
    .dashboard-options .col-xs-12.col-sm-4.text-center:first-child:after, .dashboard-options .col-xs-12.col-sm-4.text-center:nth-child(2):after {
      content: '';
      background: #707070;
      display: block;
      position: absolute;
      bottom: -20px;
      right: -20px;
      width: 40px;
      height: 40px;
      z-index: 99; }
      @media (max-width: 767px) {
        .dashboard-options .col-xs-12.col-sm-4.text-center:first-child:after, .dashboard-options .col-xs-12.col-sm-4.text-center:nth-child(2):after {
          display: none; } }
  .dashboard-options .hr {
    background: white; }
    @media (max-width: 767px) {
      .dashboard-options .hr {
        display: none; } }
  .dashboard-options .cat-box {
    display: block;
    height: 210px;
    margin-bottom: 30px;
    position: relative;
    text-align: center; }
    @media (max-width: 767px) {
      .dashboard-options .cat-box {
        border-bottom: 1px solid white; } }
    .dashboard-options .cat-box i {
      display: block;
      top: 35%;
      left: 50%;
      transform: translate3d(-50%, -35%, 0);
      -webkit-transform: translate3d(-50%, -35%, 0);
      -moz-transform: translate3d(-50%, -35%, 0);
      -o-transform: translate3d(-50%, -35%, 0);
      font-size: 4.25em;
      color: #1A513F;
      position: absolute;
      opacity: 1;
      animation: iconSmall 0.25s forwards;
      -webkit-animation: iconSmall 0.25s forwards; }
    .dashboard-options .cat-box:hover i, .dashboard-options .cat-box:active i, .dashboard-options .cat-box:focus i {
      animation: iconBig 0.25s forwards;
      -webkit-animation: iconBig 0.25s forwards; }
    .dashboard-options .cat-box:hover h3, .dashboard-options .cat-box:active h3, .dashboard-options .cat-box:focus h3 {
      animation: popdown 0.25s forwards;
      -webkit-animation: popdown 0.25s forwards; }
    .dashboard-options .cat-box h3 {
      color: #fff;
      position: relative;
      margin: 0;
      font-size: 1.5em;
      text-transform: uppercase;
      animation: popup 0.25s forwards;
      -webkit-animation: popup 0.25s forwards; }

.terms h2 {
  color: #3d3d3d;
  text-transform: uppercase;
  margin-top: 40px; }
.terms ul, .terms ol {
  padding-left: 20px; }

#reg-form .row {
  margin-left: -15px;
  margin-right: -15px; }
  #reg-form .row .col-md-6, #reg-form .row .col-xs-12 {
    padding: 0 15px; }

.faq-content {
  text-align: center; }
  .faq-content p {
    color: #808080; }
  .faq-content p.faq-descrip.question {
    font-weight: 700;
    color: #3d3d3d;
    margin-top: 20px; }
  .faq-content .hr {
    margin: 40px auto 20px;
    width: 100%;
    max-width: 450px;
    background-color: #e3e3e3;
    height: 1px; }
  .faq-content .contact-info {
    margin-top: 40px;
    color: #3d3d3d; }

.rules h2 {
  margin-bottom: 40px; }
.rules ol {
  padding: 0 0 0 25px;
  margin-bottom: 20px; }
  .rules ol li {
    margin-bottom: 10px; }
.rules ul {
  margin-bottom: 20px;
  margin-top: 20px; }
  .rules ul li {
    margin-bottom: 10px; }

#register .checkbox {
  padding-top: 0px;
  text-align: left; }
  #register .checkbox input[type=checkbox] {
    left: 0px;
    margin-left: 0; }
  #register .checkbox span.label-text {
    margin-left: 20px; }
    #register .checkbox span.label-text .fa {
      color: #404040;
      font-size: 1.25em;
      margin-left: 6px;
      position: relative;
      top: 1px; }

#order-tracker-page {
  margin-top: 40px;
  margin-bottom: 80px; }
  #order-tracker-page .form-inline {
    margin-top: 15px; }
    @media (max-width: 767px) {
      #order-tracker-page .form-inline .form-group.pull-right {
        float: left !important;
        width: 100%; } }
  #order-tracker-page h2 {
    margin-bottom: 30px; }
  #order-tracker-page #accordion-container .order-box {
    margin-bottom: 2px; }
    #order-tracker-page #accordion-container .order-box .order-heading {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px;
      background: #eeeeee;
      cursor: pointer; }
      @media (max-width: 767px) {
        #order-tracker-page #accordion-container .order-box .order-heading {
          padding: 10px; } }
      #order-tracker-page #accordion-container .order-box .order-heading .detail-line {
        display: inline-block;
        margin-right: 10px; }
        @media (max-width: 991px) {
          #order-tracker-page #accordion-container .order-box .order-heading .detail-line {
            display: block; } }
      #order-tracker-page #accordion-container .order-box .order-heading .total > span {
        color: #404040;
        font-weight: bold;
        font-size: 16px;
        margin-right: 15px; }
        #order-tracker-page #accordion-container .order-box .order-heading .total > span > b {
          color: #333333 !important;
          font-weight: normal;
          font-size: 85%; }
          @media (max-width: 767px) {
            #order-tracker-page #accordion-container .order-box .order-heading .total > span > b {
              display: block; } }
        @media (max-width: 767px) {
          #order-tracker-page #accordion-container .order-box .order-heading .total > span {
            position: relative;
            top: -12px; } }
      #order-tracker-page #accordion-container .order-box .order-heading .total > button {
        background: transparent;
        border: 0;
        box-shadow: none;
        padding: 0;
        height: 15px; }
        #order-tracker-page #accordion-container .order-box .order-heading .total > button img {
          width: 15px;
          position: relative;
          top: -1px;
          -webkit-transition: all 0.25s ease;
          -moz-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          transition: all 0.25s ease; }
          @media (max-width: 767px) {
            #order-tracker-page #accordion-container .order-box .order-heading .total > button img {
              top: -12px; } }
    #order-tracker-page #accordion-container .order-box .order-dropdown {
      border: 1px solid #eeeeee;
      padding: 0 15px;
      display: none; }
      @media (max-width: 767px) {
        #order-tracker-page #accordion-container .order-box .order-dropdown {
          padding: 0 10px; } }
      #order-tracker-page #accordion-container .order-box .order-dropdown .order {
        padding: 15px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #eeeeee; }
        @media (max-width: 767px) {
          #order-tracker-page #accordion-container .order-box .order-dropdown .order {
            padding: 10px 0; } }
        #order-tracker-page #accordion-container .order-box .order-dropdown .order:first-child {
          border: 0; }
        @media (max-width: 767px) {
          #order-tracker-page #accordion-container .order-box .order-dropdown .order {
            display: block; }
            #order-tracker-page #accordion-container .order-box .order-dropdown .order:after {
              content: '';
              display: table;
              clear: both; } }
      #order-tracker-page #accordion-container .order-box .order-dropdown p {
        margin-bottom: 0; }
      #order-tracker-page #accordion-container .order-box .order-dropdown .product-info {
        width: 50%; }
        #order-tracker-page #accordion-container .order-box .order-dropdown .product-info:after {
          content: '';
          display: table;
          clear: both; }
        @media (max-width: 767px) {
          #order-tracker-page #accordion-container .order-box .order-dropdown .product-info {
            width: 100%;
            margin-bottom: 10px; } }
        #order-tracker-page #accordion-container .order-box .order-dropdown .product-info .image-area.travel {
          background: #404040; }
        #order-tracker-page #accordion-container .order-box .order-dropdown .product-info .image-area {
          width: 75px;
          height: 75px;
          float: left;
          text-align: center;
          position: relative; }
          #order-tracker-page #accordion-container .order-box .order-dropdown .product-info .image-area a {
            position: relative;
            height: 100%;
            width: 100%;
            display: block; }
          #order-tracker-page #accordion-container .order-box .order-dropdown .product-info .image-area img {
            max-width: 75px;
            max-height: 75px;
            width: auto;
            height: auto;
            margin: auto;
            display: block;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%); }
          #order-tracker-page #accordion-container .order-box .order-dropdown .product-info .image-area i {
            font-size: 36px;
            line-height: 88px;
            color: white;
            text-decoration: none; }
        #order-tracker-page #accordion-container .order-box .order-dropdown .product-info .deets {
          float: left;
          margin-top: 15px;
          margin-left: 15px;
          width: calc(100% - 90px); }
        #order-tracker-page #accordion-container .order-box .order-dropdown .product-info h6 {
          font-size: 16px;
          font-weight: bold;
          margin: 0 0 5px;
          text-overflow: ellipsis;
          overflow: hidden;
          height: 17px;
          white-space: nowrap; }
      #order-tracker-page #accordion-container .order-box .order-dropdown .tracking-info {
        width: 30%; }
        @media (max-width: 767px) {
          #order-tracker-page #accordion-container .order-box .order-dropdown .tracking-info {
            float: left;
            width: calc(100% - 70px); } }
        #order-tracker-page #accordion-container .order-box .order-dropdown .tracking-info .tracking {
          margin-bottom: 10px;
          display: block; }
          #order-tracker-page #accordion-container .order-box .order-dropdown .tracking-info .tracking:last-child {
            margin: 0; }
      #order-tracker-page #accordion-container .order-box .order-dropdown .price {
        text-align: right;
        font-size: 14px;
        color: black;
        font-weight: bold; }
        #order-tracker-page #accordion-container .order-box .order-dropdown .price span {
          font-weight: normal; }
        #order-tracker-page #accordion-container .order-box .order-dropdown .price b {
          font-size: 16px;
          font-weight: bold;
          color: #404040; }
        @media (max-width: 767px) {
          #order-tracker-page #accordion-container .order-box .order-dropdown .price {
            float: right; } }
  #order-tracker-page #accordion-container .order-heading.open .total > button img {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg); }

.order-tracking i.icon {
  font-size: 70px;
  line-height: 60px;
  display: block;
  color: white;
  margin-bottom: 20px; }

#we-org * {
  font-family: 'Muli', sans-serif; }
  #we-org * .fa {
    font: normal normal normal 14px/1 FontAwesome; }
#we-org .banner-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative; }
  #we-org .banner-container h1 {
    position: absolute;
    left: 4%;
    top: 0;
    color: #abffef;
    text-align: left;
    font-size: 4.9vw;
    line-height: 0.95em;
    letter-spacing: 0.0125em;
    font-weight: bold;
    margin-top: 2%; }
    @media (min-width: 1400px) {
      #we-org .banner-container h1 {
        font-size: 79px; } }
#we-org p {
  color: black; }
#we-org h1 {
  font-size: 28px;
  color: #204892;
  font-weight: bold;
  text-align: center;
  text-transform: none; }
#we-org h2 {
  font-size: 24px;
  color: #204892;
  font-weight: bold;
  text-align: center;
  text-transform: none; }
#we-org .hero {
  margin: 0 auto; }
#we-org .paragraph-1, #we-org .main-p {
  text-align: center;
  font-size: 18px;
  line-height: 1.4em;
  max-width: 1100px;
  margin: 40px auto; }
#we-org .small-hr {
  background: #ee7653;
  height: 4px;
  width: 75px;
  margin: 15px auto; }
#we-org .icon-row {
  margin-bottom: 30px; }
#we-org img.icon {
  width: 95px;
  margin: 15px auto; }
#we-org .icon-row p {
  font-size: 16px;
  line-height: 1.4em;
  max-width: 375px;
  margin: 0 auto 20px; }
#we-org .blue-box {
  background: #e5f7fe;
  padding: 30px 0 50px; }
  #we-org .blue-box .flex-row {
    display: flex;
    justify-content: space-evenly;
    align-items: center; }
    @media (max-width: 991px) {
      #we-org .blue-box .flex-row {
        display: block; } }
    #we-org .blue-box .flex-row > div {
      width: 33%; }
      @media (max-width: 991px) {
        #we-org .blue-box .flex-row > div {
          width: 100%; } }
      #we-org .blue-box .flex-row > div p {
        margin-top: 15px; }
@media (min-width: 992px) and (max-width: 1199px) {
  #we-org .catalog-slider .product .image-box {
    height: 287px; } }
@media (min-width: 768px) and (max-width: 991px) {
  #we-org .catalog-slider .product .image-box {
    height: 214px; } }
#we-org .catalog-slider .product h2 {
  text-align: left;
  color: black; }
  #we-org .catalog-slider .product h2 span {
    margin-left: 0; }
#we-org .we-org-slider {
  max-width: 90%;
  margin: 0 auto; }
#we-org .we-org-slider > button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
  border: 1px solid #808080;
  color: #808080;
  height: 40px;
  width: 40px;
  font-size: 1em;
  text-align: center;
  background: transparent;
  border-radius: 50px;
  transition: 0.25s ease all; }
  #we-org .we-org-slider > button:hover, #we-org .we-org-slider > button:active, #we-org .we-org-slider > button:hover:focus {
    outline: none;
    background: #808080;
    color: #fff; }
  @media (max-width: 767px) {
    #we-org .we-org-slider > button {
      display: none; } }
  #we-org .we-org-slider > button .slick-prev:focus,
  #we-org .we-org-slider > button .slick-next:focus {
    color: #808080; }
#we-org .slick-prev:before,
#we-org .slick-next:before {
  display: none; }
#we-org .slick-next {
  right: -50px;
  padding: 1px 0 0 2px; }
#we-org .slick-prev {
  left: -50px;
  padding: 1px 2px 0 0; }

@media (min-width: 1200px) and (max-width: 1399px) {
  #we-org .catalog-slider .product .image-box {
    height: 200px; } }
#we-org-faq .panel {
  background: transparent;
  box-shadow: none;
  border: 0; }
  #we-org-faq .panel > a {
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
    border-bottom: 2px solid #cccccc;
    position: relative;
    color: #3d3d3d; }
    #we-org-faq .panel > a span {
      position: absolute;
      right: 0;
      width: 20px; }
      #we-org-faq .panel > a span img {
        opacity: 0;
        width: 20px;
        height: 18px;
        transition: all 0.25s ease;
        transform: rotateX(0deg); }
  #we-org-faq .panel > a.open {
    border-bottom: 2px solid #404040 !important; }
    #we-org-faq .panel > a.open span img {
      transform: rotateX(180deg);
      opacity: 1; }
  #we-org-faq .panel a.active {
    border-bottom: 2px solid #404040 !important; }
    #we-org-faq .panel a.active span img {
      opacity: 1; }
  #we-org-faq .panel .panel-collapse {
    background-color: #eeeeee;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 1em;
    color: #3d3d3d;
    line-height: 24px; }

.charity-dash {
  padding-bottom: 50px; }
  .charity-dash h4 {
    font-weight: bold;
    font-size: 26px;
    max-width: 1200px;
    margin: 30px auto 30px;
    color: #3d3d3d; }
  .charity-dash h6 {
    font-weight: bold;
    color: #3d3d3d;
    font-size: 14px; }
  .charity-dash .charity-icons {
    text-align: center; }
    @media (max-width: 991px) {
      .charity-dash .charity-icons {
        margin-bottom: 30px; }
        .charity-dash .charity-icons:last-child {
          margin-bottom: 0; } }
    .charity-dash .charity-icons h6 {
      margin-bottom: 0; }
    .charity-dash .charity-icons img {
      width: 70px;
      margin-bottom: 15px; }
    .charity-dash .charity-icons i {
      width: 70px;
      margin-bottom: 15px;
      font-size: 70px;
      color: #404040; }
  .charity-dash .charity-box {
    display: block;
    padding: 0;
    border: 1px solid #e3e3e3;
    position: relative;
    text-decoration: none !important;
    margin-top: 30px; }
    .charity-dash .charity-box h6 {
      margin-top: 25px; }
    .charity-dash .charity-box .hover {
      opacity: 0;
      background: rgba(0, 0, 0, 0.4);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
    .charity-dash .charity-box .image-holder {
      height: 250px;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .charity-dash .charity-box .image-holder img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%; }
    .charity-dash .charity-box .logo-holder {
      max-width: 90%;
      height: 120px;
      margin: 15px auto; }
      .charity-dash .charity-box .logo-holder img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%; }
    .charity-dash .charity-box p {
      display: block;
      display: -webkit-box;
      color: #3d3d3d;
      font-size: 14px;
      margin-bottom: 15px;
      padding: 0 15px;
      height: 124px;
      line-height: 20px;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
  .charity-dash .charity-box:hover .hover {
    opacity: 1; }

#weorg .catalog-header.charity {
  background: url("https://cdn.augeobiz.com/static/storefront/charity/we-org/we-org-detail-banner.jpg") no-repeat center center;
  background-size: cover; }
  @media (max-width: 767px) {
    #weorg .catalog-header.charity {
      background: url("https://cdn.augeobiz.com/static/storefront/charity/we-org/we-org-detail-banner-mobile.jpg") no-repeat center center;
      background-size: cover; } }
#weorg .details-bar {
  background: #30B5EC; }

#earth-enable .catalog-header.charity {
  background: url("https://cdn.augeobiz.com/static/storefront/charity/earth-enable/earth-enable-detail-banner.jpg") no-repeat center center;
  background-size: cover; }
  @media (max-width: 767px) {
    #earth-enable .catalog-header.charity {
      background: url("https://cdn.augeobiz.com/static/storefront/charity/earth-enable/earth-enable-detail-banner-mobile.jpg") no-repeat center center;
      background-size: cover; } }
#earth-enable .details-bar {
  background: #e56d15; }

#restoring-vision .catalog-header.charity {
  background: url("https://cdn.augeobiz.com/static/storefront/charity/restoring-vision/restoring-vision-detail-banner.jpg") no-repeat center center;
  background-size: cover; }
  @media (max-width: 767px) {
    #restoring-vision .catalog-header.charity {
      background: url("https://cdn.augeobiz.com/static/storefront/charity/restoring-vision/restoring-vision-detail-banner-mobile.jpg") no-repeat center center;
      background-size: cover; } }
#restoring-vision .details-bar {
  background: #5386b0; }

#metowe-edi .catalog-header.charity {
  background: url("https://cdn.augeobiz.com/static/storefront/charity/metowe-edi/metowe-edi-detail-banner.jpg") no-repeat center center;
  background-size: cover; }
  @media (max-width: 767px) {
    #metowe-edi .catalog-header.charity {
      background: url("https://cdn.augeobiz.com/static/storefront/charity/metowe-edi/metowe-edi-detail-banner-mobile.jpg") no-repeat center center;
      background-size: cover; } }
#metowe-edi .details-bar {
  background: #6c2556; }

#metowe-education .catalog-header.charity {
  background: url("https://cdn.augeobiz.com/static/storefront/charity/metowe-education/metowe-education-detail-banner.jpg") no-repeat center center;
  background-size: cover; }
  @media (max-width: 767px) {
    #metowe-education .catalog-header.charity {
      background: url("https://cdn.augeobiz.com/static/storefront/charity/metowe-education/metowe-education-detail-banner-mobile.jpg") no-repeat center center;
      background-size: cover; } }
#metowe-education .details-bar {
  background: #321a87; }

#metowe-environment .catalog-header.charity {
  background: url("https://cdn.augeobiz.com/static/storefront/charity/metowe-environment/metowe-environment-detail-banner.jpg") no-repeat center center;
  background-size: cover; }
  @media (max-width: 767px) {
    #metowe-environment .catalog-header.charity {
      background: url("https://cdn.augeobiz.com/static/storefront/charity/metowe-environment/metowe-environment-detail-banner-mobile.jpg") no-repeat center center;
      background-size: cover; } }
#metowe-environment .details-bar {
  background: #0d5237; }

#metowe-wellbeing .catalog-header.charity {
  background: url("https://cdn.augeobiz.com/static/storefront/charity/metowe-wellbeing/metowe-wellbeing-detail-banner.jpg") no-repeat center center;
  background-size: cover; }
  @media (max-width: 767px) {
    #metowe-wellbeing .catalog-header.charity {
      background: url("https://cdn.augeobiz.com/static/storefront/charity/metowe-wellbeing/metowe-wellbeing-detail-banner-mobile.jpg") no-repeat center center;
      background-size: cover; } }
#metowe-wellbeing .details-bar {
  background: #fddf26; }

#fisher-house .catalog-header.charity {
  background: url("https://cdn.augeobiz.com/static/storefront/charity/fisher-house/fisher-house-detail-banner.jpg") #1e3d5b no-repeat center center;
  background-size: contain; }
  @media (max-width: 767px) {
    #fisher-house .catalog-header.charity {
      background: url("https://cdn.augeobiz.com/static/storefront/charity/fisher-house/fisher-house-detail-banner-mobile.jpg") #1e3d5b no-repeat center center;
      background-size: contain; } }
#fisher-house .details-bar {
  background: #1f3d7c; }

.catalog-header.charity h1 {
  top: initial;
  transform: none; }
.catalog-header.charity .image-holder {
  width: 325px;
  height: 150px; }
  .catalog-header.charity .image-holder .charity-logo {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }

.details-bar .details-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0; }
  .details-bar .details-flex .content {
    width: 65%; }
    .details-bar .details-flex .content p, .details-bar .details-flex .content p a {
      color: white;
      font-weight: bold; }
    .details-bar .details-flex .content p.details {
      font-size: 18px;
      line-height: 1.4em;
      margin-bottom: 20px; }
    .details-bar .details-flex .content p a {
      text-decoration: underline; }
  .details-bar .details-flex .video {
    width: 30%;
    height: 0;
    position: relative;
    padding-bottom: 16.9%; }
    .details-bar .details-flex .video a {
      display: block; }
    .details-bar .details-flex .video video {
      object-fit: cover;
      height: 100%;
      position: absolute; }

#we-org-faq h2 {
  text-transform: none; }
  #we-org-faq h2 span {
    font-weight: normal;
    display: block;
    margin-top: 5px; }

/*# sourceMappingURL=base.css.map */
