/* eCommerce Pages */
.pt_storefront {
  /* Tablet Landscape */
  /* Tablet Portrait */
  /* Mobile */ }
  .pt_storefront .home-primary-grid, .pt_storefront .page-break {
    padding: 11px 0;
    margin: 0px auto !important;
    border-bottom: 1px solid #e8e8e8; }
  @media (max-width: 600px) {
    .pt_storefront .primary-grid {
      border-bottom: 4px solid #e8e8e8; } }
  .pt_storefront .primary-grid .homegrid {
    overflow: hidden; }
    @media (max-width: 600px) {
      .pt_storefront .primary-grid .homegrid {
        height: auto !important; } }
    .pt_storefront .primary-grid .homegrid.half {
      min-height: 0 !important; }
    .pt_storefront .primary-grid .homegrid.full {
      background-position: center center; }
      .pt_storefront .primary-grid .homegrid.full > img {
        position: relative;
        z-index: -100; }
      @media (max-width: 600px) {
        .pt_storefront .primary-grid .homegrid.full {
          background-image: none !important; }
          .pt_storefront .primary-grid .homegrid.full > img {
            z-index: 1; } }
  .pt_storefront .primary-grid.last > div {
    border-bottom: 0px; }
  .pt_storefront .homegrid .category-block {
    min-height: initial; }
    .pt_storefront .homegrid .category-block.split:first-child {
      background-image: none !important; }
    .pt_storefront .homegrid .category-block.split:last-child {
      margin-top: 11px;
      min-height: 250px; }
      @media (max-width: 600px) {
        .pt_storefront .homegrid .category-block.split:last-child {
          background-image: none !important; } }
      @media (min-width: 1200px) {
        .pt_storefront .homegrid .category-block.split:last-child {
          background-image: none !important; } }
      @media (min-width: 600px) and (max-width: 1200px) {
        .pt_storefront .homegrid .category-block.split:last-child > img {
          display: none; } }
      .pt_storefront .homegrid .category-block.split:last-child video {
        z-index: 10; }
    .pt_storefront .homegrid .category-block img {
      display: block; }
    .pt_storefront .homegrid .category-block.video-container {
      height: 437px;
      overflow: hidden; }
      .pt_storefront .homegrid .category-block.video-container:after {
        display: none; }
  .pt_storefront .homepagerows {
    margin: 5px auto;
    max-width: 1420px;
    min-width: 300px; }
    .pt_storefront .homepagerows .category-row {
      margin: 0 5px; }
      .pt_storefront .homepagerows .category-row .category-column.rowNum1, .pt_storefront .homepagerows .category-row .category-column.rowNum2 {
        display: initial; }
      .pt_storefront .homepagerows .category-row .category-column.rowNum3 {
        display: none; }
      .pt_storefront .homepagerows .category-row .category-column {
        width: 34%;
        float: left; }
        .pt_storefront .homepagerows .category-row .category-column > div {
          background-size: cover;
          background-position: center center;
          height: 500px;
          margin: 5px;
          position: relative;
          overflow: hidden; }
          .pt_storefront .homepagerows .category-row .category-column > div > div {
            width: 70%;
            height: 100%;
            display: table;
            padding: 6%; }
            .pt_storefront .homepagerows .category-row .category-column > div > div .cta {
              display: table-cell; }
              .pt_storefront .homepagerows .category-row .category-column > div > div .cta h2, .pt_storefront .homepagerows .category-row .category-column > div > div .cta #product-content .product-price, #product-content .pt_storefront .homepagerows .category-row .category-column > div > div .cta .product-price {
                font-family: 'Baskerville';
                font-size: 24px;
                line-height: 1.2em;
                padding: 0; }
              .pt_storefront .homepagerows .category-row .category-column > div > div .cta p {
                font-family: 'Avenir';
                font-size: 14px;
                line-height: 1.4em;
                padding: 5px 0 12px; }
              .pt_storefront .homepagerows .category-row .category-column > div > div .cta a {
                font-family: 'Avenir';
                font-size: 14px;
                letter-spacing: .2em;
                text-transform: uppercase;
                padding: 12px 18px;
                display: inline-block;
                transition: all 500ms ease-out;
                -webkit-transition: all 500ms ease-out;
                -moz-transition: all 500ms ease-out; }
              .pt_storefront .homepagerows .category-row .category-column > div > div .cta a:hover {
                color: #eb5410 !important;
                border-color: #eb5410 !important; }
            .pt_storefront .homepagerows .category-row .category-column > div > div .text-placement-top {
              vertical-align: top; }
            .pt_storefront .homepagerows .category-row .category-column > div > div .text-placement-middle {
              vertical-align: middle; }
            .pt_storefront .homepagerows .category-row .category-column > div > div .text-placement-bottom {
              vertical-align: bottom; }
            .pt_storefront .homepagerows .category-row .category-column > div > div .text-alignment-left {
              text-align: left; }
            .pt_storefront .homepagerows .category-row .category-column > div > div .text-alignment-center {
              text-align: center; }
            .pt_storefront .homepagerows .category-row .category-column > div > div .text-alignment-right {
              text-align: right; }
          .pt_storefront .homepagerows .category-row .category-column > div .text-placement-left {
            float: left; }
          .pt_storefront .homepagerows .category-row .category-column > div .text-placement-center {
            margin: auto; }
          .pt_storefront .homepagerows .category-row .category-column > div .text-placement-right {
            float: right; }
        .pt_storefront .homepagerows .category-row .category-column iframe {
          width: 100%;
          height: 100%; }
        .pt_storefront .homepagerows .category-row .category-column video {
          /* SAVE FOR NOW - AOC
          position: absolute;
          top: 50%;
          left: 50%;
          min-width: 150%;
          min-height: 150%;
          width: auto;
          height: auto;
          -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          background-size: cover;
          */ }
      .pt_storefront .homepagerows .category-row .category-column.videoPlay {
        cursor: pointer; }
      .pt_storefront .homepagerows .category-row .category-column.play > div {
        /*background: none;*/ }
        .pt_storefront .homepagerows .category-row .category-column.play > div > div .cta {
          display: none; }
      .pt_storefront .homepagerows .category-row .category-column > div > #video-background {
        padding: 0;
        position: absolute; }
      .pt_storefront .homepagerows .category-row .category-column.videoPlay #video-background.vjs-paused video {
        display: none; }
      .pt_storefront .homepagerows .category-row .category-column.videoPlay #video-background.vjs-playing video {
        display: block; }
      .pt_storefront .homepagerows .category-row .category-column.category-row-full-width {
        width: 100%; }
        .pt_storefront .homepagerows .category-row .category-column.category-row-full-width > div > div {
          width: 30%; }
      .pt_storefront .homepagerows .category-row .category-column.category-row-wide {
        width: 66%; }
      .pt_storefront .homepagerows .category-row .category-column.category-row-wide-half {
        width: 50%; }
        .pt_storefront .homepagerows .category-row .category-column.category-row-wide > div > div {
          width: 40%; }
    .pt_storefront .homepagerows .category-row::after {
      clear: both;
      content: " ";
      display: table; }
  @media (max-width: 1024px) {
    .pt_storefront .homepagerows .category-row .category-column > div {
      height: 400px; }
      .pt_storefront .homepagerows .category-row .category-column > div > div {
        width: 80%; }
    .pt_storefront .homepagerows .category-row .category-column.category-row-full-width > div > div {
      width: 34%; }
    .pt_storefront .homepagerows .category-row .category-column.category-row-wide > div > div {
      width: 40%; } }
  @media (max-width: 768px) {
    .pt_storefront .homepagerows .category-row .category-column > div {
      height: 300px; }
      .pt_storefront .homepagerows .category-row .category-column > div > div .cta h2, .pt_storefront .homepagerows .category-row .category-column > div > div .cta #product-content .product-price, #product-content .pt_storefront .homepagerows .category-row .category-column > div > div .cta .product-price {
        margin-bottom: 16px;
        font-size: 20px; }
      .pt_storefront .homepagerows .category-row .category-column > div > div .cta p {
        display: none; }
      .pt_storefront .homepagerows .category-row .category-column > div > div .cta a {
        padding: 8px 14px;
        font-size: 12px; } }
  @media (max-width: 600px) {
    .pt_storefront .homepagerows .category-row:nth-of-type(even) .category-column.rowNum2, .pt_storefront .homepagerows .category-row:nth-of-type(even) .category-column.rowNum3 {
      display: initial; }
    .pt_storefront .homepagerows .category-row:nth-of-type(even) .category-column.rowNum1 {
      display: none; }
    .pt_storefront .homepagerows .category-row .category-column {
      width: 100%; }
      .pt_storefront .homepagerows .category-row .category-column > div {
        height: 440px; }
        .pt_storefront .homepagerows .category-row .category-column > div .cta h2, .pt_storefront .homepagerows .category-row .category-column > div .cta #product-content .product-price, #product-content .pt_storefront .homepagerows .category-row .category-column > div .cta .product-price {
          font-size: 22px; }
    .pt_storefront .homepagerows .category-row .category-column.category-row-full-width {
      width: 100%; }
      .pt_storefront .homepagerows .category-row .category-column.category-row-full-width > div {
        height: 200px; }
    .pt_storefront .homepagerows .category-row .category-column.category-row-wide {
      width: 100%; }
      .pt_storefront .homepagerows .category-row .category-column.category-row-wide > div {
        height: 260px; }
    .pt_storefront .homepagerows .category-row .category-column.videoPlay > div > div {
      width: 100%; }
    .pt_storefront .homepagerows .row1-wrapper .category-column:nth-of-type(2) > div {
      height: 440px !important; } }
  .pt_storefront .wrapper ~ .page-break, .pt_storefront #stores ~ .page-break {
    display: block;
    position: relative;
    border-top: 1px solid #e8e8e8; }
    @media (max-width: 600px) {
      .pt_storefront .wrapper ~ .page-break, .pt_storefront #stores ~ .page-break {
        display: none; } }
  .pt_storefront .page-break.wrapper, .pt_storefront .page-break#stores {
    max-width: 1200px;
    min-height: 250px;
    background-size: cover;
    background-position: center center; }
    .pt_storefront .page-break.wrapper .content, .pt_storefront .page-break#stores .content {
      padding: 0 50px;
      margin: 0 auto; }
      @media (min-width: 810px) {
        .pt_storefront .page-break.wrapper .content, .pt_storefront .page-break#stores .content {
          padding: 0 200px; } }
      .pt_storefront .page-break.wrapper .content h2, .pt_storefront .page-break#stores .content h2, .pt_storefront .page-break.wrapper .content #product-content .product-price, #product-content .pt_storefront .page-break.wrapper .content .product-price, .pt_storefront .page-break#stores .content #product-content .product-price, #product-content .pt_storefront .page-break#stores .content .product-price {
        font-size: 32px;
        padding: 0px; }
      .pt_storefront .page-break.wrapper .content p, .pt_storefront .page-break#stores .content p {
        line-height: 20px; }
        .pt_storefront .page-break.wrapper .content p:nth-child(2), .pt_storefront .page-break#stores .content p:nth-child(2) {
          margin-top: 10px; }
      .pt_storefront .page-break.wrapper .content h2, .pt_storefront .page-break#stores .content h2, .pt_storefront .page-break.wrapper .content #product-content .product-price, #product-content .pt_storefront .page-break.wrapper .content .product-price, .pt_storefront .page-break#stores .content #product-content .product-price, #product-content .pt_storefront .page-break#stores .content .product-price, .pt_storefront .page-break.wrapper .content p, .pt_storefront .page-break#stores .content p {
        color: #fff; }



.homepage.slider li.slide div.content h1, .homepage.slider li.slide div.content a, .homepage.slider li.slide div.content p, .homepage.slider li.slide div.content span {
  opacity: 0;
  position: relative;
  -webkit-transition: left 0.5s, opacity 0.5s, border 0.5s, box-shadow 0.5s, background 0.5s;
  -moz-transition: left 0.5s, opacity 0.5s, border 0.5s, box-shadow 0.5s, background 0.5s;
  transition: left 0.5s, opacity 0.5s, border 0.5s, box-shadow 0.5s, background 0.5s; }
  @media (min-width: 600px) {
    .homepage.slider li.slide div.content h1, .homepage.slider li.slide div.content a, .homepage.slider li.slide div.content p, .homepage.slider li.slide div.content span {
      left: 50px; }
      .homepage.slider li.slide div.content h1:nth-child(1), .homepage.slider li.slide div.content a:nth-child(1), .homepage.slider li.slide div.content p:nth-child(1), .homepage.slider li.slide div.content span:nth-child(1) {
        -webkit-transition-delay: 0.25s;
        -moz-transition-delay: 0.25s;
        transition-delay: 0.25s; }
      .homepage.slider li.slide div.content h1:nth-child(2), .homepage.slider li.slide div.content a:nth-child(2), .homepage.slider li.slide div.content p:nth-child(2), .homepage.slider li.slide div.content span:nth-child(2) {
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        transition-delay: 0.5s; }
      .homepage.slider li.slide div.content h1:nth-child(3), .homepage.slider li.slide div.content a:nth-child(3), .homepage.slider li.slide div.content p:nth-child(3), .homepage.slider li.slide div.content span:nth-child(3) {
        -webkit-transition-delay: 0.75s;
        -moz-transition-delay: 0.75s;
        transition-delay: 0.75s; } }

