@font-face {
  font-family: 'Nunito-Regular';
  src: url("../fonts/Nunito-Regular.eot");
  src: url("../fonts/Nunito-Regular.eot") format("embedded-opentype"), url("../fonts/Nunito-Regular.svg") format("svg"), url("../fonts/Nunito-Regular.ttf") format("truetype"), url("../fonts/Nunito-Regular.woff") format("woff"), url("../fonts/Nunito-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Nunito-Medium';
  src: url("../fonts/Nunito-Medium.eot");
  src: url("../fonts/Nunito-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Nunito-Medium.svg") format("svg"), url("../fonts/Nunito-Medium.ttf") format("truetype"), url("../fonts/Nunito-Medium.woff") format("woff"), url("../fonts/Nunito-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Nunito-Bold';
  src: url("../fonts/Nunito-Bold.eot");
  src: url("../fonts/Nunito-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nunito-Bold.svg") format("svg"), url("../fonts/Nunito-Bold.ttf") format("truetype"), url("../fonts/Nunito-Bold.woff") format("woff"), url("../fonts/Nunito-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Nunito-SemiBold';
  src: url("../fonts/Nunito-SemiBold.eot");
  src: url("../fonts/Nunito-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nunito-SemiBold.svg") format("svg"), url("../fonts/Nunito-SemiBold.ttf") format("truetype"), url("../fonts/Nunito-SemiBold.woff") format("woff"), url("../fonts/Nunito-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Nunito-ExtraBold';
  src: url("../fonts/Nunito-ExtraBold.eot");
  src: url("../fonts/Nunito-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nunito-ExtraBold.svg") format("svg"), url("../fonts/Nunito-ExtraBold.ttf") format("truetype"), url("../fonts/Nunito-ExtraBold.woff") format("woff"), url("../fonts/Nunito-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Oswald-Bold';
  src: url("../fonts/Oswald-Bold.eot");
  src: url("../fonts/Oswald-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-Bold.svg") format("svg"), url("../fonts/Oswald-Bold.ttf") format("truetype"), url("../fonts/Oswald-Bold.woff") format("woff"), url("../fonts/Oswald-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot") format("embedded-opentype"), url("../fonts/Montserrat-Regular.svg") format("svg"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

.container {
  max-width: 1500px;
  width: 100%;
  padding: 0 30px;
  margin: 0  auto; }
  @media screen and (max-width: 991.98px) {
    .container {
      padding: 0 20px; } }
  @media screen and (max-width: 576px) {
    .container {
      padding: 0 15px; } }

a {
  text-decoration: none; }

.body {
  background: #ffffff;
  padding-top: 40px;
  margin-top: 174px; }
  @media screen and (max-width: 1199.98px) {
    .body {
      margin-top: 157px; } }
  @media screen and (max-width: 991.98px) {
    .body {
      margin-top: 207px; } }
  @media screen and (max-width: 800px) {
    .body {
      padding-top: 0; } }
  @media screen and (max-width: 576.98px) {
    .body {
      margin-top: 163px; } }
  @media screen and (max-width: 375px) {
    .body {
      margin-top: 130px; } }

h2.page-heading.page-heading--center {
  color: #0086B5;
  font-size: 34px;
  line-height: 46px;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "Nunito-SemiBold"; }
  @media screen and (max-width: 576px) {
    h2.page-heading.page-heading--center {
      font-size: 28px;
      line-height: 38px;
      margin-bottom: 23px; } }
  @media screen and (max-width: 374px) {
    h2.page-heading.page-heading--center {
      font-size: 22px;
      line-height: 32px; } }

.productCarousel-slide, .page_type_category, .page_type_account_recentitems, .page_type_search, .page_type_brand {
  padding: 0; }
  .productCarousel-slide .card, .page_type_category .card, .page_type_account_recentitems .card, .page_type_search .card, .page_type_brand .card {
    background: #ffffff;
    border: 1px solid #DDDDDD;
    transition: all .3s ease-in-out;
    box-shadow: none;
    padding: 15px 7.5px 0;
    margin: 0 20px; }
    .productCarousel-slide .card:hover, .page_type_category .card:hover, .page_type_account_recentitems .card:hover, .page_type_search .card:hover, .page_type_brand .card:hover {
      border: 1px solid #004A56; }
    @media screen and (max-width: 1199px) {
      .productCarousel-slide .card, .page_type_category .card, .page_type_account_recentitems .card, .page_type_search .card, .page_type_brand .card {
        margin: 0 8px; } }
    @media screen and (max-width: 576px) {
      .productCarousel-slide .card, .page_type_category .card, .page_type_account_recentitems .card, .page_type_search .card, .page_type_brand .card {
        padding: 10px 5px 0;
        margin: 0 14px; } }
    .productCarousel-slide .card .card-figure .card-figure-link .card-img-container, .page_type_category .card .card-figure .card-figure-link .card-img-container, .page_type_account_recentitems .card .card-figure .card-figure-link .card-img-container, .page_type_search .card .card-figure .card-figure-link .card-img-container, .page_type_brand .card .card-figure .card-figure-link .card-img-container {
      max-width: 100%; }
    .productCarousel-slide .card .card-figure .card-figcaption, .page_type_category .card .card-figure .card-figcaption, .page_type_account_recentitems .card .card-figure .card-figcaption, .page_type_search .card .card-figure .card-figcaption, .page_type_brand .card .card-figure .card-figcaption {
      transition: all .3s ease-in-out; }
      .productCarousel-slide .card .card-figure .card-figcaption .quickview, .page_type_category .card .card-figure .card-figcaption .quickview, .page_type_account_recentitems .card .card-figure .card-figcaption .quickview, .page_type_search .card .card-figure .card-figcaption .quickview, .page_type_brand .card .card-figure .card-figcaption .quickview {
        font-family: "Nunito-Regular";
        font-size: 15px;
        border-radius: 3px;
        transition: all .3s ease-in-out;
        font-weight: 400;
        letter-spacing: 1.2px; }
        .productCarousel-slide .card .card-figure .card-figcaption .quickview:hover, .page_type_category .card .card-figure .card-figcaption .quickview:hover, .page_type_account_recentitems .card .card-figure .card-figcaption .quickview:hover, .page_type_search .card .card-figure .card-figcaption .quickview:hover, .page_type_brand .card .card-figure .card-figcaption .quickview:hover {
          background: #0086B5; }
    .productCarousel-slide .card .card-section--body, .page_type_category .card .card-section--body, .page_type_account_recentitems .card .card-section--body, .page_type_search .card .card-section--body, .page_type_brand .card .card-section--body {
      margin: 14px 0 18px;
      padding: 0; }
      .productCarousel-slide .card .card-section--body .card-title, .page_type_category .card .card-section--body .card-title, .page_type_account_recentitems .card .card-section--body .card-title, .page_type_search .card .card-section--body .card-title, .page_type_brand .card .card-section--body .card-title {
        color: #000;
        margin-bottom: 0;
        text-align: center; }
        .productCarousel-slide .card .card-section--body .card-title a, .page_type_category .card .card-section--body .card-title a, .page_type_account_recentitems .card .card-section--body .card-title a, .page_type_search .card .card-section--body .card-title a, .page_type_brand .card .card-section--body .card-title a {
          font-weight: 400;
          font-size: 15px;
          line-height: 24px;
          font-family: "Nunito-Regular";
          letter-spacing: 0; }
          @media screen and (max-width: 576px) {
            .productCarousel-slide .card .card-section--body .card-title a, .page_type_category .card .card-section--body .card-title a, .page_type_account_recentitems .card .card-section--body .card-title a, .page_type_search .card .card-section--body .card-title a, .page_type_brand .card .card-section--body .card-title a {
              font-size: 14px;
              line-height: 22px; } }
      .productCarousel-slide .card .card-section--body .card-brandwrap, .page_type_category .card .card-section--body .card-brandwrap, .page_type_account_recentitems .card .card-section--body .card-brandwrap, .page_type_search .card .card-section--body .card-brandwrap, .page_type_brand .card .card-section--body .card-brandwrap {
        justify-content: center;
        margin-top: 10px;
        text-align: center; }
        .productCarousel-slide .card .card-section--body .card-brandwrap .card-text--brand, .page_type_category .card .card-section--body .card-brandwrap .card-text--brand, .page_type_account_recentitems .card .card-section--body .card-brandwrap .card-text--brand, .page_type_search .card .card-section--body .card-brandwrap .card-text--brand, .page_type_brand .card .card-section--body .card-brandwrap .card-text--brand {
          display: none; }
        .productCarousel-slide .card .card-section--body .card-brandwrap .card-text--sku, .page_type_category .card .card-section--body .card-brandwrap .card-text--sku, .page_type_account_recentitems .card .card-section--body .card-brandwrap .card-text--sku, .page_type_search .card .card-section--body .card-brandwrap .card-text--sku, .page_type_brand .card .card-section--body .card-brandwrap .card-text--sku {
          display: none;
          color: #000;
          border-left: none;
          padding: 0;
          margin-left: 0;
          font-weight: 700;
          font-family: "Nunito-Regular";
          font-size: 14px;
          line-height: 19px; }
          .productCarousel-slide .card .card-section--body .card-brandwrap .card-text--sku span, .page_type_category .card .card-section--body .card-brandwrap .card-text--sku span, .page_type_account_recentitems .card .card-section--body .card-brandwrap .card-text--sku span, .page_type_search .card .card-section--body .card-brandwrap .card-text--sku span, .page_type_brand .card .card-section--body .card-brandwrap .card-text--sku span {
            font-weight: 400; }
      .productCarousel-slide .card .card-section--body .card-ratings, .productCarousel-slide .card .card-section--body .productView-rating, .page_type_category .card .card-section--body .card-ratings, .page_type_category .card .card-section--body .productView-rating, .page_type_account_recentitems .card .card-section--body .card-ratings, .page_type_account_recentitems .card .card-section--body .productView-rating, .page_type_search .card .card-section--body .card-ratings, .page_type_search .card .card-section--body .productView-rating, .page_type_brand .card .card-section--body .card-ratings, .page_type_brand .card .card-section--body .productView-rating {
        display: none; }
    .productCarousel-slide .card .card-section-rightWrapper, .page_type_category .card .card-section-rightWrapper, .page_type_account_recentitems .card .card-section-rightWrapper, .page_type_search .card .card-section-rightWrapper, .page_type_brand .card .card-section-rightWrapper {
      border-top: none;
      padding-top: 0; }
      .productCarousel-slide .card .card-section-rightWrapper .card-section--price, .page_type_category .card .card-section-rightWrapper .card-section--price, .page_type_account_recentitems .card .card-section-rightWrapper .card-section--price, .page_type_search .card .card-section-rightWrapper .card-section--price, .page_type_brand .card .card-section-rightWrapper .card-section--price {
        text-align: center;
        font-family: "Nunito-Bold";
        padding-bottom: 20px; }
        .productCarousel-slide .card .card-section-rightWrapper .card-section--price .card-text--price, .page_type_category .card .card-section-rightWrapper .card-section--price .card-text--price, .page_type_account_recentitems .card .card-section-rightWrapper .card-section--price .card-text--price, .page_type_search .card .card-section-rightWrapper .card-section--price .card-text--price, .page_type_brand .card .card-section-rightWrapper .card-section--price .card-text--price {
          margin-bottom: 0; }
        .productCarousel-slide .card .card-section-rightWrapper .card-section--price .price-section--primary, .page_type_category .card .card-section-rightWrapper .card-section--price .price-section--primary, .page_type_account_recentitems .card .card-section-rightWrapper .card-section--price .price-section--primary, .page_type_search .card .card-section-rightWrapper .card-section--price .price-section--primary, .page_type_brand .card .card-section-rightWrapper .card-section--price .price-section--primary {
          margin-bottom: 0; }
          .productCarousel-slide .card .card-section-rightWrapper .card-section--price .price-section--primary .price-primary, .page_type_category .card .card-section-rightWrapper .card-section--price .price-section--primary .price-primary, .page_type_account_recentitems .card .card-section-rightWrapper .card-section--price .price-section--primary .price-primary, .page_type_search .card .card-section-rightWrapper .card-section--price .price-section--primary .price-primary, .page_type_brand .card .card-section-rightWrapper .card-section--price .price-section--primary .price-primary {
            color: #000;
            font-size: 18px;
            line-height: 24px; }
            @media screen and (max-width: 576px) {
              .productCarousel-slide .card .card-section-rightWrapper .card-section--price .price-section--primary .price-primary, .page_type_category .card .card-section-rightWrapper .card-section--price .price-section--primary .price-primary, .page_type_account_recentitems .card .card-section-rightWrapper .card-section--price .price-section--primary .price-primary, .page_type_search .card .card-section-rightWrapper .card-section--price .price-section--primary .price-primary, .page_type_brand .card .card-section-rightWrapper .card-section--price .price-section--primary .price-primary {
                font-size: 16px;
                line-height: 22px; } }
      .productCarousel-slide .card .card-section-rightWrapper .card-section-rightWrapper--inner, .page_type_category .card .card-section-rightWrapper .card-section-rightWrapper--inner, .page_type_account_recentitems .card .card-section-rightWrapper .card-section-rightWrapper--inner, .page_type_search .card .card-section-rightWrapper .card-section-rightWrapper--inner, .page_type_brand .card .card-section-rightWrapper .card-section-rightWrapper--inner {
        display: none; }
    .productCarousel-slide .card .mfg, .page_type_category .card .mfg, .page_type_account_recentitems .card .mfg, .page_type_search .card .mfg, .page_type_brand .card .mfg {
      display: none; }

@media screen and (max-width: 551px) {
  .slick-arrow {
    display: none !important; } }

.slick-dots {
  margin-top: 13px; }
  .slick-dots li {
    margin: 0 4px; }
    .slick-dots li button {
      width: 8px;
      height: 8px;
      background: #000; }
      .slick-dots li button:before {
        background: #F8F8F8;
        width: 8px;
        height: 8px; }
  .slick-dots li.slick-active button {
    width: 14px;
    height: 14px; }
    .slick-dots li.slick-active button:before {
      background: #000;
      width: 14px;
      height: 14px; }

.top-seller {
  background: #F8F8F8;
  padding: 70px 0 90px;
  margin-top: 90px; }
  @media screen and (max-width: 576px) {
    .top-seller {
      padding: 40px 0 60px;
      margin-top: 60px; } }

.about-us {
  display: flex;
  margin: 100px 0; }
  @media screen and (max-width: 1199px) {
    .about-us {
      margin: 70px 0; } }
  @media screen and (max-width: 991px) {
    .about-us {
      flex-wrap: wrap; } }
  @media screen and (max-width: 576px) {
    .about-us {
      margin: 40px -15px; } }
  .about-us .about-img {
    width: 50%;
    display: flex; }
    @media screen and (max-width: 991px) {
      .about-us .about-img {
        width: 100%;
        display: block; } }
    @media screen and (max-width: 1199px) {
      .about-us .about-img img {
        -o-object-fit: cover;
           object-fit: cover; } }
    @media screen and (max-width: 991px) {
      .about-us .about-img img {
        width: 100%;
        max-height: 500px; } }
  .about-us .about-us-text {
    width: 50%;
    margin-left: 60px;
    display: inline-block; }
    @media screen and (max-width: 1366px) {
      .about-us .about-us-text {
        margin-left: 30px; } }
    @media screen and (max-width: 991px) {
      .about-us .about-us-text {
        width: 100%;
        display: block;
        margin-left: 0;
        margin-top: 20px; } }
    @media screen and (max-width: 576px) {
      .about-us .about-us-text {
        padding: 0 15px; } }
    .about-us .about-us-text h2.page-heading.page-heading--center {
      text-align: left;
      margin-top: 22px;
      margin-bottom: 0; }
    .about-us .about-us-text h3.title {
      text-align: left;
      color: #000;
      font-size: 26px;
      line-height: 35px;
      margin: 27px 0 30px;
      font-family: "Nunito-ExtraBold"; }
      @media screen and (max-width: 576px) {
        .about-us .about-us-text h3.title {
          font-size: 22px;
          line-height: 30px;
          margin: 20px 0; } }
      @media screen and (max-width: 374.98px) {
        .about-us .about-us-text h3.title {
          font-size: 18px;
          line-height: 25px;
          margin: 10px 0; } }
    .about-us .about-us-text p {
      max-width: 660px;
      text-align: left;
      color: #000;
      font-size: 16px;
      line-height: 28px;
      margin-bottom: 30px;
      font-family: "Montserrat-Regular"; }
      @media screen and (max-width: 991px) {
        .about-us .about-us-text p {
          max-width: 100%; } }
      @media screen and (max-width: 576px) {
        .about-us .about-us-text p {
          font-size: 14px; } }
    .about-us .about-us-text .button--primary {
      display: flex;
      justify-content: center;
      max-width: 167px;
      font-weight: 500;
      margin-bottom: 21px;
      padding: 14px 15px;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: 1.6px;
      border-radius: 3px;
      transition: all .3s ease-in-out;
      font-family: "Nunito-Medium"; }

/* search page css start */
@media (max-width: 800.98px) {
  .page_type_search .mobile-side-bar {
    display: block;
    width: 225px;
    max-width: 185px;
    height: 38px;
    line-height: 0;
    border-radius: 3px;
    align-items: center;
    background: #59c959;
    border: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    text-decoration: none; }
    .page_type_search .mobile-side-bar svg {
      height: 14px;
      margin-right: 5px;
      position: relative;
      width: 14px;
      fill: #fff;
      position: inherit; }
  .page_type_search .page-sidebar {
    opacity: 0;
    height: 0;
    z-index: 999999; }
  .page_type_search .page-sidebar.active {
    opacity: 1;
    height: 100%; }
  .page_type_search .page-sidebar.active .bg-overlay-full {
    background: rgba(0, 0, 0, 0.65);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999; }
  .page_type_search .page-sidebar.active #facetedSearch-navList {
    opacity: 1;
    height: 100%;
    left: 0;
    transition: all .5s ease 0s; }
  .page_type_search .sidebar-overlay.show {
    display: block; }
  .page_type_search .page-sidebar .overlay-close {
    width: 40px;
    height: 40px;
    display: block;
    position: fixed;
    z-index: 999999;
    border-radius: 50%;
    text-align: center;
    top: 15px;
    right: 15px; }
    .page_type_search .page-sidebar .overlay-close:after {
      content: '';
      position: absolute;
      background: #ffffff;
      width: 27px;
      height: 4px;
      top: 20px;
      right: 8px;
      transform: rotate(45deg); }
    .page_type_search .page-sidebar .overlay-close:before {
      content: '';
      position: absolute;
      width: 27px;
      height: 4px;
      top: 20px;
      right: 8px;
      background: #ffffff;
      transform: rotate(-45deg); }
  .page_type_search .by-filter-sort {
    display: flex;
    justify-content: space-between;
    width: 100%; } }

.page_type_search .sidebar-overlay.show {
  display: block !important; }

.page_type_search .category__title {
  color: #0086B5;
  font-family: "Nunito-Regular";
  font-weight: 600;
  font-size: 34px;
  line-height: 46px; }

.page_type_search .category__nav {
  margin-top: 20px; }
  .page_type_search .category__nav .navBar-section .navBar-item a {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    font-family: "Nunito-Regular";
    text-decoration: none; }
    .page_type_search .category__nav .navBar-section .navBar-item a:hover {
      color: #0086B5; }
  .page_type_search .category__nav .navBar-section .navBar-item .navBar-action-color--active {
    color: #0086B5;
    font-weight: 600; }

@media screen and (max-width: 800px) {
  .page_type_search .category__header {
    margin-bottom: 0 !important; } }

.page_type_search .search-suggestion {
  font-family: "Nunito-Regular"; }
  .page_type_search .search-suggestion .suggestion-title {
    color: #0086B5;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    font-family: "Nunito-Regular"; }
  .page_type_search .search-suggestion .suggestion-item a {
    color: #000;
    font-weight: 500;
    padding: 0 3px;
    font-size: 16px;
    line-height: 22px;
    font-family: "Nunito-Regular"; }
    @media screen and (max-width: 479px) {
      .page_type_search .search-suggestion .suggestion-item a {
        font-size: 14px; } }
    .page_type_search .search-suggestion .suggestion-item a:hover {
      color: #0086B5; }
  .page_type_search .search-suggestion strong {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-family: "Nunito-Regular";
    padding-right: 5px; }
  .page_type_search .search-suggestion .suggestion-item {
    color: #000;
    font-size: 16px;
    line-height: 22px; }
    @media screen and (max-width: 479px) {
      .page_type_search .search-suggestion .suggestion-item {
        font-size: 14px;
        margin-bottom: 5px; } }
    .page_type_search .search-suggestion .suggestion-item:hover {
      color: #0086B5; }

.page_type_search .category .page-sidebar .sidebarBlock {
  /* @media screen and (max-width: 800px){
                    position: absolute; top: 207px !important; width: 100%;
                }

                @media screen and (max-width: 767px){
                    top: 200px !important;
                }

                @media screen and (max-width: 550px){
                    top: 207px !important;
                }

                @media screen and (max-width: 375.98px){
                    top: 244px !important;
                }*/ }

.page_type_search .category-options {
  margin-top: 10px !important;
  grid-row: 3 !important; }
  @media screen and (max-width: 800px) {
    .page_type_search .category-options .actionBar {
      margin-top: 0px !important; } }
  @media screen and (max-width: 800px) {
    .page_type_search .category-options .actionBar #featured-mbl {
      display: none !important; } }
  @media screen and (max-width: 800px) {
    .page_type_search .category-options .show-style {
      display: none !important; } }

.page_type_search .page {
  grid-row: 4 !important; }
  .page_type_search .page .page-content {
    width: 100%;
    padding: 0; }
    .page_type_search .page .page-content .productCards {
      margin: 0 -20px; }
      @media screen and (max-width: 1199px) {
        .page_type_search .page .page-content .productCards {
          margin: 0 -15px; } }
      .page_type_search .page .page-content .productCards .productCard {
        padding: 0 20px;
        margin-bottom: 40px;
        width: 25%; }
        @media screen and (max-width: 1199px) {
          .page_type_search .page .page-content .productCards .productCard {
            width: 33.33%;
            padding: 0 15px;
            margin-bottom: 30px; } }
        @media screen and (max-width: 767px) {
          .page_type_search .page .page-content .productCards .productCard {
            width: 50%; } }
        @media screen and (max-width: 374.98px) {
          .page_type_search .page .page-content .productCards .productCard {
            width: 100%; } }
        .page_type_search .page .page-content .productCards .productCard .card {
          margin: 0;
          display: block; }
          .page_type_search .page .page-content .productCards .productCard .card .button--compare {
            display: none; }
          .page_type_search .page .page-content .productCards .productCard .card .card-text--sku {
            display: block !important; }
          .page_type_search .page .page-content .productCards .productCard .card .card-section-rightWrapper {
            text-align: center; }
    .page_type_search .page .page-content #search-results-content {
      padding: 20px 0 0;
      margin-top: 30px;
      border-top: 1px solid #e5e5e5; }
      .page_type_search .page .page-content #search-results-content .actionBar {
        max-width: 250px;
        display: none; }
      .page_type_search .page .page-content #search-results-content .actionBar-section .form-label {
        font-size: 16px;
        line-height: 22px;
        margin-right: 18px;
        font-family: "Nunito-Regular";
        color: #000;
        font-weight: 600; }
      .page_type_search .page .page-content #search-results-content .actionBar-section .form-field {
        border-radius: 3px;
        border-color: #DDDDDD;
        width: auto; }
      .page_type_search .page .page-content #search-results-content .actionBar-section .form-select {
        background: url(https://store-pd2hcwcau9.mybigcommerce.com/content/images/sort-by-arrow-down.svg) no-repeat right 19px center;
        font-size: 16px;
        line-height: 22px;
        margin-right: 18px;
        font-family: "Nunito-Regular";
        color: #000;
        font-weight: 600;
        padding: 13px 67px 12px 20px; }
    .page_type_search .page .page-content .news-info-list {
      font-family: "Nunito-Regular"; }
      .page_type_search .page .page-content .news-info-list .news-info-list-item a {
        color: #0086B5;
        font-size: 16px;
        line-height: 22px; }
        .page_type_search .page .page-content .news-info-list .news-info-list-item a:hover {
          color: #59C959; }
  .page_type_search .page .pagination-list .pagination-item--next .pagination-link--next, .page_type_search .page .pagination-list .pagination-item--next .pagination-link--previous, .page_type_search .page .pagination-list .pagination-item--previous .pagination-link--next, .page_type_search .page .pagination-list .pagination-item--previous .pagination-link--previous {
    font-size: 0 !important;
    padding: 5px !important; }
    .page_type_search .page .pagination-list .pagination-item--next .pagination-link--next .icon, .page_type_search .page .pagination-list .pagination-item--next .pagination-link--previous .icon, .page_type_search .page .pagination-list .pagination-item--previous .pagination-link--next .icon, .page_type_search .page .pagination-list .pagination-item--previous .pagination-link--previous .icon {
      margin: 0; }
  .page_type_search .page .pagination-list .pagination-item {
    border-color: #DDDDDD;
    border-radius: 3px;
    margin: 0 5px; }
    .page_type_search .page .pagination-list .pagination-item:hover {
      background: #0086B5;
      border-color: #0086B5; }
      .page_type_search .page .pagination-list .pagination-item:hover .pagination-link {
        color: #ffffff; }
      .page_type_search .page .pagination-list .pagination-item:hover .icon svg {
        fill: #ffffff; }
    .page_type_search .page .pagination-list .pagination-item .pagination-link {
      font-size: 16px;
      line-height: 22px;
      padding: 5px 10px;
      font-family: "Nunito-Regular";
      color: #000;
      transition: .3s all ease-in-out; }
  .page_type_search .page .pagination-list .pagination-item--current {
    border-color: #0086B5;
    border-radius: 3px;
    background: #0086B5; }
    .page_type_search .page .pagination-list .pagination-item--current .pagination-link {
      padding: 5px 10px;
      color: #ffffff; }

/* search page css end */
/* brand listpage css start */
@media (max-width: 800.98px) {
  .page_type_brand .mobile-side-bar {
    display: block;
    width: 225px;
    max-width: 185px;
    height: 38px;
    line-height: 0;
    border-radius: 3px;
    align-items: center;
    background: #59c959;
    border: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    text-decoration: none; }
    .page_type_brand .mobile-side-bar svg {
      height: 14px;
      margin-right: 5px;
      position: relative;
      width: 14px;
      fill: #fff;
      position: inherit; }
  .page_type_brand .page-sidebar {
    opacity: 0;
    height: 0;
    z-index: 999999; }
  .page_type_brand .page-sidebar.active {
    opacity: 1;
    height: 100%; }
  .page_type_brand .page-sidebar.active .bg-overlay-full {
    background: rgba(0, 0, 0, 0.65);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999; }
  .page_type_brand .page-sidebar.active #facetedSearch-navList {
    opacity: 1;
    height: 100%;
    left: 0;
    transition: all .5s ease 0s; }
  .page_type_brand .sidebar-overlay.show {
    display: block; }
  .page_type_brand .page-sidebar .overlay-close {
    width: 40px;
    height: 40px;
    display: block;
    position: fixed;
    z-index: 999999;
    border-radius: 50%;
    text-align: center;
    top: 15px;
    right: 15px; }
    .page_type_brand .page-sidebar .overlay-close:after {
      content: '';
      position: absolute;
      background: #ffffff;
      width: 27px;
      height: 4px;
      top: 20px;
      right: 8px;
      transform: rotate(45deg); }
    .page_type_brand .page-sidebar .overlay-close:before {
      content: '';
      position: absolute;
      width: 27px;
      height: 4px;
      top: 20px;
      right: 8px;
      background: #ffffff;
      transform: rotate(-45deg); }
  .page_type_brand .by-filter-sort {
    display: flex;
    justify-content: space-between;
    width: 100%; } }

@media screen and (max-width: 800px) {
  .page_type_brand .facetedSearch {
    margin-top: 29px !important; } }

@media screen and (max-width: 550px) {
  .page_type_brand .facetedSearch {
    margin-top: 8px !important; } }

@media screen and (max-width: 800px) {
  .page_type_brand .actionBar {
    margin-top: 0px !important; } }

@media screen and (max-width: 800px) {
  .page_type_brand .category-options .show-style {
    display: none !important; } }

.page_type_brand .side-cart-container.side-cart {
  display: none; }

.page_type_brand .sidebar-overlay.show {
  display: block; }

.page_type_brand .actionBar .actionBar-section {
  justify-content: end; }

/* brand listpage css end */
.page-content svg {
  position: inherit; }

.page-content tr td {
  padding: 5px; }

/*compare page css start*/
.page_type_compare .compareTable {
  font-family: "Nunito-Regular"; }
  .page_type_compare .compareTable .compareCard {
    background: #ffffff;
    border: 1px solid #DDDDDD;
    transition: all .3s ease-in-out;
    box-shadow: none;
    padding: 15px 7.5px 0; }
    .page_type_compare .compareTable .compareCard:hover {
      border: 1px solid #004A56; }
    @media screen and (max-width: 1199px) {
      .page_type_compare .compareTable .compareCard {
        margin: 0 8px; } }
    @media screen and (max-width: 576px) {
      .page_type_compare .compareTable .compareCard {
        padding: 10px 5px 0;
        margin: 0 14px; } }
    .page_type_compare .compareTable .compareCard .compareTable-removeProduct {
      background: #59C959;
      transition: all .3s ease-in-out; }
      .page_type_compare .compareTable .compareCard .compareTable-removeProduct:hover {
        background: #0086B5; }
      .page_type_compare .compareTable .compareCard .compareTable-removeProduct .icon {
        width: 35px;
        fill: #ffffff; }
    .page_type_compare .compareTable .compareCard .card-img-container {
      max-width: 100%; }
    .page_type_compare .compareTable .compareCard .card-body .compareCard-section {
      margin: 14px 0px 18px;
      padding: 0px;
      text-align: center;
      border-top: 0; }
      .page_type_compare .compareTable .compareCard .card-body .compareCard-section .card-brandwrap {
        display: none; }
      .page_type_compare .compareTable .compareCard .card-body .compareCard-section .card-title {
        color: #000;
        margin-bottom: 0;
        text-align: center; }
        .page_type_compare .compareTable .compareCard .card-body .compareCard-section .card-title a {
          font-weight: 400;
          font-size: 15px;
          line-height: 24px;
          font-family: "Nunito-Regular";
          letter-spacing: 0; }
          @media screen and (max-width: 576px) {
            .page_type_compare .compareTable .compareCard .card-body .compareCard-section .card-title a {
              font-size: 14px;
              line-height: 22px; } }
      .page_type_compare .compareTable .compareCard .card-body .compareCard-section .price-section {
        font-family: "Nunito-Regular"; }
        .page_type_compare .compareTable .compareCard .card-body .compareCard-section .price-section .price-section--primary {
          margin-bottom: 0; }
          .page_type_compare .compareTable .compareCard .card-body .compareCard-section .price-section .price-section--primary .price-primary {
            color: #000;
            font-size: 18px;
            line-height: 24px; }
            @media screen and (max-width: 576px) {
              .page_type_compare .compareTable .compareCard .card-body .compareCard-section .price-section .price-section--primary .price-primary {
                font-size: 16px;
                line-height: 22px; } }
  .page_type_compare .compareTable .compareTable-action .button {
    border-radius: 3px;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.6px; }
  .page_type_compare .compareTable .compareTable-row {
    word-break: break-all; }
  .page_type_compare .compareTable .compareTable-item {
    padding: 50px 16px 20px; }

/*compare page css end*/
