@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", serif;
  font-weight: normal;
  color: #767676;
  padding: 123px 0 0 0;
  font-size: 16px;
  line-height: 24px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", serif;
  font-weight: normal;
  letter-spacing: 0;
  color: #4D4344; }

p {
  font-family: "Poppins", serif;
  font-weight: normal;
  color: #767676; }

.button,
.button:focus,
.button:active,
.swal2-container .swal2-confirm.button,
.swal2-container .swal2-modal .swal2-cancel,
.main-btn {
  background-color: #51BDEC;
  color: #ffffff;
  line-height: normal;
  font-size: 18px;
  border: 0;
  border-radius: 4px;
  outline: none;
  text-transform: capitalize;
  font-family: "Poppins", serif;
  letter-spacing: 0;
  margin: 0;
  font-weight: 500;
  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 {
    background-color: #000;
    color: #ffffff; }
  .button:focus,
  .button:focus:focus,
  .button:active:focus,
  .swal2-container .swal2-confirm.button:focus,
  .swal2-container .swal2-modal .swal2-cancel:focus,
  .main-btn:focus {
    background-color: #51BDEC;
    color: #ffffff; }

.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: #51BDEC; }

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: 1240px;
  padding: 0; }

.custom_default .header {
  border: none; }
  .custom_default .header.header_fixed {
    border-bottom: 1px solid rgba(28, 35, 48, 0.2); }

.header {
  border: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: position 0.6s;
  -ms-transition: position 0.6s;
  -o-transition: position 0.6s;
  transition: all 0.6s ease;
  border-bottom: 1px solid rgba(28, 35, 48, 0.2); }
  .header .top-banner {
    background: #1C2330;
    padding: 11px 0 10px 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: position 0.6s;
    -ms-transition: position 0.6s;
    -o-transition: position 0.6s;
    transition: all 0.6s ease; }
    .header .top-banner p {
      text-align: center;
      margin: 0;
      font-size: 14px;
      font-weight: 400;
      color: #FFFFFF; }
  .header .header_logo_link {
    border-bottom: 1px solid rgba(28, 35, 48, 0.2); }
  .header .middle-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0; }
    .header .middle-header .header-logo {
      margin: 0;
      width: 277px; }
    .header .middle-header .navUser {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      max-width: 920px;
      padding: 0; }
    .header .middle-header .search-panel .form {
      margin: 0; }
      .header .middle-header .search-panel .form .form-field {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        border: 1px solid #C8C8C8;
        border-radius: 4px;
        max-width: 593px;
        min-width: 593px;
        margin: 0; }
        .header .middle-header .search-panel .form .form-field::before {
          display: none; }
        .header .middle-header .search-panel .form .form-field label.is-srOnly {
          display: none; }
        .header .middle-header .search-panel .form .form-field .form-select {
          border: none;
          border-right: 1px #C8C8C8 solid;
          width: 150px;
          background: url(https://store-1jaro3rmxq.mybigcommerce.com/content/drop_black_select_arrow.svg) no-repeat right 15px top 18px;
          color: #666666;
          font-size: 14px;
          border-radius: 0;
          padding: 0 30px 0 16px;
          white-space: nowrap;
          text-overflow: ellipsis;
          font-family: "Poppins", serif;
          height: 41px; }
        .header .middle-header .search-panel .form .form-field .form-input {
          border: none;
          border-radius: 0;
          padding: 1px 15px 0;
          font-size: 14px;
          color: #666666;
          font-family: "Poppins", serif;
          max-width: 399px;
          min-height: auto;
          height: 41px; }
          .header .middle-header .search-panel .form .form-field .form-input::placeholder {
            font-size: 14px;
            color: #666666;
            font-family: "Poppins", serif; }
        .header .middle-header .search-panel .form .form-field .search_quick {
          background: url(https://store-1jaro3rmxq.mybigcommerce.com/content/search_icon.svg) no-repeat center #51BDEC;
          border-radius: 0px 4px 4px 0px;
          width: 42px;
          height: 41px;
          border: none; }
          .header .middle-header .search-panel .form .form-field .search_quick:hover {
            background: url(https://store-1jaro3rmxq.mybigcommerce.com/content/search_icon.svg) no-repeat center #000; }
    .header .middle-header .countPill {
      position: absolute;
      right: -7px;
      top: 5px;
      margin: 0; }
    .header .middle-header .navUser-section {
      margin: 0 0 0 17px;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .header .middle-header .navUser-section .toggle-sibling.navUser-item.navUser-item--account {
        display: none; }
      .header .middle-header .navUser-section .after-login {
        display: flex !important;
        align-items: center;
        justify-content: flex-end; }
        .header .middle-header .navUser-section .after-login .navUser-item.logout {
          margin: 0 0 0 33px; }
      .header .middle-header .navUser-section .navUser-item {
        margin: 0 0 0 33px; }
      .header .middle-header .navUser-section .navUser-action {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        font-size: 14px;
        color: #444444;
        font-weight: 400;
        text-transform: capitalize;
        padding: 0; }
        .header .middle-header .navUser-section .navUser-action svg {
          stroke: none; }
        .header .middle-header .navUser-section .navUser-action:hover {
          color: #51BDEC; }
          .header .middle-header .navUser-section .navUser-action:hover svg {
            fill: #51BDEC; }
  .header .navPages-container {
    line-height: normal; }
    .header .navPages-container .navPages {
      max-width: 100%; }
      .header .navPages-container .navPages .navPages-list .navPages-item {
        margin: 15px 18px 9px; }
      .header .navPages-container .navPages .navPages-list .navPages-action {
        padding: 0;
        font-weight: 500;
        font-size: 14px;
        font-family: "Poppins", serif;
        text-transform: capitalize;
        color: #4D4344; }
        .header .navPages-container .navPages .navPages-list .navPages-action:hover {
          color: #51BDEC; }
          .header .navPages-container .navPages .navPages-list .navPages-action:hover .icon svg {
            fill: #51BDEC;
            stroke: #51BDEC; }
      .header .navPages-container .navPages .navPages-action.is-open {
        background: transparent;
        color: #51BDEC; }
        .header .navPages-container .navPages .navPages-action.is-open .navPages-action-moreIcon {
          transform: rotate(-180deg); }
          .header .navPages-container .navPages .navPages-action.is-open .navPages-action-moreIcon svg {
            fill: #51BDEC;
            stroke: #51BDEC; }
      .header .navPages-container .navPages .navPage-subMenu {
        padding: 40px 50px !important;
        background: #fff;
        border: 1px solid rgba(28, 35, 48, 0.2);
        top: 45px;
        max-height: 420px;
        overflow-y: auto;
        border-radius: 4px; }
        .header .navPages-container .navPages .navPage-subMenu .menu-left {
          float: left;
          width: calc(100% - 400px); }
          .header .navPages-container .navPages .navPage-subMenu .menu-left .navPage-subMenu-list {
            max-width: 100%;
            margin: 0 -30px; }
          .header .navPages-container .navPages .navPage-subMenu .menu-left .navPage-subMenu-item {
            padding: 0 30px !important;
            width: 33.33%; }
            .header .navPages-container .navPages .navPage-subMenu .menu-left .navPage-subMenu-item .navPage-subMenu-action {
              margin: 0 0 20px 0;
              padding: 0;
              font-size: 16px;
              border-bottom: none; }
        .header .navPages-container .navPages .navPage-subMenu .menu-right {
          float: left;
          width: 400px; }
          .header .navPages-container .navPages .navPage-subMenu .menu-right img {
            width: 100%;
            border: 1px solid rgba(28, 35, 48, 0.2);
            border-radius: 20px; }

.body .heroCarousel {
  max-height: 100%;
  margin: 0; }
  .body .heroCarousel .heroCarousel-image-wrapper {
    max-height: 100%;
    height: 100%; }

.three-icons {
  background: #F9F9F9;
  margin: 10px 0 0 0;
  padding: 43px 0 48px 0; }
  .three-icons div[data-content-region="home_below_top_products"] div[data-layout-name="Layout"] {
    align-items: flex-start;
    margin: 0 -25px; }
    .three-icons div[data-content-region="home_below_top_products"] div[data-layout-name="Layout"] div:nth-child(3) {
      padding: 0 14px; }
    .three-icons div[data-content-region="home_below_top_products"] div[data-layout-name="Layout"] div {
      padding: 0 0px; }
      .three-icons div[data-content-region="home_below_top_products"] div[data-layout-name="Layout"] div div[data-edit-mode] p {
        margin: 10px 0 0 0;
        letter-spacing: 0;
        line-height: 32px; }

.home-products.new-products .productCarousel {
  margin: 0 0; }

.home-products.new-products .slick-list {
  margin: 0 -15px; }
  .home-products.new-products .slick-list .slick-slide {
    padding: 0 15px; }

.home-products.new-products .slick-prev {
  left: -68px; }

.home-products.new-products .slick-next {
  right: -68px; }

.page-heading {
  font-family: "maiola", serif;
  font-style: italic;
  font-size: 36px;
  color: #4D4344;
  font-weight: 500; }

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

.home-products {
  padding: 153px 0; }
  .home-products .product-heading {
    position: relative; }
    .home-products .product-heading .page-heading {
      margin: 0 0 60px 0; }
    .home-products .product-heading a {
      position: absolute;
      right: 0;
      top: 2px;
      font-weight: bold;
      font-size: 16px;
      color: #51BDEC;
      text-transform: capitalize;
      text-decoration: underline; }
      .home-products .product-heading a:hover {
        color: #000; }
  .home-products .productGrid {
    margin: 0 -15px; }
  .home-products .product {
    padding: 0 15px; }
  .home-products .card {
    margin: 0; }
  .home-products .slick-arrow {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    width: 38px;
    height: 38px;
    background: #F9F9F9;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .home-products .slick-arrow:hover {
      background: #f1f1f1; }
  .home-products .slick-prev {
    left: -58px; }
    .home-products .slick-prev::before {
      background: url(https://store-1jaro3rmxq.mybigcommerce.com/content/productsilder_arrow_rt.svg) no-repeat center;
      width: 10px;
      height: 16px;
      background-size: cover;
      transform: rotate(180deg); }
  .home-products .slick-next {
    right: -58px; }
    .home-products .slick-next::before {
      background: url(https://store-1jaro3rmxq.mybigcommerce.com/content/productsilder_arrow_rt.svg) no-repeat center;
      width: 10px;
      height: 16px;
      background-size: cover; }

.card {
  background: #F9F9F9;
  padding: 0; }
  .card .card-figure {
    padding: 14px 0;
    background: transparent; }
    .card .card-figure span[data-product-stock] {
      background: #fff;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      border-radius: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 110px;
      height: 26px;
      color: #D0822F;
      font-size: 14px;
      font-weight: 500;
      column-gap: 5px;
      margin: 0 0 0 0;
      position: absolute;
      left: 14px;
      top: 14px; }
    .card .card-figure .card-figure__link {
      padding: 0 14px;
      margin: 47px 0 0 0; }
      .card .card-figure .card-figure__link .card-img-container {
        height: 188px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .card .card-figure .card-figure__link .card-img-container::after {
          display: none; }
        .card .card-figure .card-figure__link .card-img-container img {
          position: initial;
          mix-blend-mode: multiply; }
    .card .card-figure div.sale-flag-markdown {
      position: absolute;
      right: 14px;
      top: 16px; }
      .card .card-figure div.sale-flag-markdown span.sale-flag-markdown {
        background-color: #f05252;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        padding: 3px 5px;
        border-radius: 4px; }
  .card .card-body {
    padding: 0 14px 20px;
    margin: 6px 0 0 0; }
    .card .card-body .custom-badges {
      margin: 0 0 18px 0;
      padding: 0;
      height: 65px; }
      .card .card-body .custom-badges li {
        display: inline-block;
        margin: 0 6px 10px 0; }
        .card .card-body .custom-badges li p {
          margin: 0;
          padding: 1px 10px 0;
          height: 26px;
          background: #E9E8FF;
          border-radius: 6px;
          font-size: 12px;
          line-height: 26px;
          font-weight: 500;
          color: #443FBC; }
      .card .card-body .custom-badges li.scratch {
        margin: 0; }
        .card .card-body .custom-badges li.scratch p {
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          background: #FFEEDB;
          color: #B76713; }
    .card .card-body .card-title {
      height: 43px;
      overflow: hidden;
      font-size: 15px;
      line-height: 22px;
      font-weight: 500;
      margin: 0 0 15px 0;
      color: #000; }
      .card .card-body .card-title a {
        font-size: 15px;
        line-height: 22px;
        font-weight: 500;
        color: #000; }
        .card .card-body .card-title a:hover {
          color: #51BDEC; }
    .card .card-body .price-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      .card .card-body .price-top .price-section.price--withoutTax {
        text-align: left; }
        .card .card-body .price-top .price-section.price--withoutTax .price-now-label {
          font-size: 16px;
          font-family: "Poppins", serif;
          color: #767676;
          text-transform: capitalize;
          font-weight: 500; }
        .card .card-body .price-top .price-section.price--withoutTax .price {
          font-size: 20px;
          font-family: "Poppins", serif;
          color: #000;
          text-transform: capitalize;
          font-weight: 600;
          display: inline-block;
          width: 100%;
          margin: 5px 0 0 0; }
      .card .card-body .price-top .price-section.rrp-price--withoutTax {
        text-align: left; }
        .card .card-body .price-top .price-section.rrp-price--withoutTax span {
          display: block;
          font-size: 16px;
          font-family: "Poppins", serif;
          color: #767676;
          text-transform: capitalize;
          font-weight: 500; }
        .card .card-body .price-top .price-section.rrp-price--withoutTax .price {
          font-size: 20px;
          font-family: "Poppins", serif;
          color: #767676;
          text-transform: capitalize;
          font-weight: 600;
          display: inline-block;
          width: 100%;
          margin: 5px 0 0 0; }
    .card .card-body .card-text {
      margin: 0 0 22px; }
    .card .card-body .price-section.price-section--saving.price {
      margin: 15px 0 0 0px; }
      .card .card-body .price-section.price-section--saving.price .save-price-container {
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        color: #767676;
        text-transform: capitalize; }
      .card .card-body .price-section.price-section--saving.price .sale-text {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        background: #51BDEC;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        line-height: 28px;
        padding: 0 5px;
        min-width: 50px;
        display: inline-block;
        border-radius: 4px;
        text-align: center;
        margin: 0 0 0 2px; }
    .card .card-body .price-section.price-section--saving.price[style="display: none;"] {
      min-height: 24px;
      display: inline-block !important; }
      .card .card-body .price-section.price-section--saving.price[style="display: none;"] p {
        display: none; }
    .card .card-body .icons {
      margin: 0px 0;
      padding: 0;
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      column-gap: 14px;
      height: 28px;
      height: auto; }
      .card .card-body .icons li {
        float: left;
        width: auto; }
        .card .card-body .icons li svg {
          float: left;
          width: auto; }
    .card .card-body .card-figcaption-body {
      transform: none;
      margin: 22px 0 0; }
      .card .card-body .card-figcaption-body .button {
        padding: 0 10px;
        line-height: 40px;
        min-width: 148px; }

.home-products.featured {
  padding: 0; }

.hp-banner-section {
  margin: 150px 0 158px 0;
  position: relative;
  text-align: center; }
  .hp-banner-section .banner-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    margin: 0 auto;
    max-width: 825px; }
    .hp-banner-section .banner-overlay p {
      margin: 40px 0 30px 0;
      color: #fff;
      font-size: 20px;
      line-height: 34px;
      font-weight: 500; }
    .hp-banner-section .banner-overlay .button {
      padding: 0;
      line-height: 40px;
      min-width: 140px; }

.featured-brands {
  margin: 0 0 4px 0; }
  .featured-brands .page-heading {
    margin: 0 0 60px 0; }
  .featured-brands ul {
    margin: 0;
    padding: 0; }
    .featured-brands ul .slick-list {
      border: 1px #D8D8D8 solid; }
      .featured-brands ul .slick-list .slick-track {
        display: flex;
        align-items: center;
        justify-content: center; }
      .featured-brands ul .slick-list li {
        border-right: 1px #D8D8D8 solid;
        padding: 0 25px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center; }
  .featured-brands .slick-arrow {
    margin: 0; }
  .featured-brands .slick-prev {
    left: -59px; }
  .featured-brands .slick-next {
    right: -59px; }

.review {
  margin: 5px 0 148px 0; }
  .review .slick-arrow {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    width: 38px;
    height: 38px;
    background: #F9F9F9;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .review .slick-arrow:hover {
      background: #f1f1f1; }
  .review .slick-prev {
    left: -70px; }
    .review .slick-prev::before {
      background: url(https://store-1jaro3rmxq.mybigcommerce.com/content/productsilder_arrow_rt.svg) no-repeat center;
      width: 10px;
      height: 16px;
      background-size: cover;
      transform: rotate(180deg); }
  .review .slick-next {
    right: -70px; }
    .review .slick-next::before {
      background: url(https://store-1jaro3rmxq.mybigcommerce.com/content/productsilder_arrow_rt.svg) no-repeat center;
      width: 10px;
      height: 16px;
      background-size: cover; }
  .review .page-heading {
    margin: 0 0 25px 0; }
  .review .sub-heading {
    text-align: center;
    color: #767676;
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 47px 0; }
  .review .slick-list {
    margin: 0 -20px; }
    .review .slick-list .slick-slide {
      padding: 0 0; }
  .review ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .review .review-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 45px 20px 53px; }
    .review .review-inner::after {
      content: '';
      position: absolute;
      left: 90px;
      top: 0;
      width: 398px;
      height: 100%;
      border: 3px solid #51BDEC;
      border-radius: 30px;
      z-index: -1; }
    .review .review-inner .left-review {
      width: 140px;
      height: 140px;
      border-radius: 50%;
      float: left;
      overflow: hidden; }
    .review .review-inner .right-review {
      width: calc(100% - 140px);
      float: left;
      background: #F9F9F9;
      border-radius: 32px;
      max-width: 432px;
      padding: 12px 30px;
      text-align: center;
      min-height: 400px;
      margin-left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-flow: column; }
      .review .review-inner .right-review p {
        font-size: 16px;
        line-height: 26px;
        color: #4D4344;
        text-transform: capitalize;
        margin: 0; }
      .review .review-inner .right-review h4 {
        margin: 13px 0 10px 0;
        font-size: 18px;
        font-weight: 500; }
      .review .review-inner .right-review span {
        font-weight: 500;
        color: #4D4344;
        margin-bottom: 10px;
        font-size: 14px; }

.footer {
  border: none;
  background: #F9F9F9;
  padding: 100px 0 0 0; }
  .footer .container {
    max-width: 1180px;
    padding: 0; }
  .footer .footer-info {
    margin: 0;
    padding: 0 0 90px 0; }
  .footer .footer-info-heading {
    font-family: "maiola", serif;
    color: #000000;
    font-size: 24px;
    font-weight: normal;
    border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
    padding: 0 0 16px 0;
    margin: 0 0 20px 0;
    font-style: italic; }
  .footer .quicklinks {
    width: 373px;
    padding: 0;
    margin: 0 60px 0 0; }
    .footer .quicklinks .footer-info-list {
      float: left;
      width: 50%; }
  .footer .brands {
    padding: 0;
    width: 115px;
    margin: 0 58px 0 0; }
  .footer .hours {
    padding: 0;
    width: 242px;
    margin: 0 54px 0 0; }
    .footer .hours p {
      line-height: 31px;
      margin: 0 0 18px 0; }
    .footer .hours .heading-two {
      border: none;
      margin: 0 0 5px 0;
      padding: 0; }
    .footer .hours address {
      font-style: normal;
      color: #4D4344;
      font-size: 16px;
      font-weight: 400;
      line-height: 25px; }
  .footer .connect {
    width: 277px;
    padding: 0; }
    .footer .connect .footer-info-heading {
      margin: 0 0 30px 0; }
    .footer .connect .footer-logo {
      display: inline-block;
      width: 100%; }
    .footer .connect .phone {
      margin: 25px 0 8px 0; }
    .footer .connect .email {
      margin: 0 0 16px 0; }
    .footer .connect .socialLinks .socialLinks-item {
      margin: 0 10px 0 0;
      float: left;
      width: auto; }
      .footer .connect .socialLinks .socialLinks-item .icon {
        width: auto;
        height: auto;
        float: left; }
        .footer .connect .socialLinks .socialLinks-item .icon svg {
          float: left;
          width: auto;
          overflow: visible; }
        .footer .connect .socialLinks .socialLinks-item .icon.icon--facebook:hover svg path {
          fill: #51BDEC !important; }
        .footer .connect .socialLinks .socialLinks-item .icon.icon--instagram:hover svg path {
          fill: #51BDEC !important; }
        .footer .connect .socialLinks .socialLinks-item .icon.icon--instagram:hover svg ellipse {
          fill: #51BDEC !important; }
        .footer .connect .socialLinks .socialLinks-item .icon.icon--twitter:hover svg rect {
          fill: #51BDEC !important; }
  .footer .footer-info-list li {
    margin: 0 0 11px 0; }
    .footer .footer-info-list li a {
      color: #4D4344;
      font-size: 16px;
      font-weight: 400; }
      .footer .footer-info-list li a:hover {
        color: #51BDEC; }
  .footer .footer-info-col p {
    color: #4D4344;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.3px; }
  .footer .footer-copyright {
    text-align: center;
    border-top: 1px rgba(0, 0, 0, 0.2) solid;
    padding: 46px 0 41px 0; }
    .footer .footer-copyright .powered-by {
      margin: 0;
      color: #4D4344;
      font-size: 16px;
      font-family: "Poppins", serif;
      font-weight: 500; }
      .footer .footer-copyright .powered-by a {
        color: #4D4344;
        font-size: 16px;
        font-family: "Poppins", serif;
        font-weight: 500; }
        .footer .footer-copyright .powered-by a:hover {
          color: #51BDEC; }
  .footer .footer-payment-icons {
    margin: 20px 0 0 0; }
    .footer .footer-payment-icons li {
      margin: 0 10px 0 0; }

/* System Pages start */
.previewCartItem-brand, .previewCartItem-price {
  color: #000;
  display: inline-block;
  font-size: 14px; }

.cart-total-grandTotal span {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #000;
  font-family: "Poppins", serif; }

.custom_giftcertificates_balance .form-prefixPostfix.wrap {
  gap: 10px; }

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

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; }

.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; }

.quickSearchResults,
.custom_account_recentitems .quickSearchResults,
.custom_wishlist .quickSearchResults {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  z-index: 99;
  margin: 0;
  overflow: hidden; }
  .quickSearchResults .modal-close,
  .custom_account_recentitems .quickSearchResults .modal-close,
  .custom_wishlist .quickSearchResults .modal-close {
    color: #000;
    top: 0;
    right: 15px;
    background: transparent; }
    .quickSearchResults .modal-close:hover,
    .custom_account_recentitems .quickSearchResults .modal-close:hover,
    .custom_wishlist .quickSearchResults .modal-close:hover {
      color: #000; }
  .quickSearchResults .productGrid,
  .custom_account_recentitems .quickSearchResults .productGrid,
  .custom_wishlist .quickSearchResults .productGrid {
    width: 100%;
    background-color: #fff;
    display: block;
    max-height: 466px;
    overflow-y: auto;
    min-width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #bebdbd;
    border-top: 0; }
    .quickSearchResults .productGrid .product,
    .custom_account_recentitems .quickSearchResults .productGrid .product,
    .custom_wishlist .quickSearchResults .productGrid .product {
      width: 100%;
      padding: 10px 25px 10px 10px;
      display: block;
      border-bottom: 1px solid #dedddb;
      float: left; }
      .quickSearchResults .productGrid .product .card,
      .custom_account_recentitems .quickSearchResults .productGrid .product .card,
      .custom_wishlist .quickSearchResults .productGrid .product .card {
        border: 0;
        margin: 0;
        padding: 0;
        background-color: #fff; }
        .quickSearchResults .productGrid .product .card .card-figure,
        .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure,
        .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure {
          width: 30%;
          height: auto;
          float: left;
          padding: 0;
          margin: 0;
          box-shadow: none; }
          .quickSearchResults .productGrid .product .card .card-figure a,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure a,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure a {
            position: static;
            border: 0;
            height: auto;
            float: left;
            width: 100%;
            margin: 0; }
            .quickSearchResults .productGrid .product .card .card-figure a .card-image,
            .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure a .card-image,
            .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure a .card-image {
              min-height: auto;
              transition: none;
              -webkit-transition: none;
              -moz-transition: none;
              max-height: 90px;
              padding: 0; }
          .quickSearchResults .productGrid .product .card .card-figure .sale-flag-side,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure .sale-flag-side,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure .sale-flag-side {
            display: none; }
          .quickSearchResults .productGrid .product .card .card-figure .product_badges,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure .product_badges,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure .product_badges {
            display: none; }
          .quickSearchResults .productGrid .product .card .card-figure .sale-flag-markdown,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure .sale-flag-markdown,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure .sale-flag-markdown {
            right: auto;
            top: 50px;
            left: 14px;
            z-index: 999; }
          .quickSearchResults .productGrid .product .card .card-figure .card-img-container,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure .card-img-container,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure .card-img-container {
            height: 150px; }
          .quickSearchResults .productGrid .product .card .card-figure span[data-product-stock],
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure span[data-product-stock],
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure span[data-product-stock] {
            z-index: 999; }
        .quickSearchResults .productGrid .product .card .card-body,
        .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body,
        .custom_wishlist .quickSearchResults .productGrid .product .card .card-body {
          width: 70%;
          float: left;
          padding: 10px 0px 0px 8px;
          text-align: left;
          background: transparent; }
          .quickSearchResults .productGrid .product .card .card-body .icons,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body .icons,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-body .icons {
            display: none; }
          .quickSearchResults .productGrid .product .card .card-body .card-figcaption-body,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-figcaption-body,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-body .card-figcaption-body {
            display: none; }
          .quickSearchResults .productGrid .product .card .card-body .custom-badges,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body .custom-badges,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-body .custom-badges {
            height: auto;
            margin: 0; }
            .quickSearchResults .productGrid .product .card .card-body .custom-badges li,
            .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body .custom-badges li,
            .custom_wishlist .quickSearchResults .productGrid .product .card .card-body .custom-badges li {
              margin-bottom: 18px; }
          .quickSearchResults .productGrid .product .card .card-body .card-title,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-title,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-body .card-title {
            text-align: left;
            line-height: normal;
            height: 46px;
            max-height: 46px;
            margin: 0;
            padding: 0;
            width: 90%; }
            .quickSearchResults .productGrid .product .card .card-body .card-title a,
            .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-title a,
            .custom_wishlist .quickSearchResults .productGrid .product .card .card-body .card-title a {
              color: #000;
              text-align: left;
              font-size: 15px;
              line-height: 22px;
              font-weight: 500; }
              .quickSearchResults .productGrid .product .card .card-body .card-title a:hover,
              .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-title a:hover,
              .custom_wishlist .quickSearchResults .productGrid .product .card .card-body .card-title a:hover {
                color: #51BDEC; }
          .quickSearchResults .productGrid .product .card .card-body .card-text,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-text,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-body .card-text {
            margin: 4px 0 4px; }
            .quickSearchResults .productGrid .product .card .card-body .card-text .price-section,
            .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-text .price-section,
            .custom_wishlist .quickSearchResults .productGrid .product .card .card-body .card-text .price-section {
              margin: 0;
              font-size: 16px; }
          .quickSearchResults .productGrid .product .card .card-body .card-text.card_rating,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-text.card_rating,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-body .card-text.card_rating {
            display: none; }
        .quickSearchResults .productGrid .product .card .card-figcaption,
        .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figcaption,
        .custom_wishlist .quickSearchResults .productGrid .product .card .card-figcaption {
          display: none; }

.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; }

.login-form .forgot-password .form-label {
  color: #000; }

.login-form .forgot-password:hover {
  color: #51BDEC; }

.navBar--sub .navBar-item {
  margin: 0 5px; }

.navBar--sub .navBar-item.is-active {
  border-bottom: 1px solid #51BDEC;
  color: #51BDEC;
  font-size: 14px; }

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

.custom_wishlist .form .button {
  padding: 9px 29px 7px;
  font-size: 18px; }

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

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

.account-orderStatus-action:hover {
  color: #51BDEC; }

.account .account-product-title a:hover {
  color: #51BDEC; }

.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: #51BDEC; }

.addressList .address .panel--newAddress:hover .address-title {
  color: #51BDEC; }

.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: 10px;
  margin-left: 0px;
  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: #fff; }

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

.form-wishlist .button:hover svg {
  fill: #51BDEC; }

.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: #51BDEC; }

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

.cart-total .cart-total-value button:hover {
  color: #51BDEC; }

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

.cart-total .gift-certificate-cancel:hover {
  color: #51BDEC; }

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

.cart-total .coupon-code-cancel:hover {
  color: #51BDEC; }

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

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

.cart-total .shipping-estimate-show:hover {
  color: #51BDEC; }

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

.cart-gift-certificate-form .button,
.coupon-form .button {
  height: 44px;
  line-height: normal;
  font-size: 16px;
  margin: 0 0 0 2%;
  padding: 0 0 2px; }

.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: #51bdec;
  border-color: #51bdec;
  color: #fff; }

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

.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: #51BDEC; }

.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--fixedLarge .wishlists-table,
.custom_account_inbox .account--fixed,
.custom_account_orderstatus .account--fixed {
  max-width: 75%;
  width: 100%; }

.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: #51BDEC; }

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

.navBar--sub .navBar-action, .breadcrumb a, .breadcrumb.is-active > .breadcrumb-label {
  font-size: 15px; }

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

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

/* System Pages end */
.navUser-item--cart .dropdown-menu.is-open {
  width: 320px;
  right: -10px;
  top: 55px !important; }
  .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout {
    padding-left: 0; }
  .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-viewCart {
    padding-right: 0; }
  .navUser-item--cart .dropdown-menu.is-open .previewCartAction .button {
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px; }

@media only screen and (min-width: 990px) {
  .header.header_fixed .top-banner {
    margin: -45px 0 0 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: position 0.6s;
    -ms-transition: position 0.6s;
    -o-transition: position 0.6s;
    transition: all 0.6s ease; } }

.page .page-sidebar .sidebarBlock {
  border: 1px solid rgba(28, 35, 48, 0.2);
  padding: 15px; }
  .page .page-sidebar .sidebarBlock .sidebarBlock-heading {
    font-family: "maiola", serif;
    color: #4D4344;
    font-weight: 600;
    font-size: 20px; }
  .page .page-sidebar .sidebarBlock .navList {
    margin-bottom: 0; }

.page .page-sidebar .facetedSearch {
  border: none;
  padding: 0; }
  .page .page-sidebar .facetedSearch .facetedSearch-navList .accordion-block {
    border: 1px solid rgba(28, 35, 48, 0.2);
    padding: 15px; }
    .page .page-sidebar .facetedSearch .facetedSearch-navList .accordion-block .accordion-title {
      font-family: "maiola", serif;
      color: #4D4344;
      font-weight: 600;
      font-size: 20px; }
    .page .page-sidebar .facetedSearch .facetedSearch-navList .accordion-block .accordion-heading .accordion-navigation {
      margin-bottom: 0 !important; }
      .page .page-sidebar .facetedSearch .facetedSearch-navList .accordion-block .accordion-heading .accordion-navigation:hover {
        color: #51BDEC; }
        .page .page-sidebar .facetedSearch .facetedSearch-navList .accordion-block .accordion-heading .accordion-navigation:hover span {
          color: #51BDEC; }
          .page .page-sidebar .facetedSearch .facetedSearch-navList .accordion-block .accordion-heading .accordion-navigation:hover span svg {
            fill: #51BDEC; }
      .page .page-sidebar .facetedSearch .facetedSearch-navList .accordion-block .accordion-heading .accordion-navigation.is-open {
        margin: 0 0 15px 0 !important; }
    .page .page-sidebar .facetedSearch .facetedSearch-navList .accordion-block .facetedSearch-clearLink:hover {
      color: #51BDEC; }
  .page .page-sidebar .facetedSearch .facetedSearch-navList .navList-item .navList-action {
    font-size: 16px; }

#product-listing-container .actionBar {
  margin: 0; }

#product-listing-container .form-fieldset.actionBar-section {
  float: right; }
  #product-listing-container .form-fieldset.actionBar-section .form-label {
    color: #4D4344; }

.pagination .pagination-item {
  border: 1px solid rgba(28, 35, 48, 0.2);
  padding: 5px 5px;
  height: 34px;
  min-width: 34px;
  margin: 0 8px !important; }
  .pagination .pagination-item:hover {
    color: #fff;
    background: #51BDEC;
    border: 1px #51BDEC solid;
    border-radius: 0; }
    .pagination .pagination-item:hover a {
      color: #fff;
      border-radius: 0; }

.pagination .pagination-item--current {
  color: #fff;
  background: #51BDEC;
  border: 1px #51BDEC solid;
  border-radius: 0; }
  .pagination .pagination-item--current a {
    color: #fff; }

.pagination .pagination-item--previous,
.pagination .pagination-item--next {
  float: none; }
  .pagination .pagination-item--previous:hover .icon svg,
  .pagination .pagination-item--next:hover .icon svg {
    fill: #fff; }
  .pagination .pagination-item--previous .pagination-link,
  .pagination .pagination-item--next .pagination-link {
    padding-top: 3px; }
    .pagination .pagination-item--previous .pagination-link:hover .icon svg,
    .pagination .pagination-item--next .pagination-link:hover .icon svg {
      fill: #fff; }

.facetedSearch-refineFilters p {
  margin-bottom: 0; }

@media only screen and (max-width: 1399px) {
  .review .review-inner .right-review p {
    font-size: 14px; } }

@media only screen and (max-width: 1399px) {
  .home-products .slick-prev {
    left: -30px; }
  .home-products .slick-next {
    right: -30px; }
  .featured-brands .slick-prev {
    left: -45px; }
  .featured-brands .slick-next {
    right: -45px; }
  .review .slick-prev {
    left: -45px; }
  .review .slick-next {
    right: -45px; }
  .home-products.new-products .slick-prev {
    left: -48px; }
  .home-products.new-products .slick-next {
    right: -48px; } }

@media only screen and (max-width: 1299px) {
  .home-products .slick-prev {
    left: 30px; }
  .home-products .slick-next {
    right: 30px; }
  .featured-brands .slick-prev {
    left: 15px; }
  .featured-brands .slick-next {
    right: 15px; }
  .review .slick-prev {
    left: 15px; }
  .review .slick-next {
    right: 15px; }
  .home-products.new-products .slick-prev {
    left: 48px; }
  .home-products.new-products .slick-next {
    right: 48px; }
  .review .slick-list {
    margin: 0; }
  .home-products.new-products .slick-list {
    margin: 0; }
  .home-products .productGrid {
    margin: 0px; } }

/* Responsive CSS Start */
ol.breadcrumbs {
  text-align: left; }

#menu_responsive {
  display: none; }

.header_logo_link .middle-header .mob_menu {
  display: none; }

.navUser-item--cart .dropdown-menu.is-open .previewCartList .previewCartItem {
  padding: 10px 0;
  display: inline-block;
  width: 100%; }

.custom_blog .blog {
  float: left;
  padding: 0 20px;
  margin-bottom: 30px; }

.custom_blog .blog + .blog {
  margin: 0;
  padding: 0 20px;
  border: none;
  margin-bottom: 30px; }

.custom_blog .pagination {
  display: inline-block;
  clear: both;
  width: 100%;
  margin-top: 30px; }

.blog-post-body .blog-header .blog-title {
  text-align: left;
  margin: 0 0 10px 0; }

.blog-post-body .blog-header .blog-date {
  text-align: left; }

.custom_blog .blog-inner {
  border: 1px solid #ccc;
  padding: 20px 15px; }

.custom_blog .blog-outer {
  margin: 0 -10px; }

.custom_cart .modal .modal-header .modal-header-title {
  line-height: 34px; }

.custom_cart .modal [data-product-attribute] .form-option {
  padding-top: 4px; }

.shipping-quotes .estimator-form-row .estimator-form-label {
  cursor: pointer; }

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

.review .review-inner .right-review p + p {
  margin-top: 15px; }

.productView-details .price-top .non-sale-price--withoutTax {
  margin-bottom: 15px; }

.productView-details .price-top .non-sale-price--withoutTax span {
  color: #767674;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 20px;
  line-height: 24px; }

.productView-details .price-top .non-sale-price--withoutTax span.price {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #767676; }

.productView .productView-description .tab-content {
  padding: 18px; }

.productView .productView-description .tabs-contents h4 {
  margin-top: 0px; }

.card .card-body .non-sale-price--withoutTax {
  display: none; }

.productView-description .tab-content li {
  font-size: 16px;
  line-height: 32px;
  color: #4D4344;
  text-transform: capitalize;
  margin: 0; }

@media only screen and (max-width: 1199px) {
  .container,
  .footer .container {
    padding: 0 20px; }
  .header .middle-header .navUser-section {
    margin: 0; }
  .header .middle-header .navUser-section .navUser-item:first-child {
    margin: 0 0 0 15px; }
  .header .middle-header .navUser .search-panel .container {
    padding: 0; }
  .header .middle-header .search-panel .form .form-field .form-input {
    max-width: 340px; }
  .header .middle-header .search-panel .form .form-field {
    max-width: 534px;
    min-width: 534px; }
  .header .navPages-container .navPages .navPages-list .navPages-item {
    margin: 15px 7px 9px; }
  .header .navPages-container .navPages .navPages-list .navPages-item:first-child {
    margin: 15px 7px 9px 0; }
  .header .navPages-container .navPages .navPages-list .navPages-item:last-child {
    margin: 15px 0 9px 7px; }
  .three-icons div[data-content-region="home_below_top_products"] div[data-layout-name="Layout"] {
    margin: 0; }
  .home-products {
    padding: 100px 0; }
  .home-products.new-products .slick-list .slick-slide,
  .home-products .product {
    padding: 0 10px; }
  .home-products.new-products .slick-list,
  .home-products .productGrid {
    margin: 0; }
  .card .card-figure div.sale-flag-markdown {
    top: 51px;
    z-index: 4; }
  .card .card-body .custom-badges li {
    margin-bottom: 10px; }
  .card .card-body .custom-badges {
    height: 105px; }
  .hp-banner-section {
    margin: 100px 0 100px 0; }
  .review .review-inner .right-review p {
    font-size: 16px;
    line-height: 28px; }
  .review .review-inner .right-review {
    width: calc(100% - 140px);
    margin: 0 0 0 20px; }
  .review .review-inner::after {
    width: 300px; }
  .review .slick-prev {
    left: 0; }
  .review .slick-next {
    right: 0; }
  .review .review-inner .left-review {
    width: 120px;
    height: 120px; }
  .review {
    margin: 0 0 100px 0; }
  .footer .quicklinks .footer-info-list {
    columns: 1; }
  .footer .quicklinks {
    width: 23%;
    margin: 0; }
  .footer .brands {
    width: 22%;
    margin: 0;
    padding: 0 20px; }
  .footer .hours {
    width: 27%;
    margin: 0; }
  .footer .connect {
    width: 28%;
    margin: 0;
    padding: 0 0 0 20px; }
  .footer .footer-info {
    padding: 0 0 40px 0; }
  .header .navPages-container .navPages .navPage-subMenu .menu-right {
    width: 300px; }
  .header .navPages-container .navPages .navPage-subMenu .menu-left {
    width: calc(100% - 300px); }
  .productView .productView-details .productView-options a.button.dropdown-menu-button {
    padding-left: 5px;
    padding-right: 5px; }
  .product-tabs .slick-prev {
    left: -10px; }
  .product-tabs .slick-next {
    right: -10px; }
  .productView .productView-images .productView-thumbnails .slick-prev {
    left: 15px; }
  .productView .productView-images .productView-thumbnails .slick-next {
    right: 15px; }
  .productView .productView-details {
    padding-left: 20px; }
  .header .middle-header .navUser-section .after-login .navUser-item.logout {
    margin: 0 0 0 15px; }
  .account--fixedLarge .wishlists-table,
  .custom_account_inbox .account--fixed,
  .custom_account_orderstatus .account--fixed,
  .account--fixedLarge .navBar.navBar--sub.navBar--account {
    max-width: 100%; }
  .body {
    margin-bottom: 0; }
  .quickSearchResults .modal-close,
  .custom_account_recentitems .quickSearchResults .modal-close,
  .custom_wishlist .quickSearchResults .modal-close {
    top: 5px;
    right: 5px; }
  .navList-action--checkbox::before {
    top: 6px;
    margin-top: 0; }
  .navList-action--checkbox::after {
    top: 7px;
    margin-top: 0; }
  .home-products .slick-prev {
    left: -10px; }
  .home-products .slick-next {
    right: -10px; }
  .featured-brands .slick-prev {
    left: 1px; }
  .featured-brands .slick-next {
    right: 1px; }
  div#previewModal.modal section.productView {
    width: 70%; }
  .previewCartCheckout {
    width: 30%; }
  .navList-action-close {
    display: none; }
  .custom_search .pagination-list {
    margin-bottom: 50px; } }

@media only screen and (max-width: 991px) {
  #menu_responsive {
    display: none; }
  .header.is-open #menu_responsive {
    display: block; }
  .navPages-container.is-open {
    width: 275px;
    display: block;
    float: left;
    z-index: 50;
    margin: 0;
    padding: 0;
    position: fixed;
    transition: all 0.3s ease 0s;
    left: 0; }
  body.has-activeNavPages {
    left: 275px;
    transition: all .3s ease 0s;
    position: fixed;
    top: 0;
    width: 100%; }
  #menu_responsive .navPages {
    background: #1C2330;
    padding: 15px 20px; }
  #menu_responsive .navPages ul li:hover .navPage-subMenu {
    min-height: 100%; }
  #menu_responsive ul li {
    border: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 100%;
    float: left; }
  #menu_responsive .navPages-list.navPages-list--user li {
    color: #fff; }
  #menu_responsive .navPages-list.navPages-list--user li:hover a.navPages-action {
    color: #fff; }
  #menu_responsive ul li:hover > a.navPages-action,
  #menu_responsive ul.navPages-list.navPages-list--user li > a.navPages-action:hover {
    color: #51BDEC; }
  #menu_responsive .navPages-action,
  #menu_responsive .navPage-subMenu-item > .navPage-subMenu-action {
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: normal;
    padding: 3px 0;
    display: block;
    border: 0;
    font-family: Catamaran, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 22px; }
    #menu_responsive .navPages-action:hover,
    #menu_responsive .navPage-subMenu-item > .navPage-subMenu-action:hover {
      color: #51BDEC; }
  .navPages-container.is-open svg,
  #menu_responsive .navPages ul li:hover .navPage-subMenu,
  #menu_responsive .navPages-quickSearch {
    display: none; }
  #menu_responsive .navPage-subMenu .container {
    padding: 0; }
  #menu_responsive .navPages ul li:hover .navPage-subMenu {
    display: none !important;
    height: auto !important; }
  #menu_responsive .navPages ul li:hover .navPage-subMenu.subcatActive {
    display: block !important;
    height: auto !important; }
  #menu_responsive .subcat-expand {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }
  #menu_responsive .subcat-expand.subcat-expanded::before,
  .main_menu .navPages-list .navPages-item > .navPages-action::after,
  .navPage-subMenu-action .collapsible-icon-wrapper,
  .main_menu .navPage-subMenu::after {
    display: none; }
  #menu_responsive .subcat-expand::after,
  #menu_responsive .subcat-expand::before {
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }
  #menu_responsive .subcat-expand::before {
    height: 14px;
    width: 2px; }
  #menu_responsive .subcat-expand::after {
    height: 2px;
    width: 14px; }
  .navPages-list + .navPages-list {
    border: 0;
    margin: 0;
    padding: 0; }
  #menu_responsive .navPage-subMenu {
    background: transparent;
    top: 0; }
  #menu_responsive .navPages ul {
    width: 100%;
    float: left; }
  #menu_responsive ul ul {
    width: 100%;
    display: block;
    padding: 0px 0 0px 10px;
    background: transparent;
    margin: 0;
    border: 0; }
  #menu_responsive .navPages-list + .navPages-list {
    float: left;
    margin-bottom: 30px; }
  #menu_responsive {
    transition: all .3s ease 0s;
    left: 0; }
  .header .middle-header .mob_menu {
    height: 40px; }
  .mobileMenu-toggle {
    left: 15px;
    top: 67px;
    background: transparent;
    height: 40px;
    width: 40px;
    padding: 0 9px;
    border: 1px solid #000;
    position: initial; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after,
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
    background: #000; }
  body {
    padding: 0; }
  .header {
    height: auto;
    position: initial;
    padding: 0 0 55px 0; }
  .header .header_main {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header-logo-image {
    max-height: 100%; }
  .header .middle-header .navUser .search-panel {
    position: absolute;
    left: 0;
    top: 83px;
    width: 100%;
    padding: 0 20px; }
  .header .middle-header .navUser {
    position: initial;
    max-width: 100%;
    transform: none;
    width: auto; }
  .header .middle-header .navUser-section .navUser-item {
    margin: 0; }
  .header .header_logo_link {
    border-bottom: none; }
  .header .middle-header .search-panel .form .form-field .form-input {
    max-width: none; }
  .header .middle-header .search-panel .form .form-field {
    max-width: 100%;
    min-width: auto; }
  .header .middle-header .navUser-section {
    margin: 5px 0 0 0; }
  .home-products {
    padding: 70px 0; }
  .featured-brands .page-heading,
  .home-products .product-heading .page-heading {
    margin: 0 0 30px 0; }
  .home-products .slick-prev {
    left: 0px; }
  .home-products .slick-next {
    right: 0px; }
  .hp-banner-section .banner-overlay p {
    margin: 20px 0 15px 0;
    font-size: 16px;
    line-height: 24px; }
  .hp-banner-section .banner-overlay {
    padding: 0 20px; }
  .review .review-inner {
    flex-flow: column;
    background: #F9F9F9;
    border-radius: 32px;
    padding: 20px 0;
    width: calc(100% - 30px);
    margin: 0 15px;
    border: 2px solid #51BDEC; }
  .review .review-inner::after {
    display: none; }
  .review .review-inner .right-review {
    width: 100%;
    margin: 20px 0 0 0;
    height: auto;
    min-height: auto; }
  .footer .quicklinks {
    width: 33.33%;
    padding: 0 0 0 0; }
  .footer .brands {
    width: 33.33%;
    padding: 0 20px; }
  .footer .connect {
    width: 50%;
    padding: 30px 0 0 0; }
  .footer .hours {
    width: 33.33%; }
  .home-products.new-products .slick-prev {
    left: -10px; }
  .home-products.new-products .slick-next {
    right: -10px; }
  .featured-brands .slick-prev {
    left: 1px; }
  .featured-brands .slick-next {
    right: 1px; }
  .hp-banner-section .banner-overlay svg {
    max-width: 300px; }
  .header .navPages-container .navPages .navPages-list .navPages-item:first-child,
  .header .navPages-container .navPages .navPages-list .navPages-item:last-child,
  .header .navPages-container .navPages .navPages-list .navPages-item {
    margin: 0 0 10px 0; }
  .header .navPages-container .navPages .navPage-subMenu {
    max-height: 100%; }
  #menu_responsive .navPage-subMenu.subcatActive .menu-left {
    width: 100%; }
  .header .navPages-container .navPages .navPage-subMenu .menu-right {
    display: none; }
  .header .navPages-container .navPages .navPage-subMenu {
    padding: 0 !important; }
  .header .navPages-container .navPages .navPage-subMenu .navPage-subMenu-list {
    padding: 10px 0 0 15px !important; }
  .header .navPages-container .navPages .navPage-subMenu .menu-left .navPage-subMenu-item {
    padding: 0 !important; }
  .header .navPages-container .navPages .navPage-subMenu .menu-left .navPage-subMenu-item .navPage-subMenu-action {
    margin: 0 0 10px 0; }
  .page .page-sidebar .facetedSearch .facetedSearch-navList .accordion-block {
    border: mediumpurple;
    padding: 0; }
  .page .page-sidebar .facetedSearch .facetedSearch-navList .accordion-block .accordion-heading .accordion-navigation {
    border-top: none; }
  .custom_category .body {
    margin-bottom: 40px; }
  .productView-images {
    order: -1; }
  .productView .productView-details .productView-title {
    font-size: 26px; }
  .productView-brand {
    margin-bottom: 25px; }
  .productView .productView-description .tab {
    float: left; }
  .productView .productView-description .tab .tab-title {
    padding-left: 15px;
    padding-right: 15px; }
  .product-tabs ul.tabs {
    margin: 0 0 25px 0; }
  .product-tabs {
    margin-top: 60px; }
  .footer {
    padding: 80px 0 0 0; }
  .productView .productView-details .productView-options .form-wishlist {
    padding-right: 0; }
  .productView .productView-details .productView-options .form-wishlist ul#wishlist-dropdown {
    padding: 0 10px 0 0; }
  div#previewModal.modal section.productView {
    margin-top: 30px;
    flex-flow: column;
    row-gap: 30px; }
  div#previewModal.modal .productView .productView-details {
    width: 100%; }
  .header .middle-header .navUser-section .navUser-action {
    position: relative; }
  .header .middle-header .search-panel .form .form-field .search_quick {
    padding: 0 20px;
    width: auto; }
  .cart-totals {
    width: 100%; }
  .cart-total .cart-total-label {
    padding-left: 0;
    width: 50%;
    text-align: left; }
  .cart-total-value {
    width: 50%;
    padding-right: 0;
    text-align: right; }
  label.form-label,
  .cart-item-label {
    color: #000;
    font-size: 16px;
    font-family: "Poppins", serif;
    margin: 0 0 10px 0; }
  .navBar--account {
    display: block; }
  .navBar--sub .navBar-item {
    display: inline-block; }
  .header_logo_link .middle-header .mob_menu {
    display: block; }
  .navUser-item--cart .dropdown-menu.is-open {
    right: 20px;
    z-index: 999; }
  .navPages-list + .navPages-list.navPages-list--user .navPage-subMenu-list .navPage-subMenu-item {
    margin-bottom: 5px; }
  .quickSearchResults .modal-close {
    display: block; }
  .three-icons div[data-content-region="home_below_top_products"] div[data-layout-name="Layout"] div div[data-edit-mode] p {
    font-size: 18px;
    line-height: 28px; }
  div#previewModal.modal section.productView {
    width: 100%; }
  .previewCartCheckout {
    width: 100%; }
  .form_box .form_left {
    width: 40%; }
  .form_box .form_right {
    width: 60%; }
  #contact-us-page .container {
    padding-left: 0;
    padding-right: 0; }
  .custom_blog .blog-outer {
    margin: 0; }
  .custom_blog .blog + .blog,
  .custom_blog .blog {
    padding: 0 7px; }
  .review .slick-prev {
    left: -5px; }
  .review .slick-next {
    right: -5px; }
  .card .card-body .price-top .price-section.rrp-price--withoutTax .price,
  .card .card-body .price-top .price-section.price--withoutTax .price {
    font-size: 18px; } }

@media only screen and (max-width: 767px) {
  .three-icons div[data-content-region="home_below_top_products"] div[data-layout-name="Layout"] {
    row-gap: 30px; }
  .home-products {
    padding: 60px 0; }
  .hp-banner-section .banner-overlay {
    position: initial;
    transform: none;
    padding: 30px 20px; }
  .hp-banner-section {
    margin: 60px 0 30px 0; }
  .hp-banner-section .banner-overlay p {
    color: #4D4344;
    margin: 10px 0 25px 0; }
  .hp-banner-section .banner-overlay svg path {
    fill: #4D4344 !important; }
  .hp-banner-section .banner-overlay svg #Group_11 path {
    fill: #51BDEC !important; }
  .featured-brands .slick-prev {
    left: 1px; }
  .featured-brands .slick-next {
    right: 2px; }
  .featured-brands ul .slick-list {
    margin-right: 1px; }
  .review {
    margin: 0 0 60px 0; }
  .footer .quicklinks {
    width: 50%;
    padding: 30px 10px 0 0; }
  .footer .brands {
    width: 50%;
    padding: 30px 0 0 10px; }
  .footer .hours {
    width: 50%;
    padding: 30px 10px 0 0; }
  .footer .connect {
    width: 50%;
    padding: 30px 0 0 10px; }
  .footer .footer-copyright .powered-by {
    padding: 0 20px; }
  .review .sub-heading {
    margin: 0 0 15px 0; }
  .page-sidebar + .page-content .productGrid .product {
    width: 50%; }
  .cart-remove {
    margin-left: 0; }
  .navBar--sub .navBar-item {
    margin-bottom: 10px; }
  ol.breadcrumbs {
    display: block; }
  .productGrid .product {
    width: 50%; }
  .wishlists-table .table-actions .button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px; }
  .brandGrid .brand {
    width: 50%; }
  .custom_brands .brandGrid {
    margin: 0; }
  .form_box .form_left {
    width: 100%; }
  .form_box .form_right {
    width: 100%;
    padding: 20px 0 0 0; }
  .custom_blog .blog {
    width: 50%; }
  .card .card-body .custom-badges {
    height: 65px; }
  .review .review-inner .right-review {
    max-width: 100%; }
  .home-products.new-products .slick-prev {
    left: -7px; }
  .home-products.new-products .slick-next {
    right: -7px; }
  .category-suggestion {
    width: 50%; } }

@media only screen and (max-width: 479px) {
  .category-suggestion {
    width: 100%; }
  .review .review-inner {
    width: calc(100% - 20px);
    margin: 0 10px; }
  .header .middle-header .search-panel .form .form-field .form-select {
    width: 120px;
    padding: 0 30px 0 10px; }
  .home-products .product-heading {
    text-align: center;
    margin: 0 0 20px 0; }
  .home-products .product-heading a {
    left: 0;
    right: 0;
    margin: 0 auto;
    position: initial; }
  .featured-brands .page-heading, .home-products .product-heading .page-heading {
    margin: 0 0 20px 0; }
  .card .card-body .custom-badges {
    height: 65px; }
  .card .card-body .card-title {
    height: auto; }
  .card .card-body {
    text-align: left; }
  .card .card-body .card-figcaption-body .button {
    width: 100%; }
  .card .card-body .card-figcaption-body {
    width: 100%; }
  .hp-banner-section .banner-overlay svg {
    max-width: 100%; }
  .featured-brands ul .slick-list li {
    border: none; }
  .featured-brands ul .slick-list {
    margin-right: 0; }
  .card .card-figure div.sale-flag-markdown {
    top: 16px; }
  .review .slick-list .slick-slide {
    padding: 0 0; }
  .review .review-inner .right-review {
    padding: 12px 20px; }
  .review .slick-prev {
    left: -10px; }
  .review .slick-next {
    right: -10px; }
  .footer {
    padding: 55px 0 0 0; }
  .footer .quicklinks {
    width: 100%;
    padding: 0; }
  .footer .connect,
  .footer .hours,
  .footer .brands {
    width: 100%;
    padding: 30px 0 0 0; }
  .footer .footer-info-col {
    text-align: left; }
  .footer .footer-payment-icons {
    justify-content: flex-start; }
  .footer .footer-copyright {
    padding: 20px 0; }
  .navPages-container.is-open {
    width: 250px; }
  body.has-activeNavPages {
    left: 250px; }
  .page-sidebar + .page-content .productGrid .product {
    width: 100%; }
  .productView .productView-details .productView-title {
    font-size: 22px;
    line-height: 36px; }
  .productView-options {
    text-align: left; }
  .input-button-container {
    flex-flow: column; }
  #check-zipcode {
    text-align: center; }
  .productView .productView-details ul.icons.product-view-icon {
    flex-flow: column; }
  .productView .productView-details ul.icons.product-view-icon li {
    width: 100%; }
  .productView .productView-description .tab {
    width: 100%;
    margin: 0 0 10px 0; }
  .productView .productView-description .tab.is-active {
    margin-bottom: 10px !important; }
  .tabs-contents ul li {
    margin-bottom: 15px; }
  .product-tabs {
    margin-top: 45px; }
  .productView .productView-details .productView-info.new-featured {
    flex-flow: column;
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start; }
  .productView .productView-details span.new {
    margin: 0 0 0 0;
    float: left; }
  .productView .productView-details span.markdown {
    line-height: 24px; }
  .productView .productView-details .productView-info {
    margin: 0; }
  .productView .productView-details .productView-info p.productView-info-name,
  .productView .productView-details .productView-info p.productView-info-value {
    margin-top: 15px; }
  .cart-item-block.cart-item-info {
    margin-top: 20px; }
  .productGrid .product {
    width: 100%; }
  .wishlists-table .table-actions .button {
    margin: 5px 0 !important; }
  .table--line .table-thead tr th + th {
    padding-left: 12px; }
  .table--line tr td + td {
    padding-left: 12px; }
  .error_msg svg {
    width: 100%; }
  .quickSearchResults .card .card-body .price-top {
    flex-flow: column;
    margin-bottom: 10px; }
  .quickSearchResults .productGrid .product .card .card-figure, .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure, .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure {
    width: 50%; }
  .quickSearchResults .productGrid .product .card .card-body, .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body, .custom_wishlist .quickSearchResults .productGrid .product .card .card-body {
    width: 50%; }
  .card .card-figure div.sale-flag-markdown span.sale-flag-markdown {
    display: block; }
  .footer .footer-info-heading {
    padding: 0 0 8px 0; }
  .brandGrid .brand {
    width: 100%; }
  .g-recaptcha {
    overflow: hidden; }
  .estimator-form .button--primary {
    width: 100%; }
  .shipping-estimator.is-open .estimator-form-label,
  .shipping-estimator.is-open .estimator-form-input {
    width: 50%; }
  .productView .productView-details .productView-options .form-wishlist {
    display: inline-block;
    width: 100%; }
  .productView .productView-details .productView-options .form-wishlist ul#wishlist-dropdown {
    padding: 0; }
  .custom_blog .blog {
    width: 100%; }
  .custom_blog .body .page {
    margin: 0; }
  .account-content .button + .button,
  .panel--address .form-actions .button + .button {
    margin-left: 0 !important; }
  p,
  .productView .productView-description .tab-content p,
  .three-icons div[data-content-region="home_below_top_products"] div[data-layout-name="Layout"] div div[data-edit-mode] p,
  .review .review-inner .right-review p {
    font-size: 16px;
    line-height: 24px; } }

@media only screen and (max-width: 400px) {
  .footer .quicklinks .footer-info-list {
    width: 100%; } }

@media only screen and (max-width: 374px) {
  .quickSearchResults .productGrid .product .card .card-figure, .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure, .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure {
    width: 100%; }
  .quickSearchResults .productGrid .product .card .card-body, .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body, .custom_wishlist .quickSearchResults .productGrid .product .card .card-body {
    width: 100%; }
  .home-products .card .card-body .custom-badges {
    height: 65px; } }

/* Responsive CSS End */
.home-products.top_sellers {
  display: none; }

.three-icons {
  margin: 0px 0px 50px; }

@media only screen and (max-width: 767px) {
  .productView-img-container .slick-prev {
    left: 20px; }
  .productView-img-container .slick-next {
    right: 20px; } }