@media (max-width: 600px) {
  .homepage.slider li.slide div.content span {
    color: #000 !important; } }

.homepage.slider li.slide.active div.content h1, .homepage.slider li.slide.active div.content a, .homepage.slider li.slide.active div.content p, .homepage.slider li.slide.active div.content span {
  left: 0px;
  opacity: 1; }

.homepage.slider li.slide.active div.content.loaded a {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

.homepage.slider li.slide .product-box {
  display: none; }
  @media (min-width: 810px) {
    .homepage.slider li.slide .product-box {
      top: 50%;
      right: 100px;
      padding: 15px;
      display: block;
      max-width: 200px;
      position: absolute;
      text-align: center;
      z-index: 1;
      background-color: #f6f6f8;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .homepage.slider li.slide .product-box a.bottom {
        position: absolute;
        left: 0; }
      .homepage.slider li.slide .product-box > p {
        margin-bottom: 15px;
        font-family: "Baskerville"; }
      .homepage.slider li.slide .product-box > h3 {
        font-size: 12px; }
      .homepage.slider li.slide .product-box img {
        border: 1px solid #e8e8e8; } }

@media (min-width: 600px) {
  .homepage.slider li.slide.active + li.slide div.content h1, .homepage.slider li.slide.active + li.slide div.content a, .homepage.slider li.slide.active + li.slide div.content p, .homepage.slider li.slide.active + li.slide div.content span {
    left: -50px; } }

.homepage.slider ul.overflow li.slide {
  position: relative; }
  .homepage.slider ul.overflow li.slide > div.content {
    text-align: left; }
    @media (max-width: 600px) {
      .homepage.slider ul.overflow li.slide > div.content {
        padding: 20px;
        padding-bottom: 30px;
        background-color: #f6f6f8;
        border-bottom: 4px solid #e8e8e8;
        text-align: center;
        display: block; } }
    .homepage.slider ul.overflow li.slide > div.content h1, .homepage.slider ul.overflow li.slide > div.content p.title-cta, .homepage.slider ul.overflow li.slide > div.content p.title {
      color: #fff;
      font-size: 3em;
      max-width: 420px;
      font-family: "Baskerville";
      letter-spacing: -.5px; }
      @media (max-width: 600px) {
        .homepage.slider ul.overflow li.slide > div.content h1, .homepage.slider ul.overflow li.slide > div.content p.title-cta, .homepage.slider ul.overflow li.slide > div.content p.title {
          width: 80%;
          font-size: 32px;
          padding-top: 0px;
          position: relative;
          max-width: initial;
          text-align: center;
          left: 10% !important;
          color: #000 !important; } }
    @media (min-width: 600px) {
      .homepage.slider ul.overflow li.slide > div.content {
        top: 50%;
        width: 100%;
        padding-left: 10%;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        .homepage.slider ul.overflow li.slide > div.content.align-center {
          padding-left: 0px; }
          .homepage.slider ul.overflow li.slide > div.content.align-center p.title {
            margin: 0 auto;
            text-align: center; }
          .homepage.slider ul.overflow li.slide > div.content.align-center a.button {
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%); }
        .homepage.slider ul.overflow li.slide > div.content.align-right {
          padding-left: 0;
          padding-right: 10%;
          text-align: right; } }
    @media (min-width: 600px) and (min-width: 600px) {
      .homepage.slider ul.overflow li.slide > div.content.align-right p.title {
        left: calc(100% - 420px); } }
    @media (min-width: 600px) and (min-width: 810px) {
      .homepage.slider ul.overflow li.slide > div.content.align-right p.title {
        left: calc(100% - 420px); } }
    @media (min-width: 600px) {
          .homepage.slider ul.overflow li.slide > div.content.align-right a.button {
            left: 0;
            margin-left: 200px; } }

@media (max-width: 600px) {
  .homepage.slider.active li.slide div.background {
    position: relative !important; } }

.homeslider .content p.title-cta {
  display: none; }

.homeslider .content p.title {
  font-family: "Avenir";
  color: #919191;
  font-size: 10px;
  text-transform: capitalize;
  margin: 0; }

.homeslider .content p {
  font-family: "Baskerville";
  margin: 12px 0;
  font-size: 20px; }

.homeslider .content a.button {
  margin-top: 20px; }
  @media (max-width: 600px) {
    .homeslider .content a.button {
      display: block; } }

.homeslider .slide {
  position: relative; }

@media (max-width: 600px) {
  .homeslider .background {
    display: block;
    max-height: 350px;
    position: relative !important; }
  .homeslider .content {
    display: block;
    position: relative; }
  .homeslider a.button {
    height: 50px;
    margin-top: 0px;
    line-height: 50px; }
  .homeslider ul.nav {
    top: 90%; } }

.product-carousel, .last-visited {
  position: relative;
  clear: both;
  margin: 0 auto; }
  .product-carousel:after, .last-visited:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 600px) {
    .product-carousel, .last-visited {
      padding: 11px 0; } }
  .product-carousel .slider, .last-visited .slider {
    height: 100%; }
    .product-carousel .slider .arrows, .product-carousel .slider + .arrows, .last-visited .slider .arrows, .last-visited .slider + .arrows {
      position: absolute;
      margin-top: -20px;
      cursor: pointer;
      display: block;
      width: 100%;
      top: 50%; }
      @media (min-width: 600px) {
        .product-carousel .slider .arrows, .product-carousel .slider + .arrows, .last-visited .slider .arrows, .last-visited .slider + .arrows {
          border: 1px solid #e8e8e8;
          width: initial;
          z-index: 10;
          top: 20px;
          right: 0; }
          .product-carousel .slider .arrows li.prev, .product-carousel .slider .arrows li.next, .product-carousel .slider + .arrows li.prev, .product-carousel .slider + .arrows li.next, .last-visited .slider .arrows li.prev, .last-visited .slider .arrows li.next, .last-visited .slider + .arrows li.prev, .last-visited .slider + .arrows li.next {
            -webkit-transform: translateX(0px);
            -moz-transform: translateX(0px);
            -ms-transform: translateX(0px);
            -o-transform: translateX(0px);
            transform: translateX(0px);
            background-color: #f6f6f8;
            position: relative;
            margin-top: 0px;
            float: right;
            height: 40px;
            width: 50px; }
            .product-carousel .slider .arrows li.prev:before, .product-carousel .slider .arrows li.next:before, .product-carousel .slider + .arrows li.prev:before, .product-carousel .slider + .arrows li.next:before, .last-visited .slider .arrows li.prev:before, .last-visited .slider .arrows li.next:before, .last-visited .slider + .arrows li.prev:before, .last-visited .slider + .arrows li.next:before {
              content: '' !important;
              left: 50% !important;
              margin-left: 21px;
              margin-top: 13px;
              cursor: pointer;
              display: block; } }
      .product-carousel .slider .arrows .prev:before, .product-carousel .slider + .arrows .prev:before, .last-visited .slider .arrows .prev:before, .last-visited .slider + .arrows .prev:before {
        top: 30px;
        -webkit-transition: border-right 0.5s;
        -moz-transition: border-right 0.5s;
        transition: border-right 0.5s;
        height: 0;
        width: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 6px solid #919191; }
      .product-carousel .slider .arrows .prev:hover:before, .product-carousel .slider + .arrows .prev:hover:before, .last-visited .slider .arrows .prev:hover:before, .last-visited .slider + .arrows .prev:hover:before {
        height: 0;
        width: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 6px solid #eb5410; }
      .product-carousel .slider .arrows .next:before, .product-carousel .slider + .arrows .next:before, .last-visited .slider .arrows .next:before, .last-visited .slider + .arrows .next:before {
        top: 30px;
        -webkit-transition: border-left 0.5s;
        -moz-transition: border-left 0.5s;
        transition: border-left 0.5s;
        height: 0;
        width: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #919191; }
      .product-carousel .slider .arrows .next:hover:before, .product-carousel .slider + .arrows .next:hover:before, .last-visited .slider .arrows .next:hover:before, .last-visited .slider + .arrows .next:hover:before {
        height: 0;
        width: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #eb5410; }
    .product-carousel .slider + .arrows, .last-visited .slider + .arrows {
      z-index: 1;
      display: none; }
      .product-carousel .slider + .arrows > div, .last-visited .slider + .arrows > div {
        position: absolute;
        display: none;
        left: -120px;
        top: 12px; }
        @media (max-width: 600px) {
          .product-carousel .slider + .arrows > div, .last-visited .slider + .arrows > div {
            display: none; } }
    .product-carousel .slider.active + .arrows, .last-visited .slider.active + .arrows {
      z-index: 10; }
      .product-carousel .slider.active + .arrows > div, .last-visited .slider.active + .arrows > div {
        display: block; }
  .product-carousel .select-controller, .last-visited .select-controller {
    width: 100%;
    height: 120px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    background-color: #f6f6f8; }
    @media (min-width: 600px) {
      .product-carousel .select-controller, .last-visited .select-controller {
        width: 27%;
        height: calc(100% - 22px);
        padding: 50px 0;
        position: absolute;
        margin-bottom: 20px;
        border: 1px solid #e8e8e8;
        border-bottoxm: 6px solid #e8e8e8; } }
    .product-carousel .select-controller .dropdown, .last-visited .select-controller .dropdown {
      z-index: 10;
      width: 300px;
      bottom: -15px;
      position: absolute;
      margin-left: -150px; }
      @media (min-width: 600px) {
        .product-carousel .select-controller .dropdown, .last-visited .select-controller .dropdown {
          -webkit-transform: translate3d(-50%, -50%, 0);
          -moz-transform: translate3d(-50%, -50%, 0);
          -ms-transform: translate3d(-50%, -50%, 0);
          -o-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
          margin-left: initial;
          bottom: initial;
          width: 200px;
          left: 50%;
          top: 50%; } }
      .product-carousel .select-controller .dropdown.one-item p.lead, .last-visited .select-controller .dropdown.one-item p.lead {
        border-bottom: 6px solid #e8e8e8;
        letter-spacing: 0; }
      .product-carousel .select-controller .dropdown.one-item > ul, .last-visited .select-controller .dropdown.one-item > ul {
        display: none; }
      .product-carousel .select-controller .dropdown li.selected-value, .product-carousel .select-controller .dropdown li.selected, .last-visited .select-controller .dropdown li.selected-value, .last-visited .select-controller .dropdown li.selected {
        left: 0; }
    .product-carousel .select-controller h2, .product-carousel .select-controller #product-content .product-price, #product-content .product-carousel .select-controller .product-price, .last-visited .select-controller h2, .last-visited .select-controller #product-content .product-price, #product-content .last-visited .select-controller .product-price {
      font-size: 22px; }
      @media (min-width: 600px) {
        .product-carousel .select-controller h2, .product-carousel .select-controller #product-content .product-price, #product-content .product-carousel .select-controller .product-price, .last-visited .select-controller h2, .last-visited .select-controller #product-content .product-price, #product-content .last-visited .select-controller .product-price {
          padding-top: 0px;
          max-width: 180px;
          font-size: 32px;
          margin: 0 auto; } }
    .product-carousel .select-controller button, .last-visited .select-controller button {
      display: none; }
      @media (min-width: 600px) {
        .product-carousel .select-controller button, .last-visited .select-controller button {
          left: 10%;
          bottom: 50px;
          min-width: 0;
          display: block;
          position: absolute;
          width: 80%; } }
    .product-carousel .select-controller p, .last-visited .select-controller p {
      text-transform: uppercase;
      font-family: "Avenir";
      position: relative;
      color: #919191;
      font-size: 11px;
      letter-spacing: 2px; }
      .product-carousel .select-controller p:after, .last-visited .select-controller p:after {
        content: '';
        display: block;
        width: 170px;
        background: #e8e8e8;
        height: 1px;
        margin: 0px auto;
        margin-top: 10px; }
      @media (min-width: 600px) {
        .product-carousel .select-controller p, .last-visited .select-controller p {
          top: 35px; } }
  .product-carousel .product-carousel-wrapper, .product-carousel .wrapper.recent, .product-carousel .recent#stores, .last-visited .product-carousel-wrapper, .last-visited .wrapper.recent, .last-visited .recent#stores {
    position: relative;
    height: 420px; }
    @media (min-width: 600px) {
      .product-carousel .product-carousel-wrapper.product-carousel-wrapper, .product-carousel .wrapper.recent.product-carousel-wrapper, .product-carousel .recent.product-carousel-wrapper#stores, .last-visited .product-carousel-wrapper.product-carousel-wrapper, .last-visited .wrapper.recent.product-carousel-wrapper, .last-visited .recent.product-carousel-wrapper#stores {
        max-width: 70%;
        left: 30%; } }
  .product-carousel .slider, .last-visited .slider {
    opacity: 0;
    z-index: -1;
    position: absolute;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s; }
    .product-carousel .slider.active, .last-visited .slider.active {
      opacity: 1; }
    .product-carousel .slider .product-tile, .last-visited .slider .product-tile {
      position: absolute;
      height: 100%;
      width: 100%; }
    .product-carousel .slider .product-image, .last-visited .slider .product-image {
      height: 80%;
      position: relative;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }
    .product-carousel .slider .product-info, .last-visited .slider .product-info {
      font-family: "Baskerville";
      position: relative;
      padding-top: 20px;
      text-align: left;
      line-height: 1;
      font-size: 14px;
      width: 80%;
      left: 10%; }
      .product-carousel .slider .product-info .product-name, .last-visited .slider .product-info .product-name {
        font-family: "Avenir";
        line-height: 1.3;
        font-size: 14px; }
      .product-carousel .slider .product-info > div, .last-visited .slider .product-info > div {
        margin-bottom: 10px; }
      .product-carousel .slider .product-info .name-link, .last-visited .slider .product-info .name-link {
        color: #000; }
    .product-carousel .slider .product-tile:hover .product-info .name-link, .last-visited .slider .product-tile:hover .product-info .name-link {
      color: #eb5410; }
    .product-carousel .slider .nav, .last-visited .slider .nav {
      display: none; }
  .product-carousel.footer-product-carousel h3, .last-visited.footer-product-carousel h3 {
    font-size: 24px;
    margin-left: 20px; }
  @media (max-width: 600px) {
    .product-carousel.footer-product-carousel, .last-visited.footer-product-carousel {
      padding-bottom: 20px; }
      .product-carousel.footer-product-carousel h3, .last-visited.footer-product-carousel h3 {
        text-align: center;
        margin-left: 0; } }

.product-carousel-xsell .select-controller {
  display: none; }

.product-carousel-xsell .slider {
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 93%;
  margin-left: 3%; }
  .product-carousel-xsell .slider .product-info {
    text-align: center; }

.product-carousel-xsell .slider .nav {
  display: inline-block;
  opacity: 1;
  transition: none;
  transform: none;
  bottom: 0; }
  .product-carousel-xsell .slider .nav li {
    background: #919191; }
    @media (max-width: 600px) {
      .product-carousel-xsell .slider .nav li {
        margin: 0 10px; } }
  .product-carousel-xsell .slider .nav li.active {
    background: #000; }

.product-carousel.no-results,
.footer-product-carousel .product-carousel-wrapper.product-carousel-wrapper,
.recommended-products-carousel .product-carousel-wrapper.product-carousel-wrapper,
.product-reccs .product-carousel .product-carousel-wrapper.product-carousel-wrapper {
  max-width: 100%;
  left: initial;
  clear: left; }
  .product-carousel.no-results .arrows,
  .footer-product-carousel .product-carousel-wrapper.product-carousel-wrapper .arrows,
  .recommended-products-carousel .product-carousel-wrapper.product-carousel-wrapper .arrows,
  .product-reccs .product-carousel .product-carousel-wrapper.product-carousel-wrapper .arrows {
    display: block;
    position: static;
    border: none; }
    .product-carousel.no-results .arrows li,
    .footer-product-carousel .product-carousel-wrapper.product-carousel-wrapper .arrows li,
    .recommended-products-carousel .product-carousel-wrapper.product-carousel-wrapper .arrows li,
    .product-reccs .product-carousel .product-carousel-wrapper.product-carousel-wrapper .arrows li {
      position: absolute;
      z-index: 9;
      top: 50%;
      color: #919191;
      font-family: 'FontAwesome';
      height: 40px;
      width: 40px;
      background: none;
      margin: 0;
      padding: 0;
      /* TURN THIS ON FOR NEXT/PREV ARROWS IN MOBILE
		    @media (max-width: $mobile) {
   	 		    &.next {
   	 		    	@include transition(border-left $slow);
					@include triangle(12px, $med-grey, right);
					&:hover:before {
			          @include triangle(12px, $orange, right);
			        }
			    }

			    &.prev {
					left: 20px;
					@include transition(border-right $slow);
					@include triangle(12px, $med-grey, left);
					&:hover:before {
			          @include triangle(12px, $orange, left);
			        }
				}
		    }
		    */ }
      .product-carousel.no-results .arrows li.next,
      .footer-product-carousel .product-carousel-wrapper.product-carousel-wrapper .arrows li.next,
      .recommended-products-carousel .product-carousel-wrapper.product-carousel-wrapper .arrows li.next,
      .product-reccs .product-carousel .product-carousel-wrapper.product-carousel-wrapper .arrows li.next {
        right: 20px; }
      .product-carousel.no-results .arrows li.prev,
      .footer-product-carousel .product-carousel-wrapper.product-carousel-wrapper .arrows li.prev,
      .recommended-products-carousel .product-carousel-wrapper.product-carousel-wrapper .arrows li.prev,
      .product-reccs .product-carousel .product-carousel-wrapper.product-carousel-wrapper .arrows li.prev {
        left: 0; }

.product-reccs .product-carousel .product-carousel-wrapper.product-carousel-wrapper {
  left: 0; }

.pt_product-search-result ~ .footer-product-carousel,
.pt_storefront ~ .footer-product-carousel {
  border-top: 1px solid #e8e8e8; }
  .pt_product-search-result ~ .footer-product-carousel p.lead,
  .pt_storefront ~ .footer-product-carousel p.lead {
    border-top: 0px; }

#main .product-carousel .select-controller ul {
  padding-top: 30px !important; }

@media (min-width: 600px) {
  #main .product-carousel .select-controller li.selected {
    background-color: transparent;
    border: 0px; }
    #main .product-carousel .select-controller li.selected:before {
      display: none; }
    #main .product-carousel .select-controller li.selected:after {
      margin-left: -7px;
      right: initial;
      top: initial;
      bottom: 0; } }

#main .product-carousel .select-controller li {
  padding: 0;
  text-align: center; }

#main .product-carousel .select-controller li:not(.selected) {
  border-top: 1px solid #e8e8e8;
  position: relative;
  z-index: 1; }

.view-all {
  position: relative;
  top: -1px;
  text-decoration: underline; }
  .view-all:after {
    content: '';
    -webkit-transition: opacity 0s;
    -moz-transition: opacity 0s;
    transition: opacity 0s; }

body.loading-inner .view-all:after {
  -webkit-transition: opacity 0.2s 0.2s;
  -moz-transition: opacity 0.2s 0.2s;
  transition: opacity 0.2s 0.2s;
  position: absolute;
  color: #000;
  opacity: 0.5;
  bottom: -5px;
  right: -35px;
  z-index: 5; }

body.loading-inner:after {
  display: none; }

.pt_product-search-result .heroVideo .heroVideoContent {
  height: 500px; }

@media (max-width: 810px) {
  .pt_product-search-result .heroVideo .heroVideoContent {
    height: 340px; } }

.pt_product-search-result .slot-grid-header form[name="simpleSearch"] {
  margin-bottom: 20px; }
  .pt_product-search-result .slot-grid-header form[name="simpleSearch"] input[type="text"] {
    width: 100%;
    height: 50px;
    font-size: 21px;
    line-height: 50px;
    font-family: "Baskerville";
    border: 1px solid #e8e8e8;
    -webkit-transition: border 0.5s;
    -moz-transition: border 0.5s;
    transition: border 0.5s; }
    .pt_product-search-result .slot-grid-header form[name="simpleSearch"] input[type="text"]:focus {
      border: 1px solid #919191; }
    .pt_product-search-result .slot-grid-header form[name="simpleSearch"] input[type="text"]::-webkit-input-placeholder {
      font-family: "Baskerville"; }
    .pt_product-search-result .slot-grid-header form[name="simpleSearch"] input[type="text"]::-moz-placeholder {
      font-family: "Baskerville"; }
    .pt_product-search-result .slot-grid-header form[name="simpleSearch"] input[type="text"]:-moz-placeholder {
      font-family: "Baskerville"; }
    .pt_product-search-result .slot-grid-header form[name="simpleSearch"] input[type="text"]:-ms-input-placeholder {
      font-family: "Baskerville"; }
  .pt_product-search-result .slot-grid-header form[name="simpleSearch"] input[type="submit"] {
    background: transparent;
    position: absolute;
    cursor: pointer;
    height: 50px;
    width: 50px;
    opacity: 0;
    z-index: 2;
    right: 0px;
    top: 0px; }
  .pt_product-search-result .slot-grid-header form[name="simpleSearch"]:after {
    top: 0px;
    right: 0px;
    color: #fff;
    content: '\f002';
    background: black;
    position: absolute;
    font-family: 'FontAwesome';
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    height: 50px;
    width: 50px; }

.pt_product-search-result #subcatnavwrapper {
  border-bottom: 1px solid #e8e8e8; }

.pt_product-search-result .subcat-nav {
  margin: 0 auto;
  display: table;
  font-family: 'Avenir'; }
  .pt_product-search-result .subcat-nav:after {
    content: "";
    display: table;
    clear: both; }
  .pt_product-search-result .subcat-nav a.link {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    float: left;
    margin-right: 35px;
    padding: 21px 0;
    color: #000;
    letter-spacing: 2px;
    white-space: nowrap;
    border-bottom: 3px solid transparent; }
    .pt_product-search-result .subcat-nav a.link:hover, .pt_product-search-result .subcat-nav a.link.is-active {
      border-color: #ed5410; }

.pt_product-search-result .subcat-nav-desktop {
  float: left; }

.pt_product-search-result .subcat-nav-mobile {
  display: none; }

@media (max-width: 810px) {
  .pt_product-search-result .subcat-nav {
    display: block;
    width: auto; }
    .pt_product-search-result .subcat-nav a.link {
      float: none;
      margin: 0;
      text-align: center;
      padding: 20px 0; }
      .pt_product-search-result .subcat-nav a.link:hover, .pt_product-search-result .subcat-nav a.link.is-active {
        border-color: transparent;
        color: #ed5410; }
  .pt_product-search-result .subcat-nav-desktop {
    display: none;
    float: none;
    padding-bottom: 20px; }
  .pt_product-search-result .subcat-nav-mobile {
    position: relative;
    display: block;
    border: 1px solid #919191;
    margin: 20px;
    padding: 10px; }
    .pt_product-search-result .subcat-nav-mobile a.link {
      font-weight: bold;
      padding: 10px 0;
      border-bottom: none;
      text-transform: none; }
      .pt_product-search-result .subcat-nav-mobile a.link:hover {
        color: #212121; }
      .pt_product-search-result .subcat-nav-mobile a.link span {
        letter-spacing: inherit;
        font-weight: normal;
        text-transform: uppercase; }
      .pt_product-search-result .subcat-nav-mobile a.link:before {
        content: '\f105';
        font-family: "FontAwesome";
        font-size: 22px;
        color: #919191;
        position: absolute;
        right: 20px;
        top: 19px; }
      .pt_product-search-result .subcat-nav-mobile a.link.open {
        text-transform: uppercase; }
      .pt_product-search-result .subcat-nav-mobile a.link.open span {
        display: none; }
      .pt_product-search-result .subcat-nav-mobile a.link.open:before {
        content: '\f107'; } }

.pt_product-search-result .box-plain {
  top: 0px;
  max-width: 270px;
  line-height: 20px;
  position: absolute;
  padding-bottom: 35px;
  padding-left: 35px;
  padding-top: 35px;
  z-index: 10; }
  .pt_product-search-result .box-plain.left {
    left: 0px; }
  .pt_product-search-result .box-plain.right {
    left: auto;
    right: 0px;
    padding-left: 0px;
    padding-right: 35px; }
  .pt_product-search-result .box-plain.center {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    padding-left: 0px;
    left: 50%; }
  @media (max-width: 600px) {
    .pt_product-search-result .box-plain {
      max-width: 800px;
      position: relative;
      text-align: center;
      padding-left: 20px;
      padding-right: 20px; } }
  .pt_product-search-result .box-plain .title {
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 20px; }
  @media (max-width: 1200px) {
    .pt_product-search-result .box-plain {
      padding-top: 0px; } }
  @media (max-width: 810px) and (min-width: 600px) {
    .pt_product-search-result .box-plain p.title {
      font-size: 24px;
      margin-bottom: 10px;
      margin-top: 10px; }
    .pt_product-search-result .box-plain p.subtitle {
      font-size: 14px;
      line-height: 1.2; } }
  @media (max-width: 600px) {
    .pt_product-search-result .box-plain {
      padding-top: 10px;
      padding-bottom: 10px;
      background-color: #fff;
      border-bottom: 1px solid #e8e8e8; }
      .pt_product-search-result .box-plain .title {
        font-size: 18px;
        margin-bottom: 0px; }
      .pt_product-search-result .box-plain .subtitle {
        display: none; } }

.pt_product-search-result .refinement-subcat, .pt_product-search-result .mobile-tile-count,
.pt_product-search-noresult .refinement-subcat,
.pt_product-search-noresult .mobile-tile-count {
  display: none; }

.pt_product-search-result .breadcrumb,
.pt_product-search-noresult .breadcrumb {
  display: none;
  padding-left: 20px; }
  .pt_product-search-result .breadcrumb a,
  .pt_product-search-noresult .breadcrumb a {
    display: none; }

.pt_product-search-result .mobile-cat-banner,
.pt_product-search-noresult .mobile-cat-banner {
  display: none;
  position: relative; }
  .pt_product-search-result .mobile-cat-banner .box-plain,
  .pt_product-search-noresult .mobile-cat-banner .box-plain {
    position: absolute;
    background: transparent;
    border: none; }

.pt_product-search-result .mobile-to-top,
.pt_product-search-noresult .mobile-to-top {
  display: none; }

@media (max-width: 600px) {
  .pt_product-search-result .mobile-cat-banner,
  .pt_product-search-noresult .mobile-cat-banner {
    display: block; }
    .pt_product-search-result .mobile-cat-banner .category-main-banner,
    .pt_product-search-noresult .mobile-cat-banner .category-main-banner {
      display: block; }
  .pt_product-search-result .cat-banner,
  .pt_product-search-noresult .cat-banner {
    margin-left: -15px;
    width: 110%; }
  .pt_product-search-result .mobile-to-top,
  .pt_product-search-noresult .mobile-to-top {
    display: block;
    text-align: center;
    color: #000;
    font-family: "Avenir";
    background: #f6f6f8;
    border-top: 1px solid #e8e8e8;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 25px;
    margin-top: 25px; } }

.pt_product-search-result #main .wrapper, .pt_product-search-result #main #stores,
.pt_product-search-noresult #main .wrapper,
.pt_product-search-noresult #main #stores {
  position: relative;
  padding: 20px 35px;
  margin: 0 auto; }
  @media (max-width: 600px) {
    .pt_product-search-result #main .wrapper, .pt_product-search-result #main #stores,
    .pt_product-search-noresult #main .wrapper,
    .pt_product-search-noresult #main #stores {
      padding: 0; } }

.pt_product-search-result .slider,
.pt_product-search-noresult .slider {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .pt_product-search-result .slider.active,
  .pt_product-search-noresult .slider.active {
    opacity: 1; }

.pt_product-search-result #primary,
.pt_product-search-noresult #primary {
  position: relative;
  /* OLD */ }
  .pt_product-search-result #primary .slot-grid-header > .results-hits,
  .pt_product-search-noresult #primary .slot-grid-header > .results-hits {
    font-family: "Avenir";
    font-size: 12px; }
    .pt_product-search-result #primary .slot-grid-header > .results-hits .tile-count,
    .pt_product-search-noresult #primary .slot-grid-header > .results-hits .tile-count {
      float: right;
      color: #919191; }
      @media (min-width: 600px) {
        .pt_product-search-result #primary .slot-grid-header > .results-hits .tile-count,
        .pt_product-search-noresult #primary .slot-grid-header > .results-hits .tile-count {
          display: none; } }
    @media (min-width: 600px) {
      .pt_product-search-result #primary .slot-grid-header > .results-hits,
      .pt_product-search-noresult #primary .slot-grid-header > .results-hits {
        display: none; } }
  @media (max-width: 600px) {
    .pt_product-search-result #primary .slot-grid-header .category-main-banner + .results-hits,
    .pt_product-search-noresult #primary .slot-grid-header .category-main-banner + .results-hits {
      display: none; } }
  @media (max-width: 600px) {
    .pt_product-search-result #primary .search-filters-wrapper,
    .pt_product-search-noresult #primary .search-filters-wrapper {
      position: relative;
      margin-top: 66px; } }
  .pt_product-search-result #primary .search-filters .clear-filters:hover,
  .pt_product-search-noresult #primary .search-filters .clear-filters:hover {
    opacity: 0.5; }
  @media (max-width: 600px) {
    .pt_product-search-result #primary .search-filters,
    .pt_product-search-noresult #primary .search-filters {
      width: 82%;
      position: static;
      clear: both;
      display: block;
      padding-left: 10px;
      padding-right: 26px;
      margin-bottom: 35px; }
      .pt_product-search-result #primary .search-filters .header,
      .pt_product-search-noresult #primary .search-filters .header {
        top: 0px;
        position: relative; }
        .pt_product-search-result #primary .search-filters .header.no-filter,
        .pt_product-search-noresult #primary .search-filters .header.no-filter {
          display: none !important; }
      .pt_product-search-result #primary .search-filters li,
      .pt_product-search-noresult #primary .search-filters li {
        margin: 5px 20px 10px 0; }
        .pt_product-search-result #primary .search-filters li.clear-filters,
        .pt_product-search-noresult #primary .search-filters li.clear-filters {
          margin-right: 0px;
          right: 5%; } }
      @media (max-width: 600px) and (max-width: 600px) {
        .pt_product-search-result #primary .search-filters li.clear-filters,
        .pt_product-search-noresult #primary .search-filters li.clear-filters {
          position: absolute;
          right: 10px;
          bottom: auto; } }
  .pt_product-search-result #primary .slot-grid-header,
  .pt_product-search-noresult #primary .slot-grid-header {
    width: 100%;
    border-top: 5px solid #e8e8e8;
    background-color: #f6f6f8;
    padding-top: 45px;
    position: relative; }
    @media (max-width: 600px) {
      .pt_product-search-result #primary .slot-grid-header .slider,
      .pt_product-search-noresult #primary .slot-grid-header .slider {
        height: 500px; }
        .pt_product-search-result #primary .slot-grid-header .slider .button,
        .pt_product-search-noresult #primary .slot-grid-header .slider .button {
          display: none; } }
    .pt_product-search-result #primary .slot-grid-header .slider .content .title-cta,
    .pt_product-search-noresult #primary .slot-grid-header .slider .content .title-cta {
      font-family: "Baskerville";
      font-size: 18px;
      display: block;
      color: #000; }
    .pt_product-search-result #primary .slot-grid-header .search-filters, .pt_product-search-result #primary .slot-grid-header .pagination-wrapper, .pt_product-search-result #primary .slot-grid-header .back-to-top, .pt_product-search-result #primary .slot-grid-header .expandable:not(.active),
    .pt_product-search-noresult #primary .slot-grid-header .search-filters,
    .pt_product-search-noresult #primary .slot-grid-header .pagination-wrapper,
    .pt_product-search-noresult #primary .slot-grid-header .back-to-top,
    .pt_product-search-noresult #primary .slot-grid-header .expandable:not(.active) {
      display: none; }
    .pt_product-search-result #primary .slot-grid-header .refinement-header,
    .pt_product-search-noresult #primary .slot-grid-header .refinement-header {
      font-family: "Avenir";
      text-transform: uppercase;
      color: #919191;
      font-size: 12px;
      margin-left: 30px;
      margin-top: 45px; }
      @media (max-width: 600px) {
        .pt_product-search-result #primary .slot-grid-header .refinement-header,
        .pt_product-search-noresult #primary .slot-grid-header .refinement-header {
          display: none; } }
    .pt_product-search-result #primary .slot-grid-header .refinement,
    .pt_product-search-noresult #primary .slot-grid-header .refinement {
      display: inline; }
      .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1,
      .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 {
        display: inline; }
        .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.expandable.active > a:first-child, .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.expandable.active > a.active-cat,
        .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.expandable.active > a:first-child,
        .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.expandable.active > a.active-cat {
          display: none; }
        .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active,
        .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active {
          display: inline; }
          .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active > a,
          .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active > a {
            font-family: "Avenir";
            text-transform: uppercase;
            color: #919191;
            font-size: 12px; }
          .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active > a:nth-child(2),
          .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active > a:nth-child(2) {
            display: none; }
          .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active .count-display,
          .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active .count-display {
            color: #919191;
            position: absolute;
            display: block;
            top: 97px;
            right: 30px;
            font-family: "Avenir"; }
          .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2,
          .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 {
            display: block;
            margin-top: 115px;
            background-color: #e8e8e8;
            position: relative;
            max-height: 76px;
            height: auto;
            -webkit-transition: max-height 0.5s, background-color 0.5s;
            -moz-transition: max-height 0.5s, background-color 0.5s;
            transition: max-height 0.5s, background-color 0.5s; }
            @media (max-width: 600px) {
              .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2,
              .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 {
                left: -15px;
                max-height: 80px;
                margin-top: 0;
                width: calc(100% + 30px);
                background: none; } }
            .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li,
            .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li {
              display: block;
              font-size: 12px;
              padding: 5px 30px;
              font-family: "Avenir"; }
              @media (max-width: 600px) {
                .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li,
                .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li {
                  padding: 10px;
                  text-align: center; } }
              .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li:first-child,
              .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li:first-child {
                opacity: 1;
                cursor: pointer; }
              .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li:last-child,
              .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li:last-child {
                padding-bottom: 40px; }
              @media (max-width: 600px) {
                .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li:nth-child(2),
                .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li:nth-child(2) {
                  padding: 10px; } }
              .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li.menu-header-3,
              .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li.menu-header-3 {
                display: none; }
                .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li.menu-header-3 ~ li,
                .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li.menu-header-3 ~ li {
                  padding: 0px;
                  padding-top: 10px;
                  padding-left: 10px; }
              .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li > a,
              .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li > a {
                opacity: 0;
                -webkit-transition: opacity 0.5s;
                -moz-transition: opacity 0.5s;
                transition: opacity 0.5s; }
                @media (max-width: 600px) {
                  .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li > a,
                  .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li > a {
                    color: #000;
                    font-size: 16px; } }
              .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li > a:nth-child(2).active, .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li.category-title,
              .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li > a:nth-child(2).active,
              .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li.category-title {
                display: block;
                position: absolute;
                font-family: "Baskerville";
                font-size: 32px;
                color: #000;
                top: -90px;
                left: 30px;
                padding: 0px;
                opacity: 1 !important; }
                @media (max-width: 600px) {
                  .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li > a:nth-child(2).active, .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li.category-title,
                  .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li > a:nth-child(2).active,
                  .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li.category-title {
                    left: 15px;
                    top: -55px;
                    font-size: 24px; } }
              .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li.menu-header, .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li#menu,
              .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li.menu-header,
              .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li#menu {
                font-size: 16px;
                padding: 30px;
                text-transform: uppercase;
                background-color: #fff;
                font-family: "Avenir";
                -webkit-transition: background-color 0.5s;
                -moz-transition: background-color 0.5s;
                transition: background-color 0.5s; }
                .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li.menu-header:after, .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li#menu:after,
                .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li.menu-header:after,
                .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li#menu:after {
                  display: inline-block;
                  content: "\f0d7";
                  font-family: "FontAwesome";
                  color: #919191;
                  -webkit-transition: -webkit-transform 0.5s;
                  -moz-transition: -moz-transform 0.5s;
                  transition: transform 0.5s;
                  margin-left: 10px; }
                @media (max-width: 600px) {
                  .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li.menu-header, .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li#menu,
                  .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li.menu-header,
                  .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li#menu {
                    padding: 19px 15px;
                    height: 80px;
                    text-transform: none;
                    background: #f6f6f8; }
                    .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li.menu-header:after, .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li#menu:after,
                    .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li.menu-header:after,
                    .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li#menu:after {
                      transform: rotate(270deg);
                      position: relative;
                      top: 11px;
                      float: left; }
                    .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li.menu-header .mobile-tile-count, .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li#menu .mobile-tile-count,
                    .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li.menu-header .mobile-tile-count,
                    .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li#menu .mobile-tile-count {
                      color: #919191;
                      float: right;
                      display: block;
                      margin-top: 10px; }
                    .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li.menu-header .refinement-cats, .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li#menu .refinement-cats,
                    .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li.menu-header .refinement-cats,
                    .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li#menu .refinement-cats {
                      float: left;
                      text-transform: uppercase;
                      font-size: 12px;
                      letter-spacing: 1px;
                      text-align: left;
                      width: auto;
                      max-width: 75%; }
                    .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li.menu-header .refinement-subcat, .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li#menu .refinement-subcat,
                    .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li.menu-header .refinement-subcat,
                    .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li#menu .refinement-subcat {
                      display: block;
                      font-family: "Baskerville";
                      text-transform: none;
                      font-size: 32px;
                      letter-spacing: 2px;
                      white-space: nowrap;
                      overflow: hidden;
                      text-overflow: ellipsis; } }
              .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li#menu,
              .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li#menu {
                color: #fff;
                background-color: #000; }
                @media (min-width: 600px) {
                  .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li#menu,
                  .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li#menu {
                    display: none; } }
                .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li#menu:after,
                .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li#menu:after {
                  content: "";
                  display: none; }
              .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li.categories-header,
              .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2 li.categories-header {
                display: none;
                height: 0px; }
            .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2.active,
            .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2.active {
              max-height: 400px;
              -webkit-transition: max-height 0.2s;
              -moz-transition: max-height 0.2s;
              transition: max-height 0.2s; }
              .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2.active li > a,
              .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2.active li > a {
                opacity: 1; }
              .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2.active li.menu-header,
              .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2.active li.menu-header {
                background-color: #f6f6f8; }
                .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2.active li.menu-header:after,
                .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2.active li.menu-header:after {
                  -webkit-transform: rotate(180deg);
                  -moz-transform: rotate(180deg);
                  -ms-transform: rotate(180deg);
                  -o-transform: rotate(180deg);
                  transform: rotate(180deg);
                  -webkit-transition: -webkit-transform 0.2s;
                  -moz-transition: -moz-transform 0.2s;
                  transition: transform 0.2s; }
                  @media (max-width: 600px) {
                    .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2.active li.menu-header:after,
                    .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li.active ul#category-level-2.active li.menu-header:after {
                      position: relative;
                      -webkit-transform: rotate(360deg);
                      -moz-transform: rotate(360deg);
                      -ms-transform: rotate(360deg);
                      -o-transform: rotate(360deg);
                      transform: rotate(360deg);
                      color: #eb5410; } }
        .pt_product-search-result #primary .slot-grid-header .refinement ul#category-level-1 > li:not(.active),
        .pt_product-search-noresult #primary .slot-grid-header .refinement ul#category-level-1 > li:not(.active) {
          display: none; }
    @media (max-width: 600px) {
      .pt_product-search-result #primary .slot-grid-header .category-main-banner,
      .pt_product-search-noresult #primary .slot-grid-header .category-main-banner {
        left: -15px;
        position: relative;
        width: calc(100% + 30px); } }
    .pt_product-search-result #primary .slot-grid-header .banner,
    .pt_product-search-noresult #primary .slot-grid-header .banner {
      width: 100%;
      position: relative; }
      @media (max-width: 600px) {
        .pt_product-search-result #primary .slot-grid-header .banner .content.call-out-left,
        .pt_product-search-noresult #primary .slot-grid-header .banner .content.call-out-left {
          border-bottom: 1px solid #e8e8e8;
          background-color: #fff;
          padding: 10px 0; }
          .pt_product-search-result #primary .slot-grid-header .banner .content.call-out-left a.bottom,
          .pt_product-search-noresult #primary .slot-grid-header .banner .content.call-out-left a.bottom {
            display: none; } }
      .pt_product-search-result #primary .slot-grid-header .banner img,
      .pt_product-search-noresult #primary .slot-grid-header .banner img {
        position: relative;
        z-index: 10; }
      .pt_product-search-result #primary .slot-grid-header .banner a,
      .pt_product-search-noresult #primary .slot-grid-header .banner a {
        width: 100%;
        height: 100%; }
        .pt_product-search-result #primary .slot-grid-header .banner a img,
        .pt_product-search-noresult #primary .slot-grid-header .banner a img {
          top: 0;
          left: 0;
          width: 100%;
          height: auto; }
        .pt_product-search-result #primary .slot-grid-header .banner a .message,
        .pt_product-search-noresult #primary .slot-grid-header .banner a .message {
          position: relative;
          border-bottom: 2px solid #e8e8e8;
          text-align: center; }
          .pt_product-search-result #primary .slot-grid-header .banner a .message h2, .pt_product-search-result #primary .slot-grid-header .banner a .message #product-content .product-price, #product-content .pt_product-search-result #primary .slot-grid-header .banner a .message .product-price,
          .pt_product-search-noresult #primary .slot-grid-header .banner a .message h2,
          .pt_product-search-noresult #primary .slot-grid-header .banner a .message #product-content .product-price, #product-content
          .pt_product-search-noresult #primary .slot-grid-header .banner a .message .product-price {
            font-size: 20px;
            color: #919191;
            width: 100%;
            padding: 40px 20px 25px 20px;
            text-transform: uppercase; }
          .pt_product-search-result #primary .slot-grid-header .banner a .message h1,
          .pt_product-search-noresult #primary .slot-grid-header .banner a .message h1 {
            font-size: 24px;
            color: #000;
            width: 100%;
            padding: 0 20px 35px 20px; }
            .pt_product-search-result #primary .slot-grid-header .banner a .message h1 div,
            .pt_product-search-noresult #primary .slot-grid-header .banner a .message h1 div {
              display: inline-block; }
          .pt_product-search-result #primary .slot-grid-header .banner a .message span,
          .pt_product-search-noresult #primary .slot-grid-header .banner a .message span {
            line-height: 64px;
            font-size: 14px;
            width: 100%;
            font-family: "Baskerville";
            display: none;
            vertical-align: middle;
            text-transform: uppercase;
            border-top: 1px solid #e8e8e8;
            box-shadow: 0 0 5px 0 #e8e8e8;
            color: #000;
            background-color: #f6f6f8;
            -webkit-transition: color 0.5s, box-shadow 0.5s;
            -moz-transition: color 0.5s, box-shadow 0.5s;
            transition: color 0.5s, box-shadow 0.5s; }
      .pt_product-search-result #primary .slot-grid-header .banner:hover a .message span,
      .pt_product-search-noresult #primary .slot-grid-header .banner:hover a .message span {
        color: #eb5410;
        box-shadow: 0 5px 0 0 #eb5410;
        -webkit-transition: color 0.2s, box-shadow 0.2s;
        -moz-transition: color 0.2s, box-shadow 0.2s;
        transition: color 0.2s, box-shadow 0.2s; }
      @media (min-width: 600px) {
        .pt_product-search-result #primary .slot-grid-header .banner a .message,
        .pt_product-search-noresult #primary .slot-grid-header .banner a .message {
          position: absolute;
          left: 20px;
          top: 0;
          width: 260px;
          background-color: #f6f6f8;
          border: none; }
          .pt_product-search-result #primary .slot-grid-header .banner a .message h2, .pt_product-search-result #primary .slot-grid-header .banner a .message #product-content .product-price, #product-content .pt_product-search-result #primary .slot-grid-header .banner a .message .product-price,
          .pt_product-search-noresult #primary .slot-grid-header .banner a .message h2,
          .pt_product-search-noresult #primary .slot-grid-header .banner a .message #product-content .product-price, #product-content
          .pt_product-search-noresult #primary .slot-grid-header .banner a .message .product-price {
            font-size: 12px;
            padding: 50px 20px 25px 20px;
            border: 1px solid #e8e8e8;
            border-bottom: none; }
          .pt_product-search-result #primary .slot-grid-header .banner a .message h1,
          .pt_product-search-noresult #primary .slot-grid-header .banner a .message h1 {
            padding: 0 20px 50px 20px;
            border: 1px solid #e8e8e8;
            border-top: none; }
            .pt_product-search-result #primary .slot-grid-header .banner a .message h1 div,
            .pt_product-search-noresult #primary .slot-grid-header .banner a .message h1 div {
              display: block;
              margin-bottom: 3px; }
          .pt_product-search-result #primary .slot-grid-header .banner a .message span,
          .pt_product-search-noresult #primary .slot-grid-header .banner a .message span {
            display: block;
            border: 1px solid #e8e8e8;
            border-top: none;
            border-bottom: none;
            box-shadow: 0 5px 0 0 #e8e8e8; } }
    @media (min-width: 600px) {
      .pt_product-search-result #primary .slot-grid-header,
      .pt_product-search-noresult #primary .slot-grid-header {
        border-top: 0px;
        background-color: #fff;
        padding-top: 0px; }
        .pt_product-search-result #primary .slot-grid-header .refinement-header, .pt_product-search-result #primary .slot-grid-header .refinement,
        .pt_product-search-noresult #primary .slot-grid-header .refinement-header,
        .pt_product-search-noresult #primary .slot-grid-header .refinement {
          display: none; } }
  .pt_product-search-result #primary .search-result-content,
  .pt_product-search-noresult #primary .search-result-content {
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
    padding: 0 10px;
    z-index: 1; }
  .pt_product-search-result #primary .search-result-options,
  .pt_product-search-noresult #primary .search-result-options {
    padding: 20px 0 0;
    background: #fff;
    z-index: 3;
    position: relative; }
    @media (max-width: 600px) {
      .pt_product-search-result #primary .search-result-options,
      .pt_product-search-noresult #primary .search-result-options {
        padding: 0;
        border-bottom: solid 1px #e1e1e1; } }
    .pt_product-search-result #primary .search-result-options .top-pagination,
    .pt_product-search-noresult #primary .search-result-options .top-pagination {
      width: 100%;
      line-height: 20px;
      padding: 30px 5% 40px 5%;
      vertical-align: middle; }
      @media (max-width: 600px) {
        .pt_product-search-result #primary .search-result-options .top-pagination,
        .pt_product-search-noresult #primary .search-result-options .top-pagination {
          float: right;
          padding: 12px 0px;
          width: 76px;
          cursor: pointer; }
          .pt_product-search-result #primary .search-result-options .top-pagination .is-hidden-mobile,
          .pt_product-search-noresult #primary .search-result-options .top-pagination .is-hidden-mobile {
            display: none; }
          .pt_product-search-result #primary .search-result-options .top-pagination .previous,
          .pt_product-search-noresult #primary .search-result-options .top-pagination .previous {
            margin-right: 10px; }
          .pt_product-search-result #primary .search-result-options .top-pagination .next,
          .pt_product-search-noresult #primary .search-result-options .top-pagination .next {
            margin-left: 10px; } }
      .pt_product-search-result #primary .search-result-options .top-pagination div,
      .pt_product-search-noresult #primary .search-result-options .top-pagination div {
        display: inline-block; }
        .pt_product-search-result #primary .search-result-options .top-pagination div a,
        .pt_product-search-noresult #primary .search-result-options .top-pagination div a {
          color: #000; }
      .pt_product-search-result #primary .search-result-options .top-pagination .item-display,
      .pt_product-search-noresult #primary .search-result-options .top-pagination .item-display {
        color: #e8e8e8;
        float: right;
        font-size: 20px;
        padding: 15px;
        position: relative;
        top: -20px; }
        @media (max-width: 600px) {
          .pt_product-search-result #primary .search-result-options .top-pagination .item-display,
          .pt_product-search-noresult #primary .search-result-options .top-pagination .item-display {
            padding: 10px;
            position: static; }
            .pt_product-search-result #primary .search-result-options .top-pagination .item-display.tiles,
            .pt_product-search-noresult #primary .search-result-options .top-pagination .item-display.tiles {
              padding: 12px 10px 11px 10px; } }
        .pt_product-search-result #primary .search-result-options .top-pagination .item-display.active,
        .pt_product-search-noresult #primary .search-result-options .top-pagination .item-display.active {
          color: #000; }
        .pt_product-search-result #primary .search-result-options .top-pagination .item-display:before,
        .pt_product-search-noresult #primary .search-result-options .top-pagination .item-display:before {
          font-family: "FontAwesome";
          display: inline-block; }
      .pt_product-search-result #primary .search-result-options .top-pagination .list:before,
      .pt_product-search-noresult #primary .search-result-options .top-pagination .list:before {
        content: "\f04c";
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
      .pt_product-search-result #primary .search-result-options .top-pagination .tiles:before,
      .pt_product-search-noresult #primary .search-result-options .top-pagination .tiles:before {
        content: "\f009"; }
    @media (min-width: 600px) {
      .pt_product-search-result #primary .search-result-options .top-pagination,
      .pt_product-search-noresult #primary .search-result-options .top-pagination {
        display: none; }
      .pt_product-search-result #primary .search-result-options .refinements,
      .pt_product-search-noresult #primary .search-result-options .refinements {
        width: auto;
        margin: 0px;
        height: 60px;
        overflow: visible; }
        .pt_product-search-result #primary .search-result-options .refinements:after,
        .pt_product-search-noresult #primary .search-result-options .refinements:after {
          content: "";
          display: table;
          clear: both; } }
  @media (min-width: 600px) and (min-width: 600px) and (max-width: 810px) {
    .pt_product-search-result #primary .search-result-options .refinements,
    .pt_product-search-noresult #primary .search-result-options .refinements {
      width: 50%;
      float: left;
      height: 100%; } }
    @media (min-width: 600px) {
        .pt_product-search-result #primary .search-result-options .refinements .filter-by,
        .pt_product-search-noresult #primary .search-result-options .refinements .filter-by {
          display: none; } }
    .pt_product-search-result #primary .search-result-options:nth-last-child(2),
    .pt_product-search-noresult #primary .search-result-options:nth-last-child(2) {
      display: none; }
  .pt_product-search-result #primary #search-result-items,
  .pt_product-search-noresult #primary #search-result-items {
    clear: both; }
  .pt_product-search-result #primary .ref-tabs,
  .pt_product-search-noresult #primary .ref-tabs {
    font-family: "Avenir";
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #e8e8e8; }
    .pt_product-search-result #primary .ref-tabs:after,
    .pt_product-search-noresult #primary .ref-tabs:after {
      content: "";
      display: table;
      clear: both; }
    @media (max-width: 600px) {
      .pt_product-search-result #primary .ref-tabs,
      .pt_product-search-noresult #primary .ref-tabs {
        float: left;
        width: 244px;
        padding: 25px 0 25px 10px; } }
    .pt_product-search-result #primary .ref-tabs .sel:after,
    .pt_product-search-noresult #primary .ref-tabs .sel:after {
      color: #919191;
      content: '\f0d7';
      font-family: 'FontAwesome'; }
    @media (max-width: 600px) {
      .pt_product-search-result #primary .ref-tabs .sel,
      .pt_product-search-noresult #primary .ref-tabs .sel {
        color: #eb5410;
        transition: none; }
        .pt_product-search-result #primary .ref-tabs .sel:after,
        .pt_product-search-noresult #primary .ref-tabs .sel:after {
          color: #eb5410;
          content: '\f0d7';
          font-family: 'FontAwesome'; } }
  .pt_product-search-result #primary .tab-filter,
  .pt_product-search-result #primary .tab-sort,
  .pt_product-search-noresult #primary .tab-filter,
  .pt_product-search-noresult #primary .tab-sort {
    float: left;
    margin-right: 40px;
    cursor: pointer; }
    .pt_product-search-result #primary .tab-filter span,
    .pt_product-search-result #primary .tab-sort span,
    .pt_product-search-noresult #primary .tab-filter span,
    .pt_product-search-noresult #primary .tab-sort span {
      padding-left: 5px;
      color: #000; }
    .pt_product-search-result #primary .tab-filter .active-sort,
    .pt_product-search-result #primary .tab-sort .active-sort,
    .pt_product-search-noresult #primary .tab-filter .active-sort,
    .pt_product-search-noresult #primary .tab-sort .active-sort {
      color: #eb5410; }
    .pt_product-search-result #primary .tab-filter:after,
    .pt_product-search-result #primary .tab-sort:after,
    .pt_product-search-noresult #primary .tab-filter:after,
    .pt_product-search-noresult #primary .tab-sort:after {
      color: #919191;
      content: '\f0da';
      font-family: 'FontAwesome';
      padding-left: 20px; }
      @media (max-width: 600px) {
        .pt_product-search-result #primary .tab-filter:after,
        .pt_product-search-result #primary .tab-sort:after,
        .pt_product-search-noresult #primary .tab-filter:after,
        .pt_product-search-noresult #primary .tab-sort:after {
          padding-left: 10px; } }
  @media (max-width: 600px) {
    .pt_product-search-result #primary .tab-sort,
    .pt_product-search-noresult #primary .tab-sort {
      margin-right: 0; }
      .pt_product-search-result #primary .tab-sort .sort-tab-label,
      .pt_product-search-noresult #primary .tab-sort .sort-tab-label {
        display: none; }
    .pt_product-search-result #primary .tab-filter,
    .pt_product-search-noresult #primary .tab-filter {
      margin-right: 10px; } }
  .pt_product-search-result #primary .pag,
  .pt_product-search-noresult #primary .pag {
    float: right; }
  .pt_product-search-result #primary .sort-by,
  .pt_product-search-noresult #primary .sort-by {
    padding: 20px 0;
    background: #fff;
    display: none; }
    .pt_product-search-result #primary .sort-by:after,
    .pt_product-search-noresult #primary .sort-by:after {
      content: "";
      display: table;
      clear: both; }
    @media (max-width: 600px) {
      .pt_product-search-result #primary .sort-by,
      .pt_product-search-noresult #primary .sort-by {
        margin-top: 57px;
        padding: 0;
        text-align: center; } }
    .pt_product-search-result #primary .sort-by li,
    .pt_product-search-noresult #primary .sort-by li {
      padding-right: 40px;
      color: #919191;
      float: left; }
      @media (max-width: 600px) {
        .pt_product-search-result #primary .sort-by li,
        .pt_product-search-noresult #primary .sort-by li {
          float: none;
          padding: 0;
          font-size: 16px;
          font-family: "Avenir";
          padding: 10px; }
          .pt_product-search-result #primary .sort-by li.lbl,
          .pt_product-search-noresult #primary .sort-by li.lbl {
            visibility: hidden;
            height: 1px;
            overflow: hidden;
            padding: 0; } }
    .pt_product-search-result #primary .sort-by a,
    .pt_product-search-noresult #primary .sort-by a {
      color: #000; }
      .pt_product-search-result #primary .sort-by a.selected,
      .pt_product-search-noresult #primary .sort-by a.selected {
        color: #eb5410; }
  .pt_product-search-result #primary .refinements,
  .pt_product-search-noresult #primary .refinements {
    display: inline-block;
    float: left;
    width: 100%; }
    @media (min-width: 600px) {
      .pt_product-search-result #primary .refinements,
      .pt_product-search-noresult #primary .refinements {
        margin: 0 5%;
        overflow: hidden;
        height: 50px;
        width: 42.5%; } }
    @media (max-width: 600px) {
      .pt_product-search-result #primary .refinements,
      .pt_product-search-noresult #primary .refinements {
        margin-top: -10px; } }
    .pt_product-search-result #primary .refinements .filter-by,
    .pt_product-search-noresult #primary .refinements .filter-by {
      width: 42.5%;
      height: 50px;
      line-height: 50px;
      vertical-align: middle;
      display: inline-block;
      margin-bottom: 30px;
      padding-left: 20px;
      border: 1px solid #e8e8e8;
      text-transform: uppercase;
      font-family: "Avenir";
      letter-spacing: 1px;
      font-size: 16px;
      font-size: 12px;
      float: left;
      background-color: #fff;
      position: relative;
      cursor: pointer;
      color: #000;
      left: 5%; }
      @media (max-width: 600px) {
        .pt_product-search-result #primary .refinements .filter-by,
        .pt_product-search-noresult #primary .refinements .filter-by {
          left: 6%;
          height: 51px;
          width: 41.5%;
          margin-bottom: 15px; } }
    .pt_product-search-result #primary .refinements .refinement,
    .pt_product-search-noresult #primary .refinements .refinement {
      top: 0;
      position: relative;
      vertical-align: top;
      float: left;
      margin-right: 10px;
      display: block; }
      @media (max-width: 600px) {
        .pt_product-search-result #primary .refinements .refinement,
        .pt_product-search-noresult #primary .refinements .refinement {
          width: 100%; }
          .pt_product-search-result #primary .refinements .refinement:before,
          .pt_product-search-noresult #primary .refinements .refinement:before {
            height: 0px !important;
            width: 0px !important; }
          .pt_product-search-result #primary .refinements .refinement:last-child h3,
          .pt_product-search-noresult #primary .refinements .refinement:last-child h3 {
            border-bottom: 1px solid #e8e8e8; }
          .pt_product-search-result #primary .refinements .refinement:last-child ul,
          .pt_product-search-noresult #primary .refinements .refinement:last-child ul {
            border-top: 0px;
            border-bottom: 1px solid #e8e8e8; } }
      @media (min-width: 600px) {
        .pt_product-search-result #primary .refinements .refinement,
        .pt_product-search-noresult #primary .refinements .refinement {
          height: 60px;
          display: inline-block; } }
      .pt_product-search-result #primary .refinements .refinement .clear-refinement,
      .pt_product-search-noresult #primary .refinements .refinement .clear-refinement {
        display: none; }
      .pt_product-search-result #primary .refinements .refinement.active:before,
      .pt_product-search-noresult #primary .refinements .refinement.active:before {
        content: "";
        display: block;
        position: absolute;
        background-color: #f6f6f8;
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      @media (min-width: 600px) {
        .pt_product-search-result #primary .refinements .refinement.active,
        .pt_product-search-noresult #primary .refinements .refinement.active {
          -webkit-transform: translateZ(0);
          -moz-transform: translateZ(0);
          -ms-transform: translateZ(0);
          -o-transform: translateZ(0);
          transform: translateZ(0); } }
      .pt_product-search-result #primary .refinements .refinement.active:before,
      .pt_product-search-noresult #primary .refinements .refinement.active:before {
        border-top: 1px solid #e8e8e8;
        border-left: 1px solid #e8e8e8;
        bottom: 4px;
        left: 10px;
        z-index: 3; }
      @media (max-width: 600px) {
        .pt_product-search-result #primary .refinements .refinement.active h3,
        .pt_product-search-noresult #primary .refinements .refinement.active h3 {
          background-color: #f6f6f8; }
          .pt_product-search-result #primary .refinements .refinement.active h3:after,
          .pt_product-search-noresult #primary .refinements .refinement.active h3:after {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
            border-left-color: #212121; }
        .pt_product-search-result #primary .refinements .refinement.active ul,
        .pt_product-search-noresult #primary .refinements .refinement.active ul {
          display: block; } }
      .pt_product-search-result #primary .refinements .refinement h3,
      .pt_product-search-noresult #primary .refinements .refinement h3 {
        height: 40px;
        display: block;
        cursor: pointer;
        font-size: 14px;
        padding: 0 20px;
        min-width: 100px;
        line-height: 38px;
        position: relative;
        text-align: center;
        vertical-align: middle;
        background-color: #f6f6f8;
        border: 1px solid #e8e8e8; }
        @media (min-width: 810px) {
          .pt_product-search-result #primary .refinements .refinement h3,
          .pt_product-search-noresult #primary .refinements .refinement h3 {
            -webkit-box-shadow: inset 0px 0px 0px 0px #dbdbdb;
            box-shadow: inset 0px 0px 0px 0px #dbdbdb;
            -webkit-transition: box-shadow 0.5s;
            -moz-transition: box-shadow 0.5s;
            transition: box-shadow 0.5s;
            margin-bottom: 10px; } }
        @media (max-width: 600px) {
          .pt_product-search-result #primary .refinements .refinement h3,
          .pt_product-search-noresult #primary .refinements .refinement h3 {
            font-family: "Avenir";
            background-color: #fff;
            -webkit-transition: background-color 0.5s;
            -moz-transition: background-color 0.5s;
            transition: background-color 0.5s;
            height: 50px;
            line-height: 50px;
            font-size: 14px;
            text-align: left;
            border: 0px;
            border-top: 1px solid #e8e8e8; }
            .pt_product-search-result #primary .refinements .refinement h3:after,
            .pt_product-search-noresult #primary .refinements .refinement h3:after {
              content: '';
              opacity: .7;
              display: block;
              position: absolute;
              right: 20px;
              top: 20px;
              -webkit-transform: rotate(0deg);
              -moz-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
              -o-transform: rotate(0deg);
              transform: rotate(0deg);
              height: 0;
              width: 0;
              border-top: 6px solid transparent;
              border-bottom: 6px solid transparent;
              border-left: 6px solid #e8e8e8;
              -webkit-transition: -webkit-transform 0.5s;
              -moz-transition: -moz-transform 0.5s;
              transition: transform 0.5s; } }
        @media (min-width: 600px) {
          .pt_product-search-result #primary .refinements .refinement h3.clicked,
          .pt_product-search-noresult #primary .refinements .refinement h3.clicked {
            -webkit-box-shadow: inset 0px 0px 0px 20px #dbdbdb;
            box-shadow: inset 0px 0px 0px 20px #dbdbdb;
            -webkit-transition: box-shadow 0.2s;
            -moz-transition: box-shadow 0.2s;
            transition: box-shadow 0.2s; }
            .pt_product-search-result #primary .refinements .refinement h3.clicked span,
            .pt_product-search-noresult #primary .refinements .refinement h3.clicked span {
              color: #eb5410; }
          .pt_product-search-result #primary .refinements .refinement h3:hover span,
          .pt_product-search-noresult #primary .refinements .refinement h3:hover span {
            color: #eb5410; } }
        .pt_product-search-result #primary .refinements .refinement h3 span,
        .pt_product-search-noresult #primary .refinements .refinement h3 span {
          color: #000; }
      .pt_product-search-result #primary .refinements .refinement ul,
      .pt_product-search-noresult #primary .refinements .refinement ul {
        z-index: 2;
        display: none;
        padding: 20px;
        overflow: scroll;
        min-width: 375px;
        max-height: 400px;
        position: absolute;
        padding-right: 10px;
        padding-bottom: 0px;
        background-color: #f6f6f8;
        border: 1px solid #e8e8e8; }
        @media (min-width: 600px) {
          .pt_product-search-result #primary .refinements .refinement ul.Gemstones,
          .pt_product-search-noresult #primary .refinements .refinement ul.Gemstones {
            min-width: 600px; } }
        @media (max-width: 600px) {
          .pt_product-search-result #primary .refinements .refinement ul,
          .pt_product-search-noresult #primary .refinements .refinement ul {
            position: relative;
            background-color: #fff;
            border: 0px;
            border-top: 1px solid #e8e8e8;
            -webkit-transition: max-height 0.5s;
            -moz-transition: max-height 0.5s;
            transition: max-height 0.5s; }
            .pt_product-search-result #primary .refinements .refinement ul:before,
            .pt_product-search-noresult #primary .refinements .refinement ul:before {
              height: 0px !important;
              width: 0px !important; } }
        .pt_product-search-result #primary .refinements .refinement ul li,
        .pt_product-search-noresult #primary .refinements .refinement ul li {
          font-size: 14px;
          line-height: 1.1;
          line-height: 12px;
          margin-bottom: 10px;
          display: inline-block;
          vertical-align: middle;
          text-transform: capitalize; }
          .pt_product-search-result #primary .refinements .refinement ul li a:before,
          .pt_product-search-noresult #primary .refinements .refinement ul li a:before {
            content: "";
            font-family: "Avenir";
            display: inline-block;
            width: 10px;
            height: 10px;
            border: 1px solid #e8e8e8;
            vertical-align: middle;
            text-align: center;
            position: absolute;
            left: 0px;
            top: 4px;
            font-size: 16px;
            line-height: 10px;
            padding: 0px;
            text-indent: -0.5px; }
          .pt_product-search-result #primary .refinements .refinement ul li a,
          .pt_product-search-noresult #primary .refinements .refinement ul li a {
            color: #000;
            position: relative;
            padding-left: 20px;
            letter-spacing: 0px;
            display: inline-block;
            line-height: 1.3; }
            .pt_product-search-result #primary .refinements .refinement ul li a:hover,
            .pt_product-search-noresult #primary .refinements .refinement ul li a:hover {
              color: #eb5410; }
          .pt_product-search-result #primary .refinements .refinement ul li.selected a:before,
          .pt_product-search-noresult #primary .refinements .refinement ul li.selected a:before {
            content: "\00d7"; }
          .pt_product-search-result #primary .refinements .refinement ul li.unselectable,
          .pt_product-search-noresult #primary .refinements .refinement ul li.unselectable {
            display: none; }
        .pt_product-search-result #primary .refinements .refinement ul:before,
        .pt_product-search-noresult #primary .refinements .refinement ul:before {
          content: "";
          display: block;
          position: absolute;
          background-color: #f6f6f8;
          width: 10px;
          height: 10px;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
        .pt_product-search-result #primary .refinements .refinement ul:before,
        .pt_product-search-noresult #primary .refinements .refinement ul:before {
          left: 10px;
          top: -6px;
          border-top: 1px solid #e8e8e8;
          border-left: 1px solid #e8e8e8; }
        .pt_product-search-result #primary .refinements .refinement ul .close,
        .pt_product-search-noresult #primary .refinements .refinement ul .close {
          font-family: "Avenir";
          position: relative;
          text-align: right;
          line-height: 14px;
          font-size: 9px;
          cursor: pointer;
          float: left;
          width: 100%;
          top: 0px; }
          .pt_product-search-result #primary .refinements .refinement ul .close span,
          .pt_product-search-noresult #primary .refinements .refinement ul .close span {
            display: inline-block;
            line-height: 1;
            border-bottom: 1px solid #585858;
            opacity: .5;
            -webkit-transition: opacity 0.5s;
            -moz-transition: opacity 0.5s;
            transition: opacity 0.5s; }
            .pt_product-search-result #primary .refinements .refinement ul .close span:hover,
            .pt_product-search-noresult #primary .refinements .refinement ul .close span:hover {
              opacity: 1;
              -webkit-transition: opacity 0.2s;
              -moz-transition: opacity 0.2s;
              transition: opacity 0.2s; }
          @media (max-width: 600px) {
            .pt_product-search-result #primary .refinements .refinement ul .close,
            .pt_product-search-noresult #primary .refinements .refinement ul .close {
              display: none; } }
  @media (min-width: 600px) {
    .pt_product-search-result #primary,
    .pt_product-search-noresult #primary {
      float: right;
      width: 75%; }
      .pt_product-search-result #primary.hide-filters,
      .pt_product-search-noresult #primary.hide-filters {
        float: none;
        width: 100%; } }

