@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
  padding: 0px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  color: #000; }

p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 15px;
  line-height: 24px; }

.button,
.button:focus,
.button:active,
.swal2-container .swal2-confirm.button,
.swal2-container .swal2-modal .swal2-cancel,
.main-btn {
  line-height: normal;
  font-size: 16px;
  border: 1px #2A435D solid;
  outline: none;
  border-radius: 0px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
  padding: 9px 20px;
  color: #fff;
  background: #2A435D;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }
  .button:hover,
  .button:focus:hover,
  .button:active:hover,
  .swal2-container .swal2-confirm.button:hover,
  .swal2-container .swal2-modal .swal2-cancel:hover,
  .main-btn:hover {
    border: 1px #2A435D solid;
    color: #2A435D;
    background: #fff; }

.button:hover,
.swal2-container .swal2-confirm.button:hover,
.swal2-container .swal2-modal .swal2-cancel:hover,
.main-btn:hover {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }

input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: none !important;
  outline-offset: 0px !important; }

a {
  text-decoration: none; }
  a:hover {
    color: #08BBB7; }

input::placeholder {
  color: #696969 !important; }

input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: none !important;
  outline-offset: 0 !important; }

*,
:before,
:after {
  box-sizing: border-box;
  margin: 0; }

.container {
  max-width: 1190px;
  padding: 0px; }

header.header {
  border-bottom: 10px solid #fff; }

header .navUser {
  padding: 0px;
  background: #2A435D;
  height: 40px; }
  header .navUser .title {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 39px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    width: calc(100% - 224px);
    padding: 1px 0 0 226px;
    float: left;
    display: inline-block; }
  header .navUser .actions {
    width: 224px;
    float: left;
    display: inline-block; }
    header .navUser .actions ul {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 8px 0; }
      header .navUser .actions ul .navUser-item {
        display: flex;
        align-items: center; }
        header .navUser .actions ul .navUser-item:first-child svg {
          margin: 0 8px 0 0; }
        header .navUser .actions ul .navUser-item .navUser-action {
          font-family: "Poppins", sans-serif;
          font-size: 12px;
          color: #fff;
          font-weight: 500;
          text-transform: capitalize;
          display: flex;
          align-items: center;
          padding: 0px; }
          header .navUser .actions ul .navUser-item .navUser-action:hover span {
            color: #08BBB7; }
          header .navUser .actions ul .navUser-item .navUser-action span {
            font-family: "Poppins", sans-serif;
            font-size: 12px;
            color: #fff;
            font-weight: 400;
            text-transform: capitalize;
            margin: 2px 0 0; }
          header .navUser .actions ul .navUser-item .navUser-action .countPill {
            display: inline-block;
            font-family: "Poppins", sans-serif;
            font-size: 16px;
            color: #fff;
            font-weight: 400;
            background: transparent;
            margin: 0px;
            width: 10px;
            margin: 2px 0 0 4px; }
          header .navUser .actions ul .navUser-item .navUser-action svg {
            fill: none;
            stroke: none; }
        header .navUser .actions ul .navUser-item span.dividercustom {
          font-family: "Poppins", sans-serif;
          font-size: 12px;
          color: #fff;
          font-weight: 400;
          text-transform: capitalize;
          margin: 2px 2px 0; }

header .header_middle {
  margin: 4px 0; }
  header .header_middle > .container {
    display: flex; }
  header .header_middle .top_header_left {
    display: inline-block;
    width: 150px;
    float: left; }
    header .header_middle .top_header_left .header-logo {
      margin: 0px;
      display: inline-block; }
  header .header_middle .top_header_right {
    width: calc(100% - 150px);
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 176px; }
    header .header_middle .top_header_right .help-section {
      width: 205px;
      display: flex;
      align-items: center;
      position: relative; }
      header .header_middle .top_header_right .help-section:before {
        content: "";
        position: absolute;
        background: #EAEAEA;
        width: 1px;
        height: 48px;
        display: inline-block;
        left: -50px; }
      header .header_middle .top_header_right .help-section svg {
        margin: 2px 0 0; }
      header .header_middle .top_header_right .help-section .help-text {
        margin: 0 0 0 16px; }
        header .header_middle .top_header_right .help-section .help-text p {
          color: #2A435D;
          font-family: "Poppins", sans-serif;
          font-weight: 700;
          font-size: 14px;
          letter-spacing: 0.35px;
          line-height: 20px;
          margin: 0px 0 2px; }
        header .header_middle .top_header_right .help-section .help-text a {
          color: #000000;
          font-family: "Poppins", sans-serif;
          font-weight: 700;
          font-size: 20px;
          line-height: 24px;
          letter-spacing: -0.35px; }
    header .header_middle .top_header_right .header_search {
      width: 560px; }
      header .header_middle .top_header_right .header_search .form {
        margin: 0px; }
        header .header_middle .top_header_right .header_search .form .form-field {
          margin: 0px;
          position: relative; }
          header .header_middle .top_header_right .header_search .form .form-field .form-input {
            color: #666666;
            border-radius: 0px;
            padding: 8px 19px 7px;
            line-height: 42px;
            border: 1px solid #C8C8C8;
            height: 43px; }
          header .header_middle .top_header_right .header_search .form .form-field .button {
            background: transparent;
            border: 0px;
            padding: 0px;
            position: absolute;
            right: 10px;
            top: 10px; }

header .navPages-container {
  background: #2A435D; }
  header .navPages-container .navPages-list {
    min-width: 100%;
    margin: 0 -32px 0 -33px; }
    header .navPages-container .navPages-list .navPages-item {
      padding: 0 25px 0 25px; }
      header .navPages-container .navPages-list .navPages-item .navPages-action {
        color: #fff;
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        font-family: "Poppins", sans-serif;
        text-transform: capitalize;
        padding: 8px 0 7px 0px; }
        header .navPages-container .navPages-list .navPages-item .navPages-action.is-open {
          background: transparent;
          color: #08BBB7; }
        header .navPages-container .navPages-list .navPages-item .navPages-action:hover {
          color: #08BBB7; }

/*Hero Start*/
body {
  /* quick search */
  /* Quick seach */ }
  body .heroCarousel,
  body .heroCarousel.slick-initialized {
    position: relative;
    max-height: 100%; 
    margin-bottom: 97px;
  }
    body .heroCarousel video,
    body .heroCarousel.slick-initialized video {
      width: 100%; }
    body .heroCarousel .heroCarousel-slide,
    body .heroCarousel.slick-initialized .heroCarousel-slide {
      position: relative; }
      body .heroCarousel .heroCarousel-slide:before,
      body .heroCarousel.slick-initialized .heroCarousel-slide:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: transparent linear-gradient(90deg, #000000 0%, #0000003F 75%, #00000026 100%) 0% 0% no-repeat padding-box; }
      body .heroCarousel .heroCarousel-slide > div,
      body .heroCarousel.slick-initialized .heroCarousel-slide > div {
        line-height: 10px;
        width: 100%;
        text-align: left; }
      body .heroCarousel .heroCarousel-slide .heroCarousel-content,
      body .heroCarousel.slick-initialized .heroCarousel-slide .heroCarousel-content {
        position: absolute;
        top: 50%;
        left: 0;
        right: auto;
        max-height: 100%;
        width: 100%;
        text-align: left;
        background: transparent;
        padding: 0px; }
        body .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-title,
        body .heroCarousel.slick-initialized .heroCarousel-slide .heroCarousel-content .heroCarousel-title {
          max-width: 513px;
          font-weight: 700;
          font-size: 36px;
          line-height: 40px;
          color: #fff; }
        body .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-description,
        body .heroCarousel.slick-initialized .heroCarousel-slide .heroCarousel-content .heroCarousel-description {
          max-width: 513px;
          font-weight: 400;
          font-size: 30px;
          line-height: 40px;
          color: #fff;
          margin: 26px 0 32px 0px; }
        body .heroCarousel .heroCarousel-slide .heroCarousel-content .button,
        body .heroCarousel.slick-initialized .heroCarousel-slide .heroCarousel-content .button {
          padding: 10px 41px 9px;
          background: transparent;
          border: 1px solid #fff; }
          body .heroCarousel .heroCarousel-slide .heroCarousel-content .button:hover,
          body .heroCarousel.slick-initialized .heroCarousel-slide .heroCarousel-content .button:hover {
            background: #2A435D;
            color: #fff;
            border-color: #2A435D; }
  body .page-heading {
    color: #2A435D;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize; }
  body .shop-collection-sec .page-heading {
    margin: 37px 0 49px;
    display: inline-block;
    width: 100%; }
  body .shop-collection-sec .coll-lt-rt {
    display: flex;
    gap: 30px; }
    body .shop-collection-sec .coll-lt-rt .coll-lt {
      background: #EDEEF2;
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 37px 0 27px;
      gap: 34px;
      padding-left: 50px;
      padding-right: 50px; }
      body .shop-collection-sec .coll-lt-rt .coll-lt .content {
        width: calc(100% - 147px); }
        body .shop-collection-sec .coll-lt-rt .coll-lt .content h3 {
          width: 50%;
          color: #2A435D;
          font-family: "Poppins", sans-serif;
          font-weight: 700;
          font-size: 34px;
          line-height: 51px;
          width: 100%;
          margin: 0px; }
        body .shop-collection-sec .coll-lt-rt .coll-lt .content p {
          color: #2A435D;
          font-family: "Poppins", sans-serif;
          font-weight: 500;
          font-size: 20px;
          line-height: 30px;
          width: 100%;
          margin: 6px 0 24px;
          letter-spacing: 0.4px; }
        body .shop-collection-sec .coll-lt-rt .coll-lt .content .button {
          padding: 10px 38px 9px 38px;
          background: #fff;
          color: #2A435D; }
          body .shop-collection-sec .coll-lt-rt .coll-lt .content .button:hover {
            color: #fff;
            background: #2A435D; }
      body .shop-collection-sec .coll-lt-rt .coll-lt .img-block {
        width: 147px; }
    body .shop-collection-sec .coll-lt-rt .coll-rt {
      width: 50%;
      display: flex;
      flex-direction: column;
      gap: 30px; }
      body .shop-collection-sec .coll-lt-rt .coll-rt .coll-rt-top {
        height: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #E8FAFF;
        gap: 34px;
        padding-left: 50px;
        padding-right: 55px; }
        body .shop-collection-sec .coll-lt-rt .coll-rt .coll-rt-top .content {
          width: 60%; }
          body .shop-collection-sec .coll-lt-rt .coll-rt .coll-rt-top .content h3 {
            width: 50%;
            color: #2A435D;
            font-family: "Poppins", sans-serif;
            font-weight: 700;
            font-size: 34px;
            line-height: 51px;
            width: 100%;
            margin: 0px; }
          body .shop-collection-sec .coll-lt-rt .coll-rt .coll-rt-top .content p {
            color: #2A435D;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            font-size: 20px;
            line-height: 30px;
            width: 100%;
            margin: 6px 0 24px;
            letter-spacing: 0.4px; }
          body .shop-collection-sec .coll-lt-rt .coll-rt .coll-rt-top .content .button {
            padding: 10px 38px 9px 38px;
            background: #fff;
            color: #2A435D; }
            body .shop-collection-sec .coll-lt-rt .coll-rt .coll-rt-top .content .button:hover {
              color: #fff;
              background: #2A435D; }
        body .shop-collection-sec .coll-lt-rt .coll-rt .coll-rt-top .img-block {
          width: 40%;
          margin: 0 0px 0 -30px; }
      body .shop-collection-sec .coll-lt-rt .coll-rt .coll-rt-bottom {
        height: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FDFBEF;
        gap: 34px;
        padding-left: 50px;
        padding-right: 50px; }
        body .shop-collection-sec .coll-lt-rt .coll-rt .coll-rt-bottom .content {
          width: 60%; }
          body .shop-collection-sec .coll-lt-rt .coll-rt .coll-rt-bottom .content h3 {
            width: 50%;
            color: #2A435D;
            font-family: "Poppins", sans-serif;
            font-weight: 700;
            font-size: 34px;
            line-height: 51px;
            width: 100%;
            margin: 0px; }
          body .shop-collection-sec .coll-lt-rt .coll-rt .coll-rt-bottom .content p {
            color: #2A435D;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            font-size: 20px;
            line-height: 30px;
            width: 100%;
            margin: 6px 0 24px;
            letter-spacing: 0.4px; }
          body .shop-collection-sec .coll-lt-rt .coll-rt .coll-rt-bottom .content .button {
            padding: 10px 38px 9px 38px;
            background: #fff;
            color: #2A435D; }
            body .shop-collection-sec .coll-lt-rt .coll-rt .coll-rt-bottom .content .button:hover {
              color: #fff;
              background: #2A435D; }
        body .shop-collection-sec .coll-lt-rt .coll-rt .coll-rt-bottom .img-block {
          width: 40%; }
  body .hot-deals-section .deals-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px; }
  body .hot-deals-section .page-heading {
    margin: 101px 0 49px;
    display: inline-block;
    width: 100%; }
  body .hot-deals-section .deal-info h3 {
    margin: 19px 0 18px 0px;
    font-size: 26px; }
  body .hot-deals-section .deal-info a {
    color: #2A435D;
    text-decoration: underline;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px; }
    body .hot-deals-section .deal-info a:hover {
      color: #08BBB7; }
  body .communications {
    margin: 99px 0 0; }
    body .communications .page-heading {
      margin: 0px 0 17px; }
    body .communications p {
      max-width: 1100px;
      color: #2A435D;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: 16px;
      text-align: center;
      letter-spacing: 0.24px;
      margin: 0 auto; }
    body .communications .features {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 30px;
      margin: 27px 0 0; }
      body .communications .features .feature {
        position: relative; }
        body .communications .features .feature .feature-title {
          background: #2A435D;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0px;
          text-align: center;
          color: #fff;
          font-family: "Poppins", sans-serif;
          font-weight: 700;
          font-size: 16px;
          letter-spacing: 0px;
          margin: 0 auto;
          line-height: 45px; }
        body .communications .features .feature:hover .feature-title {
          display: none; }
        body .communications .features .feature:hover:before {
          content: "";
          background: #2A435D;
          position: absolute;
          top: 0;
          left: 0px;
          bottom: 0px;
          right: 0px;
          opacity: 0.8; }
        body .communications .features .feature:hover .toolTip {
          position: absolute;
          top: 0;
          left: 0px;
          bottom: 0px;
          right: 0px;
          color: #fff;
          display: flex !important;
          align-items: center;
          justify-content: center;
          font-family: "Poppins", sans-serif;
          font-weight: 500;
          font-size: 16px;
          letter-spacing: 0.24px;
          padding: 0 6px;
          text-align: center; }
  body .tabs-homepage {
    margin: 100px 0 0; }
    body .tabs-homepage .page-heading {
      margin: 0 0 39px; }
    body .tabs-homepage .tabs {
      text-align: center;
      border: 0px; }
      body .tabs-homepage .tabs .tab {
        float: none;
        display: inline-block;
        border: 0px;
        margin: 0 0 0 11px; }
        body .tabs-homepage .tabs .tab:first-child {
          margin: 0px; }
        body .tabs-homepage .tabs .tab.is-active .tab-title {
          background: #2A435D;
          color: #fff; }
        body .tabs-homepage .tabs .tab .tab-title {
          background: #fff;
          color: #2A435D;
          border: 1px solid #2A435D;
          font-family: "Poppins", sans-serif;
          font-weight: 700;
          font-size: 16px;
          padding: 0;
          width: 260px;
          height: 46px;
          text-align: center;
          line-height: 46px; }
          body .tabs-homepage .tabs .tab .tab-title:hover {
            background: #2A435D;
            color: #fff; }
    body .tabs-homepage .tabs-contents {
      margin: 0px; }
      body .tabs-homepage .tabs-contents .has-jsContent.is-active {
        padding: 30px 0 0; }
      body .tabs-homepage .tabs-contents .acc-grid-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
        text-align: center; }
        body .tabs-homepage .tabs-contents .acc-grid-container .acc-grid-item .image-container {
          border: 1px solid #C3C3C3;
          height: 250px;
          display: flex;
          align-items: center;
          justify-content: center; }
        body .tabs-homepage .tabs-contents .acc-grid-container .acc-grid-item p {
          margin: 23px 0 0 0px;
          line-height: 20px; }
          body .tabs-homepage .tabs-contents .acc-grid-container .acc-grid-item p a {
            letter-spacing: 0.8px;
            color: #2A435D;
            font-family: "Poppins", sans-serif;
            font-weight: 700;
            font-size: 16px; }
      body .tabs-homepage .tabs-contents .bottom-button {
        text-align: center;
        margin: 51px 0 0; }
        body .tabs-homepage .tabs-contents .bottom-button .button {
          color: #2A435D;
          background: #fff;
          width: 261px;
          height: 46px;
          line-height: 46px;
          padding: 0px; }
          body .tabs-homepage .tabs-contents .bottom-button .button:hover {
            background: #2A435D;
            color: #fff; }
  body .about-section {
    display: flex;
    margin: 100px 0 0; }
    body .about-section .about-text {
      background: #2A435D;
      display: flex;
      width: calc(100% - 706px);
      align-items: center;
      padding: 0 0px 0 54px; }
      body .about-section .about-text .about-text-right {
        max-width: 100%;
        padding: 0 18px 0 68px; }
      body .about-section .about-text h2 {
        color: #fff;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-size: 28px;
        margin: 0px; }
      body .about-section .about-text h3 {
        color: #fff;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 24px;
        margin: 13px 0px 9px;
        font-style: italic;
        line-height: 34px; }
      body .about-section .about-text p {
        color: #fff;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 16px;
        margin: 0 0 9px;
        line-height: 24px; }
      body .about-section .about-text .button {
        border: 1px solid #FFFFFF;
        width: 160px;
        height: 46px;
        padding: 0px;
        line-height: 46px;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-size: 16px;
        margin: 15px 0 0; }
        body .about-section .about-text .button:hover {
          background: #fff;
          color: #2A435D; }
      body .about-section .about-text .about-text-left svg {
        margin: 8px 0 0; }
    body .about-section .about-image {
      display: flex;
      width: 706px; }
      body .about-section .about-image img {
        width: 100%; }
  body .featureproducts {
    margin: 100px 0 0; }
    body .featureproducts .page-heading {
      margin: 0 0 40px; }
  body .card-img-container::after {
    display: none; }
  body .productGrid {
    margin: 0 -15px; }
    body .productGrid .product {
      padding: 0 15px; }
      body .productGrid .product .card {
        margin-bottom: 50px; }
      body .productGrid .product .card-figure {
        padding: 0px;
        height: 275px;
        border: 1px solid #2A435D;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: visible; }
        body .productGrid .product .card-figure .card-image,
        body .productGrid .product .card-figure .card-image-cp {
          position: relative;
          max-height: 150px;
          width: auto; }
        body .productGrid .product .card-figure .sale-flag-side {
          background: #FEBA0F;
          border-radius: 0px;
          position: absolute;
          top: 0px;
          right: 0px;
          height: auto; }
          body .productGrid .product .card-figure .sale-flag-side .sale-text {
            color: #2A435D;
            display: inline-block;
            font-family: "Poppins", sans-serif;
            font-weight: 700;
            font-size: 16px;
            line-height: 39px;
            padding: 0 2px; }
      body .productGrid .product .card-figcaption-body {
        transform: none;
        top: auto;
        bottom: -1px;
        position: absolute;
        left: -1px;
        right: -1px;
        display: flex; }
        body .productGrid .product .card-figcaption-body .first_pos {
          width: calc(100% - 45px); }
          body .productGrid .product .card-figcaption-body .first_pos .button {
            width: 100%;
            height: 45px; }
        body .productGrid .product .card-figcaption-body .wishlist-icon {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 45px;
          min-width: 45px;
          height: 45px;
          background: #08BBB7;
          border: 1px #08BBB7 solid; }
          body .productGrid .product .card-figcaption-body .wishlist-icon:hover {
            background: #2A435D;
            border: 1px #2A435D solid; }
          body .productGrid .product .card-figcaption-body .wishlist-icon svg {
            width: 19px;
            height: 100%; }
        body .productGrid .product .card-figcaption-body .second_pos {
          display: none; }
          body .productGrid .product .card-figcaption-body .second_pos .button {
            background: #08BBB7;
            height: 45px;
            width: 45px;
            padding: 0px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 0px; }
        body .productGrid .product .card-figcaption-body .compare {
          background: #08BBB7;
          border: 1px #08BBB7 solid;
          border-left: 1px #2A435D solid;
          border-right: 1px #2A435D solid;
          width: 45px; }
          body .productGrid .product .card-figcaption-body .compare:hover {
            background: #2A435D;
            border-top: 1px #2A435D solid;
            border-bottom: 1px #2A435D solid; }
            body .productGrid .product .card-figcaption-body .compare:hover svg rect {
              fill: #fff !important; }
      body .productGrid .product .card-body .card-title {
        margin: 5px 0 17px; }
        body .productGrid .product .card-body .card-title a {
          line-height: 24px;
          color: #2A435D;
          font-family: "Poppins", sans-serif;
          font-weight: 500;
          font-size: 16px; }
      body .productGrid .product .card-body .card-text[data-test-info-type="price"] {
        display: flex; }
        body .productGrid .product .card-body .card-text[data-test-info-type="price"] .non-sale-price--withoutTax {
          margin: 0 14px 0 0; }
          body .productGrid .product .card-body .card-text[data-test-info-type="price"] .non-sale-price--withoutTax span {
            line-height: 24px;
            color: #2A435D;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            font-size: 16px;
            letter-spacing: 0.24px; }
        body .productGrid .product .card-body .card-text[data-test-info-type="price"] .price--withoutTax span {
          line-height: 24px;
          color: #2A435D;
          font-family: "Poppins", sans-serif;
          font-weight: 700;
          font-size: 18px;
          letter-spacing: 0.27px; }
  body .request-repair-Ser-sec {
    position: relative;
    margin: 100px 0 17px;
    display: inline-block;
    width: 100%; }
    body .request-repair-Ser-sec .ovr-btn {
      position: absolute;
      top: 50%;
      right: 132px;
      transform: translateY(-50%); }
      body .request-repair-Ser-sec .ovr-btn .button {
        width: 337px;
        height: 46px;
        padding: 0;
        line-height: 46px;
        background: transparent;
        border-color: #fff;
        color: #fff; }
        body .request-repair-Ser-sec .ovr-btn .button:hover {
          background: #2A435D;
          border-color: #2A435D;
          color: #fff; }
  body input::placeholder {
    color: #2A435D;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px; }
  body .footer {
    background: #2A435D;
    padding: 88px 0 37px; }
    body .footer .footer-info {
      margin: 0px; }
    body .footer .footer-info-col {
      width: 100%; }
    body .footer .footer-info-col--small {
      width: 25%;
      padding: 0px; }
      body .footer .footer-info-col--small.customfooter1 {
        width: 300px; }
        body .footer .footer-info-col--small.customfooter1 .header-logo {
          max-width: 147px;
          margin: 10px 0 0;
          display: inline-block; }
        body .footer .footer-info-col--small.customfooter1 .first_area_2 {
          margin: 30px 0 13px 0px; }
        body .footer .footer-info-col--small.customfooter1 .newsletter {
          padding: 0px; }
          body .footer .footer-info-col--small.customfooter1 .newsletter .form-prefixPostfix.wrap {
            flex-flow: nowrap; }
          body .footer .footer-info-col--small.customfooter1 .newsletter .form-prefixPostfix .form-input {
            border-radius: 5px 0px 0px 5px;
            height: 45px;
            padding: 0px 16px;
            line-height: 24px;
            color: #2A435D;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
            font-size: 16px;
            border: 0px;
            border-right: 1px solid #2A435D;
            max-width: 255px;
            flex: auto; }
          body .footer .footer-info-col--small.customfooter1 .newsletter .form-prefixPostfix .button {
            border-radius: 0px 5px 5px 0px;
            background: #fff;
            display: inline-block;
            height: 45px;
            width: 45px;
            padding: 0px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 0px; }
          body .footer .footer-info-col--small.customfooter1 .newsletter .form {
            max-width: 300px; }
        body .footer .footer-info-col--small.customfooter1 p {
          font-family: "Poppins", sans-serif;
          font-weight: 500;
          font-size: 14px;
          letter-spacing: 0px;
          line-height: 22px;
          color: #fff;
          margin: 0px 0 9px; }
      body .footer .footer-info-col--small.customfooter2 {
        width: 200px;
        margin: 0 0 0 110px; }
        body .footer .footer-info-col--small.customfooter2 .sec_area_2 {
          margin: 18px 0 4px; }
      body .footer .footer-info-col--small.customfooter3 {
        width: 160px;
        margin: 0 0 0 92px; }
      body .footer .footer-info-col--small.customfooter4 {
        width: 224px;
        margin: 0 0 0 104px; }
        body .footer .footer-info-col--small.customfooter4 p {
          font-family: "Poppins", sans-serif;
          font-weight: 500;
          font-size: 14px;
          letter-spacing: 0px;
          line-height: 21px;
          color: #fff;
          margin: 10px 0 32px;
          display: inline-block; }
        body .footer .footer-info-col--small.customfooter4 address {
          font-family: "Poppins", sans-serif;
          font-weight: 500;
          font-size: 14px;
          letter-spacing: 0px;
          line-height: 26px;
          color: #fff;
          font-style: normal;
          max-width: 180px; }
        body .footer .footer-info-col--small.customfooter4 strong {
          font-family: "Poppins", sans-serif;
          font-weight: 500;
          font-size: 14px;
          letter-spacing: 0px;
          line-height: 26px;
          color: #fff;
          font-style: normal;
          max-width: 180px;
          margin: 26px 0 0;
          display: inline-block; }
        body .footer .footer-info-col--small.customfooter4 .socialLinks {
          margin: 9px 0 0;
          display: inline-block; }
          body .footer .footer-info-col--small.customfooter4 .socialLinks .socialLinks-item {
            display: inline-block;
            margin: 0px 7px 0 0px;
            height: 30px;
            width: 30px; }
          body .footer .footer-info-col--small.customfooter4 .socialLinks svg {
            height: 30px;
            width: 30px; }
          body .footer .footer-info-col--small.customfooter4 .socialLinks path,
          body .footer .footer-info-col--small.customfooter4 .socialLinks ellipse {
            fill: #fff; }
          body .footer .footer-info-col--small.customfooter4 .socialLinks .icon:hover path,
          body .footer .footer-info-col--small.customfooter4 .socialLinks .icon:hover ellipse {
            fill: #08BBB7; }
          body .footer .footer-info-col--small.customfooter4 .socialLinks .icon:hover.icon--x rect {
            fill: #08BBB7; }
          body .footer .footer-info-col--small.customfooter4 .socialLinks .icon.icon--x rect {
            fill: #fff; }
          body .footer .footer-info-col--small.customfooter4 .socialLinks .icon.icon--x path {
            fill: #2A435D; }
    body .footer .footer-info-heading {
      line-height: 26px;
      color: #fff;
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      font-size: 18px;
      letter-spacing: 0px; }
    body .footer .footer-info-list {
      margin: 10px 0 0;
      display: inline-block; }
      body .footer .footer-info-list li {
        margin: 0 0 7px 0;
        display: inline-block;
        width: 100%; }
        body .footer .footer-info-list li a {
          line-height: 21px;
          color: #fff;
          font-family: "Poppins", sans-serif;
          font-weight: 500;
          font-size: 14px;
          letter-spacing: 0px; }
          body .footer .footer-info-list li a:hover {
            color: #08BBB7; }
  body .footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 33px 0 0; }
    body .footer-copyright .payment-icons {
      display: flex;
      gap: 8px; }
      body .footer-copyright .payment-icons img {
        max-width: 46.9px; }
    body .footer-copyright .powered-by {
      line-height: 19px;
      color: rgba(255, 255, 255, 0.6);
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 12px;
      letter-spacing: 0px;
      margin: 0px; }
      body .footer-copyright .powered-by a {
        line-height: 18px;
        color: rgba(255, 255, 255, 0.6);
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 12px;
        letter-spacing: 0px; }
        body .footer-copyright .powered-by a:hover {
          color: #08BBB7; }
  body .quickSearchResults {
    position: absolute;
    width: 100%;
    z-index: 111;
    top: 100%;
    background: #ffffff;
    right: 0;
    padding-bottom: 0px; }
    body .quickSearchResults .quickSearchMessage {
      margin: 20px 0px;
      line-height: 18px;
      color: #2A435D;
      font-size: 20px;
      font-family: "Poppins", sans-serif;
      font-weight: 400; }
    body .quickSearchResults .sale-flag-side {
      display: none; }
    body .quickSearchResults .productGrid {
      border: 1px #ccc solid; }
    body .quickSearchResults .productGrid .product .card .card-title {
      height: 56px;
      overflow: hidden;
      margin-top: 0px;
      max-height: max-content; }
      body .quickSearchResults .productGrid .product .card .card-title a {
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #000;
        height: auto; }
        body .quickSearchResults .productGrid .product .card .card-title a:hover {
          color: #08BBB7; }
    body .quickSearchResults .productGrid .card-img-container {
      float: left;
      width: 100%;
      text-align: center;
      padding-top: 0;
      max-height: 100% !important;
      min-height: 100% !important; }
      body .quickSearchResults .productGrid .card-img-container img {
        position: unset; }
    body .quickSearchResults .product-badge {
      display: none; }
  body .quickSearchResults .modal-close {
    top: 5px;
    right: 15px; }
  body .quickSearchResults .productGrid {
    margin: 0 !important;
    overflow-y: auto;
    max-height: 430px; }
  body .quickSearchResults .productGrid .product {
    width: 100% !important;
    padding: 0 15px 0;
    border-bottom: 1px solid #ccc;
    background: #fff;
    margin: 0px; }
  body .quickSearchResults .productGrid .product span.pro-Badge {
    display: none; }
  body .quickSearchResults .productGrid .product .card.card--alternate {
    border: 0;
    width: 100%;
    float: left;
    padding: 20px 15px 20px 0;
    margin: 0;
    background: #ffffff;
    margin-bottom: 0 !important; }
  body .quickSearchResults .card .card-figure {
    padding: 0;
    width: 30%;
    float: left;
    margin: 0 !important;
    min-height: 10px;
    height: 100px; }
  body .quickSearchResults .card .card-figure .card-figure__link {
    height: auto;
    width: 100% !important;
    background-color: none;
    padding: 0; }
    body .quickSearchResults .card .card-figure .card-figure__link .card-image-cp {
      height: 80px; }
  body .quickSearchResults .productGrid .product .card .card-body {
    width: 70%;
    float: left;
    padding: 7px 0 7px 15px;
    text-align: left;
    background: #ffffff; }
  body .quickSearchResults .productGrid .product .card .card-body .card-text {
    margin: 0 0 10px 0;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    color: #000; }
  body .quickSearchResults .productGrid .product .card .card-body .card-text[data-test-info-type="brandName"] {
    display: none; }
  body .quickSearchResults .productGrid .price-section {
    display: inline-block; }
  body .quickSearchResults .productGrid .product .card .card-img-container::after {
    height: auto;
    padding: 0px; }
  body .quickSearchResults .productGrid .product .card .card-figcaption-body,
  body .quickSearchResults .productGrid .product .card .card-body .card_bottom p.card-text {
    display: none; }
  body .quickSearchResults .productGrid .product .card .card-body .card_bottom {
    margin: 8px 0 0; }
  body .previewCartWrapper .previewCartItem-name a {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 7px; }
    body .previewCartWrapper .previewCartItem-name a:hover {
      color: #08BBB7; }
  body .previewCartWrapper .previewCartItem-image img {
    position: relative; }
  body .navUser-item--cart .dropdown-menu.is-open {
    top: calc(100% + 10px) !important;
    min-width: 300px; }
  body .navUser-item.navUser-item--cart {
    position: relative; }
  body .previewCartItem-image::after {
    display: none; }

@media (max-width: 1500px) {
  body .about-section .about-text {
    width: 55%; }
    body .about-section .about-text p {
      font-size: 14px; }
    body .about-section .about-text h3 {
      font-size: 20px; }
    body .about-section .about-text h2 {
      font-size: 24px; }
    body .about-section .about-text .about-text-right {
      padding: 0 39px 0 68px; }
  body .about-section .about-image {
    width: 45%; } }

/* System Pages start */
.custom_giftcertificates_balance .form-prefixPostfix.wrap {
  gap: 10px; }

.alertBox--success .alertBox-message span,
.alertBox--error .alertBox-message span {
  color: #2A435D; }

ol.breadcrumbs .breadcrumb a {
  text-transform: capitalize; }

.custom_giftcertificates .form-fieldset.form-column .form-field:first-child {
  padding: 0; }

.estimator-form-label {
  display: flex;
  align-items: center; }

.alertBox-message span {
  color: #fff; }

.shipping-quotes {
  margin: 0px 0 20px; }

section.previewCartCheckout .button + .button {
  margin: 0 !important; }

.account--fixed > .form {
  max-width: 100%; }

.button + .button {
  margin-left: 0.78571rem !important; }

.modal--alert {
  text-align: center;
  font-family: "Poppins", sans-serif; }

.account-orderTotal-key {
  text-transform: capitalize; }

label.form-label {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 22px;
  color: #000;
  margin: 0px 0 9px; }

.form-input {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 22px;
  color: #000; }

.custom_account_addressbook .addressList {
  display: flex;
  flex-wrap: wrap; }

.wishlists-table .table-actions .button {
  padding: 0 15px;
  height: 38px;
  line-height: 38px; }

.wishlists-table.table--line tr td:first-child a {
  display: inline-block;
  max-width: 460px; }

.quickSearchResults .quickSearchMessage {
  font-size: 20px;
  padding: 15px;
  text-align: center;
  margin: 0;
  border: 1px solid #bebdbd;
  word-break: break-word; }

.custom_account_recentitems .quickSearchResults,
.custom_wishlist .quickSearchResults {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  z-index: 99;
  margin: 0; }
  .custom_account_recentitems .quickSearchResults .modal-close,
  .custom_wishlist .quickSearchResults .modal-close {
    color: #000;
    top: -5px;
    right: 15px;
    background: transparent; }
    .custom_account_recentitems .quickSearchResults .modal-close:hover,
    .custom_wishlist .quickSearchResults .modal-close:hover {
      color: #000; }

.custom_brands {
  margin: 0; }

.custom_brands .brandGrid {
  margin: 0 -10px; }

.custom_brands .brandGrid .brand .card {
  margin-bottom: 0;
  padding-bottom: 21px;
  border: 0px; }

.error_page_404 {
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #000;
  letter-spacing: 1px;
  margin: 20px 0 0 0; }
  .error_page_404 h1 {
    display: inline-block;
    text-align: center;
    width: 100%;
    color: #000;
    letter-spacing: 1px;
    margin: 20px 0; }
  .error_page_404 p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #000; }

.login-form .form-actions {
  text-align: left; }

.login-form .forgot-password {
  line-height: 51px;
  font-weight: 700; }
  .login-form .forgot-password .form-label {
    color: #000; }
  .login-form .forgot-password:hover {
    color: #08BBB7; }

.navBar--sub .navBar-item {
  margin: 0 5px; }
  .navBar--sub .navBar-item.is-active {
    border-bottom: 1px solid #08BBB7;
    color: #08BBB7;
    font-size: 14px; }

.custom_wishlist .productGrid .product {
  text-align: center; }

.account-orderStatus-label {
  background-color: #2A435D;
  padding: 5px 7px;
  color: #fff; }

.account-orderStatus-action {
  font-style: normal;
  color: #000;
  text-decoration: none; }
  .account-orderStatus-action:hover {
    color: #08BBB7; }

.account .account-product-title a:hover {
  color: #08BBB7; }

.addressList .address {
  float: left; }
  .addressList .address .address-symbol {
    color: #333; }
  .addressList .address .address-title {
    text-transform: capitalize;
    color: #333; }
  .addressList .address .panel--newAddress:hover .address-symbol {
    color: #08BBB7; }
  .addressList .address .panel--newAddress:hover .address-title {
    color: #08BBB7; }

.table--line .table-thead {
  background: transparent; }

.custom_forgotpassword .form-prefixPostfix {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .custom_forgotpassword .form-prefixPostfix .g-recaptcha {
    margin: 2em 0 0;
    display: inline-block; }
  .custom_forgotpassword .form-prefixPostfix .form-input {
    width: 100%;
    display: block;
    border-radius: 0;
    height: 51px; }
  .custom_forgotpassword .form-prefixPostfix .button {
    margin-top: 0;
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block; }

.custom_forgotpassword .form-prefixPostfix .button,
.custom_forgotpassword .form-prefixPostfix .form-inlineMessage {
  float: left;
  height: auto; }

.account-body {
  margin: 0 auto; }

.custom_cart .form-increment .button {
  padding: 0;
  width: 25px; }
  .custom_cart .form-increment .button svg {
    fill: #fff;
    margin: -1px 0 0; }
  .custom_cart .form-increment .button:hover svg {
    fill: #2A435D; }

.form-wishlist .button svg {
  fill: #4f4f4f; }

.form-wishlist .button:hover svg {
  fill: #08BBB7; }

.cart-total .cart-total-label {
  color: #000; }
  .cart-total .cart-total-label .form-select {
    padding: 5px 7px; }

.cart-total .coupon-code-add {
  color: #000; }
  .cart-total .coupon-code-add:hover {
    color: #08BBB7; }

.cart-total .cart-total-value .gift-certificate-add {
  color: #000; }

.cart-total .cart-total-value button:hover {
  color: #08BBB7; }

.cart-total .gift-certificate-cancel {
  color: #000; }
  .cart-total .gift-certificate-cancel:hover {
    color: #08BBB7; }

.cart-total .coupon-code-cancel {
  color: #000;
  font-style: normal; }
  .cart-total .coupon-code-cancel:hover {
    color: #08BBB7; }

.cart-total .shipping-estimate-hide {
  color: #000;
  font-style: normal; }

.cart-total .shipping-estimate-show {
  color: #000; }
  .cart-total .shipping-estimate-show:hover {
    color: #08BBB7; }

.cart-total .estimator-form-label .form-label {
  color: #000; }

.cart-gift-certificate-form .button,
.coupon-form .button {
  height: 32px;
  line-height: 30px;
  font-size: 14px;
  padding: 0;
  margin: 0 0 0 2%; }

.cart-item-image {
  max-height: 90px; }

.cart-header-item {
  text-transform: uppercase; }

.shipping-estimate-show__btn-name,
.coupon-code-add {
  text-decoration: underline; }

.login-row {
  margin-top: 0; }

.custom_forgotpassword .account.account--fixedSmall p {
  padding-bottom: 1.5rem; }

.account .account-product-title a {
  color: #000; }

.account-product-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700; }

.account-product-description {
  padding-bottom: 1.5rem; }

.coupon-code-cancel,
.shipping-estimate-show[aria-expanded="true"] {
  font-style: normal; }

.modal--alert .button-container .confirm,
.modal--alert .button-container .confirm:focus {
  background-color: #2A435D;
  border-color: #2A435D;
  color: #fff; }
  .modal--alert .button-container .confirm:hover,
  .modal--alert .button-container .confirm:focus:hover {
    background: transparent;
    border-color: #2A435D;
    color: #2A435D; }

.forgot-password-form .form-label {
  width: 100%; }

.forgot-password-form .button {
  margin: 0 0 0 10px; }

.body {
  min-height: 400px; }

.error_msg {
  text-align: center; }

.brand .card:hover::after {
  border: 0px; }

.login-row,
.account--fixedSmall > p,
.account--fixedSmall > form {
  max-width: 100%;
  margin: auto; }

.account--fixedSmall > p,
.account--fixedSmall > form {
  padding: 0 .75rem; }

.login {
  margin: 0rem auto 6rem; }

.navBar--sub .navBar-action,
.breadcrumb a,
.breadcrumb.is-active > .breadcrumb-label {
  color: #000; }

.navBar--sub .navBar-item.is-active > .navBar-action,
.navBar--sub .navBar-item > .navBar-action:hover,
.breadcrumb a:hover {
  color: #08BBB7; }

.account--fixed > .form {
  margin: auto auto 1.5rem; }

.account--fixed > .navBar.navBar--sub.navBar--account {
  max-width: 75%;
  margin: auto auto 4.5rem; }

.account--fixedLarge .navBar.navBar--sub.navBar--account {
  max-width: 75%;
  margin: auto auto 4.5rem; }

.account-listItem .account-product-image {
  max-height: 80px;
  width: auto; }

.account-product-figure::after {
  display: none; }

.account-product-body p {
  font-size: 15px; }

.account-orderTotal-key,
.account-orderTotal-value {
  color: #000; }

.order-details-info .button {
  margin: 0 10px 0 0px; }

.cart-actions.cart-content-padding-right {
  margin: 0 0 50px; }

.cart-total .form-select {
  background-position: 97% 50%;
  background-size: 12px; }

.custom_cart .form-checkbox + .form-label:before,
.custom_cart .form-radio + .form-label:before {
  top: 2px; }

.custom_cart .form-radio + .form-label[for="girftWrapping-radio-all"]:before {
  top: 3px; }

input:focus + label {
  outline: 0px !important;
  outline-offset: 1px !important; }

.custom_404 .form-prefixPostfix-button--postfix {
  padding: 0 30px;
  margin: 0 0 0 20px; }

.error_msg_404 {
  text-align: center;
  margin: 0 0 50px; }

.custom_404 .page-heading {
  margin: 0 0 20px; }

body .productGrid .product .card-body .card-title a:hover {
  color: #08BBB7; }

.error_msg_404 {
  text-align: center;
  margin: 40px 0 40px; }

/* System Pages end */
/*CMS Start*/
.shipping ul,
.method ul {
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px; }

.giftcertificates {
  text-align: center; }

.giftcertificates ul {
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px; }

.payment ul,
.return ul {
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px; }

.ty-list-text {
  margin: 20px 0 0; }

.shipping ul li,
.method ul li,
.payment ul li,
.return ul li {
  text-align: center; }

.shipping h3,
.payment h3 {
  color: #2A435D;
  text-transform: uppercase; }

.yellow-shipping {
  background: #ffee3c;
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 30px 40px;
  justify-content: center;
  margin: 50px 0; }

.return {
  margin: 0 0 50px; }

.right-shipping p,
.right-shipping h3 {
  margin: 0px !important; }

.graysec {
  padding: 40px 30px;
  background: #e6ebf0;
  color: #2e3a47;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 50px 0 0; }

.grayleft {
  width: 200px; }

.grayright p {
  margin: 0px; }

.imgcontainer {
  display: flex;
  gap: 50px; }
  .imgcontainer img {
    padding: 10px;
    border: 4px solid #fff;
    outline: 2px solid #dce3ea;
    box-sizing: border-box; }

.imgcontainer .imgcontainer-right-top {
  padding: 20px 25px;
  background: #e6ebf0;
  color: #2e3a47;
  border-radius: 4px;
  display: inline-block; }

.imgcontainer .imgcontainer-right-top p:last-child {
  margin: 0px; }

.cms h1,
.cms h2,
.cms h3,
.cms h4,
.cms h5,
.cms h6,
.cms a {
  color: #2A435D; }

.custom_page main.page {
  margin: 0; }

.cms a:hover {
  color: #08BBB7; }

.points {
  padding: 30px 25px;
  background: #e6ebf0;
  color: #2e3a47;
  border-radius: 4px;
  display: inline-block;
  margin: 50px 0 0; }
  .points p {
    margin: 30px 0 0; }
  .points h3 {
    margin: 0 0 20px; }

.cms .button {
  line-height: normal;
  font-size: 16px;
  border: 1px #2A435D solid;
  outline: none;
  border-radius: 0px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
  padding: 9px 20px;
  color: #fff;
  background: #2A435D;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }
  .cms .button:hover {
    border: 1px #2A435D solid;
    color: #2A435D;
    background: #fff; }

/*CMS END*/
#contact-us-page {
  width: 100%; }

.form_box .form_left {
  display: inline-block;
  width: 26%;
  margin: 0;
  vertical-align: top;
  float: left; }

.form_box .form_left .form_header_list ul {
  list-style: none;
  margin: 10px 0 0 0; }

.form_box .form_left .form_header_list ul li {
  margin: 0 0 25px 0; }

.form_box .form_left .form_header_list ul li .form_img {
  width: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 3px 15px 0 0; }

.form_box .form_left .form_header_list ul li .form_text {
  display: inline-block;
  vertical-align: middle;
  width: 80%; }

.form_left .form_text p {
  font-size: 16px;
  text-decoration: none; }

.form_left .form_text a {
  font-size: 18px;
  text-decoration: none;
  margin: 0px 0 0 5px;
  display: inline-block;
  vertical-align: middle; }

.form_box .form_right {
  display: inline-block;
  width: 74%;
  margin: 0;
  padding: 0 0 0 15px; }

.form_text_call p {
  margin: 0; }

.cat_filter .actionBar {
  margin: 0; }

.cat_filter .actionBar-section .form-field {
  border: none;
  margin: 0;
  padding: 0; }

.cat_filter .actionBar-section .form-label {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-family: #2A435D;
  font-weight: bold;
  display: inline-block;
  line-height: 45px; }

.cat_filter .actionBar-section .form-select {
  border: 1px solid #D5DBDB;
  border-radius: 5px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 43px;
  height: auto;
  color: #000;
  appearance: none;
  background: url(https://store-y0tzgx47ab.mybigcommerce.com/content/cp_drop_arrow.svg) no-repeat center right 19px;
  cursor: pointer;
  margin-left: 10px;
  padding: 0 40px 0 20px;
  min-width: 240px; }

.blog_sec {
  display: inline-block;
  width: 100%; }
  .blog_sec .blog_main {
    margin: 0 -15px;
    list-style: none;
    padding: 0; }
    .blog_sec .blog_main .blog {
      width: 33.33%;
      padding: 0 15px;
      float: left; }
      .blog_sec .blog_main .blog .blog-post-body {
        width: 100%; }
      .blog_sec .blog_main .blog .blog-title a {
        text-transform: capitalize; }
      .blog_sec .blog_main .blog > a {
        height: 250px;
        display: inline-block;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 30px 30px 0 0;
        overflow: hidden;
        color: #2A435D; }
        .blog_sec .blog_main .blog > a img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: all 0.7s ease;
          -webkit-transition: all 0.7s ease;
          -moz-transition: all 0.7s ease;
          -ms-transition: all 0.7s ease;
          -o-transition: all 0.7s ease; }
        .blog_sec .blog_main .blog > a:hover img {
          transform: scale(1.05);
          transition: all 0.7s ease;
          -webkit-transition: all 0.7s ease;
          -moz-transition: all 0.7s ease;
          -ms-transition: all 0.7s ease;
          -o-transition: all 0.7s ease; }
      .blog_sec .blog_main .blog .blog-post p {
        margin: 0 0 14px 0;
        font-weight: bold;
        font-size: 20px;
        line-height: 26px;
        height: 80px;
        overflow: hidden; }
      .blog_sec .blog_main .blog .blog-post a {
        font-weight: bold;
        color: #2A435D;
        font-size: 16px; }
        .blog_sec .blog_main .blog .blog-post a:hover {
          color: #08BBB7; }

/* Start Product video with thumbnails */
.product_video_with_thumbnails .productView-thumbnail-link {
  height: 110px;
  max-width: 110px;
  position: relative; }

.product_video_with_thumbnails .productView-thumbnails img {
  max-height: 80px;
  max-width: 80px; }

.product_video_with_thumbnails .video_mn span {
  position: absolute;
  cursor: pointer;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  font-size: 0px; }

.product_video_with_thumbnails .video_mn span:after {
  content: "";
  background: url(https://wds49.mybigcommerce.com/content/video_play.svg) no-repeat center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
  background-size: auto 39px;
  pointer-events: none; }

.product_video_with_thumbnails .video_mn span img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.video_mn .productView-thumbnail-link {
  border-color: transparent; }

.product_video_with_thumbnails .productView-image > iframe {
  display: flex;
  margin: auto;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%; }

.product_video_with_thumbnails .productView-thumbnails .productView-thumbnail iframe {
  display: none; }

.productView-image.has_video .productView-img-container,
.productView-image.has_video .easyzoom-flyout {
  display: none !important; }

/* End Product video with thumbnails */
.fancybox-toolbar .fancybox-button,
.productView-image .easyzoom-flyout {
  display: none !important; }

.fancybox-toolbar .fancybox-button--close {
  display: inline-block !important; }

@media only screen and (max-width: 991px) {
  .productView-image {
    pointer-events: auto; } }

body .productGrid .product .card-figcaption-body .first_pos .button {
  background: #2A435D !important; }
  body .productGrid .product .card-figcaption-body .first_pos .button:hover {
    background: #fff !important; }

.customPhone,
.customPhone:focus,
.customPhone:active {
  color: #fff;
  margin: 0 0 0 2px; }

/* CP CSS Start */
.product .card-figure .card-image-cp {
  margin: 0 auto; }

ol.breadcrumbs {
  text-align: left;
  margin: 47px 0 26px 0; }
  ol.breadcrumbs .breadcrumb a {
    font-size: 16px;
    letter-spacing: 0.24px;
    color: #626262; }
    ol.breadcrumbs .breadcrumb a:hover {
      font-weight: bold;
      color: #2A435D; }
  ol.breadcrumbs .breadcrumb.is-active a {
    font-weight: bold;
    color: #2A435D; }
  ol.breadcrumbs .breadcrumb.breadcrumb:not(:first-child)::before {
    content: '/';
    transform: none;
    border: none;
    height: auto;
    margin: 0 15px;
    font-size: 16px;
    font-weight: 500; }

.category-banner {
  position: relative; }
  .category-banner.withoutimg .page-heading {
    margin: 30px 0 0 0;
    width: 100%;
    color: #2A435D;
    position: initial;
    transform: none; }
  .category-banner .page-heading {
    position: absolute;
    top: 50%;
    right: 0;
    width: 69%;
    text-align: center;
    color: #fff;
    transform: translateY(-50%);
    font-size: 36px; }

.subcategorypage .subcategory-main ul {
  margin: 0 -15px;
  padding: 0;
  list-style: none; }

.subcategorypage .subcategory-main li {
  float: left;
  width: 25%;
  padding: 0 15px;
  margin: 0 0 30px 0; }
  .subcategorypage .subcategory-main li .full_link {
    float: left;
    width: 100%;
    border: 1px solid #2A435D; }
    .subcategorypage .subcategory-main li .full_link:hover .sub_cat_text {
      background: transparent;
      color: #2A435D;
      border-top: 1px solid #2A435D; }
    .subcategorypage .subcategory-main li .full_link .sub_cat_img {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: center;
      height: 234px;
      float: left;
      width: 100%; }
      .subcategorypage .subcategory-main li .full_link .sub_cat_img img {
        height: 150px;
        width: auto; }
    .subcategorypage .subcategory-main li .full_link .sub_cat_text {
      float: left;
      width: 100%;
      text-align: center;
      width: 100%;
      display: inline-block;
      background: #2A435D;
      color: #FFFFFF;
      text-transform: capitalize;
      font-size: 16px;
      line-height: 39px;
      font-weight: bold;
      border-top: 1px solid #2A435D; }

.category-content {
  display: inline-block;
  width: 100%;
  clear: both;
  margin: 73px 0 0 0; }

.page-sidebar {
  float: left;
  width: 275px;
  padding: 0; }

.facetedSearch .facetedSearch-refineFilters .sidebarBlock-heading {
  font-size: 22px;
  font-weight: normal;
  color: #2A435D;
  text-transform: capitalize;
  line-height: 26px;
  margin: 0 0 7px 0; }

.facetedSearch .facetedSearch-refineFilters p {
  margin: 0;
  color: #2A435D;
  text-transform: capitalize;
  font-size: 16px; }

.facetedSearch .facetedSearch-navList {
  margin: 19px 0 0 0 !important; }

.facetedSearch .accordion {
  border-radius: 0; }

.facetedSearch .accordion-block .accordion-heading .accordion-navigation {
  background: #2A435D;
  line-height: 30px;
  padding: 0 15px 0 13px;
  border-radius: 0;
  margin: 0 !important; }
  .facetedSearch .accordion-block .accordion-heading .accordion-navigation .icon {
    fill: #fff; }
  .facetedSearch .accordion-block .accordion-heading .accordion-navigation .accordion-title {
    font-weight: bold;
    color: #FFFFFF;
    text-transform: capitalize;
    font-size: 12px;
    font-family: "Poppins", sans-serif; }

.facetedSearch .accordion-block .accordion-heading .facetedSearch-clearLink {
  color: #fff;
  right: 35px;
  top: 6px;
  font-weight: 500;
  font-size: 12px; }

.facetedSearch .accordion-block .accordion-content {
  border: 1px #f7f6f3 solid;
  padding: 14px 12px 17px 12px; }
  .facetedSearch .accordion-block .accordion-content .navList-item {
    margin: 0 0 9px 0; }
    .facetedSearch .accordion-block .accordion-content .navList-item:last-child {
      margin: 0; }
    .facetedSearch .accordion-block .accordion-content .navList-item .navList-action--checkbox {
      color: #747376;
      font-size: 14px;
      padding: 0 25px 0 33px;
      margin: 0; }
      .facetedSearch .accordion-block .accordion-content .navList-item .navList-action--checkbox::before {
        margin: 0;
        width: 13px;
        height: 13px;
        border: 1px solid #DDDDDD;
        border-radius: 2px;
        top: 4px; }
      .facetedSearch .accordion-block .accordion-content .navList-item .navList-action--checkbox::after {
        background: url(https://store-2ta0hvw7bu.mybigcommerce.com/content/checked_arrow.svg) no-repeat center;
        width: 13px;
        height: 13px;
        top: 11px;
        left: 0; }
      .facetedSearch .accordion-block .accordion-content .navList-item .navList-action--checkbox .navList-action-close {
        position: absolute;
        right: 0;
        top: 0; }
      .facetedSearch .accordion-block .accordion-content .navList-item .navList-action--checkbox:hover, .facetedSearch .accordion-block .accordion-content .navList-item .navList-action--checkbox.is-selected {
        color: #2A435D; }

.cat_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 38px 0; }
  .cat_top .cat_top_left {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .cat_top .cat_filter .form-field .form-label {
    margin: 0 5px 0 0;
    color: #747376;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: normal; }
  .cat_top .cat_filter .form-field .form-select {
    margin: 0;
    padding: 0;
    border: 1px solid #DDDDDD;
    min-width: 195px;
    font-size: 12px;
    color: #000000;
    text-transform: capitalize;
    border-radius: 0;
    line-height: 34px;
    padding: 0 0 0 11px;
    background: url(https://store-2ta0hvw7bu.mybigcommerce.com/content/select_droparrow.svg) no-repeat center right 11px; }
  .cat_top .view_count {
    margin: 0 0 0 19px; }
    .cat_top .view_count select {
      border: none;
      font-size: 16px;
      color: #747376;
      background: url(https://store-2ta0hvw7bu.mybigcommerce.com/content/select_droparrow.svg) no-repeat top 8px right 11px;
      appearance: none;
      padding: 0 20px 0 0;
      font-family: "Poppins", sans-serif; }
  .cat_top .cat_top_right ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none; }
    .cat_top .cat_top_right ul button {
      border: 1px solid #F5F3F0;
      border: 1px solid #F5F3F0;
      margin: 0;
      padding: 0;
      height: 34px;
      width: 45px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .cat_top .cat_top_right ul button#tableview {
        border-left: 0;
        border-right: 0; }
      .cat_top .cat_top_right ul button:hover {
        background: #DDDDDD; }
        .cat_top .cat_top_right ul button:hover svg path {
          fill: #2A435D !important; }
        .cat_top .cat_top_right ul button:hover svg rect {
          fill: #2A435D !important; }
      .cat_top .cat_top_right ul button.activeview {
        background: #DDDDDD; }
        .cat_top .cat_top_right ul button.activeview svg path {
          fill: #2A435D !important; }
        .cat_top .cat_top_right ul button.activeview svg rect {
          fill: #2A435D !important; }

.page-sidebar ~ .page-content {
  float: left;
  width: calc(100% - 275px);
  padding: 0 0 0 32px; }

#product-listing-container {
  width: 100%;
  padding: 0; }

.productGrid .card {
  margin: 0 0 44px 0 !important; }

.productGrid .card-body .price-section {
  display: inline-block;
  letter-spacing: 0.24px;
  color: #2A435D;
  font-size: 16px;
  margin: 0 10px 0 0; }
  .productGrid .card-body .price-section.price--withoutTax {
    font-size: 18px;
    font-weight: bold; }

.productGrid .card-body .card-title {
  height: 50px;
  overflow: hidden; }

.productGrid .card-body .card-sku {
  display: none; }

.productGrid .card-body .summary {
  display: none; }

.productGrid .card-body .card-actions {
  display: none; }

.productGrid .card-figure {
  position: relative; }

.card-figcaption .wishlist-icon {
  display: none; }

.card-figcaption .compare {
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .card-figcaption .compare lable {
    float: left;
    width: auto; }
    .card-figcaption .compare lable svg {
      float: left;
      width: auto; }
  .card-figcaption .compare input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }
  .card-figcaption .compare:hover svg rect {
    fill: #2A435D !important; }

.card-figcaption .second_pos .button {
  border: 1px #08BBB7 solid !important; }
  .card-figcaption .second_pos .button:hover {
    background: #fff !important;
    border: 1px #2A435D solid !important; }
    .card-figcaption .second_pos .button:hover svg path {
      fill: #2A435D !important; }

.card-img-container-cp .slick-prev {
  left: 10px;
  padding: 0;
  border: none;
  width: 19px;
  height: 19px;
  background: transparent; }
  .card-img-container-cp .slick-prev::before {
    background: url(https://store-2ta0hvw7bu.mybigcommerce.com/content/cp_slider_arrow_lt.png) no-repeat center;
    width: 19px;
    height: 19px; }

.card-img-container-cp .slick-next {
  right: 10px;
  padding: 0;
  border: none;
  width: 19px;
  height: 19px;
  background: transparent; }
  .card-img-container-cp .slick-next::before {
    background: url(https://store-2ta0hvw7bu.mybigcommerce.com/content/cp_slider_arrow_rt.png) no-repeat center;
    width: 19px;
    height: 19px; }

.carousel-tooltip {
  display: none !important; }

.productList {
  margin: 0; }
  .productList .product {
    border-bottom: 1px rgba(42, 67, 93, 0.2) solid;
    padding: 0 0 30px 0; }
    .productList .product:last-child {
      border: none;
      padding-bottom: 0 !important; }
  .productList .product + .product {
    margin: 0;
    padding: 30px 0; }
  .productList .listItem {
    margin: 0; }
  .productList .card-body {
    width: calc(100% - 275px);
    float: left;
    padding: 0 0 0 20px; }
  .productList .listItem-content .listItem-details {
    width: 100%;
    padding: 0 !important;
    float: left; }
    .productList .listItem-content .listItem-details .card-details-inner .listItem-title {
      font-size: 16px;
      font-weight: 500;
      color: #2A435D;
      margin: 0 0 8px 0; }
      .productList .listItem-content .listItem-details .card-details-inner .listItem-title a{
        color: #2A435D;
      }
    .productList .listItem-content .listItem-details .card-details-inner .price-section {
      display: inline-block;
      letter-spacing: 0.24px;
      color: #2A435D;
      font-size: 16px;
      margin: 0 10px 10px 0; }
      .productList .listItem-content .listItem-details .card-details-inner .price-section.price--withoutTax {
        font-size: 18px;
        font-weight: bold; }
  .productList .listItem-content .listItem-actions {
    width: 100%;
    float: left; }
  .productList .listItem-content .listItem-sku {
    display: none; }
  .productList .listItem-content .summary {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.21px;
    color: #2A435D; }
    .productList .listItem-content .summary ul li {
      margin: 0 0 10px 0;
      font-size: 14px;
      line-height: 26px;
      letter-spacing: 0.21px;
      color: #2A435D; }
  .productList .listItem-content .listItem-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 1px;
    margin: 12px 0 0 0; }
    .productList .listItem-content .listItem-actions .second_pos {
      width: 45px;
      height: 45px;
      padding: 0; }
      .productList .listItem-content .listItem-actions .second_pos .button {
        padding: 0;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #08BBB7;
        border: 1px #08BBB7 solid; }
        .productList .listItem-content .listItem-actions .second_pos .button:hover {
          background: #fff;
          border: 1px #2A435D solid; }
          .productList .listItem-content .listItem-actions .second_pos .button:hover svg path {
            fill: #2A435D !important; }
    .productList .listItem-content .listItem-actions .first_pos {
      width: 45px;
      height: 45px;
      padding: 0; }
      .productList .listItem-content .listItem-actions .first_pos .button {
        padding: 0;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border: 1px #C3C3C3 solid; }
        .productList .listItem-content .listItem-actions .first_pos .button:hover {
          background: #2A435D;
          border: 1px #2A435D solid; }
          .productList .listItem-content .listItem-actions .first_pos .button:hover svg path {
            fill: #fff !important; }
    .productList .listItem-content .listItem-actions .wishlist-btn {
      padding: 0;
      min-width: 45px;
      width: 45px;
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      border: 1px #C3C3C3 solid; }
      .productList .listItem-content .listItem-actions .wishlist-btn svg {
        width: 20px;
        height: 100%; }
      .productList .listItem-content .listItem-actions .wishlist-btn:hover {
        background: #2A435D;
        border: 1px #2A435D solid; }
        .productList .listItem-content .listItem-actions .wishlist-btn:hover svg path {
          fill: #fff !important; }
    .productList .listItem-content .listItem-actions .compare {
      background: #fff;
      min-width: 45px;
      max-width: 45px;
      height: 45px;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px #C3C3C3 solid; }
      .productList .listItem-content .listItem-actions .compare lable {
        float: left;
        width: 100%; }
        .productList .listItem-content .listItem-actions .compare lable svg {
          float: left;
          width: 100%; }
      .productList .listItem-content .listItem-actions .compare input[type="checkbox"] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer; }
      .productList .listItem-content .listItem-actions .compare:hover {
        background: #2A435D;
        border: 1px #2A435D solid; }
        .productList .listItem-content .listItem-actions .compare:hover svg g {
          fill: #fff !important;
          stroke: #fff !important; }

.listItem-figure {
  padding: 0px;
  height: 275px;
  width: 275px;
  border: 1px solid #2A435D;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  float: left; }
  .listItem-figure .card-image,
  .listItem-figure .card-image-cp {
    position: relative;
    max-height: 174px;
    width: auto;
    margin: 0 auto; }
  .listItem-figure:hover .card-figcaption {
    opacity: 0;
    display: none; }
  .listItem-figure .card-figcaption {
    display: none; }
  .listItem-figure .sale-flag-side {
    background: #FEBA0F !important;
    border-radius: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    height: auto; }
    .listItem-figure .sale-flag-side .sale-text {
      color: #2A435D;
      display: inline-block;
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      font-size: 16px;
      line-height: 39px;
      padding: 0 2px; }
  .listItem-figure .card-figcaption-body {
    transform: none;
    top: auto;
    bottom: -1px;
    position: absolute;
    left: -1px;
    right: -1px;
    display: flex; }
    .listItem-figure .card-figcaption-body .first_pos {
      width: calc(100% - 45px); }
      .listItem-figure .card-figcaption-body .first_pos .button {
        width: 100%; }
    .listItem-figure .card-figcaption-body .second_pos .button {
      background: #08BBB7;
      height: 45px;
      width: 45px;
      padding: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 0px; }

.brand-image-custom {
  position: absolute;
  left: 10px;
  top: 10px; }
  .brand-image-custom img {
    height: auto;
    width: 105px; }

.cp_top {
  margin: 0; }

.productTable.productList .listItem {
  display: flex;
  align-self: center;
  justify-content: flex-start; }

.productTable.productList .listItem-figure {
  height: 140px;
  width: 140px; }

.productTable.productList .card-body {
  width: calc(100% - 140px);
  float: left;
  padding: 25px 0 0 20px; }
  .productTable.productList .card-body .listItem-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
    .productTable.productList .card-body .listItem-content .listItem-details {
      float: left;
      width: calc(100% - 183px); }
      .productTable.productList .card-body .listItem-content .listItem-details .listItem-sku {
        display: block;
        margin: 0;
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        letter-spacing: 0.24px;
        color: #2A435D; }
      .productTable.productList .card-body .listItem-content .listItem-details .card-details-inner {
        padding-right: 50px; }
        .productTable.productList .card-body .listItem-content .listItem-details .card-details-inner .price-section {
          line-height: 18px;
          padding: 15px 0 0 0;
          margin: 0 8px 0 0;
          vertical-align: top; }
        .productTable.productList .card-body .listItem-content .listItem-details .card-details-inner h3 {
          max-width: 280px;
          line-height: 24px;
          display: inline-block;
          margin: 0 45px 13px 0; }
      .productTable.productList .card-body .listItem-content .listItem-details .summary {
        display: none; }
    .productTable.productList .card-body .listItem-content .listItem-actions {
      width: 183px;
      float: right;
      margin: 3px 0 0 0; }

.productTable.productList .sale-flag-side {
  display: none; }

.productTable.productList .listItem-figure .card-image-cp {
  height: 110px;
  width: auto;
  margin: 0 auto; }

.productTable.productList .listItem-figure .brand-image-custom {
  z-index: 9; }

.productTable.productList .listItem-figure .card-img-container-cp .slick-prev {
  margin: 0; }

.productTable.productList .listItem-figure .card-img-container-cp .slick-next {
  margin: 0; }

.comparebtn {
  text-align: center;
  margin: 30px 0; }
  .comparebtn .button {
    align-items: center;
    justify-content: center;
    width: 150px;
    margin: 0 auto;
    column-gap: 10px;
    padding-left: 5px;
    padding-right: 5px; }
    .comparebtn .button.show {
      display: flex; }
    .comparebtn .button .countPill {
      margin: 0; }

.pagination {
  border-top: 1px rgba(42, 67, 93, 0.2) solid;
  padding: 40px 0 0 0;
  margin: 0 0 20px 0; }
  .pagination .pagination-list {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px; }
    .pagination .pagination-list .pagination-item.pagination-item--next {
      float: none;
      background: #2A435D;
      border-color: #2A435D; }
      .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 23px;
        height: 23px; }
      .pagination .pagination-list .pagination-item.pagination-item--next .icon {
        width: 6px;
        height: 9px;
        margin: 0 0 0 3px; }
        .pagination .pagination-list .pagination-item.pagination-item--next .icon svg path {
          fill: #fff !important; }
      .pagination .pagination-list .pagination-item.pagination-item--next:hover {
        background: #fff;
        border: 1px solid #EDEDED; }
        .pagination .pagination-list .pagination-item.pagination-item--next:hover .icon svg path {
          fill: #2A435D !important; }
    .pagination .pagination-list .pagination-item.pagination-item--previous {
      float: none;
      background: #2A435D;
      border-color: #2A435D; }
      .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 23px;
        height: 23px; }
      .pagination .pagination-list .pagination-item.pagination-item--previous .icon {
        width: 6px;
        height: 9px;
        margin: 0 0 0 0; }
        .pagination .pagination-list .pagination-item.pagination-item--previous .icon svg path {
          fill: #fff !important; }
      .pagination .pagination-list .pagination-item.pagination-item--previous:hover {
        background: #fff;
        border: 1px solid #EDEDED; }
        .pagination .pagination-list .pagination-item.pagination-item--previous:hover .icon svg path {
          fill: #2A435D !important; }
    .pagination .pagination-list .pagination-item {
      border: 1px solid #EDEDED;
      margin: 0 !important;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 25px;
      height: 25px; }
      .pagination .pagination-list .pagination-item .pagination-link {
        padding: 0;
        font-size: 15px; }
      .pagination .pagination-list .pagination-item:hover {
        border: 1px solid #2A435D;
        background: #2A435D; }
        .pagination .pagination-list .pagination-item:hover .pagination-link {
          color: #fff; }
    .pagination .pagination-list .pagination-item.pagination-item--current {
      border-radius: 0;
      border: none;
      border: 1px solid #2A435D;
      background: #2A435D; }
      .pagination .pagination-list .pagination-item.pagination-item--current .pagination-link {
        color: #fff; }

.category-description {
  margin: 63px 0 60px 0; }
  .category-description h3 {
    margin: 10px 0 17px 0;
    font-size: 28px;
    font-weight: 500;
    color: #2A435D;
    text-transform: capitalize;
    display: inline-block;
    width: 100%; }
  .category-description p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.24px;
    color: #2A435D;
    margin: 0 0 17px 0;
    font-weight: 500; }
  .category-description .singleline {
    list-style: none;
    padding: 0;
    margin: -5px 0 17px 0; }
    .category-description .singleline li {
      display: inline-block;
      position: relative;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 0.24px;
      color: #2A435D;
      padding: 0 0 0 18px;
      font-weight: 500;
      margin: 0 47px 0 0; }
      .category-description .singleline li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 9px;
        width: 8px;
        height: 8px;
        background: #54687D;
        border-radius: 50px; }
  .category-description .threecol {
    list-style: none;
    padding: 0;
    margin: 0 0 17px 0;
    display: inline-block;
    width: 100%; }
    .category-description .threecol li {
      display: inline-block;
      position: relative;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 0.24px;
      color: #2A435D;
      padding: 0 0 0 18px;
      font-weight: 500;
      margin: 0 0 12px 0;
      width: 33.33%;
      float: left; }
      .category-description .threecol li .percentage {
        float: left;
        width: 88px; }
      .category-description .threecol li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 9px;
        width: 8px;
        height: 8px;
        background: #54687D;
        border-radius: 50px; }

/* CP CSS End */
@media only screen and (max-width: 1299px) {
  body .about-section .about-text .about-text-right {
    padding: 0 20px 0 20px; }
  body .about-section .about-text h3 {
    margin: 5px 0px 5px; }
  body .about-section .about-text .button {
    margin: 10px 0 0; } }

.cms p {
  margin: 5px 0 5px;
  display: inline-block;
  width: 100%; }

img.offer {
  width: 100%; }

.cms h3 {
  font-size: 26px; }

.cms h2 {
  font-size: 28px; }

.page h1.page-heading {
  font-size: 32px; }

.shipping .gridofthree,
.method ul,
.payment ul {
  margin: 40px 0 0; }

.cms li,
main.account.account--fixed ol li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 15px;
  line-height: 24px;
  margin: 5px 0; }

.ty-list-text.big {
  display: flex;
  gap: 5px;
  align-items: flex-start; }

span.ty-list-item {
  color: #2A435D;
  font-weight: 700;
  font-size: 50px;
  line-height: 40px;
  font-family: "Poppins", sans-serif; }

.custom_page .breadcrumbs .breadcrumb.is-active a {
  color: #2A435D; }

.imgcontainer-left, .imgcontainer-right {
  width: 50%; }

/* PP CSS Start */
.custom_product ol.breadcrumbs {
  margin: 20px 0 13px 0; }

.productView {
  margin: 0; }

.productView-images {
  padding: 0;
  width: 520px; }
  .productView-images .productView-image {
    border: 1px solid #C3C3C3;
    height: 638px; }
    .productView-images .productView-image .productView-img-container {
      height: 638px; }
      .productView-images .productView-image .productView-img-container::after {
        display: none; }
      .productView-images .productView-image .productView-img-container a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 638px; }
        .productView-images .productView-image .productView-img-container a img {
          position: initial;
          width: auto;
          height: 100%;
          max-height: 500px; }

.productView-thumbnails {
  margin: 25px 0 0 0; }
  .productView-thumbnails .slick-arrow {
    padding: 0;
    width: 8px;
    height: 12px;
    background: transparent;
    border: none;
    margin: 0; }
  .productView-thumbnails .slick-next {
    right: 0; }
    .productView-thumbnails .slick-next::before {
      background: url(https://store-2ta0hvw7bu.mybigcommerce.com/content/pp_thumb_arrow.svg) no-repeat center;
      width: 100%;
      height: 100%; }
  .productView-thumbnails .slick-prev {
    left: 0; }
    .productView-thumbnails .slick-prev::before {
      background: url(https://store-2ta0hvw7bu.mybigcommerce.com/content/pp_thumb_arrow.svg) no-repeat center;
      width: 100%;
      height: 100%;
      transform: rotate(180deg); }
  .productView-thumbnails .slick-list {
    margin: 0 10px; }
  .productView-thumbnails .productView-thumbnail {
    padding: 0 10px; }
  .productView-thumbnails .productView-thumbnail-link {
    height: 90px;
    padding: 4px 0; }
    .productView-thumbnails .productView-thumbnail-link img {
      max-height: 100%;
      max-width: 100%; }

.productView-details {
  width: calc(100% - 520px);
  padding: 0 0 0 31px; }

.productView-product {
  border: none;
  padding: 0; }

.productView-title {
  margin: -1px 0 10px 0;
  font-size: 28px;
  line-height: 42px;
  color: #2A435D;
  text-transform: capitalize;
  font-weight: 500; }

.productView-brand {
  margin: 3px 0 10px 0;
  display: inline-block;
  width: 100%; }
  .productView-brand a {
    font-size: 16px;
    font-weight: 500;
    color: #626262; }

.productView-price .price-section {
  font-size: 18px;
  letter-spacing: 0.27px;
  color: #2A435D;
  font-weight: 500;
  display: inline-block;
  margin: 0 15px 0 0; }
  .productView-price .price-section.price-section--withoutTax.price--withoutTax {
    width: 100%;
    margin: 15px 0 0 0;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.42px; }

.productView-info .productView-info-name {
  display: inline-block;
  font-size: 16px;
  color: #626262;
  font-weight: 500; }

.productView-info .productView-info-value {
  display: inline-block;
  font-size: 16px;
  color: #626262;
  font-weight: 500; }

.productView-info span {
  display: inline-block;
  width: 100%; }

.product-options {
  margin: 0; }
  .product-options .productView-options {
    margin: 20px 0 14px 0; }
    .product-options .productView-options .form.adt div[data-product-option-change] .form-field {
      margin: 0 0 15px 0; }
      .product-options .productView-options .form.adt div[data-product-option-change] .form-field .form-label {
        color: #626262;
        font-weight: 500;
        font-size: 16px; }
      .product-options .productView-options .form.adt div[data-product-option-change] .form-field .form-select {
        background: url(https://store-2ta0hvw7bu.mybigcommerce.com/content/select_droparrow.svg) no-repeat right 19px top 17px #FAFAFA;
        background-size: 12px;
        border: 1px solid #C3C3C3;
        border-radius: 0;
        max-width: 100%;
        line-height: 43px;
        height: auto;
        padding: 0 10px;
        color: #626262;
        font-size: 16px;
        font-family: "Poppins", sans-serif; }
    .product-options .productView-options .form.form-wishlist ul.dropdown-menu.is-open {
      width: 230px !important; }

.productView-options .form.form-wishlist ul#wishlist-dropdown.is-open {
  width: 230px !important;
  padding: 0; }
  .productView-options .form.form-wishlist ul#wishlist-dropdown.is-open li .button {
    white-space: break-spaces;
    line-height: 20px;
    padding: 10px;
    border-bottom: 1px #2A435D solid; }
    .productView-options .form.form-wishlist ul#wishlist-dropdown.is-open li .button:hover {
      background: #2A435D;
      color: #fff; }
    .productView-options .form.form-wishlist ul#wishlist-dropdown.is-open li .button svg {
      width: 19px;
      height: 100%; }

.add-to-cart-wrapper .form-field--increments {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 25px 0; }
  .add-to-cart-wrapper .form-field--increments .form-label {
    display: inline-block;
    margin: 0 8px 0 0;
    font-size: 16px;
    color: #626262; }
  .add-to-cart-wrapper .form-field--increments .icon {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center; }
  .add-to-cart-wrapper .form-field--increments .form-increment {
    display: inline-block; }
    .add-to-cart-wrapper .form-field--increments .form-increment .button {
      width: 28px;
      height: 28px;
      background: #FFFFFF;
      border: 1px solid #E6E6E6;
      border-radius: 3px;
      padding: 0; }
  .add-to-cart-wrapper .form-field--increments button[data-action="dec"] svg {
    width: 10px;
    margin: 0 auto; }
  .add-to-cart-wrapper .form-field--increments button[data-action="inc"] svg {
    width: 15px;
    margin: 0 auto; }
  .add-to-cart-wrapper .form-field--increments .form-input--incrementTotal {
    font-weight: 700;
    font-size: 16px;
    color: #666666;
    line-height: 28px; }

.productView-options .add-to-cart-buttons {
  padding: 0;
  width: auto;
  width: 230px;
  margin: 0;
  max-height: 45px; }
  .productView-options .add-to-cart-buttons .button {
    background: url(https://store-2ta0hvw7bu.mybigcommerce.com/content/cart_white.svg) no-repeat left 47px top 13px #2A435D;
    padding: 0 48px 0 0;
    text-align: right;
    line-height: 43px; }
    .productView-options .add-to-cart-buttons .button:hover {
      background: url(https://store-2ta0hvw7bu.mybigcommerce.com/content/cart_blue.svg) no-repeat left 47px top 13px #fff; }
    .productView-options .add-to-cart-buttons .button[value="Adding to cart…"] {
      font-size: 12px; }

.form-wishlist {
  margin: 0 15px 0 30px; }
  .form-wishlist .button {
    text-align: center;
    width: 230px;
    background: transparent;
    padding: 0;
    line-height: 43px;
    color: #2A435D;
    margin-right: 15px; }
    .form-wishlist .button .icon {
      display: none; }
    .form-wishlist .button > span {
      display: flex;
      align-items: center;
      justify-content: center;
      column-gap: 10px; }
      .form-wishlist .button > span .wlt_ic {
        height: 17px;
        float: left; }
        .form-wishlist .button > span .wlt_ic svg {
          float: left; }

.info-cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px -10px 0; }
  .info-cards .info-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 10px 15px;
    border: 1px solid #EAEAEA;
    width: calc(33.33% - 10px);
    margin: 0 10px;
    min-height: 100px; }
    .info-cards .info-card:nth-child(2) {
      padding: 10px 0 10px 15px; }
    .info-cards .info-card .icon {
      width: 65px;
      height: 65px;
      float: left;
      padding: 13px;
      background: #F4F4F4;
      border-radius: 50px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .info-cards .info-card .text {
      width: calc(100% - 65px);
      height: 65px;
      float: left;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-flow: column;
      padding: 0 0 0 8px; }
      .info-cards .info-card .text h3 {
        margin: 0 0 3px 0;
        font-size: 14px;
        font-weight: 700;
        color: #2B435D;
        text-transform: capitalize; }
      .info-cards .info-card .text p {
        margin: 0;
        font-size: 13px;
        line-height: 18px;
        color: #626262; }

.productView-description {
  padding: 0;
  margin: 87px 0 0 0; }
  .productView-description .tabs {
    border: none; }
    .productView-description .tabs .tab {
      border: 1px solid #ECECEC;
      border-bottom: 1px #fff solid;
      margin: 0 10px 0 0; }
      .productView-description .tabs .tab .tab-title {
        line-height: 38px;
        padding: 0 15px;
        color: #666666;
        text-transform: capitalize;
        font-size: 13px;
        font-weight: 700; }
      .productView-description .tabs .tab.is-active {
        border: 1px solid #2B435D;
        border-bottom: 1px #2B435D solid; }
        .productView-description .tabs .tab.is-active .tab-title {
          background: #2B435D;
          color: #fff;
          font-weight: 700;
          font-size: 16px; }
      .productView-description .tabs .tab:hover {
        border: 1px solid #2B435D;
        border-bottom: 1px #2B435D solid; }
        .productView-description .tabs .tab:hover .tab-title {
          background: #2B435D;
          color: #fff;
          font-weight: 700; }
  .productView-description .tabs-contents .tab-content {
    padding: 0; }
    .productView-description .tabs-contents .tab-content div,
    .productView-description .tabs-contents .tab-content section {
      border: 1px solid #ECECEC;
      padding: 27px 29px 20px 30px; }
    .productView-description .tabs-contents .tab-content h2 {
      margin: 0 0 17px 0;
      font-weight: 500;
      color: #2A435D;
      text-transform: capitalize;
      font-size: 28px; }
    .productView-description .tabs-contents .tab-content p {
      font-weight: 500;
      letter-spacing: 0.24px;
      color: #2A435D;
      font-size: 16px;
      line-height: 26px; }
    .productView-description .tabs-contents .tab-content h3 {
      margin: 16px 0 12px 0;
      font-weight: 500;
      color: #2A435D;
      text-transform: capitalize;
      font-size: 28px;
      display: inline-block;
      width: 100%; }
    .productView-description .tabs-contents .tab-content ul {
      margin: 0 0 0 0;
      list-style: none; }
      .productView-description .tabs-contents .tab-content ul li {
        font-weight: 500;
        letter-spacing: 0.24px;
        color: #2A435D;
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 12px 0;
        position: relative;
        padding: 0 0 0 18px; }
        .productView-description .tabs-contents .tab-content ul li::before {
          content: '';
          position: absolute;
          left: 0;
          top: 8px;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background: #2A435D; 
        }

.related_pro_sec {
  padding: 78px 0 0 0; 
  margin-bottom: 50px;
}
  .related_pro_sec .page-heading {
    margin: 0 0 40px 0; }
  .related_pro_sec .slick-list .slick-track {
    margin: 0 -15px; }
  .related_pro_sec .slick-list .productCarousel-slide {
    padding: 0 15px; }
  .related_pro_sec .card .card-figure {
    padding: 0px;
    height: 275px;
    border: 1px solid #2A435D;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; }
    .related_pro_sec .card .card-figure .card-image,
    .related_pro_sec .card .card-figure .card-image-cp {
      position: relative;
      max-height: 150px;
      width: auto;
      margin: 0 auto; }
    .related_pro_sec .card .card-figure .sale-flag-side {
      background: #FEBA0F;
      border-radius: 0px;
      position: absolute;
      top: 0px;
      right: 0px;
      height: auto; }
      .related_pro_sec .card .card-figure .sale-flag-side .sale-text {
        color: #2A435D;
        display: inline-block;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 39px;
        padding: 0 2px; }
    .related_pro_sec .card .card-figure .first_pos ~ .form.form-wishlist {
      display: none; }
  .related_pro_sec .card .card-figcaption-body {
    transform: none;
    top: auto;
    bottom: -1px;
    position: absolute;
    left: -1px;
    right: -1px;
    display: flex; }
    .related_pro_sec .card .card-figcaption-body .first_pos {
      width: calc(100% - 45px); }
      .related_pro_sec .card .card-figcaption-body .first_pos .button {
        width: 100%;
        height: 45px; }
        .related_pro_sec .card .card-figcaption-body .first_pos .button:focus {
          color: #2A435D; }
    .related_pro_sec .card .card-figcaption-body .second_pos .button {
      background: #08BBB7;
      height: 45px;
      width: 45px;
      padding: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 0px; }
  .related_pro_sec .card .card-body .card-title {
    margin: 5px 0 17px;
    height: 50px;
    overflow: hidden; }
    .related_pro_sec .card .card-body .card-title a {
      line-height: 24px;
      color: #2A435D;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: 16px; }
      .related_pro_sec .card .card-body .card-title a:hover {
        color: #08BBB7; }
  .related_pro_sec .card .card-body .price-section {
    display: inline-block;
    letter-spacing: 0.24px;
    color: #2A435D;
    font-size: 16px;
    margin: 0 10px 0 0;
    font-weight: 500; }
    .related_pro_sec .card .card-body .price-section.price--withoutTax {
      font-size: 18px;
      font-weight: bold; }
  .related_pro_sec .card .card-body .card-sku {
    display: none; }
  .related_pro_sec .card .card-body .summary {
    display: none; }
  .related_pro_sec .card .card-body .card-actions {
    display: none; }
  .related_pro_sec .card .card-body .card-text[data-test-info-type="price"] {
    display: flex; }
    .related_pro_sec .card .card-body .card-text[data-test-info-type="price"] .non-sale-price--withoutTax {
      margin: 0 14px 0 0; }
      .related_pro_sec .card .card-body .card-text[data-test-info-type="price"] .non-sale-price--withoutTax span {
        line-height: 24px;
        color: #2A435D;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.24px; }
    .related_pro_sec .card .card-body .card-text[data-test-info-type="price"] .price--withoutTax span {
      line-height: 24px;
      color: #2A435D;
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      font-size: 18px;
      letter-spacing: 0.27px; }

.custom_product .request-repair-Ser-sec {
  margin: 69px 0 100px 0; }

.custom_product .req-rep_inner .ovr-btn {
  right: 49px; }
  .custom_product .req-rep_inner .ovr-btn p {
    font-size: 26px;
    letter-spacing: 1.3px;
    color: #FFFFFF;
    text-transform: capitalize;
    margin: 0 0 10px 0;
    line-height: 40px;
    font-weight: 500; }
    .custom_product .req-rep_inner .ovr-btn p:last-child {
      margin: 0; }
  .custom_product .req-rep_inner .ovr-btn h3 {
    margin: 0 0 5px 0;
    font-size: 36px;
    letter-spacing: 1.8px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700; }
    .custom_product .req-rep_inner .ovr-btn h3 span {
      letter-spacing: 1.3px;
      color: #FFFFFF;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 26px;
      line-height: 26px;
      position: relative;
      top: -15px; }

/* PP CSS End */
p.credit {
  margin-top: 0; }

.custom_cart .form-increment .button {
  width: 28px;
  height: 28px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  padding: 0; }

.custom_cart .form-increment button[data-action="dec"] svg {
  width: 10px;
  margin: 0 auto; }

.custom_cart .form-increment .icon {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center; }

.custom_cart .form-increment button[data-action="inc"] svg {
  width: 15px;
  margin: 0 auto; }

.account .pagination {
  margin: 0;
  border: 0; }

.compareTable-product .card-figure {
  padding: 0;
  height: 275px;
  border: 1px solid #2a435d;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible; }
  .compareTable-product .card-figure .card-image {
    position: initial;
    max-height: 150px;
    width: auto; }

.compareTable-product .card-body .price-section {
  display: inline-block;
  letter-spacing: .24px;
  color: #2a435d;
  font-size: 16px;
  margin: 0 10px 0 0; }

.compareTable-product .card-body .price-section.price--withoutTax {
  font-size: 18px;
  font-weight: 700; }

.compareTable-product .card-body .card-title {
  font-size: 15px;
  margin: 5px 0 17px; }

.compareTable-row .compareTable-item ul {
  list-style: none; }
  .compareTable-row .compareTable-item ul li {
    display: inline-block;
    width: 100%;
    margin: 0 0 5px 0; }
    .compareTable-row .compareTable-item ul li iframe {
      width: 100%;
      margin: 5px 0 0 0; }

body .featureproducts .productGrid .card-figcaption-body .form.form-wishlist {
  display: none; }

body .featureproducts .productGrid .card-figcaption-body .second_pos {
  display: block; }

.card-body .form.form-wishlist {
  margin: 0;
  min-width: 45px;
  width: 45px;
  height: 45px; }
  .card-body .form.form-wishlist .button {
    width: 100%;
    margin: 0;
    height: 45px;
    border: 1px solid #C3C3C3; }
    .card-body .form.form-wishlist .button:hover {
      background: #2A435D;
      border: 1px solid #2A435D; }
      .card-body .form.form-wishlist .button:hover svg path {
        fill: #fff !important; }
    .card-body .form.form-wishlist .button svg {
      width: 19px;
      height: 100%; }

body .productGrid .card-figcaption-body .form.form-wishlist {
  margin: 0;
  width: 45px;
  min-width: 45px; }
  body .productGrid .card-figcaption-body .form.form-wishlist .button {
    width: 100%;
    margin: 0;
    border: none; }
    body .productGrid .card-figcaption-body .form.form-wishlist .button svg {
      width: 19px;
      height: 100%; }

.custom_brands .brandGrid {
  margin: 0 -15px;
  padding: 0 0 30px 0; }
  .custom_brands .brandGrid .brand {
    padding: 0 15px;
    margin: 0 0 30px 0; }
    .custom_brands .brandGrid .brand .card {
      border: 1px #ccc solid;
      padding: 0; }
    .custom_brands .brandGrid .brand .card-figure {
      padding: 0; }
      .custom_brands .brandGrid .brand .card-figure .card-figure__link {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 190px; }
      .custom_brands .brandGrid .brand .card-figure .card-img-container {
        height: 190px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .custom_brands .brandGrid .brand .card-figure .card-img-container img {
          max-width: 100%;
          position: initial; }
    .custom_brands .brandGrid .brand .card-body {
      padding: 0; }
      .custom_brands .brandGrid .brand .card-body .card-title a {
        background: #2A435D;
        border: 1px #2A435D solid;
        line-height: 45px;
        color: #fff; }
        .custom_brands .brandGrid .brand .card-body .card-title a:hover {
          background: #fff;
          color: #2A435D; }

.custom_wishlist .productGrid .product .card-figcaption-body .wishlist-btn.wishlist-icon {
  display: none; }

.custom_wishlist .productGrid .product .card-figcaption-body .second_pos {
  display: block; }

.header_search .card-img-container-cp .pro-img:not(:first-child) {
  display: none; }

header .navUser-item--cart .dropdown-menu .previewCart .previewCartList {
  flex-wrap: wrap; }
  header .navUser-item--cart .dropdown-menu .previewCart .previewCartList .previewCartItem {
    padding: 10px 0; }

.page-sidebar.u-hidden ~ .page-content {
  width: 100%;
  padding: 0; }
  .page-sidebar.u-hidden ~ .page-content #search-results-content ul {
    margin-left: 0; }
  .page-sidebar.u-hidden ~ .page-content .cat_top {
    display: none; }

#search-results-content .cat_top {
  display: block !important; }

.category-banner.withimg div[data-content-region="category_below_header"] {
  display: none; }

.custom_compare .page-content {
  overflow-y: auto; }

.custom_compare .compareTable .compareTable-row .compareTable-heading {
  width: 260px; text-align: left; }

.custom_compare .compareTable .compareTable-row .compareTable-product {
  width: 260px; }

body .header .navPages-item .navPage-subMenu {
  background: #fff;
  box-shadow: 0px 6px 10px #00000029;
  padding: 20px 0 !important;
  max-height: 445px;
  overflow-y: auto; 
}
  body .header .navPages-item .navPage-subMenu .container {
    padding: 0;
    max-width: 965px; }
  body .header .navPages-item .navPage-subMenu .navPages-action {
    color: #000000;
    font-weight: 400; }
  body .header .navPages-item .navPage-subMenu .menu_left {
    float: left;
    width: 620px;
    border-right: 2px solid #08BBB7;
    padding: 20px 94px 18px 0; }
    body .header .navPages-item .navPage-subMenu .menu_left .navPage-subMenu-list {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      body .header .navPages-item .navPage-subMenu .menu_left .navPage-subMenu-list::before, body .header .navPages-item .navPage-subMenu .menu_left .navPage-subMenu-list::after {
        display: none; }
      body .header .navPages-item .navPage-subMenu .menu_left .navPage-subMenu-list .navPage-subMenu-item {
        padding: 0 0 0 !important;
        width: auto;
        margin: 0; }
    body .header .navPages-item .navPage-subMenu .menu_left .two-level-img {
      flex-flow: column;
      font-size: 18px;
      line-height: 20px;
      color: #2A435D;
      text-transform: none;
      font-weight: 600;
      justify-content: flex-start;
      align-items: flex-start;
      padding: 0;
      margin: 0;
      border: none; }
      body .header .navPages-item .navPage-subMenu .menu_left .two-level-img:hover {
        color: #08BBB7; }
      body .header .navPages-item .navPage-subMenu .menu_left .two-level-img .ct-image {
        order: 2;
        width: 146px;
        height: 150px;
        border: 1px solid #08BBB7;
        text-align: center;
        padding: 3px;
        margin: 13px 0 10px 0; }
        body .header .navPages-item .navPage-subMenu .menu_left .two-level-img .ct-image img {
          width: auto;
          height: 100%;
          margin: 0 auto; }
    body .header .navPages-item .navPage-subMenu .menu_left .navPage-childList-item {
      margin: 8px 0 0 0; }
      body .header .navPages-item .navPage-subMenu .menu_left .navPage-childList-item .navPage-childList-action {
        padding: 0;
        margin: 0 0 0 0; }
        body .header .navPages-item .navPage-subMenu .menu_left .navPage-childList-item .navPage-childList-action:hover {
          color: #08BBB7; }
  body .header .navPages-item .navPage-subMenu .menu_right {
    float: left;
    width: calc(100% - 620px);
    padding: 18px 0 18px 63px; }
    body .header .navPages-item .navPage-subMenu .menu_right .menu_head {
      font-size: 16px;
      line-height: 24px;
      font-weight: 600;
      color: #000000;
      margin: 0 0 23px 0; }
      body .header .navPages-item .navPage-subMenu .menu_right .menu_head b {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        color: #000000; }
    body .header .navPages-item .navPage-subMenu .menu_right .navPage-subMenu-list .navPage-childList-item {
      position: relative;
      margin: 0 0 25px 0; }
      body .header .navPages-item .navPage-subMenu .menu_right .navPage-subMenu-list .navPage-childList-item::before {
        content: '';
        position: absolute;
        left: 0;
        top: 9px;
        background: #000;
        width: 6px;
        height: 6px;
        border-radius: 50px; }
      body .header .navPages-item .navPage-subMenu .menu_right .navPage-subMenu-list .navPage-childList-item .navPage-childList-action {
        padding: 0 0 0 11px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #000000; }
        body .header .navPages-item .navPage-subMenu .menu_right .navPage-subMenu-list .navPage-childList-item .navPage-childList-action:hover {
          color: #08BBB7; }
      body .header .navPages-item .navPage-subMenu .menu_right .navPage-subMenu-list .navPage-childList-item.last-readmore::before {
        display: none; }
      body .header .navPages-item .navPage-subMenu .menu_right .navPage-subMenu-list .navPage-childList-item.last-readmore .navPage-childList-action {
        padding: 0;
        color: #08BBB7;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        column-gap: 14px; }
        body .header .navPages-item .navPage-subMenu .menu_right .navPage-subMenu-list .navPage-childList-item.last-readmore .navPage-childList-action .right_arrow {
          display: inline-block;
          width: 17px;
          height: 17px; }
          body .header .navPages-item .navPage-subMenu .menu_right .navPage-subMenu-list .navPage-childList-item.last-readmore .navPage-childList-action .right_arrow svg {
            width: 17px;
            height: 17px;
            stroke: none;
            fill: none; }
            body .header .navPages-item .navPage-subMenu .menu_right .navPage-subMenu-list .navPage-childList-item.last-readmore .navPage-childList-action .right_arrow svg path {
              fill: #08BBB7 !important; }
        body .header .navPages-item .navPage-subMenu .menu_right .navPage-subMenu-list .navPage-childList-item.last-readmore .navPage-childList-action:hover {
          color: #000; }
          body .header .navPages-item .navPage-subMenu .menu_right .navPage-subMenu-list .navPage-childList-item.last-readmore .navPage-childList-action:hover .right_arrow svg path {
            fill: #000 !important; }
  body .header .navPages-item .navPage-subMenu.mobile-radios {
    padding: 20px 0 !important; }
  body .header .navPages-item .navPage-subMenu .navPage-subMenu-item {
    margin: 0 0 15px 0; }
    body .header .navPages-item .navPage-subMenu .navPage-subMenu-item .navPage-subMenu-action {
      border: none;
      padding: 0;
      margin: 0; }

.modal .productView {
  flex-flow: row; }

.modal-body .productView-details .productView-price {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.42px;
  color: #2A435D; }

.modal-body .productView-details .productView-brand {
  font-size: 16px;
  font-weight: 500;
  color: #626262; }

.custom_wishlist .productView--quickView .productView-options .form-wishlist .button {
  padding: 2px 24px 0;
  line-height: 41px; }

.msrp-hidden {
  display: none !important; }

.form-label--inlineSmall small {
  margin-left: 0px; }

dl.productView-info,
.productView-info .productView-info-value {
  margin-bottom: 0px; }

@media (min-width: 551px) {
  .productView-info > :first-child {
    margin-top: 5px; } }

.main-description table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; }

.main-description th,
.main-description td {
  border: 1px solid #000;
  padding: 8px;
  text-align: center;
  vertical-align: middle; }

.main-description th {
  background-color: #f2f2f2; }

.main-description .optional {
  color: green;
  font-weight: bold; }

.right-description img {
  max-width: 150px; }

.right-description {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  gap: 50px; 
}
.banner-overlay-logo {
    max-width: 595px;
    position: absolute;
    bottom: -56px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.banner-overlay-logo-inner {
    background: #fff;
    border-radius: 104px 104px 0px 0px;
    padding-top: 31px;
}
.banner-overlay-logo-inner .banner-logo-image {
    display: block;
    margin: auto;
}
.shop-collection-sec {
    display: block;
}

.productView-description .tabs-contents{
  border: 1px solid #ECECEC;
  padding: 27px 29px 20px 30px;
}
.form-minMaxRow .button{
  padding: 3px 5px;
}