/*------------------------------------*    #TYPOGRAPHY
\*------------------------------------*/
/**
*utilities
*/
/* * Use this mixin for text style */
/*
* Use this mixin for tablet and desktop specific styling
*/
/** 
* Gillsans & tiempos Font 
*/
/**
* Colour Palette 
*/
/*** Variables as per SG ***/
/*
* Related articles section styling 
*/
.related-articles {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 42px; }
  @media only screen and (max-width: 767px) {
    .related-articles {
      padding: 0 19px;
      margin-top: 0; } }
  .related-articles .header {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    padding: 20px 0; }
  .related-articles .sectionTitle {
    font-family: HelveticaNeueBoldCnd;
    color: #323232;
    font-size: 2.25rem;
    line-height: 24px;
    letter-spacing: 1.4px; }
  .related-articles .result-articles {
    width: 100%;
    margin-bottom: 30px; }
    .related-articles .result-articles:last-child {
      margin-bottom: 0; }
    .related-articles .result-articles .title {
      font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
      color: #323232;
      font-size: 1.625rem;
      line-height: 24px;
      letter-spacing: 0;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .related-articles .result-articles .title {
          margin-bottom: 10px; } }
    .related-articles .result-articles .info {
      font-family: HelveticaNeueLight;
      color: #323232;
      font-size: 1.125rem;
      line-height: 22px;
      letter-spacing: 0;
      clear: both; }
      @media only screen and (min-width: 768px) {
        .related-articles .result-articles .info {
          padding: 10px 0; } }
      @media only screen and (max-width: 767px) {
        .related-articles .result-articles .info {
          margin-bottom: 10px; } }
    .related-articles .result-articles .readmore {
      font-family: HelveticaNeueLight;
      color: #d42d20;
      font-size: 1rem;
      line-height: 16px;
      letter-spacing: 0;
      text-transform: uppercase; }
      .related-articles .result-articles .readmore:hover {
        text-decoration: underline; }
      .related-articles .result-articles .readmore:after {
        content: "\00a0  \003e";
        margin-left: -5px;
        vertical-align: text-top;
        font-size: 19px; }
    .related-articles .result-articles .folderLink {
      width: 100%;
      text-decoration: underline;
      margin: 8px 0;
      font-family: HelveticaNeueLight;
      color: #828282;
      font-size: 1rem;
      line-height: 16px;
      letter-spacing: 0; }
  @media only screen and (max-width: 1023px) {
    .related-articles .goToArticles {
      display: none; } }
  .related-articles .viewAllArticles {
    width: 100%;
    margin: auto;
    background: #EE3224;
    border-radius: 2px;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 1rem;
    line-height: 16px;
    letter-spacing: 1.56px;
    margin: 50px auto 30px;
    line-height: 44px;
    transition-duration: .3s;
    border-radius: 5px; }
    .related-articles .viewAllArticles:hover {
      background: #d42d20; }
    @media only screen and (max-width: 767px) {
      .related-articles .viewAllArticles {
        line-height: 23px; } }

/*
 *  PLP No Search Results Found & No Page Found common style 
 */
.noResults, .errorPage {
  padding: 0; }

.noSearchResults {
  padding: 0; }
  .noSearchResults .noResultsFound {
    background-color: #ECF0F6;
    text-align: center; }
    .noSearchResults .noResultsFound .sectionTitle {
      margin: 0;
      text-transform: uppercase;
      padding-left: 18px;
      padding-right: 18px; }
      @media only screen and (min-width: 768px) {
        .noSearchResults .noResultsFound .sectionTitle {
          font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
          color: #001317;
          font-size: 3rem;
          line-height: 1;
          letter-spacing: 4px;
          padding-top: 40px;
          padding-bottom: 21px; } }
      @media only screen and (max-width: 767px) {
        .noSearchResults .noResultsFound .sectionTitle {
          font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
          color: #323232;
          font-size: 1.25rem;
          line-height: 1;
          letter-spacing: 1.66px;
          padding-top: 38px;
          padding-bottom: 20px; } }
    .noSearchResults .noResultsFound .sectionTitleSuggest {
      font-family: "Neue Helvetica for Speedo Rg", Helvetica, Arial, sans-serif;
      color: #42515B;
      font-size: 1rem;
      line-height: 20px;
      letter-spacing: 0px; }
      @media only screen and (min-width: 768px) {
        .noSearchResults .noResultsFound .sectionTitleSuggest {
          width: 425px;
          margin: 0 auto;
          padding: 0 0 33px 0; } }
      @media only screen and (max-width: 767px) {
        .noSearchResults .noResultsFound .sectionTitleSuggest {
          padding: 0 8px 27px 8px; } }

.searchResultSearch {
  background-color: #42515B;
  padding-top: 23px;
  padding-bottom: 23px; }
  @media only screen and (max-width: 767px) {
    .searchResultSearch {
      padding-top: 16px;
      padding-bottom: 16px; } }
  .searchResultSearch .headerSearch {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    display: block;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .searchResultSearch .headerSearch {
        max-width: 379px; } }
    @media only screen and (max-width: 767px) {
      .searchResultSearch .headerSearch {
        max-width: 280px; } }
    .searchResultSearch .headerSearch .searchTextBox {
      background-color: #F5F5F5;
      text-transform: uppercase;
      height: 32px;
      border-radius: 2px;
      font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
      color: #929BA9;
      font-size: 0.625rem;
      line-height: 2;
      letter-spacing: 0.83px; }
      @media only screen and (min-width: 768px) {
        .searchResultSearch .headerSearch .searchTextBox {
          height: 44px; } }
    .searchResultSearch .headerSearch .searchButton {
      border: 0 none;
      cursor: pointer;
      height: 20px;
      position: absolute;
      text-indent: -1000px;
      width: 20px;
      direction: ltr;
      right: 6px;
      top: 6px;
      background: transparent url("../img/SearchBar_Arrow_v1.svg") no-repeat scroll 0 0; }
      @media only screen and (min-width: 768px) {
        .searchResultSearch .headerSearch .searchButton {
          top: 12px; } }

.noresultsBodyContent {
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px solid #D4D7DC;
  font-family: "Neue Helvetica for Speedo Rg", Helvetica, Arial, sans-serif;
  color: #323232;
  font-size: 1rem;
  line-height: 20px;
  letter-spacing: 0px; }
  @media only screen and (min-width: 768px) {
    .noresultsBodyContent {
      padding-top: 30px;
      padding-bottom: 22px;
      max-width: 379px; } }
  @media only screen and (max-width: 767px) {
    .noresultsBodyContent {
      padding: 33px 0 21px 0;
      margin-left: 18px;
      margin-right: 18px; } }
  .noresultsBodyContent .content-1 {
    font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
    color: #323232;
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: 0px;
    padding-bottom: 10px; }
  .noresultsBodyContent .content-2 {
    font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
    color: #323232;
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: 0px; }

.helpfulTips {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .helpfulTips {
      padding-top: 30px;
      padding-bottom: 46px; } }
  @media only screen and (max-width: 767px) {
    .helpfulTips {
      padding: 29px 18px 33px 18px; } }
  .helpfulTips .TipHeader {
    font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
    color: #323232;
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: 1.6px;
    text-transform: uppercase; }
  .helpfulTips ul {
    list-style: none; }
    .helpfulTips ul li {
      font-family: "Neue Helvetica for Speedo Rg", Helvetica, Arial, sans-serif;
      color: #323232;
      font-size: 1rem;
      line-height: 20px;
      letter-spacing: 0px;
      padding-bottom: 5px; }
      .helpfulTips ul li.ourPopularPages {
        padding-top: 20px; }
        .helpfulTips ul li.ourPopularPages a {
          display: block;
          padding: 10px 0 0 0;
          text-transform: uppercase;
          font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
          color: #929BA9;
          font-size: 1rem;
          line-height: 20px;
          letter-spacing: 1.66px; }
          .helpfulTips ul li.ourPopularPages a:hover {
            font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
            color: #323232;
            font-size: 1rem;
            line-height: 20px;
            letter-spacing: 1.66px; }

.plprow {
  margin-left: -10px;
  margin-right: -10px; }
  .plprow:before, .plprow:after {
    content: " ";
    display: table; }
  .plprow:after {
    clear: both; }

.mobileRefinementsOverview {
  display: none; }

@media (min-width: 768px) {
  .catListingleftCol {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 25%; } }

@media only screen and (max-width: 767px) {
  .catListingleftCol {
    position: fixed;
    z-index: 19;
    background: #fff;
    top: 95px;
    right: -100%;
    width: 100%;
    height: 100%;
    border-top: 2px solid #cbd5df;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 100px;
    -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 1, 1);
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 1, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 1, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 1, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 1, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 1, 1); }
    .catListingleftCol.open {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      -webkit-transition: box-shadow 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
      transition: box-shadow 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
      transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0, 0, 0.2, 1);
      transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1); } }