.pt_product-search-result .search-filters,
.pt_product-search-noresult .search-filters {
  position: relative;
  display: none;
  width: 90%; }
  .pt_product-search-result .search-filters li,
  .pt_product-search-noresult .search-filters li {
    position: relative;
    font-size: 14px;
    display: block;
    top: 5px; }
    .pt_product-search-result .search-filters li a,
    .pt_product-search-noresult .search-filters li a {
      color: #000;
      font-family: "Baskerville";
      text-transform: capitalize; }
    .pt_product-search-result .search-filters li.header,
    .pt_product-search-noresult .search-filters li.header {
      display: block;
      position: absolute;
      margin-bottom: 5px;
      font-family: "Avenir";
      top: -20px;
      left: 0;
      font-weight: bold; }
      @media (min-width: 600px) {
        .pt_product-search-result .search-filters li.header,
        .pt_product-search-noresult .search-filters li.header {
          font-size: 12px; } }
      .pt_product-search-result .search-filters li.header > span,
      .pt_product-search-noresult .search-filters li.header > span {
        color: #919191; }
      .pt_product-search-result .search-filters li.header.no-filter,
      .pt_product-search-noresult .search-filters li.header.no-filter {
        display: none !important; }
    .pt_product-search-result .search-filters li.clear-filters,
    .pt_product-search-noresult .search-filters li.clear-filters {
      position: absolute;
      display: block;
      top: initial;
      z-index: 15;
      bottom: 0;
      right: 0; }
      .pt_product-search-result .search-filters li.clear-filters a,
      .pt_product-search-noresult .search-filters li.clear-filters a {
        font-size: 10px;
        color: #000;
        font-family: "Avenir";
        border-bottom: 1px solid #212121;
        display: inline-block;
        line-height: 1;
        opacity: .5;
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        transition: opacity 0.5s; }
        .pt_product-search-result .search-filters li.clear-filters a:hover,
        .pt_product-search-noresult .search-filters li.clear-filters a:hover {
          opacity: 1;
          -webkit-transition: opacity 0.2s;
          -moz-transition: opacity 0.2s;
          transition: opacity 0.2s; }
    .pt_product-search-result .search-filters li.selected a:after,
    .pt_product-search-noresult .search-filters li.selected a:after {
      height: 15px;
      width: 13px;
      font-size: 15px;
      color: #919191;
      content: "\00d7";
      margin-left: 5px;
      padding-left: 2px;
      line-height: 15px;
      text-align: center;
      border-radius: 20px;
      display: inline-block;
      font-family: "Avenir";
      text-indent: -1.5px;
      background-color: #e8e8e8;
      -webkit-transition: background 0.2s, color 0.2s;
      -moz-transition: background 0.2s, color 0.2s;
      transition: background 0.2s, color 0.2s; }
      @media (max-width: 600px) {
        .pt_product-search-result .search-filters li.selected a:after,
        .pt_product-search-noresult .search-filters li.selected a:after {
          font-size: 30px;
          vertical-align: bottom; } }
    .pt_product-search-result .search-filters li.selected:hover a,
    .pt_product-search-noresult .search-filters li.selected:hover a {
      opacity: 0.5;
      -webkit-transition: opacity 0.2s, color 0.2s;
      -moz-transition: opacity 0.2s, color 0.2s;
      transition: opacity 0.2s, color 0.2s; }

.pt_product-search-result .search-filters-simple,
.pt_product-search-noresult .search-filters-simple {
  display: block;
  background: #fff;
  padding-bottom: 20px; }
  .pt_product-search-result .search-filters-simple:after,
  .pt_product-search-noresult .search-filters-simple:after {
    content: "";
    display: table;
    clear: both; }
  .pt_product-search-result .search-filters-simple li,
  .pt_product-search-noresult .search-filters-simple li {
    float: left;
    margin: 0 40px 10px 0; }
    .pt_product-search-result .search-filters-simple li a,
    .pt_product-search-noresult .search-filters-simple li a {
      font-family: "Avenir";
      font-size: 14px;
      color: #eb5410; }
      @media (max-width: 600px) {
        .pt_product-search-result .search-filters-simple li a,
        .pt_product-search-noresult .search-filters-simple li a {
          font-size: 16px; } }
  .pt_product-search-result .search-filters-simple li.selected a:after,
  .pt_product-search-noresult .search-filters-simple li.selected a:after {
    background: none; }
  .pt_product-search-result .search-filters-simple li.clear-filters,
  .pt_product-search-noresult .search-filters-simple li.clear-filters {
    position: static;
    float: left;
    font-size: 14px;
    font-family: "Avenir";
    opacity: 1;
    position: relative;
    top: 4px;
    cursor: pointer;
    border-bottom: 1px solid #919191; }

.pt_product-search-result #secondary,
.pt_product-search-noresult #secondary {
  position: relative;
  float: left; }
  .pt_product-search-result #secondary .refinement-header,
  .pt_product-search-noresult #secondary .refinement-header {
    font-weight: bold;
    font-size: 11px;
    color: #abaaaa;
    letter-spacing: 1px;
    font-family: "Avenir";
    text-transform: uppercase;
    display: none;
    float: left;
    margin-right: 5px; }
  .pt_product-search-result #secondary .refinement,
  .pt_product-search-noresult #secondary .refinement {
    position: relative;
    vertical-align: top; }
    @media (max-width: 600px) {
      .pt_product-search-result #secondary .refinement,
      .pt_product-search-noresult #secondary .refinement {
        display: none; } }
    .pt_product-search-result #secondary .refinement #category-level-1,
    .pt_product-search-noresult #secondary .refinement #category-level-1 {
      vertical-align: top; }
      .pt_product-search-result #secondary .refinement #category-level-1 > li > a + .tile-count,
      .pt_product-search-noresult #secondary .refinement #category-level-1 > li > a + .tile-count {
        display: none; }
      .pt_product-search-result #secondary .refinement #category-level-1.one-level > li,
      .pt_product-search-noresult #secondary .refinement #category-level-1.one-level > li {
        clear: left;
        color: #000;
        padding-top: 20px; }
        .pt_product-search-result #secondary .refinement #category-level-1.one-level > li:nth-child(2),
        .pt_product-search-noresult #secondary .refinement #category-level-1.one-level > li:nth-child(2) {
          padding-top: 15px; }
        .pt_product-search-result #secondary .refinement #category-level-1.one-level > li a,
        .pt_product-search-noresult #secondary .refinement #category-level-1.one-level > li a {
          color: #000;
          text-transform: capitalize; }
          .pt_product-search-result #secondary .refinement #category-level-1.one-level > li a:hover, .pt_product-search-result #secondary .refinement #category-level-1.one-level > li a.active,
          .pt_product-search-noresult #secondary .refinement #category-level-1.one-level > li a:hover,
          .pt_product-search-noresult #secondary .refinement #category-level-1.one-level > li a.active {
            color: #eb5410; }
        .pt_product-search-result #secondary .refinement #category-level-1.one-level > li > a.active:nth-child(2),
        .pt_product-search-noresult #secondary .refinement #category-level-1.one-level > li > a.active:nth-child(2) {
          display: none; }
      .pt_product-search-result #secondary .refinement #category-level-1 a.active-cat,
      .pt_product-search-noresult #secondary .refinement #category-level-1 a.active-cat {
        color: #000;
        font-size: 32px;
        font-family: "Baskerville";
        display: block !important; }
      .pt_product-search-result #secondary .refinement #category-level-1 + #category-level-1,
      .pt_product-search-noresult #secondary .refinement #category-level-1 + #category-level-1 {
        display: none; }
      .pt_product-search-result #secondary .refinement #category-level-1 > li > a,
      .pt_product-search-noresult #secondary .refinement #category-level-1 > li > a {
        font-family: "Avenir";
        font-size: 12px;
        display: inline-block;
        vertical-align: top;
        text-transform: uppercase;
        color: #919191; }
      .pt_product-search-result #secondary .refinement #category-level-1 > li.expandable > a,
      .pt_product-search-noresult #secondary .refinement #category-level-1 > li.expandable > a {
        display: none; }
      .pt_product-search-result #secondary .refinement #category-level-1 > li.expandable:not(.active), .pt_product-search-result #secondary .refinement #category-level-1 > li.menu-header, .pt_product-search-result #secondary .refinement #category-level-1 > li.category-title,
      .pt_product-search-noresult #secondary .refinement #category-level-1 > li.expandable:not(.active),
      .pt_product-search-noresult #secondary .refinement #category-level-1 > li.menu-header,
      .pt_product-search-noresult #secondary .refinement #category-level-1 > li.category-title {
        display: none; }
    .pt_product-search-result #secondary .refinement .count-display,
    .pt_product-search-noresult #secondary .refinement .count-display {
      color: #919191;
      position: absolute;
      display: block;
      top: 106px;
      font-family: "Avenir";
      font-size: 12px; }
      .pt_product-search-result #secondary .refinement .count-display.gifts,
      .pt_product-search-noresult #secondary .refinement .count-display.gifts {
        top: 60px; }
    .pt_product-search-result #secondary .refinement #category-level-2,
    .pt_product-search-noresult #secondary .refinement #category-level-2 {
      padding-top: 50px;
      position: relative;
      height: auto;
      width: 100%;
      -webkit-transition: max-height 0.5s;
      -moz-transition: max-height 0.5s;
      transition: max-height 0.5s; }
      @media (min-width: 600px) {
        .pt_product-search-result #secondary .refinement #category-level-2,
        .pt_product-search-noresult #secondary .refinement #category-level-2 {
          overflow: hidden; } }
      .pt_product-search-result #secondary .refinement #category-level-2.active,
      .pt_product-search-noresult #secondary .refinement #category-level-2.active {
        overflow: visible; }
        @media (min-width: 600px) {
          .pt_product-search-result #secondary .refinement #category-level-2.active,
          .pt_product-search-noresult #secondary .refinement #category-level-2.active {
            overflow: hidden; } }
      .pt_product-search-result #secondary .refinement #category-level-2 > li > a + .tile-count,
      .pt_product-search-noresult #secondary .refinement #category-level-2 > li > a + .tile-count {
        display: none; }
      .pt_product-search-result #secondary .refinement #category-level-2 li,
      .pt_product-search-noresult #secondary .refinement #category-level-2 li {
        line-height: 25px; }
        .pt_product-search-result #secondary .refinement #category-level-2 li.menu-header-3,
        .pt_product-search-noresult #secondary .refinement #category-level-2 li.menu-header-3 {
          color: red;
          display: none !important; }
          .pt_product-search-result #secondary .refinement #category-level-2 li.menu-header-3 ~ li,
          .pt_product-search-noresult #secondary .refinement #category-level-2 li.menu-header-3 ~ li {
            padding-left: 10px; }
        .pt_product-search-result #secondary .refinement #category-level-2 li a,
        .pt_product-search-noresult #secondary .refinement #category-level-2 li a {
          -webkit-transition: color 0.5s;
          -moz-transition: color 0.5s;
          transition: color 0.5s; }
          .pt_product-search-result #secondary .refinement #category-level-2 li a.active, .pt_product-search-result #secondary .refinement #category-level-2 li a:hover,
          .pt_product-search-noresult #secondary .refinement #category-level-2 li a.active,
          .pt_product-search-noresult #secondary .refinement #category-level-2 li a:hover {
            color: #eb5410; }
          .pt_product-search-result #secondary .refinement #category-level-2 li a:nth-child(2),
          .pt_product-search-noresult #secondary .refinement #category-level-2 li a:nth-child(2) {
            display: none; }
        .pt_product-search-result #secondary .refinement #category-level-2 li.category-title,
        .pt_product-search-noresult #secondary .refinement #category-level-2 li.category-title {
          font-size: 32px;
          color: #000;
          position: absolute;
          left: 0;
          top: 30px; }
        .pt_product-search-result #secondary .refinement #category-level-2 li.menu-header,
        .pt_product-search-noresult #secondary .refinement #category-level-2 li.menu-header {
          height: 45px;
          font-size: 21px;
          cursor: pointer;
          line-height: 45px;
          border-bottom: 1px solid #e8e8e8;
          margin-bottom: 14px;
          width: 90%; }
          .pt_product-search-result #secondary .refinement #category-level-2 li.menu-header:after,
          .pt_product-search-noresult #secondary .refinement #category-level-2 li.menu-header:after {
            height: 0;
            width: 0;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-right: 6px solid #919191;
            -webkit-transition: -webkit-transform 0.5s;
            -moz-transition: -moz-transform 0.5s;
            transition: transform 0.5s;
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
            display: inline-block;
            position: relative;
            float: right;
            content: '';
            top: -25px; }
      .pt_product-search-result #secondary .refinement #category-level-2:not(.active),
      .pt_product-search-noresult #secondary .refinement #category-level-2:not(.active) {
        max-height: 98px;
        -webkit-transition: max-height 0.5s;
        -moz-transition: max-height 0.5s;
        transition: max-height 0.5s; }
        .pt_product-search-result #secondary .refinement #category-level-2:not(.active) li.menu-header:after,
        .pt_product-search-noresult #secondary .refinement #category-level-2:not(.active) li.menu-header:after {
          -webkit-transform: rotate(-180deg);
          -moz-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
          -webkit-transition: -webkit-transform 0.5s;
          -moz-transition: -moz-transform 0.5s;
          transition: transform 0.5s; }
    .pt_product-search-result #secondary .refinement ul li a,
    .pt_product-search-noresult #secondary .refinement ul li a {
      font-family: "Avenir";
      color: black;
      font-size: 12px; }
    .pt_product-search-result #secondary .refinement.Category,
    .pt_product-search-noresult #secondary .refinement.Category {
      /* Not sure why this is necessary? */ }
  @media (min-width: 600px) {
    .pt_product-search-result #secondary,
    .pt_product-search-noresult #secondary {
      width: 25%; }
      .pt_product-search-result #secondary .refinement-header,
      .pt_product-search-noresult #secondary .refinement-header {
        display: inline-block;
        vertical-align: top; }
        .pt_product-search-result #secondary .refinement-header.gifts,
        .pt_product-search-noresult #secondary .refinement-header.gifts {
          text-transform: capitalize;
          font-weight: normal;
          margin-bottom: 60px;
          font-family: "Baskerville";
          font-size: 32px;
          color: #000; }
      .pt_product-search-result #secondary .refinement.Category,
      .pt_product-search-noresult #secondary .refinement.Category {
        display: inline;
        vertical-align: top; } }