.catListSecondaryCats {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .catListSecondaryCats {
      position: relative;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px;
      float: left;
      width: 75%; } }
  .catListSecondaryCats.fullwidth {
    margin-left: 0%;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }

@media only screen and (max-width: 767px) {
  .header-container {
    display: flex;
    flex-flow: column; } }

.catHeader {
  border-top: 1px solid #cbd5df;
  padding-top: 17px; }
  @media only screen and (max-width: 767px) {
    .catHeader {
      border: none;
      padding-top: 0;
      order: 2; } }
  .catHeader .catSorting {
    min-height: 35px; }
  .catHeader .catSortingItems, .catHeader .catSortingnoItems, .catHeader .catSortinglabel {
    float: right;
    font-family: "Neue Helvetica for Speedo Rg", Helvetica, Arial, sans-serif;
    color: #323232;
    font-size: 0.75rem;
    line-height: 15px;
    letter-spacing: 0.75px;
    margin-top: 11px;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .catHeader .catSortingItems, .catHeader .catSortingnoItems, .catHeader .catSortinglabel {
        float: none;
        width: 100%;
        text-align: center;
        margin: 7px 0 0;
        font-family: "Neue Helvetica for Speedo Rg", Helvetica, Arial, sans-serif;
        color: #929BA9;
        font-size: 0.75rem;
        line-height: 15px;
        letter-spacing: 0.75px; } }
  .catHeader .filterCount {
    float: right;
    font-family: "Neue Helvetica for Speedo Rg", Helvetica, Arial, sans-serif;
    color: #323232;
    font-size: 0.75rem;
    line-height: 15px;
    letter-spacing: 0.75px;
    margin-top: 11px;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .catHeader .filterCount {
        float: none;
        width: 100%;
        text-align: center;
        margin: 25px 0;
        font-family: "Neue Helvetica for Speedo Rg", Helvetica, Arial, sans-serif;
        color: #929BA9;
        font-size: 0.75rem;
        line-height: 15px;
        letter-spacing: 0.75px; } }
    .catHeader .filterCount .catSortingItemsCount {
      padding-right: 7px; }
  .catHeader .sorting {
    float: left;
    border: 1px solid #cbd5df;
    line-height: 10px;
    position: relative; }
    @media (max-width: 767px) {
      .catHeader .sorting {
        display: none !important; } }
    .catHeader .sorting select .SortbyOption {
      display: none; }
    .catHeader .sorting select.sortDropdown {
      border: none;
      height: 33px;
      padding: 0 0 1px 15px;
      font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
      color: #323232;
      font-size: 0.875rem;
      line-height: 1;
      letter-spacing: 0;
      text-transform: uppercase; }
    .catHeader .sorting .sortByHeading {
      font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
      color: #323232;
      font-size: 0.875rem;
      line-height: 10px;
      letter-spacing: 0;
      text-transform: uppercase; }
    .catHeader .sorting .ddTitle {
      padding: 0px 40px 0px 15px;
      height: 33px;
      cursor: pointer;
      box-sizing: content-box;
      line-height: 33px; }
    .catHeader .sorting .ddcommon.borderRadius .arrow {
      background: url("../img/DropDown Arrow.svg") no-repeat;
      display: inline-block;
      position: absolute;
      width: 14px;
      height: 9px;
      right: 13px;
      top: 14px; }
    .catHeader .sorting .ddcommon.borderRadiusTp .arrow {
      background: url("../img/DropDown Arrow Up.svg") no-repeat;
      display: inline-block;
      position: absolute;
      width: 14px;
      height: 9px;
      right: 13px;
      top: 14px; }
    .catHeader .sorting .ddcommon.borderRadiusBtm .arrow {
      background: url("../img/DropDown Arrow Up.svg") no-repeat;
      display: inline-block;
      position: absolute;
      width: 14px;
      height: 9px;
      right: 13px;
      top: 14px; }
    .catHeader .sorting .ddTitleText.SortbyOption .ddlabel {
      display: none; }
    .catHeader .sorting .ddTitleText .ddlabel {
      font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
      color: #929BA9;
      font-size: 0.875rem;
      line-height: 14px;
      letter-spacing: 0.5px;
      text-transform: uppercase; }
    .catHeader .sorting .ddChild {
      min-width: 220px;
      background: #fff;
      border: 1px solid #cbd5df;
      padding: 9px 15px 11px;
      height: auto !important;
      cursor: pointer;
      left: -1px; }
      .catHeader .sorting .ddChild li {
        cursor: pointer;
        list-style: none;
        font-family: "Neue Helvetica for Speedo Rg", Helvetica, Arial, sans-serif;
        color: #323232;
        font-size: 0.875rem;
        line-height: 24px;
        letter-spacing: 0px; }
        .catHeader .sorting .ddChild li:first-child {
          display: none !important; }

.plpproductgridBox {
  padding: 0;
  margin-top: 42px; }
  @media only screen and (max-width: 767px) {
    .plpproductgridBox {
      margin-top: 29px;
      margin-left: 0;
      margin-right: 0;
      padding-left: 5.5px;
      padding-right: 5.5px; } }
  @media only screen and (min-width: 768px) {
    .plpproductgridBox {
      margin-left: -10px;
      margin-right: -10px; }
      .plpproductgridBox:before, .plpproductgridBox:after {
        content: " ";
        display: table; }
      .plpproductgridBox:after {
        clear: both; } }
  .plpproductgridBox .productItem {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #fff; }
    @media (min-width: 768px) {
      .plpproductgridBox .productItem {
        position: relative;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
        width: 33.3333333333%; } }
    @media only screen and (max-width: 767px) {
      .plpproductgridBox .productItem {
        padding: 0; } }
    .plpproductgridBox .productItem:hover {
      border: 1px solid #cbd5df; }
    @media only screen and (max-width: 767px) {
      .plpproductgridBox .productItem {
        min-height: 260px; } }
    @media only screen and (min-width: 768px) {
      .plpproductgridBox .productItem {
        min-height: 454px;
        padding: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 1025px) {
      .plpproductgridBox .productItem {
        height: 384px;
        min-height: 384px; } }
    @media only screen and (min-width: 768px) {
      .plpproductgridBox .productItem .producttile_wrapper {
        height: 280px; } }
    .plpproductgridBox .productItem .imageHolder {
      overflow: hidden;
      margin: 0 auto;
      max-width: 280px;
      max-height: 280px;
      position: relative;
      height: 280px;
      text-align: center; }
      @media only screen and (min-width: 1025px) {
        .plpproductgridBox .productItem .imageHolder {
          margin-top: 10px; } }
      @media only screen and (min-width: 768px) and (max-width: 1025px) {
        .plpproductgridBox .productItem .imageHolder {
          height: 198px;
          max-width: 200px; } }
      @media only screen and (max-width: 767px) {
        .plpproductgridBox .productItem .imageHolder {
          height: 140px;
          max-width: 140px;
          min-height: 139px; } }
      .plpproductgridBox .productItem .imageHolder img {
        max-width: 100%;
        height: 100%; }
      .plpproductgridBox .productItem .imageHolder .secondaryImg-container {
        width: 100%;
        height: 280px;
        max-width: 280px;
        max-height: 280px; }
        @media only screen and (min-width: 768px) and (max-width: 1025px) {
          .plpproductgridBox .productItem .imageHolder .secondaryImg-container {
            height: 198px; } }
    @media only screen and (min-width: 768px) {
      .plpproductgridBox .productItem .productTileDescription {
        height: 152px;
        margin: 0 10px; } }
    @media only screen and (max-width: 767px) {
      .plpproductgridBox .productItem .productTileDescription {
        height: 120px; } }
    .plpproductgridBox .productItem .productName {
      font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
      color: #323232;
      font-size: 0.9375rem;
      line-height: 20px;
      letter-spacing: 0px;
      text-align: center;
      margin: 17px 0 0;
      height: auto;
      overflow: hidden;
      height: 40px; }
      @media only screen and (max-width: 767px) {
        .plpproductgridBox .productItem .productName {
          margin-top: 7px;
          font-size: 10px;
          height: 36px;
          font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
          color: #323232;
          font-size: 0.625rem;
          line-height: 12px;
          letter-spacing: 0px;
          padding: 0 10px; } }
      @media only screen and (min-width: 768px) {
        .plpproductgridBox .productItem .productName {
          padding: 0 25px; } }
    .plpproductgridBox .productItem .productDescription {
      text-align: center; }
      .plpproductgridBox .productItem .productDescription .price {
        font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
        color: #EE3224;
        font-size: 0.8125rem;
        line-height: 10px;
        letter-spacing: 0px;
        display: inline-block; }
        .plpproductgridBox .productItem .productDescription .price.current {
          font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
          color: #323232;
          font-size: 0.9375rem;
          line-height: 20px;
          letter-spacing: 0px; }
          @media only screen and (max-width: 767px) {
            .plpproductgridBox .productItem .productDescription .price.current {
              font-size: 10px; } }
        @media only screen and (max-width: 767px) {
          .plpproductgridBox .productItem .productDescription .price {
            font-size: 8px; } }
      .plpproductgridBox .productItem .productDescription .pricerange {
        font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
        color: #323232;
        font-size: 0.9375rem;
        line-height: 20px;
        letter-spacing: 0px; }
        @media only screen and (max-width: 767px) {
          .plpproductgridBox .productItem .productDescription .pricerange {
            font-size: 10px; } }
    .plpproductgridBox .productItem .quicklookLink {
      z-index: 10;
      width: 24px;
      height: 24px;
      right: 21px;
      top: 21px;
      background: url("../img/CROSS.svg") no-repeat 50% 50%; }
      .plpproductgridBox .productItem .quicklookLink:hover {
        background: url("../img/CROSS 2.svg") no-repeat 50% 50%; }
      @media only screen and (max-width: 767px) {
        .plpproductgridBox .productItem .quicklookLink {
          display: none; } }
    .plpproductgridBox .productItem .reevooPLPBadgeDesktop {
      margin: 5px 0 0;
      text-align: center;
      height: 16px; }
      .plpproductgridBox .productItem .reevooPLPBadgeDesktop .reevoomark_badge {
        margin: 0 auto; }
    .plpproductgridBox .productItem .reevooPLPBadgeMobile {
      margin-top: 3px;
      height: 16px; }
      .plpproductgridBox .productItem .reevooPLPBadgeMobile .reevoomark_badge {
        margin: 0 auto; }
    .plpproductgridBox .productItem .promoMessage {
      text-align: center;
      display: block;
      overflow: hidden; }
      @media only screen and (min-width: 768px) {
        .plpproductgridBox .productItem .promoMessage {
          margin: 8px 0 0;
          font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
          color: #EE3224;
          font-size: 0.75rem;
          line-height: 16px;
          letter-spacing: 0px;
          min-height: 32px; } }
      @media only screen and (max-width: 767px) {
        .plpproductgridBox .productItem .promoMessage {
          margin: 5px 0 0;
          font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
          color: #EE3224;
          font-size: 0.625rem;
          line-height: 12px;
          letter-spacing: 0px;
          min-height: 25px; } }
    .plpproductgridBox .productItem .wishListLink {
      background: url("../img/Wishlist_v2.svg") no-repeat right;
      width: 24px;
      height: 24px;
      position: absolute;
      top: 51px;
      right: 21px;
      z-index: 10;
      display: none; }
      .plpproductgridBox .productItem .wishListLink:hover {
        background: url("../img/Wishlist_hover_v2.svg") no-repeat 50% 50%; }
  .plpproductgridBox .ias_trigger {
    width: 100%;
    margin: auto;
    clear: both; }
    @media only screen and (max-width: 767px) {
      .plpproductgridBox .ias_trigger {
        height: auto;
        margin: 20px 0 5px;
        padding: 0 3.5px;
        clear: both; } }
    @media only screen and (min-width: 768px) {
      .plpproductgridBox .ias_trigger {
        margin-right: auto;
        margin-left: auto;
        padding-left: 10px;
        padding-right: 10px; }
        .plpproductgridBox .ias_trigger:before, .plpproductgridBox .ias_trigger:after {
          content: " ";
          display: table; }
        .plpproductgridBox .ias_trigger:after {
          clear: both; } }
    .plpproductgridBox .ias_trigger a {
      background: #EE3224;
      border-radius: 2px;
      width: 100%;
      display: inline-block;
      cursor: pointer;
      text-transform: uppercase;
      text-align: center;
      border-radius: 5px;
      font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
      color: #fff;
      font-size: 1rem;
      line-height: 16px;
      letter-spacing: 1.56px;
      margin: 50px auto 30px;
      line-height: 44px;
      transition-duration: .3s; }
      .plpproductgridBox .ias_trigger a:before, .plpproductgridBox .ias_trigger a:after {
        content: " ";
        display: table; }
      .plpproductgridBox .ias_trigger a:after {
        clear: both; }
      .plpproductgridBox .ias_trigger a:hover {
        background: #d42d20; }
      @media only screen and (max-width: 767px) {
        .plpproductgridBox .ias_trigger a {
          margin: 0;
          line-height: 18px;
          height: 35px;
          padding: 8px 0; } }

@media (min-width: 768px) {
  .catSortingMobile {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .catSortingMobile {
    margin: 0;
    border-top: 2px solid #cbd5df;
    float: left;
    width: 100%;
    border-bottom: 2px solid #cbd5df;
    padding: 10px 0 2px; } }

.catSortingMobile .catSortingMobileOuter {
  margin-left: 0;
  margin-right: 0; }

.catSortingMobile .catSortCol {
  position: relative;
  width: 100%;
  float: left;
  min-height: 55px;
  padding-left: 0;
  padding-right: 3px;
  cursor: pointer;
  margin-bottom: 6px; }

.catSortingMobile .catFilterCol {
  position: relative;
  width: 50%;
  float: left;
  min-height: 55px;
  padding-left: 0;
  padding-right: 3px;
  cursor: pointer; }

.catSortingMobile .catSortColContent {
  border: 1px solid #cbd5df;
  padding-top: 14px;
  min-height: 47px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
  color: #323232;
  font-size: 1rem;
  line-height: 16px;
  letter-spacing: 1px; }

.catSortingMobile .catFilterColContent {
  border: 1px solid #cbd5df;
  padding-top: 14px;
  min-height: 47px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
  color: #323232;
  font-size: 1rem;
  line-height: 16px;
  letter-spacing: 1px; }

.catSortingMobile .catSortColContentTitle {
  display: inline;
  width: 100%; }

.catSortingMobile .catFilterColContentTitle {
  display: inline-block;
  width: 100%; }

.catSortingMobile .catSortColContentValue {
  font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
  color: #929BA9;
  font-size: 1rem;
  line-height: 10px;
  letter-spacing: 0.7px;
  display: inline;
  width: 100%;
  position: relative;
  top: 0;
  padding-bottom: 2px; }

.catSortingMobile .catFilterColContentValue {
  font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
  color: #929BA9;
  font-size: 0.625rem;
  line-height: 10px;
  letter-spacing: 0.7px;
  display: inline-block;
  width: 100%;
  position: relative;
  top: -3px;
  padding-bottom: 2px; }

.catSortingMobile .catFilterColContentIcon {
  background: url("../img/add-icon.svg") no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 11px; }

@media (min-width: 768px) {
  .catSortByListMobile {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .catSortByListMobile {
    position: fixed;
    top: 95px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 19;
    right: -100%;
    border-top: 2px solid #cbd5df;
    -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 1, 1);
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 1, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 1, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 1, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 1, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 1, 1); }
    .catSortByListMobile.open {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      -webkit-transition: box-shadow 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
      transition: box-shadow 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
      transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0, 0, 0.2, 1);
      transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1); } }

.catSortByListMobile .catSortByMobHeading {
  padding: 18px 20px;
  font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
  color: #323232;
  font-size: 1rem;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center; }
  .catSortByListMobile .catSortByMobHeading span {
    display: inline-block;
    width: 100%; }
  .catSortByListMobile .catSortByMobHeading .closeicon {
    background: url("../img/Cross_4.svg") no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    float: right;
    cursor: pointer;
    margin-top: 3px; }

.catSortByListMobile .catSortByClearSelection {
  font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
  color: #EE3224;
  font-size: 0.75rem;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 18px 20px 16px 20px;
  border-top: 1px solid #cbd5df; }
  .catSortByListMobile .catSortByClearSelection span {
    display: inline-block;
    width: 100%; }
  .catSortByListMobile .catSortByClearSelection .closeicon {
    background: url("../img/close-icon-red.svg") no-repeat;
    width: 7px;
    height: 7px;
    display: inline-block;
    float: right;
    cursor: pointer;
    margin-top: 4px; }

.catSortByListMobile .catSortByMobList {
  border-top: 1px solid #cbd5df;
  padding-top: 19px;
  padding-bottom: 19px;
  border-bottom: 1px solid #cbd5df; }

.catSortByFilters li {
  font-family: "Neue Helvetica for Speedo Rg", Helvetica, Arial, sans-serif;
  color: #323232;
  font-size: 0.875rem;
  line-height: 28px;
  letter-spacing: 0;
  list-style: none;
  cursor: pointer;
  padding: 0 20px 0 18px; }
  .catSortByFilters li .catSortByFiltersCheck {
    width: 16px;
    height: 16px;
    display: inline-block;
    float: right;
    border: 1px solid #42515B;
    margin-top: 6px; }
  .catSortByFilters li.checked .catSortByFiltersCheck {
    background: url("../img/checkbox-checked-icon.png") no-repeat center; }

.filterApplyloaderWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 99999; }

.filterApplyloader {
  width: 64px;
  height: 64px;
  background-image: url(../img/loading-icon.gif);
  background-repeat: no-repeat;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -28px;
  margin-left: -28px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.infinityScrollLoadingImage {
  height: 100px;
  clear: both;
  padding-top: 21px; }

@media only screen and (min-width: 768px) {
  .cat-refine-wrapper {
    margin-top: 174px; } }

@media (max-width: 767px) {
  .cat-refine-wrapper .catrefineWrapper {
    display: none !important; } }

@media (min-width: 768px) {
  .cat-refine-wrapper .catrefineWrapper {
    display: none !important; } }

@media (min-width: 768px) {
  .cat-refine-wrapper .refinementTitleMobile {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .cat-refine-wrapper .refinementTitleMobile {
    text-align: center;
    text-transform: uppercase;
    padding: 18px 20px 18px 20px; }
    .cat-refine-wrapper .refinementTitleMobile a {
      text-decoration: none;
      font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
      color: #323232;
      font-size: 1rem;
      line-height: 16px;
      letter-spacing: 1px; }
    .cat-refine-wrapper .refinementTitleMobile .closeicon {
      background: url("../img/Cross_4.svg") no-repeat;
      width: 10px;
      height: 10px;
      display: inline-block;
      float: right;
      cursor: pointer;
      margin-top: 3px; }
    .cat-refine-wrapper .refinementTitleMobile .catFilterColContentIcon {
      background: url("../img/add-icon.svg") no-repeat;
      width: 12px;
      height: 12px;
      display: inline-block;
      margin-left: 7px; } }

.desktopFilterBottomLine {
  border-top: 1px solid #cbd5df; }
  @media (max-width: 767px) {
    .desktopFilterBottomLine {
      display: none !important; } }

@media only screen and (min-width: 768px) {
  .refinementsContainer {
    max-width: 230px; } }

@media only screen and (max-width: 767px) {
  .refinementsContainer .size {
    border-bottom: 1px solid #cbd5df; } }

.refinementsContainer .size .bucket {
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .refinementsContainer .size .bucket {
      margin-left: 18px;
      margin-right: 18px; } }
  .refinementsContainer .size .bucket li {
    margin-bottom: -1px; }
    .refinementsContainer .size .bucket li a {
      padding: 0; }

.refinementsContainer .size .plp-checkbox {
  display: none; }

.refinewrapper .refinementTitle {
  font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
  color: #323232;
  font-size: 1.25rem;
  line-height: 24px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding-bottom: 8px; }
  @media (max-width: 767px) {
    .refinewrapper .refinementTitle {
      display: none !important; } }

.refinewrapper .clearrefinements {
  border-top: 1px solid #cbd5df;
  padding: 9px 0; }
  .refinewrapper .clearrefinements a {
    font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
    color: #EE3224;
    font-size: 0.75rem;
    line-height: 15px;
    letter-spacing: 2px;
    text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .refinewrapper .clearrefinements {
      padding: 18px 21px 16px 19px;
      border-top: 1px solid #cbd5df; } }
  .refinewrapper .clearrefinements .clearrefinementsTitle {
    display: inline-block;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .refinewrapper .clearrefinements .clearrefinementsTitle {
        width: 100%; } }
    .refinewrapper .clearrefinements .clearrefinementsTitle .cancel-icon {
      background: url("../img/close-icon-red.svg") no-repeat;
      width: 7px;
      height: 7px;
      display: inline-block;
      margin-left: 8px; }
      @media only screen and (max-width: 767px) {
        .refinewrapper .clearrefinements .clearrefinementsTitle .cancel-icon {
          float: right; } }
      @media only screen and (min-width: 768px) {
        .refinewrapper .clearrefinements .clearrefinementsTitle .cancel-icon {
          width: 9px;
          height: 9px; } }

.refinewrapper .refinementsSummary {
  display: none; }

@media only screen and (min-width: 768px) {
  .refinementsList .refinement:first-child .heading {
    border-top: 1px solid #cbd5df; } }

@media only screen and (max-width: 767px) {
  .refinementsList .refinement:last-child {
    border-bottom: 1px solid #cbd5df; } }

.refinementsList .refinement .heading {
  font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
  color: #323232;
  font-size: 1rem;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top: 1px solid #cbd5df;
  padding: 15px 0 15px;
  display: block; }
  @media only screen and (max-width: 767px) {
    .refinementsList .refinement .heading {
      padding: 15px 18px 14px; } }

.refinementsList .refinement.size .bucket li {
  padding: 0;
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: left;
  border: 1px solid #cbd5df;
  margin-right: -1px; }
  @media only screen and (min-width: 768px) {
    .refinementsList .refinement.size .bucket li:hover {
      background: #cbd5df; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .refinementsList .refinement.size .bucket li:hover:hover {
      background: none; } }
  .refinementsList .refinement.size .bucket li.selected {
    background: #323232;
    border: 1px solid #323232; }
    @media only screen and (min-width: 768px) {
      .refinementsList .refinement.size .bucket li.selected:hover {
        background: #323232; } }
    .refinementsList .refinement.size .bucket li.selected .value {
      color: #fff; }
  @media only screen and (min-width: 768px) {
    .refinementsList .refinement.size .bucket li {
      width: 58px;
      height: 36px; } }
  @media only screen and (max-width: 767px) {
    .refinementsList .refinement.size .bucket li {
      width: 71px;
      height: 56px; } }
  .refinementsList .refinement.size .bucket li a {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: absolute;
    left: -1px;
    top: -1px; }
    @media only screen and (min-width: 768px) {
      .refinementsList .refinement.size .bucket li a {
        width: 58px;
        height: 36px; } }
    @media only screen and (max-width: 767px) {
      .refinementsList .refinement.size .bucket li a {
        width: 71px;
        height: 56px; } }
    .refinementsList .refinement.size .bucket li a.value {
      text-transform: uppercase; }
      @media only screen and (min-width: 768px) {
        .refinementsList .refinement.size .bucket li a.value {
          font-family: "Neue Helvetica for Speedo Rg", Helvetica, Arial, sans-serif;
          color: #42515B;
          font-size: 1rem;
          line-height: 16px;
          letter-spacing: 0px; } }
      @media only screen and (max-width: 767px) {
        .refinementsList .refinement.size .bucket li a.value {
          font-family: "Neue Helvetica for Speedo Rg", Helvetica, Arial, sans-serif;
          color: #42515B;
          font-size: 1.25rem;
          line-height: 20px;
          letter-spacing: 0px; } }

.refinementsList .refinement .bucket {
  display: none; }
  @media only screen and (max-width: 767px) {
    .refinementsList .refinement .bucket {
      padding: 0 0 14px 0; }
      .refinementsList .refinement .bucket li a {
        padding: 0 18px 0 18px; } }

.refinementsList .refinement .pricebucket {
  padding-bottom: 15px; }

.refinementsList .refinement.expanded .bucket {
  display: block; }

.refinementsList .refinement .heading {
  outline: none; }

.refinementsList .color li {
  height: 57px;
  width: 57px;
  float: left; }
  @media only screen and (min-width: 993px) {
    .refinementsList .color li:nth-child(4n) {
      width: 44px; } }
  @media only screen and (min-width: 768px) {
    .refinementsList .color li {
      margin-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .refinementsList .color li {
      height: 70px;
      width: 70px; } }

.refinementsList .color .bucket {
  padding-bottom: 0px; }
  .refinementsList .color .bucket li {
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .refinementsList .color .bucket li a {
        padding: 0;
        margin: 0 18px 0 18px; } }

.refinementsList .color .colorswatch {
  width: 36px;
  height: 35px;
  border-radius: 18px;
  border: none;
  margin: 3px 0 0 3px;
  display: inline-block;
  border: 1px solid #42515B; }
  @media only screen and (max-width: 767px) {
    .refinementsList .color .colorswatch {
      width: 44px;
      height: 44px;
      border-radius: 22px;
      margin: 4px 0 0 4px; } }

.refinementsList .color .value {
  width: 36px;
  height: 35px;
  border-radius: 18px;
  background: #fff;
  float: left; }
  @media only screen and (max-width: 767px) {
    .refinementsList .color .value {
      width: 44px;
      height: 44px;
      border-radius: 22px; } }
  @media only screen and (min-width: 768px) {
    .refinementsList .color .value {
      border: 1px solid #fff; }
      .refinementsList .color .value:hover {
        width: 44px;
        height: 43px;
        border-radius: 22px;
        border: 1px solid #42515B; } }
    @media only screen and (min-width: 768px) and (max-width: 767px) {
      .refinementsList .color .value:hover {
        width: 54px;
        height: 54px;
        border-radius: 27px; } }
  @media only screen and (min-width: 768px) {
        .refinementsList .color .value:hover .colorswatch {
          border: 1px solid #fff; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .refinementsList .color .value:hover {
      border: none; } }
  .refinementsList .color .value.selected {
    width: 44px;
    height: 43px;
    border-radius: 22px;
    border: 1px solid #42515B; }
    @media only screen and (max-width: 767px) {
      .refinementsList .color .value.selected {
        width: 54px;
        height: 54px;
        border-radius: 27px; } }

.refinementsList .color .colorname, .refinementsList .color .plp-checkbox {
  display: none; }

.refinementsList .bucket {
  padding-bottom: 8px;
  margin: 0; }
  .refinementsList .bucket .value {
    outline: 0;
    font-family: "Neue Helvetica for Speedo Rg", Helvetica, Arial, sans-serif;
    color: #323232;
    font-size: 0.875rem;
    line-height: 24px;
    letter-spacing: 0px; }
    @media only screen and (max-width: 767px) {
      .refinementsList .bucket .value {
        line-height: 28px;
        display: block; } }
  .refinementsList .bucket li {
    list-style: none; }

.refinementsList .plp-checkbox {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #42515B;
  margin-right: 10px;
  margin-top: 4px;
  float: left; }
  @media only screen and (max-width: 767px) {
    .refinementsList .plp-checkbox {
      float: right;
      margin-right: 0; } }
  .refinementsList .plp-checkbox.selected {
    background: url("../img/checkbox-checked-icon.png") no-repeat center; }

.refinementsList .refinecheckbox, .refinementsList .icheckbox {
  display: none; }

@media only screen and (min-width: 768px) {
  .refinementsList .hitCount {
    float: right; } }

@media only screen and (min-width: 768px) {
  .refinementsList .refinementValue {
    width: 70%;
    display: inline-block; } }

.refinementsList .refinementToggleIcon {
  background: url("../img/Expand.svg") no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
  float: right;
  margin-top: 4px; }

.refinementsList .expanded .refinementToggleIcon {
  background: url("../img/minus-icon.svg") no-repeat;
  width: 12px;
  height: 2px;
  display: inline-block;
  float: right;
  margin-top: 9px; }

@media (min-width: 768px) {
  .applyFilterMobile {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .applyFilterMobile {
    padding-top: 15px;
    margin: 0 18px; }
    .applyFilterMobile button {
      background-color: #323232;
      display: block;
      border-radius: 2px;
      cursor: pointer;
      text-transform: uppercase;
      text-align: center;
      background-image: none;
      font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
      color: #fff;
      font-size: 0.9375rem;
      line-height: 15px;
      letter-spacing: 1.5px;
      transition-duration: .3s;
      border: 2px solid #323232;
      padding: 10px;
      width: 100%;
      margin: 0 auto; } }

.plp-header-slot-box {
  text-align: center;
  max-height: 206px;
  overflow: hidden;
  padding-bottom: 10px; }

.plp-header-slot-heading {
  font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
  font-size: 36px;
  color: #323232;
  letter-spacing: 3px;
  line-height: 36px;
  margin: 0px;
  padding-top: 40px;
  text-transform: uppercase; }

.plp-header-slot-para {
  font-family: "Neue Helvetica for Speedo Rg", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #42515B;
  letter-spacing: 0px;
  line-height: 20px;
  max-width: 480px;
  margin: 11px auto;
  overflow: hidden;
  height: 100px; }

@media only screen and (max-width: 767px) {
  .plp-header-slot-heading {
    padding: 29px 0 0;
    font-size: 20px;
    letter-spacing: 1.42px;
    line-height: 24px; }
  .plp-header-slot-para {
    display: none; }
  .plp-header-slot-box {
    height: auto; } }

.product-article-tab {
  margin-top: 10px; }
  @media only screen and (max-width: 767px) {
    .product-article-tab {
      order: 1;
      margin-top: 25px; } }
  .product-article-tab .tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: right; }
    .product-article-tab .tabs li {
      background: none;
      color: #222;
      display: inline-block;
      padding: 0 15px;
      cursor: pointer;
      border-right: 1px solid #323232; }
      .product-article-tab .tabs li.current {
        color: #929BA9; }
      .product-article-tab .tabs li:last-child {
        border: none; }

@media only screen and (max-width: 767px) {
  .product-article-tabresults {
    display: inline-block; } }

.product-article-tabresults .tab-content {
  display: none; }
  .product-article-tabresults .tab-content.current {
    display: inherit; }

/*Page View Dropdown Styles Starts*/
@media (min-width: 768px) and (max-width: 1023px) {
  .items-per-page select {
    display: none; } }

.items-per-page {
  float: left;
  border: 1px solid #cbd5df;
  line-height: 10px;
  position: relative;
  margin: 0 0 0 20px;
  padding: 0 10px; }
  @media only screen and (max-width: 767px) {
    .items-per-page {
      padding: 6px 9px 7px 6px;
      margin: 0;
      top: 121px;
      left: 53%;
      width: 46%;
      text-align: center; } }
  .items-per-page fieldset {
    border: 0 none;
    margin: 0;
    padding: 0; }
  @media only screen and (max-width: 767px) {
    .items-per-page select {
      width: 40%;
      height: 33px;
      font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
      color: #929BA9;
      font-size: 0.875rem;
      line-height: 20px;
      letter-spacing: 0; } }
  .items-per-page .arrow {
    display: none; }
    @media only screen and (max-width: 767px) {
      .items-per-page .arrow {
        display: inline-block; } }
  @media only screen and (max-width: 767px) {
    .items-per-page .arrow-down {
      background: url("../img/DropDown Arrow.svg") no-repeat;
      display: inline-block;
      position: absolute;
      width: 14px;
      height: 9px;
      right: 13px;
      top: 20px; } }
  @media only screen and (max-width: 767px) {
    .items-per-page .arrow-up {
      background: url("../img/DropDown Arrow Up.svg") no-repeat;
      display: inline-block;
      position: absolute;
      width: 14px;
      height: 9px;
      right: 13px;
      top: 20px; } }
  .items-per-page select .SortbyOption {
    display: none; }
  .items-per-page select.grid-paging-header {
    border: none;
    height: 33px;
    padding: 0 0 1px 15px;
    font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
    color: #323232;
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase; }
  .items-per-page .pageHeading {
    font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
    color: #323232;
    font-size: 0.875rem;
    line-height: 10px;
    letter-spacing: 0;
    text-transform: uppercase; }
  .items-per-page .ddTitle {
    padding: 0px 29px 0px 2px;
    height: 33px;
    cursor: pointer;
    box-sizing: content-box;
    line-height: 33px; }
    @media only screen and (max-width: 767px) {
      .items-per-page .ddTitle {
        padding: 0px 22px 0px 6px; } }
  .items-per-page .ddcommon {
    display: inline-block; }
    .items-per-page .ddcommon.borderRadius .arrow {
      background: url("../img/DropDown Arrow.svg") no-repeat;
      display: inline-block;
      position: absolute;
      width: 14px;
      height: 9px;
      right: 13px;
      top: 14px; }
      @media only screen and (max-width: 767px) {
        .items-per-page .ddcommon.borderRadius .arrow {
          top: 20px; } }
    .items-per-page .ddcommon.borderRadiusTp .arrow {
      background: url("../img/DropDown Arrow Up.svg") no-repeat;
      display: inline-block;
      position: absolute;
      width: 14px;
      height: 9px;
      right: 13px;
      top: 14px; }
      @media only screen and (max-width: 767px) {
        .items-per-page .ddcommon.borderRadiusTp .arrow {
          top: 20px; } }
    .items-per-page .ddcommon.borderRadiusBtm .arrow {
      background: url("../img/DropDown Arrow Up.svg") no-repeat;
      display: inline-block;
      position: absolute;
      width: 14px;
      height: 9px;
      right: 13px;
      top: 14px; }
  .items-per-page .ddTitleText.SortbyOption .ddlabel {
    display: none; }
  .items-per-page .ddTitleText .ddlabel {
    font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
    color: #929BA9;
    font-size: 0.875rem;
    line-height: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase; }
  .items-per-page .ddChild {
    min-width: 141px;
    background: #fff;
    border: 1px solid #cbd5df;
    padding: 9px 15px 11px;
    height: auto !important;
    cursor: pointer;
    left: -1px; }
    @media only screen and (max-width: 767px) {
      .items-per-page .ddChild {
        min-width: 161px;
        top: 46px !important;
        text-align: left; } }
    .items-per-page .ddChild li {
      cursor: pointer;
      list-style: none;
      font-family: "Neue Helvetica for Speedo Rg", Helvetica, Arial, sans-serif;
      color: #323232;
      font-size: 0.875rem;
      line-height: 24px;
      letter-spacing: 0px; }
      .items-per-page .ddChild li:first-child {
        display: block; }

/*Page View Dropdown Styles Ends*/
/*Pagination Styles Starts*/
.search-result-options {
  margin: 44px 0 25px; }
  @media only screen and (max-width: 767px) {
    .search-result-options {
      clear: both; } }
  .search-result-options .pageEllipse {
    color: #e63d11;
    font-size: 20px;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    bottom: 6px;
    /* font-weight: bold; */ }

.pageNavigation {
  text-align: center; }
  .pageNavigation ul li {
    font-family: "Neue Helvetica for Speedo Rg", Helvetica, Arial, sans-serif;
    color: #323232;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0;
    border: 1px solid #d7d7d7;
    height: 44px;
    width: 44px;
    display: inline-block;
    padding: 11px 0;
    margin: 0 4px;
    border-radius: 5px; }
    @media only screen and (max-width: 767px) {
      .pageNavigation ul li {
        height: 35px;
        width: 35px;
        font-size: 12px;
        margin: 0 1px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .pageNavigation ul li {
        margin: 0 5px; } }
    .pageNavigation ul li a {
      color: #323232; }
      @media only screen and (max-width: 767px) {
        .pageNavigation ul li a {
          font-size: 12px; } }
    .pageNavigation ul li:first-child, .pageNavigation ul li:last-child {
      padding: 0;
      margin: 0;
      border: none;
      position: relative;
      width: 26px;
      bottom: 1px;
      pointer-events: none; }
      @media only screen and (max-width: 767px) {
        .pageNavigation ul li:first-child, .pageNavigation ul li:last-child {
          width: 6px; } }
    .pageNavigation ul li:nth-child(2) {
      padding: 0;
      margin: 0 34px 0 0;
      border: none;
      width: auto; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .pageNavigation ul li:nth-child(2) {
          margin: 0 26px 0 0; } }
      @media only screen and (max-width: 767px) {
        .pageNavigation ul li:nth-child(2) {
          margin: 0; } }
    .pageNavigation ul li:nth-last-child(2) {
      padding: 0;
      margin: 0 0 0 33px;
      border: none;
      width: auto; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .pageNavigation ul li:nth-last-child(2) {
          margin: 0 0 0 25px; } }
      @media only screen and (max-width: 767px) {
        .pageNavigation ul li:nth-last-child(2) {
          margin: 0; } }
    .pageNavigation ul li .page-previous, .pageNavigation ul li .page-next {
      font-family: "Neue Helvetica for Speedo Rg", Helvetica, Arial, sans-serif;
      color: #323232;
      font-size: 1.3125rem;
      line-height: 1;
      letter-spacing: 0; }
      @media only screen and (max-width: 767px) {
        .pageNavigation ul li .page-previous, .pageNavigation ul li .page-next {
          font-size: 12px; } }
  .pageNavigation .current-page {
    background-color: #eb312e;
    border: none;
    font-family: "Neue Helvetica for Speedo Rg", Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0; }
    @media only screen and (max-width: 767px) {
      .pageNavigation .current-page {
        font-size: 12px;
        position: relative;
        bottom: 1px; } }
  .pageNavigation .disableprev, .pageNavigation .disablednext {
    pointer-events: none; }
    .pageNavigation .disableprev .visually-hidden, .pageNavigation .disablednext .visually-hidden {
      color: #d7d7d7; }

/*Pagination Styles Ends*/