.pt_product-search-result .pagination-wrapper,
.pt_product-search-noresult .pagination-wrapper {
  line-height: 0;
  position: relative;
  display: block;
  vertical-align: middle;
  margin-top: 25px;
  width: 235px; }
  @media (max-width: 600px) {
    .pt_product-search-result .pagination-wrapper,
    .pt_product-search-noresult .pagination-wrapper {
      min-height: 140px;
      margin: 0;
      width: 100%;
      border-top: 1px solid #e1e1e1;
      padding-top: 25px; }
      .pt_product-search-result .pagination-wrapper.top,
      .pt_product-search-noresult .pagination-wrapper.top {
        display: none; } }
  .pt_product-search-result .pagination-wrapper .pagination + span,
  .pt_product-search-noresult .pagination-wrapper .pagination + span {
    top: 13px;
    right: -6px;
    position: absolute; }
    .pt_product-search-result .pagination-wrapper .pagination + span:before,
    .pt_product-search-noresult .pagination-wrapper .pagination + span:before {
      content: '';
      height: 0;
      width: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #f6f6f8; }
  .pt_product-search-result .pagination-wrapper .items-per-page,
  .pt_product-search-noresult .pagination-wrapper .items-per-page {
    height: 40px;
    display: none;
    line-height: 40px;
    padding-top: 16px; }
    .pt_product-search-result .pagination-wrapper .items-per-page .count,
    .pt_product-search-noresult .pagination-wrapper .items-per-page .count {
      display: none; }
    .pt_product-search-result .pagination-wrapper .items-per-page button, .pt_product-search-result .pagination-wrapper .items-per-page .results-hits,
    .pt_product-search-noresult .pagination-wrapper .items-per-page button,
    .pt_product-search-noresult .pagination-wrapper .items-per-page .results-hits {
      display: none; }
    .pt_product-search-result .pagination-wrapper .items-per-page form,
    .pt_product-search-noresult .pagination-wrapper .items-per-page form {
      height: 40px;
      position: relative;
      padding-right: 15px; }
      .pt_product-search-result .pagination-wrapper .items-per-page form fieldset,
      .pt_product-search-noresult .pagination-wrapper .items-per-page form fieldset {
        position: relative; }
        .pt_product-search-result .pagination-wrapper .items-per-page form fieldset label,
        .pt_product-search-noresult .pagination-wrapper .items-per-page form fieldset label {
          position: relative;
          font-size: 14px;
          float: left;
          top: 1px; }
        .pt_product-search-result .pagination-wrapper .items-per-page form fieldset select,
        .pt_product-search-noresult .pagination-wrapper .items-per-page form fieldset select {
          font-family: "Baskerville";
          background: white;
          line-height: 30px;
          height: 40px;
          vertical-align: middle;
          width: 60px;
          text-align: center;
          padding-left: 8px;
          padding-right: 0;
          top: 0px;
          float: left;
          margin-left: 5px; }
  .pt_product-search-result .pagination-wrapper .pagination,
  .pt_product-search-noresult .pagination-wrapper .pagination {
    font-family: "Avenir";
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 6px 10px 0;
    width: 100%; }
    @media (min-width: 600px) and (max-width: 810px) {
      .pt_product-search-result .pagination-wrapper .pagination li.next,
      .pt_product-search-noresult .pagination-wrapper .pagination li.next {
        top: initial !important; } }
    .pt_product-search-result .pagination-wrapper .pagination .results-hits,
    .pt_product-search-noresult .pagination-wrapper .pagination .results-hits {
      display: none; }
    .pt_product-search-result .pagination-wrapper .pagination ul,
    .pt_product-search-noresult .pagination-wrapper .pagination ul {
      width: 100%; }
      .pt_product-search-result .pagination-wrapper .pagination ul li,
      .pt_product-search-noresult .pagination-wrapper .pagination ul li {
        display: inline-block; }
        .pt_product-search-result .pagination-wrapper .pagination ul li:not(.first-last),
        .pt_product-search-noresult .pagination-wrapper .pagination ul li:not(.first-last) {
          display: none; }
        .pt_product-search-result .pagination-wrapper .pagination ul li:nth-child(2):not(.current-page),
        .pt_product-search-noresult .pagination-wrapper .pagination ul li:nth-child(2):not(.current-page) {
          display: none; }
        .pt_product-search-result .pagination-wrapper .pagination ul li.current-page,
        .pt_product-search-noresult .pagination-wrapper .pagination ul li.current-page {
          display: inline-block; }
          .pt_product-search-result .pagination-wrapper .pagination ul li.current-page:before,
          .pt_product-search-noresult .pagination-wrapper .pagination ul li.current-page:before {
            content: "Page: "; }
        .pt_product-search-result .pagination-wrapper .pagination ul li.first-last:nth-last-child(2), .pt_product-search-result .pagination-wrapper .pagination ul li.first-last:nth-last-child(3),
        .pt_product-search-noresult .pagination-wrapper .pagination ul li.first-last:nth-last-child(2),
        .pt_product-search-noresult .pagination-wrapper .pagination ul li.first-last:nth-last-child(3) {
          margin-right: 0; }
          .pt_product-search-result .pagination-wrapper .pagination ul li.first-last:nth-last-child(2):before, .pt_product-search-result .pagination-wrapper .pagination ul li.first-last:nth-last-child(3):before,
          .pt_product-search-noresult .pagination-wrapper .pagination ul li.first-last:nth-last-child(2):before,
          .pt_product-search-noresult .pagination-wrapper .pagination ul li.first-last:nth-last-child(3):before {
            content: "/ "; }
        .pt_product-search-result .pagination-wrapper .pagination ul li.next, .pt_product-search-result .pagination-wrapper .pagination ul li.previous,
        .pt_product-search-noresult .pagination-wrapper .pagination ul li.next,
        .pt_product-search-noresult .pagination-wrapper .pagination ul li.previous {
          display: inline-block;
          position: absolute; }
          @media (max-width: 600px) {
            .pt_product-search-result .pagination-wrapper .pagination ul li.next, .pt_product-search-result .pagination-wrapper .pagination ul li.previous,
            .pt_product-search-noresult .pagination-wrapper .pagination ul li.next,
            .pt_product-search-noresult .pagination-wrapper .pagination ul li.previous {
              position: static;
              float: left; } }
          .pt_product-search-result .pagination-wrapper .pagination ul li.next.next, .pt_product-search-result .pagination-wrapper .pagination ul li.previous.next,
          .pt_product-search-noresult .pagination-wrapper .pagination ul li.next.next,
          .pt_product-search-noresult .pagination-wrapper .pagination ul li.previous.next {
            padding-left: 10px; }
            @media (max-width: 600px) {
              .pt_product-search-result .pagination-wrapper .pagination ul li.next.next, .pt_product-search-result .pagination-wrapper .pagination ul li.previous.next,
              .pt_product-search-noresult .pagination-wrapper .pagination ul li.next.next,
              .pt_product-search-noresult .pagination-wrapper .pagination ul li.previous.next {
                float: right; } }
          .pt_product-search-result .pagination-wrapper .pagination ul li.next a, .pt_product-search-result .pagination-wrapper .pagination ul li.previous a,
          .pt_product-search-noresult .pagination-wrapper .pagination ul li.next a,
          .pt_product-search-noresult .pagination-wrapper .pagination ul li.previous a {
            color: #000; }
          .pt_product-search-result .pagination-wrapper .pagination ul li.next:hover, .pt_product-search-result .pagination-wrapper .pagination ul li.previous:hover,
          .pt_product-search-noresult .pagination-wrapper .pagination ul li.next:hover,
          .pt_product-search-noresult .pagination-wrapper .pagination ul li.previous:hover {
            color: #eb5410; }
          .pt_product-search-result .pagination-wrapper .pagination ul li.next.disabled a, .pt_product-search-result .pagination-wrapper .pagination ul li.previous.disabled a,
          .pt_product-search-noresult .pagination-wrapper .pagination ul li.next.disabled a,
          .pt_product-search-noresult .pagination-wrapper .pagination ul li.previous.disabled a {
            color: #919191; }
            .pt_product-search-result .pagination-wrapper .pagination ul li.next.disabled a:hover, .pt_product-search-result .pagination-wrapper .pagination ul li.previous.disabled a:hover,
            .pt_product-search-noresult .pagination-wrapper .pagination ul li.next.disabled a:hover,
            .pt_product-search-noresult .pagination-wrapper .pagination ul li.previous.disabled a:hover {
              color: #919191; }
        .pt_product-search-result .pagination-wrapper .pagination ul li.previous,
        .pt_product-search-noresult .pagination-wrapper .pagination ul li.previous {
          left: 20px; }
          .pt_product-search-result .pagination-wrapper .pagination ul li.previous a:before,
          .pt_product-search-noresult .pagination-wrapper .pagination ul li.previous a:before {
            content: "\f0d9";
            font-family: "FontAwesome";
            font-size: 16px;
            margin-right: 10px; }
        .pt_product-search-result .pagination-wrapper .pagination ul li.next,
        .pt_product-search-noresult .pagination-wrapper .pagination ul li.next {
          right: 20px; }
          .pt_product-search-result .pagination-wrapper .pagination ul li.next a:after,
          .pt_product-search-noresult .pagination-wrapper .pagination ul li.next a:after {
            content: "\f0da";
            font-family: "FontAwesome";
            font-size: 16px;
            margin-left: 10px; }
  .pt_product-search-result .pagination-wrapper > .container .view-all,
  .pt_product-search-noresult .pagination-wrapper > .container .view-all {
    color: #000;
    font-size: 14px;
    font-family: "Avenir";
    display: inline-block; }
    @media (max-width: 600px) {
      .pt_product-search-result .pagination-wrapper > .container .view-all,
      .pt_product-search-noresult .pagination-wrapper > .container .view-all {
        width: 160px;
        text-align: center;
        margin: 40px auto;
        border: 1px solid #919191;
        padding: 22px 12px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 18px;
        letter-spacing: 3px;
        display: block; } }
    .pt_product-search-result .pagination-wrapper > .container .view-all .items-per-page,
    .pt_product-search-noresult .pagination-wrapper > .container .view-all .items-per-page {
      display: none; }
    .pt_product-search-result .pagination-wrapper > .container .view-all .pagination,
    .pt_product-search-noresult .pagination-wrapper > .container .view-all .pagination {
      display: block; }
  .pt_product-search-result .pagination-wrapper .bottom .view-all:after,
  .pt_product-search-noresult .pagination-wrapper .bottom .view-all:after {
    bottom: -10px; }
  @media (min-width: 600px) {
    .pt_product-search-result .pagination-wrapper,
    .pt_product-search-noresult .pagination-wrapper {
      text-align: right;
      position: relative; }
      .pt_product-search-result .pagination-wrapper.bottom,
      .pt_product-search-noresult .pagination-wrapper.bottom {
        float: right;
        padding-bottom: 40px; }
      .pt_product-search-result .pagination-wrapper.top,
      .pt_product-search-noresult .pagination-wrapper.top {
        margin-top: 0px; }
      .pt_product-search-result .pagination-wrapper > .container,
      .pt_product-search-noresult .pagination-wrapper > .container {
        position: static;
        display: block; }
        .pt_product-search-result .pagination-wrapper > .container:after,
        .pt_product-search-noresult .pagination-wrapper > .container:after {
          content: "";
          display: table;
          clear: both; }
        .pt_product-search-result .pagination-wrapper > .container .pagination,
        .pt_product-search-noresult .pagination-wrapper > .container .pagination {
          display: inline-block; }
      .pt_product-search-result .pagination-wrapper .items-per-page,
      .pt_product-search-noresult .pagination-wrapper .items-per-page {
        display: inline-block;
        float: left; }
        .pt_product-search-result .pagination-wrapper .items-per-page form label,
        .pt_product-search-noresult .pagination-wrapper .items-per-page form label {
          margin-right: 7px; }
      .pt_product-search-result .pagination-wrapper .pagination,
      .pt_product-search-noresult .pagination-wrapper .pagination {
        padding-right: 0; }
        .pt_product-search-result .pagination-wrapper .pagination ul,
        .pt_product-search-noresult .pagination-wrapper .pagination ul {
          text-align: left; } }
      @media (min-width: 600px) and (min-width: 600px) and (max-width: 810px) {
        .pt_product-search-result .pagination-wrapper .pagination ul,
        .pt_product-search-noresult .pagination-wrapper .pagination ul {
          font-size: 16px; } }
  @media (min-width: 600px) {
          .pt_product-search-result .pagination-wrapper .pagination ul li,
          .pt_product-search-noresult .pagination-wrapper .pagination ul li {
            margin-right: -1%; }
            .pt_product-search-result .pagination-wrapper .pagination ul li:not(:first-child),
            .pt_product-search-noresult .pagination-wrapper .pagination ul li:not(:first-child) {
              display: inline-block; }
            .pt_product-search-result .pagination-wrapper .pagination ul li:nth-child(2):not(.current-page),
            .pt_product-search-noresult .pagination-wrapper .pagination ul li:nth-child(2):not(.current-page) {
              display: inline-block; }
            .pt_product-search-result .pagination-wrapper .pagination ul li.current-page:before,
            .pt_product-search-noresult .pagination-wrapper .pagination ul li.current-page:before {
              display: none; }
            .pt_product-search-result .pagination-wrapper .pagination ul li.first-last:nth-last-child(2):before, .pt_product-search-result .pagination-wrapper .pagination ul li.first-last:nth-last-child(3):before,
            .pt_product-search-noresult .pagination-wrapper .pagination ul li.first-last:nth-last-child(2):before,
            .pt_product-search-noresult .pagination-wrapper .pagination ul li.first-last:nth-last-child(3):before {
              content: ".. ";
              margin-right: -3px; }
            .pt_product-search-result .pagination-wrapper .pagination ul li.first-last:nth-child(2):after, .pt_product-search-result .pagination-wrapper .pagination ul li.first-last:nth-child(3):after,
            .pt_product-search-noresult .pagination-wrapper .pagination ul li.first-last:nth-child(2):after,
            .pt_product-search-noresult .pagination-wrapper .pagination ul li.first-last:nth-child(3):after {
              content: "..";
              margin-left: -3px; }
            .pt_product-search-result .pagination-wrapper .pagination ul li.mobile,
            .pt_product-search-noresult .pagination-wrapper .pagination ul li.mobile {
              display: none; }
            .pt_product-search-result .pagination-wrapper .pagination ul li.previous,
            .pt_product-search-noresult .pagination-wrapper .pagination ul li.previous {
              margin-right: 10px; }
            .pt_product-search-result .pagination-wrapper .pagination ul li.previous, .pt_product-search-result .pagination-wrapper .pagination ul li.next,
            .pt_product-search-noresult .pagination-wrapper .pagination ul li.previous,
            .pt_product-search-noresult .pagination-wrapper .pagination ul li.next {
              position: static; }
              .pt_product-search-result .pagination-wrapper .pagination ul li.previous:hover a, .pt_product-search-result .pagination-wrapper .pagination ul li.next:hover a,
              .pt_product-search-noresult .pagination-wrapper .pagination ul li.previous:hover a,
              .pt_product-search-noresult .pagination-wrapper .pagination ul li.next:hover a {
                color: #eb5410; }
              .pt_product-search-result .pagination-wrapper .pagination ul li.previous a:after, .pt_product-search-result .pagination-wrapper .pagination ul li.previous a:before, .pt_product-search-result .pagination-wrapper .pagination ul li.next a:after, .pt_product-search-result .pagination-wrapper .pagination ul li.next a:before,
              .pt_product-search-noresult .pagination-wrapper .pagination ul li.previous a:after,
              .pt_product-search-noresult .pagination-wrapper .pagination ul li.previous a:before,
              .pt_product-search-noresult .pagination-wrapper .pagination ul li.next a:after,
              .pt_product-search-noresult .pagination-wrapper .pagination ul li.next a:before {
                display: none; }
            .pt_product-search-result .pagination-wrapper .pagination ul li.next,
            .pt_product-search-noresult .pagination-wrapper .pagination ul li.next {
              top: 15px;
              right: 10px;
              margin-right: initial; }
      .pt_product-search-result .pagination-wrapper:after,
      .pt_product-search-noresult .pagination-wrapper:after {
        display: block; } }
