@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@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: "Roboto", sans-serif;
  font-weight: 400;
  color: #1d1d1d;
  padding: 201px 0 0 0;
  font-size: 16px;
  line-height: 24px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  color: #1d1d1d; }

p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #1d1d1d; }

.button,
.button:focus,
.button:active,
.swal2-container .swal2-confirm.button,
.swal2-container .swal2-modal .swal2-cancel,
.main-btn {
  background-color: #fff;
  color: #84ab34;
  line-height: normal;
  font-size: 15px;
  border: 1px solid #84AB34;
  border-radius: 0;
  outline: none;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  margin: 0;
  font-weight: 400;
  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: #84AB34;
    color: #fff;
    border: 1px solid #84AB34; }

.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: #84ab34; }

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

.heroCarousel {
  margin: 0; }
  .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper {
    height: auto; }
  .heroCarousel .heroCarousel-slide .heroCarousel-image {
    object-position: unset;
    height: auto; }

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 25px; }

.header {
  position: fixed;
  border-bottom: none;
  z-index: 101; }
  .header > .container {
    display: flex;
    align-items: flex-start;
    justify-content: end;
    padding: 20px 10px 3px;
    flex-wrap: wrap; }

.page_default .header > .container {
  padding: 20px 10px 3px; }

.page_default .header_left .header_left_menuicon {
  display: none; }

.header_left {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .header_left .header_left_menuicon {
    position: absolute;
    left: 8px;
    top: 27px; }
  .header_left .search_box {
    float: right;
    width: auto;
    margin-top: 0; }
    .header_left .search_box:hover {
      box-shadow: 0 3px 7px rgba(128, 128, 128, 0.16); }
    .header_left .search_box .container {
      padding: 0; }
    .header_left .search_box .form {
      margin: 0; }
    .header_left .search_box .form-field {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      border-radius: 4px 0 0 4px;
      box-shadow: 0 2px 3px rgba(128, 128, 128, 0.11);
      transition: border 100ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 100ms cubic-bezier(0.4, 0, 0.2, 1);
      margin: 0;
      border: 1px solid rgba(128, 128, 128, 0.2); }
    .header_left .search_box .form-input {
      float: left;
      width: 199px;
      font-size: 11px;
      border: none;
      height: 56px;
      font-family: "Roboto", sans-serif;
      transition: all 1s ease;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease; }
      .header_left .search_box .form-input::placeholder {
        font-size: 11px;
        color: #d1d1d1; }
    .header_left .search_box .search_btn {
      width: 54px;
      float: left;
      background-color: #84ab34;
      border: 1px solid #84ab34;
      height: 56px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .header_left .search_box .search_btn svg {
        width: 20px; }
        .header_left .search_box .search_btn svg path {
          stroke: #fff; }
        .header_left .search_box .search_btn svg circle {
          stroke: #fff; }
      .header_left .search_box .search_btn:hover {
        background-color: #8ab239;
        border: 1px solid #8ab239; }
  .header_left .live-search-form .form-field {
    height: 56px; }
  .header_left .live-search-filter {
    background: #e8e8e8;
    border: none;
    font-size: 17px;
    color: #4d4d4d;
    height: 56px;
    width: 144px;
    padding-left: 10px;
    appearance: none;
    cursor: pointer;
    border-radius: 4px 0 0 4px;
    padding-right: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .header_left .all_cat_label {
    position: relative;
    width: 144px;
    float: left;
    cursor: pointer; }
    .header_left .all_cat_label svg {
      position: absolute;
      right: 10px;
      top: 26px; }

.logo_mn {
  margin: 0 40px; }
  .logo_mn .header-logo {
    width: 460px;
    margin: 0; }

.header_right {
  margin: 7px 0 0 0;
  float: right;
  width: 350px; }
  .header_right .navUser {
    padding: 0; }
  .header_right .navUser-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end; }
  .header_right .navUser-item {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 25px 0 0; }
    .header_right .navUser-item .navUser-action {
      text-align: center;
      background: #fcfcfc;
      filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.14));
      border: 1px solid #ededed;
      border-radius: 8px;
      background-color: #fcfcfc;
      align-items: center;
      justify-content: center;
      float: left;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 56px;
      height: 56px; }
      .header_right .navUser-item .navUser-action svg {
        fill: #2f2f2f;
        stroke: #2f2f2f; }
      .header_right .navUser-item .navUser-action:hover {
        background: #84ab34; }
        .header_right .navUser-item .navUser-action:hover svg {
          fill: #fff;
          stroke: #fff; }
        .header_right .navUser-item .navUser-action:hover[aria-label="Gift Certificates"] svg path {
          stroke: #fff; }
        .header_right .navUser-item .navUser-action:hover svg path {
          stroke: #fff; }
    .header_right .navUser-item .navUser-action[aria-label="Gift Certificates"] svg path {
      fill: none; }
  .header_right .navUser-item--cart .navUser-action svg path,
  .header_right .navUser-item--account .navUser-action svg path {
    stroke: none; }
  .header_right .navUser-item--cart .navUser-action:hover svg #Path_10145,
  .header_right .navUser-item--account .navUser-action:hover svg #Path_10145 {
    stroke: none; }
  .header_right .navUser-item--cart .navUser-action:hover svg #Path_10146,
  .header_right .navUser-item--account .navUser-action:hover svg #Path_10146 {
    fill: #fff; }
  .header_right .navUser-item--cart .navUser-action:hover svg #cart,
  .header_right .navUser-item--account .navUser-action:hover svg #cart {
    fill: #fff; }
  .header_right .navUser-item--cart .navUser-item-cartLabel {
    float: left; }
    .header_right .navUser-item--cart .navUser-item-cartLabel svg {
      float: left; }
  .header_right .navUser-item.audioli {
    margin: 25px 15px 0 0;
    width: 280px;
    float: right;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease; }
    .header_right .navUser-item.audioli .navUser-action {
      padding: 0;
      background: none;
      filter: none;
      border: none;
      width: 280px; }
  .header_right .currency_selector_nav {
    margin: 0;
    width: 106px;
    background: #F5F5F5;
    position: relative;
    height: 56px;
    border-radius: 8px; }
    .header_right .currency_selector_nav a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 106px;
      background: #F5F5F5;
      height: 56px;
      border-radius: 8px;
      padding: 0; }
      .header_right .currency_selector_nav a span {
        vertical-align: top;
        font-size: 18px;
        color: #2f2f2f;
        font-weight: 500;
        margin: 0 4px; }
    .header_right .currency_selector_nav ul {
      position: absolute;
      bottom: -50px;
      left: 0;
      display: none; }
    .header_right .currency_selector_nav ul.f-open-dropdown {
      display: flex;
      left: 0 !important;
      top: auto !important; }
      .header_right .currency_selector_nav ul.f-open-dropdown li {
        width: 106px;
        background: #F5F5F5;
        height: 56px; }
      .header_right .currency_selector_nav ul.f-open-dropdown a {
        display: flex; }
        .header_right .currency_selector_nav ul.f-open-dropdown a span {
          margin-right: 0; }
      .header_right .currency_selector_nav ul.f-open-dropdown a[data-currency-code="CAD"] {
        vertical-align: top;
        font-size: 18px;
        color: #2f2f2f;
        font-weight: 500;
        margin: 0;
        column-gap: 5px; }
        .header_right .currency_selector_nav ul.f-open-dropdown a[data-currency-code="CAD"]::before {
          content: '';
          background: url(https://store-g9mwmghvga.mybigcommerce.com/content/canada.svg) no-repeat;
          background-size: 32px;
          background-position: left center;
          width: 32px;
          height: 22px; }
      .header_right .currency_selector_nav ul.f-open-dropdown a[data-currency-code="USD"] {
        vertical-align: top;
        font-size: 18px;
        color: #2f2f2f;
        font-weight: 500;
        margin: 0;
        column-gap: 5px; }
        .header_right .currency_selector_nav ul.f-open-dropdown a[data-currency-code="USD"]::before {
          content: '';
          background: url(https://store-g9mwmghvga.mybigcommerce.com/content/usdflag.png) no-repeat;
          background-size: 32px;
          background-position: left center;
          width: 32px;
          height: 22px; }
    .header_right .currency_selector_nav a svg .st0 {
      fill: #B22234; }
    .header_right .currency_selector_nav a svg .st1 {
      fill: #FFFFFF; }
    .header_right .currency_selector_nav a svg .st2 {
      fill: #3C3B6E; }

.page_default .megamenu_mn {
  display: block; }

.page_default .header_fixed .header_left .header_left_menuicon {
  display: block; }

.page_default .header_fixed .header_left {
  display: flex;
  align-items: center;
  justify-content: left; }
  .page_default .header_fixed .header_left .search_box {
    margin-left: 50px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease; }
    .page_default .header_fixed .header_left .search_box .form-input {
      width: 199px;
      transition: all 1s ease;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease; }

.page_default .header.header_fixed {
  box-shadow: 0 1px 4px -1px #80808040; }

.header_fixed {
  padding-bottom: 16px; }
  .header_fixed .header_left {
    display: flex;
    align-items: center;
    justify-content: left; }
    .header_fixed .header_left .search_box {
      margin-left: 50px;
      transition: all 1s ease;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease; }
      .header_fixed .header_left .search_box .form-input {
        width: 199px;
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease; }
  .header_fixed .navUser-item.audioli {
    margin: 10px 15px 0 0; }

.has-activeNavPages .megamenu_mn {
  display: block; }

.megamenu_mn {
  float: left;
  width: 100%;
  margin: 12px 0 20px 0;
  padding-bottom: 0px;
  box-shadow: 0 1px 4px -1px #80808040;
  display: none; }
  .megamenu_mn .container {
    padding: 0 15px; }
  .megamenu_mn .navPages {
    max-width: 100%;
    line-height: normal; }
  .megamenu_mn .navPages-list {
    position: relative; }
    .megamenu_mn .navPages-list .navPages-item {
      float: left;
      width: calc(20% - 20px);
      border: 2px solid #d1d1d1;
      text-align: center;
      height: 96px;
      vertical-align: bottom;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 0;
      margin: 0 10px 20px; }
      .megamenu_mn .navPages-list .navPages-item .navPages-action {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        width: 100%;
        text-transform: none;
        color: #1d1d1d; }
        .megamenu_mn .navPages-list .navPages-item .navPages-action .mainmenu_text {
          width: 100%;
          padding-top: 5px;
          transition: all .5s ease; }
        .megamenu_mn .navPages-list .navPages-item .navPages-action img {
          margin-bottom: 5px;
          max-height: 55px;
          transition: all .5s ease;
          width: auto;
          height: auto; }
        .megamenu_mn .navPages-list .navPages-item .navPages-action:hover {
          color: #84ab34; }
          .megamenu_mn .navPages-list .navPages-item .navPages-action:hover .mainmenu_text {
            box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.4);
            transition: all .5s ease; }
            .megamenu_mn .navPages-list .navPages-item .navPages-action:hover .mainmenu_text img {
              transform: scale(1.02);
              transition: all .5s ease; }
        .megamenu_mn .navPages-list .navPages-item .navPages-action.is-open {
          background: transparent; }

.has-activeNavPages .megamenu_mn {
  position: fixed;
  z-index: 999;
  background: #fff;
  margin: 0;
  top: 172px;
  padding-top: 15px; }

.has-activeNavPages .navPages-container.is-open {
  padding: 0; }

.page-heading {
  font-weight: 700;
  font-size: 36px;
  font-weight: 400; }

.page_default .body {
  clear: both;
  min-height: auto; }

.body {
  margin-top: 0; }

.homebanner img {
  width: 100%; }

.homebanner ul {
  list-style: none;
  padding: 20px 0 0 0;
  margin: 0 -12px; }

.homebanner li {
  float: left;
  width: 50%;
  padding: 0 12px; }

.footer {
  background: #f5f3ed;
  padding: 71px 0 25px 0;
  clear: both;
  border: none; }
  .footer .footer-info-col {
    margin-bottom: 34px; }
  .footer .footer-info-heading {
    font-size: 19px;
    color: #1d1d1d; }
  .footer .footer-webPages .footer-info-heading {
    margin: 0 0 17px 0; }
  .footer .footer-info-list {
    margin-top: 14px; }
    .footer .footer-info-list li {
      margin: 0 0 6px 0; }
      .footer .footer-info-list li a {
        font-size: 16px;
        color: #1d1d1d; }
        .footer .footer-info-list li a:hover {
          color: #84ab34; }

.subscription-form p {
  font-size: 16px;
  color: #1d1d1d;
  margin-top: 14px;
  margin: 17px 0 22px 0; }

.subscription-form .form-field {
  margin: 0; }

.subscription-form .form-prefixPostfix .form-input {
  border: 1px solid #dddddd;
  font-size: 17px;
  line-height: 50px;
  color: #949494;
  padding: 0 10px;
  height: auto;
  border-radius: 3px; }
  .subscription-form .form-prefixPostfix .form-input::placeholder {
    font-size: 17px;
    line-height: 50px;
    color: #949494; }

.subscription-form .form-prefixPostfix .button {
  padding: 14px 15px 12px;
  width: 118px;
  margin-left: 10px;
  font-size: 19px;
  height: auto;
  border-radius: 3px; }

.footer-copyright {
  margin-top: 8px; }
  .footer-copyright .powered-by {
    font-size: 13px;
    text-align: center;
    color: #1d1d1dcc; }
    .footer-copyright .powered-by a {
      font-size: 13px;
      color: #1d1d1dcc; }
      .footer-copyright .powered-by a:hover {
        color: #84ab34; }

.payment-icons {
  padding: 0; }

.best-seller {
  padding: 0 0 53px 0;
  float: left;
  width: 100%; }
  .best-seller .container {
    max-width: 1400px;
    padding: 0; }
  .best-seller .page-heading {
    clear: both;
    border-bottom: 1px #cccccc solid;
    font-size: 21px;
    margin: 0px 0 30px 0;
    padding: 0 0 20px 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 700; }
  .best-seller ul {
    list-style: none;
    margin: 0 -10px;
    padding: 0; }
  .best-seller li {
    float: left;
    width: 20%;
    padding: 0 10px; }
    .best-seller li a {
      float: left;
      width: 100%;
      text-align: center; }
      .best-seller li a .best_seller_img {
        width: 100%;
        height: 230px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        .best-seller li a .best_seller_img img {
          width: auto; }
      .best-seller li a span {
        font-weight: 700;
        font-size: 17px;
        margin: 20px 0 0 0;
        display: inline-block;
        width: 100%;
        color: #1d1d1d; }
      .best-seller li a:hover span {
        color: #84ab34; }

.page_default .header {
  box-shadow: none; }

.page_default .header_left .search_box .form-input {
  width: 275px; }

.header {
  box-shadow: 0 1px 4px -1px #80808040; }

ol.breadcrumbs {
  text-align: left;
  margin: 19px 0 0 0; }
  ol.breadcrumbs .breadcrumb .breadcrumb-label {
    font-size: 17px;
    color: #000; }
    ol.breadcrumbs .breadcrumb .breadcrumb-label:hover {
      color: #84ab34; }
  ol.breadcrumbs .breadcrumb.is-active .breadcrumb-label {
    font-weight: 400;
    color: #949494; }
    ol.breadcrumbs .breadcrumb.is-active .breadcrumb-label:hover {
      color: #84ab34; }
  ol.breadcrumbs .breadcrumb::before {
    background: url(https://store-neodeo1e6f.mybigcommerce.com/content/breadcrumbs_arrow.svg) no-repeat center;
    transform: rotate(-90deg);
    border: none;
    width: 8px;
    height: 5px;
    margin: 0 5px 0 3px;
    top: -3px; }
  ol.breadcrumbs .breadcrumb:first-child:before {
    margin: 0; }

.productView {
  padding: 0; }
  .productView .pp_left {
    width: 51.5%;
    float: left; }
  .productView .pp_right {
    width: 46%;
    margin-left: 2.5%;
    float: left; }
  .productView .price-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0 6px 0; }
    .productView .price-container .rrp-price--withoutTax {
      order: -1; }
      .productView .price-container .rrp-price--withoutTax span {
        font-weight: 400; }
  .productView .cart-edit-loop {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2px; }
    .productView .cart-edit-loop .product-check-box {
      order: -1;
      margin-top: -21px; }
      .productView .cart-edit-loop .product-check-box .form-checkbox:focus + label {
        outline: none !important; }
      .productView .cart-edit-loop .product-check-box .form-checkbox + .form-label {
        margin-bottom: 0; }
      .productView .cart-edit-loop .product-check-box .form-checkbox {
        top: 18px;
        bottom: auto; }
    .productView .cart-edit-loop .cart-edit-label {
      color: #1d1d1d;
      font-size: 14px;
      font-weight: 500;
      cursor: default;
      margin-bottom: 0px;
      text-transform: capitalize; }
  .productView .productView-images {
    padding: 0;
    width: 100%;
    margin: 0 0 40px 0; }
    .productView .productView-images .productView-image {
      height: 521px; }
      .productView .productView-images .productView-image a {
        display: block;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 521px; }
      .productView .productView-images .productView-image img {
        position: initial;
        object-fit: cover; }
      .productView .productView-images .productView-image .productView-img-container {
        max-width: 100%; }
      .productView .productView-images .productView-image .productView-img-container::after {
        padding: 0; }
    .productView .productView-images .productView-thumbnails .slick-list {
      margin: 0; }
    .productView .productView-images .productView-thumbnails .slick-arrow {
      margin-top: 0;
      height: 80px; }
    .productView .productView-images .productView-thumbnails .slick-next {
      right: 3px; }
    .productView .productView-images .productView-thumbnails .slick-prev {
      left: 3px; }
    .productView .productView-images .productView-thumbnails {
      margin: 0px -3px; }
    .productView .productView-images .productView-thumbnail {
      padding: 2px 3px;
      margin: 0px; }
      .productView .productView-images .productView-thumbnail .productView-thumbnail-link {
        max-width: 100%;
        height: 80px;
        box-shadow: 0 0 0 1.5px #818181;
        padding: 0;
        border: none; }
        .productView .productView-images .productView-thumbnail .productView-thumbnail-link img {
          width: 100%; }
  .productView .carousel-tooltip {
    display: none !important; }
  .productView .productView-details {
    padding: 0 15px 0 0;
    width: 100%;
    margin-left: 0; }
    .productView .productView-details p.alertBox-column.alertBox-message {
      color: #ffffff; }
  .productView .productView-product h4.instock {
    font-weight: 700;
    color: #1d1d1d;
    font-size: 16px;
    margin-bottom: 12px; }
  .productView .productView-product .country-restriction-note {
    margin-bottom: 20px;
    font-size: 14px; }
  .productView .productView-product .productView-title {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 28px 0; }
  .productView .productView-product .field-container {
    margin: 0 0 15px 0; }
    .productView .productView-product .field-container p {
      font-size: 17px;
      margin: 0; }
  .productView .productView-product .price-saved {
    color: #fff;
    background-color: red;
    display: flex;
    align-items: center;
    max-width: 73px;
    justify-content: center;
    height: 25px;
    margin-top: 5px;
    font-weight: 700; }
  .productView .productView-product .productView-price {
    margin: 0 0 0 0; }
    .productView .productView-product .productView-price .show_in-deal {
      display: none; }
    .productView .productView-product .productView-price .price-saved-container .price-saved {
      font-size: 14px;
      margin: 0; }
    .productView .productView-product .productView-price .rrp-price--withoutTax {
      display: inline-block;
      line-height: 18px;
      margin-right: 2px; }
      .productView .productView-product .productView-price .rrp-price--withoutTax span {
        font-size: 13px;
        text-decoration: line-through;
        color: #949494;
        font-weight: 400; }
    .productView .productView-product .productView-price .price-section.price-section--withoutTax {
      display: inline-block;
      line-height: 18px;
      color: red;
      font-weight: 700;
      font-size: 16px; }
      .productView .productView-product .productView-price .price-section.price-section--withoutTax .price.price--withoutTax {
        color: red;
        font-weight: 700;
        font-size: 16px; }
    .productView .productView-product .productView-price .price-section.price-section--saving {
      font-weight: 600;
      font-size: 16px;
      line-height: 16px;
      margin: 5px 0 0 0;
      text-transform: capitalize; }
    .productView .productView-product .productView-price .price-saved-container {
      margin-bottom: 4px; }
  .productView .productView-product .productView-info-value {
    margin: 15px 0 15px 0;
    font-size: 17px; }
  .productView .productView-product .lowstock {
    margin: 27px 0 13px 0;
    font-weight: 700;
    font-size: 16px;
    color: #1d1d1d; }
    .productView .productView-product .lowstock span {
      font-weight: 400;
      color: #e99114; }
  .productView .productView-product .productView-info .productView-info-value {
    margin: 0; }

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

.page_product ol.breadcrumbs {
  margin: 20px 0 22px; }

.instock {
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: 16px; }
  .instock > span {
    color: #3c9342;
    font-weight: 400;
    margin: -4px 0px 0px;
    display: inline-block;
    vertical-align: middle; }
    .instock > span svg.icon-checkmark-circle {
      display: inline-block;
      vertical-align: middle; }
    .instock > span span {
      font-size: 1.0625rem; }

.productView-details.product-options .productView-options .form-wishlist {
  width: 49%;
  margin: 0;
  float: right; }
  .productView-details.product-options .productView-options .form-wishlist .button.dropdown-menu-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 15px 12px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 20px; }
    .productView-details.product-options .productView-options .form-wishlist .button.dropdown-menu-button .icon svg {
      fill: #84ab34; }
    .productView-details.product-options .productView-options .form-wishlist .button.dropdown-menu-button.is-open {
      border-radius: 30px 30px 0px 0px; }
  .productView-details.product-options .productView-options .form-wishlist #wishlist-dropdown.is-open {
    padding: 0; }
    .productView-details.product-options .productView-options .form-wishlist #wishlist-dropdown.is-open .button:hover {
      background: #84ab34; }
  .productView-details.product-options .productView-options .form-wishlist .button {
    width: 100%;
    margin: 0; }
    .productView-details.product-options .productView-options .form-wishlist .button .icon {
      margin-top: 2px; }
    .productView-details.product-options .productView-options .form-wishlist .button:hover .icon svg {
      fill: #fff; }

.productView-details.product-options .productView-options .add-to-cart-wrapper .form-field--increments {
  width: 115px;
  float: left;
  margin: 0;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 0px;
  position: relative;
  margin-bottom: 20px; }
  .productView-details.product-options .productView-options .add-to-cart-wrapper .form-field--increments::after {
    background: url(https://store-neodeo1e6f.mybigcommerce.com/content/quantity_arrow.svg) no-repeat center;
    position: absolute;
    right: 9px;
    top: 50%;
    width: 8px;
    height: 6px;
    transform: translateY(-50%);
    pointer-events: none; }

.productView-details.product-options .productView-options .add-to-cart-wrapper .form-label {
  font-size: 13px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin: 0;
  color: #949494;
  position: absolute;
  left: 10px;
  top: 6px;
  line-height: normal; }

.productView-details.product-options .productView-options .add-to-cart-wrapper .form-increment {
  margin: 0px; }

.productView-details.product-options .productView-options .add-to-cart-wrapper .form-input--incrementTotal {
  width: 100%;
  text-align: left;
  font-size: 17px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 17px;
  cursor: pointer;
  z-index: 99;
  position: relative;
  background: transparent;
  height: 51px;
  padding: 24px 10px 6px; }

.productView-details.product-options .productView-options .add-to-cart-wrapper .add-to-cart-buttons {
  padding: 0;
  margin: 0;
  width: 49%;
  clear: left; }
  .productView-details.product-options .productView-options .add-to-cart-wrapper .add-to-cart-buttons .form-action .button {
    padding: 14px 15px 12px;
    font-size: 20px;
    background: #84ab34;
    color: #fff;
    font-weight: bold;
    text-transform: none;
    border-radius: 30px; }
    .productView-details.product-options .productView-options .add-to-cart-wrapper .add-to-cart-buttons .form-action .button:hover {
      background: #8ab239;
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1); }

.current-currancy-usd .pp_right .sold-only-canada {
  display: none; }

.current-currancy-usd .pp_right .add-to-cart-warning {
  margin-bottom: 20px; }

.current-currancy-cad .pp_right .sold-only-usa {
  display: none; }

.current-currancy-cad .pp_right .add-to-cart-warning {
  margin-bottom: 20px; }

.productView-description {
  padding: 0; }
  .productView-description .tabs {
    border: none; }
  .productView-description .tab.is-active {
    background-color: #ebebeb;
    position: relative;
    margin: 0; }
    .productView-description .tab.is-active::before {
      content: '';
      position: absolute;
      top: 0;
      left: -2px;
      width: calc(100% + 4px);
      height: 4px;
      background: #84AC31; }
  .productView-description .tab {
    border: 1px solid #e9e9e9;
    min-width: auto;
    width: 25%;
    padding: 0 10px;
    background-color: #f3f3f3; }
    .productView-description .tab a {
      font-weight: 700;
      color: #515151;
      text-decoration: none;
      font-size: 12px;
      line-height: 16px;
      text-transform: uppercase;
      padding: 0;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center; }
  .productView-description .tab-content {
    margin: 20px 0;
    border: 1px solid #e9e9e9;
    padding: 15px;
    background: #fafafa;
    font-size: 14px;
    float: left;
    width: 100%; }
    .productView-description .tab-content p:last-child {
      margin: 0; }
    .productView-description .tab-content#tab-downloads {
      padding-bottom: 0; }
      .productView-description .tab-content#tab-downloads ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .productView-description .tab-content#tab-downloads ul li {
          display: inline-block;
          margin-right: 10px;
          margin-bottom: 10px; }
          .productView-description .tab-content#tab-downloads ul li a {
            padding: 15px 15px 14px;
            background: #f3f3f3;
            border: 1px solid #e9e9e9;
            font-weight: 700;
            color: #515151;
            font-family: "Roboto", sans-serif;
            text-transform: uppercase;
            font-size: 12px;
            line-height: 14px;
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: center;
            column-gap: 10px; }
            .productView-description .tab-content#tab-downloads ul li a:hover {
              color: #84ab34; }
            .productView-description .tab-content#tab-downloads ul li a::after {
              content: '';
              background: url(https://store-g9mwmghvga.mybigcommerce.com/content/pdf.png) no-repeat center;
              background-size: cover;
              width: 25px;
              height: 25px; }

.page_page .body .page-content.page-content--centered {
  width: 100%; }

.page_page .page {
  margin: 0; }

.page_page .page-content {
  padding: 0; }

.page_page .page-heading {
  text-align: left;
  font-size: 32px; }

/* cms */
.cms_cnt p {
  padding-bottom: 0;
  font-size: 17px; }

.cms_cnt h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #a60012; }

.cms_cnt h3 {
  margin: 0 0 8px 0; }

.cms_cnt ul {
  margin: 0 0 20px 30px; }

.cms_cnt .nopadding_li li {
  padding-bottom: 0;
  line-height: 28px; }

.cms_cnt ul.no-list {
  list-style: none; }

.cms_cnt li {
  padding-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #1d1d1d;
  font-size: 17px; }

.cms_cnt table {
  margin: 20px auto;
  float: none;
  border-collapse: collapse; }

.cms_cnt table td, .cms_cnt table th {
  padding: 5px;
  border: 1px solid #000000;
  text-align: left; }

.cms_cnt a {
  color: #84ab34; }

.cms_cnt a:hover {
  color: #1d1d1d; }

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

div#contact-us-page {
  width: auto; }
  div#contact-us-page .error {
    color: #cc4749;
    font-size: 14px;
    text-transform: capitalize; }
    div#contact-us-page .error:before {
      background: url(https://cdn11.bigcommerce.com/s-g9mwmghvga/content/cross.svg) no-repeat;
      background-size: 100%;
      content: "";
      display: inline-block;
      height: 1rem;
      left: -.14286rem;
      margin-right: .07143rem;
      position: relative;
      top: .21429rem;
      width: 1rem; }
  div#contact-us-page .checkbox-container {
    margin: 0 0 8px; }

.previewCart .productView {
  flex-direction: row; }

#contact-us-page .contactLeft {
  width: 35%;
  float: left; }

#contact-us-page .contactLeft ul {
  list-style: none; }

.contactLeft li {
  margin: 0 0 15px 0; }

#contact-us-page .contactLeft .form_img {
  width: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 0 0; }

#contact-us-page .contactLeft .form_img svg {
  fill: #333 !important; }

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

#contact-us-page .contact_right {
  width: 65%;
  float: right; }

.cms_cnt .center-image {
  text-align: center; }

/* cms pages end*/
/* System Pages start */
.custom_account_addressbook .addressList {
  display: flex;
  flex-wrap: wrap; }

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

.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; }
  .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;
    min-height: auto; }
    .quickSearchResults .productGrid .product,
    .custom_account_recentitems .quickSearchResults .productGrid .product,
    .custom_wishlist .quickSearchResults .productGrid .product {
      width: 100%;
      padding: 10px;
      display: block;
      border-bottom: 1px solid #dedddb;
      float: left;
      min-height: auto; }
      .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;
        min-height: auto; }
        .quickSearchResults .productGrid .product .card .both-button-outer,
        .custom_account_recentitems .quickSearchResults .productGrid .product .card .both-button-outer,
        .custom_wishlist .quickSearchResults .productGrid .product .card .both-button-outer {
          position: initial;
          display: none; }
        .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: 90px;
            float: left;
            width: 100%; }
            .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 .instock,
        .custom_account_recentitems .quickSearchResults .productGrid .product .card .instock,
        .custom_wishlist .quickSearchResults .productGrid .product .card .instock {
          margin: 0; }
        .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 0 8px;
          text-align: left;
          min-height: auto; }
          .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: auto;
            max-height: 46px;
            margin: 0 0 10px 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: #1d1d1d;
              text-align: left;
              font-size: 14px;
              line-height: 16px; }
              .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: #84ab34; }
          .quickSearchResults .productGrid .product .card .card-body .lowstock,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body .lowstock,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-body .lowstock {
            margin: 0 0 0 0; }
          .quickSearchResults .productGrid .product .card .card-body .price-section.price-section--saving,
          .quickSearchResults .productGrid .product .card .card-body .productView-info-value,
          .quickSearchResults .productGrid .product .card .card-body .card-text,
          .quickSearchResults .productGrid .product .card .card-body .card-sku,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body .price-section.price-section--saving,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body .productView-info-value,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-text,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-sku,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-body .price-section.price-section--saving,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-body .productView-info-value,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-body .card-text,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-body .card-sku {
            display: none; }
          .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; }

.card--alternate:hover,
.card--alternate:hover .card-body {
  background-color: transparent; }

.navUser-item--cart .dropdown-menu.is-open {
  width: 320px;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 9999;
  left: auto !important;
  right: -9px !important;
  top: 31px !important; }
  .navUser-item--cart .dropdown-menu.is-open .previewCartItem-content {
    padding-left: 10px;
    text-align: left; }
    .navUser-item--cart .dropdown-menu.is-open .previewCartItem-content .previewCartItem-name {
      height: auto; }
    .navUser-item--cart .dropdown-menu.is-open .previewCartItem-content .previewCartItem-brand {
      display: none; }
    .navUser-item--cart .dropdown-menu.is-open .previewCartItem-content .previewCartItem-price {
      font-size: 15px;
      color: #333; }
  .navUser-item--cart .dropdown-menu.is-open .previewCartAction {
    padding: 17px 0 20px; }
    .navUser-item--cart .dropdown-menu.is-open .previewCartAction a {
      font-size: 14px;
      padding: 8px 5px 6px; }

.navUser-action:hover svg,
.navUser-action.is-open svg {
  fill: #333;
  stroke: none; }

.blog_page .blog {
  float: left;
  width: 33.33%;
  padding: 0 25px;
  margin: 0 0 50px 0;
  border-top: 0;
  border-right: 0; }
  .blog_page .blog .blog-post-figure {
    width: 100%; }
    .blog_page .blog .blog-post-figure .blog-thumbnail {
      margin: 0 auto;
      max-width: 100%; }
      .blog_page .blog .blog-post-figure .blog-thumbnail img {
        max-height: 300px; }
  .blog_page .blog .blog-post-body {
    width: 100%; }
    .blog_page .blog .blog-post-body .blog-title {
      font-size: 18px;
      margin: 10px 0;
      text-transform: capitalize;
      height: 40px;
      overflow: hidden;
      text-align: left;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      line-height: 20px; }
      .blog_page .blog .blog-post-body .blog-title a {
        color: #1d1d1d; }
        .blog_page .blog .blog-post-body .blog-title a:hover {
          color: #1d1d1d; }
    .blog_page .blog .blog-post-body .blog-date {
      color: #1d1d1d;
      text-align: left; }
    .blog_page .blog .blog-post-body .blog-author {
      color: #1d1d1d; }
    .blog_page .blog .blog-post-body .blog-post {
      height: 150px;
      overflow: hidden; }
      .blog_page .blog .blog-post-body .blog-post a {
        color: #1d1d1d; }
        .blog_page .blog .blog-post-body .blog-post a:hover {
          color: #1d1d1d; }

.blog-post a:hover {
  color: #1d1d1d; }

.custom_blog_post .blog-thumbnail {
  max-width: 100%; }
  .custom_blog_post .blog-thumbnail .lazyautosizes {
    width: auto;
    max-height: 300px; }

.custom_blog_post .blog-post-body {
  width: 100%; }
  .custom_blog_post .blog-post-body .blog-header {
    text-align: left; }
    .custom_blog_post .blog-post-body .blog-header .blog-title {
      text-align: left;
      margin: 0 0 5px; }
      .custom_blog_post .blog-post-body .blog-header .blog-title a {
        color: #1d1d1d; }
        .custom_blog_post .blog-post-body .blog-header .blog-title a:hover {
          color: #fff; }
    .custom_blog_post .blog-post-body .blog-header .blog-date {
      text-align: left;
      color: #ccc; }

.custom_blog_post .tags li a {
  color: #1d1d1d; }
  .custom_blog_post .tags li a:hover {
    color: #fff; }

.custom_blog_post .blog-post-figure {
  margin-top: 18px; }

.custom_blog_post .blog {
  clear: both; }

.custom_brands {
  margin: 0; }
  .custom_brands .card-figure {
    max-height: 100%;
    height: 150px;
    border: 1px solid #d3d3d3; }
    .custom_brands .card-figure a {
      width: 100%;
      display: block;
      margin: 0 auto; }
      .custom_brands .card-figure a .card-img-container {
        margin: auto;
        display: flex;
        width: 100%;
        max-width: 100%; }
        .custom_brands .card-figure a .card-img-container img {
          max-height: 120px;
          margin: auto;
          display: block;
          width: auto; }
        .custom_brands .card-figure a .card-img-container:after {
          padding-bottom: 0; }
  .custom_brands .card-body {
    padding: 0;
    margin: 0; }
    .custom_brands .card-body .card-title {
      text-align: center;
      font-family: "Roboto", sans-serif; }
      .custom_brands .card-body .card-title a {
        letter-spacing: normal;
        height: auto;
        padding: 0px 2px;
        display: block;
        color: #fff;
        background: #333;
        font-size: 16px;
        text-transform: uppercase;
        margin: 0;
        height: 42px;
        line-height: 42px;
        overflow: hidden; }
        .custom_brands .card-body .card-title a:hover {
          background: #1d1d1d;
          color: #fff; }

/* Custom Search */
.customSfrm {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 25px;
  width: 50%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

.customSfrm .form-fieldset {
  width: 100%;
  border: none;
  margin: 0;
  padding: 0; }

.customSfrm .form-field {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0px; }

.customSfrm .customSearch {
  width: 100%;
  padding: 12px 20px;
  border: none;
  outline: none;
  background-color: #fff;
  font-size: 16px;
  color: #aaa; }

.customSfrm .search_btn {
  background-color: #86a62c;
  /* Green background color */
  padding: 10px 16px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  transition: background-color 0.3s ease; }

.customSfrm .search_btn svg {
  color: #fff;
  width: 20px;
  height: 20px; }

.customSfrm .search_btn:hover {
  background-color: #789a23;
  /* Darker green on hover */ }

.customSfrm .customSearch::placeholder {
  color: #ccc; }

.customSfrm .customSearch:focus {
  color: #333; }

@media (max-width: 768px) {
  .customSfrm {
    border-radius: 20px;
    width: 100%; }
  .customSfrm .customSearch {
    padding: 10px 15px;
    font-size: 14px; }
  .customSfrm .search_btn {
    padding: 8px 14px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px; }
  .customSfrm .search_btn svg {
    width: 18px;
    height: 18px; } }

@media (max-width: 480px) {
  .customSfrm {
    flex-direction: row;
    border-radius: 15px;
    width: 100%; }
  .customSfrm .customSearch {
    padding: 8px 12px;
    font-size: 14px; }
  .customSfrm .search_btn {
    padding: 6px 12px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px; }
  .customSfrm .search_btn svg {
    width: 16px;
    height: 16px; } }

/* End Search */
.custom_brands .brandGrid {
  margin: 0 -10px; }

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

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

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

.login-form .forgot-password {
  line-height: 54px;
  font-weight: 700;
  line-height: 44px;
  color: #1d1d1d; }
  .login-form .forgot-password:focus {
    color: #1d1d1d; }
  .login-form .forgot-password:hover {
    color: #84ab34; }
  .login-form .forgot-password .form-label {
    color: #1d1d1d; }

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

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

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

.account-orderStatus-label {
  background-color: #000;
  padding: 5px 7px 3px; }

.account .account-product-title a:hover {
  color: #1d1d1d; }

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

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

.custom_forgotpassword .form-prefixPostfix {
  display: flex; }
  .custom_forgotpassword .form-prefixPostfix .form-input {
    width: 100%;
    display: block;
    border-radius: 0; }
  .custom_forgotpassword .form-prefixPostfix .button {
    margin-top: 0;
    margin-left: 20px;
    padding-left: 15px;
    padding-right: 15px; }

.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 {
  height: 30px;
  line-height: 26px;
  width: 30px;
  padding: 0; }
  .custom_cart .form-increment .button svg {
    fill: #fff; }
  .custom_cart .form-increment .button:hover svg {
    fill: #000; }

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

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

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

.cart-total .coupon-code-add {
  color: #1d1d1d; }
  .cart-total .coupon-code-add:hover {
    color: #1d1d1d; }

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

.cart-total .cart-total-value button:hover {
  color: #1d1d1d; }

.cart-total .gift-certificate-cancel {
  color: #1d1d1d; }
  .cart-total .gift-certificate-cancel:hover {
    color: #1d1d1d; }

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

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

.cart-total .shipping-estimate-show {
  color: #1d1d1d; }
  .cart-total .shipping-estimate-show:hover {
    color: #1d1d1d; }

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

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

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

ol.breadcrumbs {
  text-align: left;
  margin: 20px 0 33px; }

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

.forgot-password-form .form-prefixPostfix--centeredColumn.wrap {
  -ms-flex-flow: wrap;
  flex-flow: wrap; }

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

.account-product-title {
  font-family: open-sans;
  font-weight: 700; }

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

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

.form-increment .icon svg {
  fill: #fff; }

.form-increment .icon:hover svg {
  fill: #000; }

.countPill {
  position: absolute;
  right: -5px;
  top: -8px;
  margin: 0;
  background: #84ab34;
  border: 2px solid white;
  font-size: 11px;
  font-weight: 400;
  right: 0;
  top: 0;
  width: 22px;
  height: 22px; }

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

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

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

.body {
  min-height: 400px; }

.alertBox-message {
  color: #000000; }

.error_msg {
  text-align: center; }

.navUser-item--cart .dropdown-menu.is-open {
  right: 135px !important;
  top: 65px !important; }

.cart-list .form-increment .icon svg {
  fill: #84ab34; }

.cart-list .form-increment .button:hover .icon svg {
  fill: #fff; }

.button-container .confirm.button {
  margin: 0 5px;
  background-color: #84ab34;
  border-color: #84ab34; }
  .button-container .confirm.button:hover {
    border-color: #84ab34;
    color: #84ab34; }
  .button-container .confirm.button:focus, .button-container .confirm.button:focus:hover, .button-container .confirm.button:active {
    border-color: #84ab34;
    color: #fff;
    background-color: #84ab34; }

.button-container .cancel.button {
  margin: 0 5px; }

.cart-gift-certificate-form .button, .coupon-form .button {
  margin: 0 0 0 2%; }

.login {
  margin-top: 0; }

.forgot-password-form .form-prefixPostfix--centeredColumn.wrap {
  flex-flow: column;
  justify-content: flex-start; }
  .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .g-recaptcha {
    margin: 15px 0; }
  .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .button {
    margin: 0;
    width: auto;
    max-width: 250px; }

.header_right .navUser-item.navUser-item--account {
  position: relative; }
  .header_right .navUser-item.navUser-item--account .show_sibling {
    text-align: center;
    background: #fcfcfc;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.14));
    border: 1px solid #ededed;
    border-radius: 8px;
    background-color: #fcfcfc;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px; }

.header_right .navUser-item.navUser-item--account .show_sibling ~ ul {
  position: absolute;
  left: 0;
  top: 56px;
  background: #fcfcfc;
  display: none;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.14));
  border: 1px solid #ededed;
  width: 110px;
  padding: 11px 0;
  z-index: 999; }
  .header_right .navUser-item.navUser-item--account .show_sibling ~ ul li {
    float: left;
    width: 100%; }
    .header_right .navUser-item.navUser-item--account .show_sibling ~ ul li .navUser-action {
      background: transparent;
      filter: none;
      border: none;
      display: block;
      width: 100%;
      height: auto;
      text-align: left;
      padding: 0 13px;
      font-weight: 400;
      font-size: 15px;
      line-height: 15px;
      text-transform: capitalize; }
      .header_right .navUser-item.navUser-item--account .show_sibling ~ ul li .navUser-action:hover {
        color: #84ab34; }
    .header_right .navUser-item.navUser-item--account .show_sibling ~ ul li:first-child {
      margin-bottom: 6px; }

.header_right .navUser-item.navUser-item--account:hover ul {
  display: block; }

.alertBox-message {
  color: #1d1d1d; }

.alertBox-column.alertBox-message {
  color: #1d1d1d; }

.navBar--account .navBar-item:hover .navBar-action {
  color: #84ab34; }

.navBar--account .navBar-item.is-active {
  border-bottom: 1px solid #84ab34;
  color: #84ab34; }
  .navBar--account .navBar-item.is-active .navBar-action {
    color: #84ab34; }

.cart-total .cart-total-value button.coupon-code-cancel:hover {
  color: #84ab34; }

.shipping-quotes {
  margin-bottom: 15px; }

/* System Pages end */
.navPages-item:hover .navPage-subMenu {
  display: block; }

.navPage-subMenu {
  position: absolute;
  left: 0;
  top: 94px;
  padding: 12px 0 0 0 !important;
  min-height: 137px;
  background: transparent;
  width: 100%; }
  .navPage-subMenu .navPage-subMenu-list {
    max-width: 100%;
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.33);
    background: #fff;
    filter: drop-shadow(0 10px 12px rgba(0, 0, 0, 0.33));
    padding: 22px 15px 15px !important;
    border: 1px solid #CECECE;
    border-radius: 8px; }
    .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item {
      width: 33.33%;
      margin: 0;
      padding-bottom: 5px !important;
      position: relative; }
      .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPages-action {
        padding: 0;
        font-size: 16px;
        color: #1d1d1d;
        display: block;
        margin: 0;
        border-bottom: none; }
        .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPages-action:hover {
          color: #84ab34; }
          .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPages-action:hover .collapsible-icon-wrapper .navPages-action-moreIcon {
            transform: rotate(0deg) !important; }
            .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPages-action:hover .collapsible-icon-wrapper .navPages-action-moreIcon path {
              stroke: #84ab34; }
      .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList {
        display: none;
        position: absolute;
        left: 10px;
        top: 22px;
        width: 500px;
        background: #fff;
        box-shadow: 0 0 3px 2px #00000040;
        padding: 10px 0;
        z-index: 9; }
        .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item {
          float: left;
          width: 50%; }
          .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-action {
            padding: 7px 25px;
            font-weight: 600;
            color: #1d1d1d; }
            .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-action:hover {
              color: #84ab34; }
      .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item:hover .navPage-childList {
        display: block; }
      .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .has-subMenu {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: row; }
        .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .has-subMenu .collapsible-icon-wrapper {
          display: inline-block;
          width: auto; }
          .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .has-subMenu .collapsible-icon-wrapper .navPages-action-moreIcon {
            display: inline-block;
            margin: 0 0 0 8px;
            transform: rotate(-90deg); }

.navPages-item.navPages-item_bottom .navPage-subMenu {
  top: 210px; }

.navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item.one-col .navPage-childList {
  width: 250px; }
  .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item.one-col .navPage-childList .navPage-childList-item {
    width: 100%; }

.navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item.open-right .navPage-childList {
  left: auto;
  right: 106px; }

.navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item.four-col .navPage-childList {
  width: 800px; }
  .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item.four-col .navPage-childList .navPage-childList-item {
    width: 25%; }

.open-menu .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item.openmenu_bottom .navPage-childList {
  bottom: 22px;
  top: auto; }

.page-sidebar {
  width: 261px;
  padding: 0 0 0 11px; }
  .page-sidebar .sidebarBar-heading {
    text-transform: uppercase;
    font-weight: 700;
    color: #00f;
    font-size: 19px;
    margin: 16px 0 20px 0; }

.facetedSearch.sidebarBlock .facetedSearch-navList {
  margin: 0; }

.sidebarBlock .heading-price {
  font-weight: 700;
  font-size: 16px;
  color: #1d1d1d;
  font-family: "Roboto", sans-serif; }

#product-listing-container {
  padding: 15px 10px 0 25px;
  width: calc(100% - 261px); }
  #product-listing-container .actionBar {
    margin: 0; }
    #product-listing-container .actionBar .form-field {
      margin: 0; }
    #product-listing-container .actionBar .actionBar-section .form-field {
      border: none; }
    #product-listing-container .actionBar .actionBar-section .form-label {
      font-size: 16px;
      font-weight: 700;
      color: #1d1d1d;
      padding: 0;
      margin: 0 5px 0 0; }
    #product-listing-container .actionBar .actionBar-section .form-select {
      border: 1px solid #1d1d1d;
      color: #4d4d4d;
      font-size: 15px;
      font-family: "Roboto", sans-serif;
      padding: 0 10px;
      height: auto;
      line-height: 24px;
      width: 163px;
      margin: 0;
      background-position: right 5px top 4px; }

.accordion-block {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding: 15px 0 0 0;
  /*.navList{
		.navList-item{
			display: block !important;
		}
	}*/ }
  .accordion-block .accordion-nav-clear-holder .accordion-title {
    font-weight: 700;
    font-size: 16px;
    color: #1d1d1d;
    font-family: "Roboto", sans-serif; }
  .accordion-block .accordion-nav-clear-holder .accordion-indicator {
    fill: #1d1d1d; }
  .accordion-block .accordion-content .toggleLink {
    font-weight: 700;
    color: #1d1d1d; }
    .accordion-block .accordion-content .toggleLink .toggleLink-text {
      font-weight: 700;
      color: #1d1d1d; }
    .accordion-block .accordion-content .toggleLink:hover .toggleLink-text {
      color: #84ab34; }
  .accordion-block .accordion-content .navList-item .navList-action {
    font-size: 16px;
    color: #1d1d1d;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-bottom: 2px; }
    .accordion-block .accordion-content .navList-item .navList-action:hover {
      color: #84ab34; }
  .accordion-block .accordion-content .navList-item .navList-action--checkbox::before {
    width: 14px;
    height: 14px;
    border-radius: 0;
    border: 1px solid #ddd;
    top: 15px; }
  .accordion-block .accordion-content .navList-item .navList-action--checkbox.is-selected:before {
    border: 1px solid #84ab34;
    background: #84ab34; }
  .accordion-block .accordion-content .navList-item .navList-action--checkbox.is-selected:after {
    background: url(https://store-g9mwmghvga.mybigcommerce.com/content/checked-arrow.png) no-repeat center;
    background-size: 12px;
    margin: 0;
    top: 7px;
    left: 0; }
  .accordion-block .accordion-content .navList-item .navList-action--checkbox.is-selected {
    color: #84ab34;
    font-weight: 700; }
  .accordion-block .accordion-content .navList-item .navList-action-close {
    position: absolute;
    right: 0;
    top: 5px; }

.sort_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 28px 0; }
  .sort_container .view_main {
    display: flex;
    align-items: center; }
    .sort_container .view_main label {
      font-weight: 700;
      font-size: 16px;
      margin-right: 9px;
      margin-top: -2px; }
    .sort_container .view_main .activeview svg path {
      fill: #84ab34; }
    .sort_container .view_main button {
      padding: 0;
      margin-left: 8px;
      margin-top: 5px; }
      .sort_container .view_main button:hover svg path {
        fill: #84ab34; }

#facet-range-form .form-minMaxRow .form-field {
  width: 50%;
  margin: 0 0 10px 0; }
  #facet-range-form .form-minMaxRow .form-field:last-child {
    width: 100%;
    margin: 0; }

.tabs-contents .slick-prev {
  left: 0; }

.tabs-contents .slick-next {
  right: 0; }

.productCarousel-slide,
.productGrid {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start; }
  .productCarousel-slide .product,
  .productGrid .product {
    padding: 0 10px;
    min-height: 615px; }
  .productCarousel-slide .card,
  .productGrid .card {
    margin: 0 0 20px 0;
    padding: 10px;
    border: 1px solid rgba(128, 128, 128, 0.16);
    box-shadow: 0 1px 4px rgba(128, 128, 128, 0.11);
    min-height: 615px;
    position: relative; }
    .productCarousel-slide .card:hover,
    .productGrid .card:hover {
      box-shadow: 0 2px 8px rgba(128, 128, 128, 0.2); }
    .productCarousel-slide .card .card-figure,
    .productGrid .card .card-figure {
      padding: 0; }
      .productCarousel-slide .card .card-figure .card-img-container,
      .productGrid .card .card-figure .card-img-container {
        height: 200px; }
        .productCarousel-slide .card .card-figure .card-img-container::after,
        .productGrid .card .card-figure .card-img-container::after {
          padding: 0; }
        .productCarousel-slide .card .card-figure .card-img-container img,
        .productGrid .card .card-figure .card-img-container img {
          position: initial; }
  .productCarousel-slide .card-body,
  .productGrid .card-body {
    padding: 0 5px;
    min-height: 225px; }
    .productCarousel-slide .card-body .card-title,
    .productGrid .card-body .card-title {
      font-size: 16px;
      line-height: 22px;
      height: 45px;
      overflow: hidden;
      margin-bottom: 5px;
      margin-top: 32px;
      font-family: "Roboto", sans-serif; }
      .productCarousel-slide .card-body .card-title > a:hover,
      .productGrid .card-body .card-title > a:hover {
        color: #84ab34; }
    .productCarousel-slide .card-body .card-sku,
    .productGrid .card-body .card-sku {
      font-size: 12px;
      margin: 0;
      line-height: 12px; }
    .productCarousel-slide .card-body .card-text,
    .productGrid .card-body .card-text {
      margin: 7px 0 6px 0;
      display: flex;
      flex-wrap: wrap; }
      .productCarousel-slide .card-body .card-text .price-section.price-section--withoutTax,
      .productGrid .card-body .card-text .price-section.price-section--withoutTax {
        display: inline-block;
        color: red;
        font-weight: 700;
        font-size: 16px;
        order: 3; }
      .productCarousel-slide .card-body .card-text .price-saved-container,
      .productGrid .card-body .card-text .price-saved-container {
        display: block;
        width: 100%;
        order: 1;
        margin: 0 0 8px 0; }
        .productCarousel-slide .card-body .card-text .price-saved-container.show_in-deal,
        .productGrid .card-body .card-text .price-saved-container.show_in-deal {
          display: none; }
        .productCarousel-slide .card-body .card-text .price-saved-container .price-saved,
        .productGrid .card-body .card-text .price-saved-container .price-saved {
          color: #fff;
          background-color: red;
          height: 25px;
          display: flex;
          align-items: center;
          max-width: 73px;
          justify-content: center;
          font-weight: 700; }
      .productCarousel-slide .card-body .card-text .price-section.rrp-price--withoutTax,
      .productGrid .card-body .card-text .price-section.rrp-price--withoutTax {
        order: 2;
        color: #949494;
        font-size: 13px;
        font-weight: 400;
        text-decoration: line-through;
        margin: 0 8px 0 0; }
        .productCarousel-slide .card-body .card-text .price-section.rrp-price--withoutTax .price.price--rrp,
        .productGrid .card-body .card-text .price-section.rrp-price--withoutTax .price.price--rrp {
          text-decoration: none; }
      .productCarousel-slide .card-body .card-text .price-section.price-section--saving.price,
      .productGrid .card-body .card-text .price-section.price-section--saving.price {
        order: 4;
        width: 100%;
        color: #000;
        font-weight: 700;
        font-size: 16px;
        text-transform: capitalize;
        margin: -2px 0 0 0; }
    .productCarousel-slide .card-body .productView-info-value,
    .productGrid .card-body .productView-info-value {
      font-size: 12px;
      margin: 7px 0 0 0;
      line-height: 12px; }
  .productCarousel-slide .both-button-outer,
  .productGrid .both-button-outer {
    position: absolute;
    left: 10px;
    bottom: 10px;
    text-align: center;
    width: calc(100% - 20px);
    margin: 0 0 0 0; }
    .productCarousel-slide .both-button-outer .atc-button--icon,
    .productGrid .both-button-outer .atc-button--icon {
      display: none;
      position: absolute;
      top: 1px;
      left: 1px;
      right: 1px;
      background: #fff;
      bottom: 1px; }
      .productCarousel-slide .both-button-outer .atc-button--icon svg,
      .productGrid .both-button-outer .atc-button--icon svg {
        display: flex;
        margin: auto;
        align-items: center;
        justify-content: center;
        height: 100%; }
    .productCarousel-slide .both-button-outer .restriction-product-addtocart,
    .productGrid .both-button-outer .restriction-product-addtocart {
      position: relative; }
  .productCarousel-slide .button,
  .productGrid .button {
    margin: 0 0 8px 0;
    padding: 0;
    text-align: center;
    border-radius: 3px;
    line-height: 38px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    text-transform: none; }
  .productCarousel-slide .out-of-stock-btn svg path,
  .productCarousel-slide .addtocart-list-btn svg path,
  .productGrid .out-of-stock-btn svg path,
  .productGrid .addtocart-list-btn svg path {
    fill: #84ab34 !important; }
  .productCarousel-slide .out-of-stock-btn:hover svg path,
  .productCarousel-slide .addtocart-list-btn:hover svg path,
  .productGrid .out-of-stock-btn:hover svg path,
  .productGrid .addtocart-list-btn:hover svg path {
    fill: #fff !important; }
  .productCarousel-slide .quickview,
  .productGrid .quickview {
    width: 100%;
    color: #fff;
    background-color: #84ab34;
    border: 1px solid #84AB34;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px; }
    .productCarousel-slide .quickview:hover,
    .productGrid .quickview:hover {
      background: #fff;
      color: #84AB34; }
    .productCarousel-slide .quickview:hover svg path,
    .productGrid .quickview:hover svg path {
      fill: #84ab34 !important; }

.outofstock {
  color: #bf262f;
  font-size: 15px;
  font-weight: 400;
  margin: 14px 0 0 0;
  text-transform: none; }

.productCarousel-slide {
  margin: 0; }
  .productCarousel-slide .restriction-product-addtocart {
    position: relative; }
  .productCarousel-slide .country-restriction-btn-warning.list-view-set {
    display: none; }
  .productCarousel-slide .atc-button--icon {
    display: none;
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    background: #fff;
    bottom: 1px; }
    .productCarousel-slide .atc-button--icon svg {
      display: flex;
      margin: auto;
      align-items: center;
      justify-content: center;
      height: 100%; }
  .productCarousel-slide .quickview {
    width: 100%;
    color: #fff;
    background-color: #84ab34;
    border: 1px solid #84AB34;
    margin: 10px 0 0 0; }
    .productCarousel-slide .quickview:hover {
      background: #fff;
      color: #84AB34; }

.current-currancy-cad .both-button-outer .sold-only-usa {
  display: none; }

.current-currancy-cad .both-button-outer .sold-only-usa ~ .quickview {
  display: none; }

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

.current-currancy-usd .productCarousel-slide .both-button-outer .sold-only-canada {
  display: none; }

.current-currancy-usd .productCarousel-slide .both-button-outer .sold-only-canada ~ .quickview {
  display: none; }

.lowstock.list-stock {
  display: none; }

.current-currancy-usd.listviewmain .sold_canada_pro .card-body .card-body-middle {
  padding: 0; }
  .current-currancy-usd.listviewmain .sold_canada_pro .card-body .card-body-middle .add-to-cart-warning {
    margin: 0;
    font-size: 17px;
    color: red; }
    .current-currancy-usd.listviewmain .sold_canada_pro .card-body .card-body-middle .add-to-cart-warning .add-to-cart-warning-black {
      color: #000; }
  .current-currancy-usd.listviewmain .sold_canada_pro .card-body .card-body-middle .productView-info-value,
  .current-currancy-usd.listviewmain .sold_canada_pro .card-body .card-body-middle .card-sku,
  .current-currancy-usd.listviewmain .sold_canada_pro .card-body .card-body-middle .country-restriction-note {
    display: none; }
  .current-currancy-usd.listviewmain .sold_canada_pro .card-body .card-body-middle .both-button-outer,
  .current-currancy-usd.listviewmain .sold_canada_pro .card-body .card-body-middle .card-text {
    display: none !important; }

.current-currancy-cad.listviewmain .sold_usa_pro .card-body .card-body-middle {
  padding: 0; }
  .current-currancy-cad.listviewmain .sold_usa_pro .card-body .card-body-middle .add-to-cart-warning {
    margin: 0;
    font-size: 17px;
    color: red; }
    .current-currancy-cad.listviewmain .sold_usa_pro .card-body .card-body-middle .add-to-cart-warning .add-to-cart-warning-black {
      color: #000; }
  .current-currancy-cad.listviewmain .sold_usa_pro .card-body .card-body-middle .card-sku,
  .current-currancy-cad.listviewmain .sold_usa_pro .card-body .card-body-middle .country-restriction-note {
    display: none; }
  .current-currancy-cad.listviewmain .sold_usa_pro .card-body .card-body-middle .both-button-outer,
  .current-currancy-cad.listviewmain .sold_usa_pro .card-body .card-body-middle .card-text {
    display: none !important; }

.listviewmain .page-sidebar + .page-content .productGrid .product {
  width: 100%;
  min-height: auto; }
  .listviewmain .page-sidebar + .page-content .productGrid .product .card {
    float: left;
    width: 100%;
    min-height: auto; }
    .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-figure {
      width: 25%;
      float: left; }
    .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body {
      width: 75%;
      float: left; }
      .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .list-view-set {
        color: blue; }
      .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .country-restriction-btn-warning {
        margin: 16px 0 -15px 0; }
      .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .both-button-outer {
        position: initial; }
      .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .card-body-top {
        width: calc(100% - 200px);
        float: left;
        padding: 0 55px 0 25px; }
        .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .card-body-top .lowstock.list-stock {
          display: block; }
      .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .card-body-middle {
        width: 200px;
        float: left;
        text-align: right;
        padding: 29px 0 0 0;
        display: block; }
        .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .card-body-middle .outofstock,
        .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .card-body-middle .instock.grid-stock {
          display: none; }
        .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .card-body-middle .lowstock.grid-stock {
          display: none; }
        .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .card-body-middle .restriction-product-addtocart {
          position: relative; }
      .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .instock.list-stock {
        margin: 35px 0 20px 0;
        color: #3c9342;
        font-size: 15px;
        font-weight: 400;
        display: block; }
      .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .card-title {
        font-size: 21px;
        font-weight: 700;
        margin-bottom: 0; }
      .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .price-section.price-section--saving.price {
        font-weight: 600;
        font-size: 16px;
        text-transform: capitalize; }
      .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .card-sku {
        font-size: 17px; }
      .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .card-text {
        margin: 21px 0 17px 0;
        display: block; }
        .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .card-text .price-section {
          margin: 0;
          width: 100%;
          line-height: 18px; }
        .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .card-text .price-saved-container {
          margin: 0 0 -5px 0;
          display: inline-block;
          width: 100%; }
          .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .card-text .price-saved-container .price-saved {
            float: right;
            width: 73px; }
      .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .productView-info-value {
        font-size: 17px;
        line-height: 22px; }
      .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .both-button-outer {
        display: inline-block;
        width: 100%;
        margin: 20px 0 0 0; }
        .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .both-button-outer .button {
          width: 100%; }
      .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .cat-des.list-view-des {
        margin: 0 0 0 0;
        display: block; }
        .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .cat-des.list-view-des p {
          margin: 0 0 18px 0;
          font-size: 17px;
          line-height: 26px; }
        .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .cat-des.list-view-des .viewfull {
          font-size: 17px; }
    .listviewmain .page-sidebar + .page-content .productGrid .product .card .button {
      float: left;
      width: 25%; }

#facetedSearch .facetedSearch-refineFilters {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  /*padding:9px 10px 30px;*/ }
  #facetedSearch .facetedSearch-refineFilters a {
    vertical-align: top;
    display: inline-block;
    width: auto;
    padding: 18px 0 0 0;
    margin: 0 0 0 18px;
    width: 80px; }
  #facetedSearch .facetedSearch-refineFilters .inlineList {
    padding: 9px 0 20px 10px; }
    #facetedSearch .facetedSearch-refineFilters .inlineList li {
      margin: 0 8px 10px 0; }
      #facetedSearch .facetedSearch-refineFilters .inlineList li .facetLabel {
        background-color: #84ab34;
        border: 1px solid #84ab34;
        padding: 12px 10px 10px;
        color: #fff;
        cursor: pointer;
        border-radius: 3px;
        font-weight: 700;
        font-size: 16px;
        line-height: 16px;
        margin: 0;
        width: auto; }
        #facetedSearch .facetedSearch-refineFilters .inlineList li .facetLabel:hover .icon {
          transform: scale(1.1); }
        #facetedSearch .facetedSearch-refineFilters .inlineList li .facetLabel .icon {
          background: #fff;
          border-radius: 50px;
          width: 16px;
          height: 16px;
          position: relative;
          padding: 3px; }
          #facetedSearch .facetedSearch-refineFilters .inlineList li .facetLabel .icon .icon-remove {
            position: absolute;
            left: 0;
            top: 0; }
            #facetedSearch .facetedSearch-refineFilters .inlineList li .facetLabel .icon .icon-remove path {
              stroke: #000;
              stroke-width: .25px;
              fill: #000; }

.modal.open .modal-close {
  display: inline-block !important;
  margin: -10px 5px 0 0; }

.page_default.open-menu .megamenu_mn {
  padding-top: 20px;
  top: 173px; }

.open-menu {
  overflow: visible; }
  .open-menu .megamenu_mn {
    position: fixed;
    top: 198px;
    left: 0;
    z-index: 999;
    background: #fff;
    display: block;
    padding-top: 0; }
  .open-menu .mobileMenu-toggle .mobileMenu-toggleIcon {
    background: transparent; }
    .open-menu .mobileMenu-toggle .mobileMenu-toggleIcon::before {
      transform: rotate(45deg);
      top: 0; }
    .open-menu .mobileMenu-toggle .mobileMenu-toggleIcon::after {
      transform: rotate(-45deg);
      top: 0; }

.gridviewmain .cat-des.list-view-des {
  display: none; }

.gridviewmain .instock {
  color: #3c9342;
  font-size: 15px;
  font-weight: 400;
  margin: 14px 0 0 0; }

.gridviewmain .instock.list-stock {
  display: none; }

.gridviewmain .card-body-top .country-restriction-btn-warning {
  display: none; }

.gridviewmain .card-body-top .outofstock,
.gridviewmain .card-body-top .price-section--saving {
  display: none; }

.country-restriction-note {
  margin-top: 15px;
  color: blue; }
  .country-restriction-note.sold-only-canada-note {
    color: blue; }
  .country-restriction-note.sold-only-usa-note {
    color: #9900cc; }

.add-to-cart-warning {
  margin: 0;
  font-size: 17px;
  color: red; }
  .add-to-cart-warning .add-to-cart-warning-black {
    color: #000; }

.current-currancy-cad .add-to-cart-warning {
  display: none; }

.current-currancy-cad .sold-only-usa-warning {
  display: block; }

.current-currancy-cad .sold_usa_pro .both-button-outer {
  display: block; }

.current-currancy-cad .card-body .card-body-middle .card-text.sold-only-usa {
  display: none; }

.current-currancy-usd .sold_canada_pro .both-button-outer {
  display: none; }

.current-currancy-usd .add-to-cart-warning.sold-only-canada-warning {
  display: block; }

.current-currancy-usd .add-to-cart-warning {
  display: none; }

.current-currancy-usd .card-body .card-body-middle .card-text.sold-only-canada {
  display: none; }

.country-restriction-note + .lowstock {
  margin-top: 8px; }

.country-restriction-btn-warning.grid-view {
  display: none; }

.add-to-cart-warning {
  line-height: 18px;
  margin: 10px 0 0 0;
  display: none; }

.lowstock {
  font-size: 15px;
  color: #e99114; }

.uniqueID-modal {
  position: fixed;
  display: none;
  right: 0;
  top: 200px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(128, 128, 128, 0.25);
  width: 370px;
  padding: 21px;
  z-index: 101;
  border: 1px solid #84AB34; }
  .uniqueID-modal.active {
    display: block; }
  .uniqueID-modal .uniqueID-modal-close {
    float: right;
    font-size: 0;
    background: url(https://store-g9mwmghvga.mybigcommerce.com/content/addcart_close.svg) no-repeat center;
    width: 13px;
    height: 13px;
    margin: -4px 4px 0 0; }
  .uniqueID-modal .added_to_cart-popup_main .atc-banner--product-title {
    margin: 22px 0 0 0;
    font-size: 21px;
    color: #84AB34; }
    .uniqueID-modal .added_to_cart-popup_main .atc-banner--product-title .atc-banner--product-title--icon {
      margin: 0 5px 0 0; }
      .uniqueID-modal .added_to_cart-popup_main .atc-banner--product-title .atc-banner--product-title--icon svg path {
        fill: #84AB34; }
  .uniqueID-modal .added_to_cart-popup_main .atc--product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 0 0; }
    .uniqueID-modal .added_to_cart-popup_main .atc--product .atc--product-image {
      width: 100px; }
    .uniqueID-modal .added_to_cart-popup_main .atc--product .atc--product-details {
      width: calc(100% - 100px);
      padding-left: 20px; }
      .uniqueID-modal .added_to_cart-popup_main .atc--product .atc--product-details .strike-custom-price {
        margin: 7px 0 0 0; }
      .uniqueID-modal .added_to_cart-popup_main .atc--product .atc--product-details .atc--product-details--title {
        font-size: 17px;
        color: #1d1d1d;
        line-height: 22px;
        margin: 0; }
      .uniqueID-modal .added_to_cart-popup_main .atc--product .atc--product-details .cart-item-value.price-popup-wrap {
        display: inline-block;
        color: red;
        font-weight: 700;
        font-size: 16px; }
        .uniqueID-modal .added_to_cart-popup_main .atc--product .atc--product-details .cart-item-value.price-popup-wrap .act-cart-msrp-strike {
          font-size: 13px;
          line-height: 15px;
          color: #949494;
          text-decoration: line-through;
          font-weight: 400; }
      .uniqueID-modal .added_to_cart-popup_main .atc--product .atc--product-details .car-quick-price {
        margin-top: -2px; }
        .uniqueID-modal .added_to_cart-popup_main .atc--product .atc--product-details .car-quick-price .currentCurrancy {
          color: red;
          font-weight: 700;
          font-size: 16px;
          margin-left: 5px; }
  .uniqueID-modal .added_to_cart-popup_main .atc-banner--cart {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding: 48px 0 0 0;
    margin: 32px 0 22px 0; }
    .uniqueID-modal .added_to_cart-popup_main .atc-banner--cart .connect-checkout {
      display: flex;
      align-items: center;
      justify-content: space-between;
      column-gap: 10px; }
    .uniqueID-modal .added_to_cart-popup_main .atc-banner--cart .button-secondary {
      width: 50%;
      float: left;
      text-align: center;
      background-color: #fff;
      border: 1px solid #84AB34;
      color: #84ab34;
      font-weight: 400;
      font-size: 17px;
      line-height: 42px;
      border-radius: 3px; }
      .uniqueID-modal .added_to_cart-popup_main .atc-banner--cart .button-secondary:hover {
        background: #84ab34;
        color: #fff;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1); }
    .uniqueID-modal .added_to_cart-popup_main .atc-banner--cart .button-primary {
      width: 50%;
      float: left;
      text-align: center;
      background-color: #84AB34;
      border: 1px solid #84AB34;
      color: #fff;
      font-weight: 400;
      font-size: 17px;
      line-height: 42px;
      border-radius: 3px; }
      .uniqueID-modal .added_to_cart-popup_main .atc-banner--cart .button-primary:hover {
        background: #fff;
        color: #84ab34;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1); }

.cat-des.list-view-des {
  display: none; }

.instock.list-stock {
  display: none; }

.instock {
  margin: 15px 0 20px 0;
  color: #3c9342;
  font-size: 15px;
  font-weight: 400; }

.alertBox.alertBox--success .alertBox-column.alertBox-message {
  color: #1d1d1d; }

.page_createaccount_thanks .page-content .page-heading {
  margin-top: 50px; }

#form-message {
  list-style: none;
  margin: 0 0 20px; }

#consent-manager-update-banner {
  display: none !important; }

.page_cart .cart-item-title a {
  color: #1d1d1d; }
  .page_cart .cart-item-title a:hover {
    color: #84ab34; }

.cart-list .cart-item-value {
  font-weight: 500; }

.cart-totals div {
  font-weight: 500; }

.shipping-estimator .form-label {
  font-weight: 500; }

.page_wishlist .pagination {
  display: none; }

.page_wishlist .productGrid .product .form .button {
  width: 100%; }

.page_wishlist.current-currancy-usd .sold-only-canada {
  display: none; }

.page_wishlist .add-to-cart-warning {
  position: absolute;
  bottom: 63px; }

.page_account_recentitems .add-to-cart-warning {
  position: absolute;
  bottom: 63px; }

.swal2-actions .swal2-confirm {
  background-color: #84AB34;
  color: #fff;
  border: 1px solid #84AB34;
  line-height: normal;
  font-size: 15px;
  border-radius: 0;
  font-weight: 400; }
  .swal2-actions .swal2-confirm:hover {
    background-image: none !important;
    background: #fff;
    color: #84AB34; }

.swal2-actions button:focus {
  box-shadow: none !important; }

.page_search .page-heading,
.page_category .page-heading,
.page_brand .page-heading {
  text-align: left; }

.page_search .nav .search-nav {
  margin: 0 0 30px 0; }

.page_search main.page-content .panel.panel--large {
  display: none; }

.page_search main.page-content #product-listing-container {
  width: 100%; }
  .page_search main.page-content #product-listing-container .sort_container form.actionBar {
    display: block; }
  .page_search main.page-content #product-listing-container form.actionBar {
    display: none; }

.page_search .page-content {
  width: calc(100% - 261px); }

.success li {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #84AB34; }

.deals_page div[data-content-region="header_bottom"] {
  max-width: 1350px;
  margin: 0 auto;
  padding: 23px 0 53px 0; }
  .deals_page div[data-content-region="header_bottom"] .css-mwwowe {
    display: none; }
  .deals_page div[data-content-region="header_bottom"] [data-sub-layout="96ad918c-303e-43d7-9743-7bf138f5ccce"] {
    padding: 0; }
  .deals_page div[data-content-region="header_bottom"] .css-1csgxr0 > div {
    padding: 0;
    min-height: 376px; }
  .deals_page div[data-content-region="header_bottom"] div[data-test-id="carousel-bullets"] {
    padding: 25px 0 0 0; }
    .deals_page div[data-content-region="header_bottom"] div[data-test-id="carousel-bullets"] button {
      margin: 0 5px;
      width: 24px;
      height: 24px;
      background: #0a1638;
      border: none; }
      .deals_page div[data-content-region="header_bottom"] div[data-test-id="carousel-bullets"] button:hover {
        background: #dd1317; }
      .deals_page div[data-content-region="header_bottom"] div[data-test-id="carousel-bullets"] button.bc-carousel__bullet-active {
        background: #dd1317; }

.deals_page .page-sidebar#faceted-search-container {
  display: none; }

.deals_page #product-listing-container {
  width: 100%;
  padding: 0 11px; }
  .deals_page #product-listing-container .sort_container {
    display: none; }
  .deals_page #product-listing-container .product {
    width: 25%;
    min-height: 760px; }
    .deals_page #product-listing-container .product .card {
      padding: 8px 14px 10px;
      min-height: 760px; }
    .deals_page #product-listing-container .product .both-button-outer {
      bottom: 24px;
      padding: 0 4px; }
      .deals_page #product-listing-container .product .both-button-outer .card-figcaption-button {
        font-size: 18px;
        border: 1px solid #B7B7B7;
        border-radius: 4px;
        text-transform: none;
        margin-bottom: 8px; }
      .deals_page #product-listing-container .product .both-button-outer .quickview {
        line-height: 36px; }
    .deals_page #product-listing-container .product .brand-image-custom {
      width: auto;
      float: left; }
      .deals_page #product-listing-container .product .brand-image-custom img {
        max-height: 50px; }
    .deals_page #product-listing-container .product .deal_tag {
      float: right;
      width: auto;
      background-color: #91edba;
      color: #ffffff;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      line-height: 13px;
      letter-spacing: 0px;
      font-weight: 700;
      text-transform: uppercase; }
    .deals_page #product-listing-container .product .card-figure__link {
      width: 100%;
      margin-top: 18px;
      clear: both;
      display: inline-block; }
    .deals_page #product-listing-container .product .card-img-container {
      height: 178px; }
    .deals_page #product-listing-container .product .card-body .grid-stock {
      display: none; }
    .deals_page #product-listing-container .product .card-body .card-title {
      font-weight: 700;
      font-size: 18px;
      line-height: 22px;
      letter-spacing: 0px;
      color: #08123f;
      text-transform: capitalize;
      margin-bottom: 12px;
      overflow: hidden;
      height: 44px; }
    .deals_page #product-listing-container .product .card-body .product_points {
      overflow: hidden;
      height: 74px; }
      .deals_page #product-listing-container .product .card-body .product_points ul {
        margin: 0; }
      .deals_page #product-listing-container .product .card-body .product_points li {
        margin: 0 0 4px;
        position: relative;
        padding: 0 0 0 12px;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #08123f;
        text-transform: capitalize; }
        .deals_page #product-listing-container .product .card-body .product_points li::before {
          content: "";
          position: absolute;
          left: 0;
          top: 6px;
          background: #000;
          border-radius: 50px;
          width: 6px;
          height: 6px; }
    .deals_page #product-listing-container .product .card-body .sku_main {
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0px;
      color: #08123f;
      text-transform: uppercase;
      display: flex;
      justify-content: space-between;
      margin: 13px 0 11px;
      height: 24px;
      overflow: hidden; }
      .deals_page #product-listing-container .product .card-body .sku_main .card-sku {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #08123f;
        text-transform: uppercase; }
        .deals_page #product-listing-container .product .card-body .sku_main .card-sku strong {
          font-weight: 400; }
      .deals_page #product-listing-container .product .card-body .sku_main .productView-info-value {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #08123f;
        text-transform: uppercase;
        margin: 0; }
    .deals_page #product-listing-container .product .card-body .type_of_deal {
      background-color: #91edba;
      color: #ffffff;
      height: 56px;
      overflow: hidden;
      margin: 0 0 10px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0;
      min-height: 56px;
      flex-flow: column;
      font-size: 13px;
      text-transform: capitalize; }
      .deals_page #product-listing-container .product .card-body .type_of_deal b {
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
        font-style: normal; }
      .deals_page #product-listing-container .product .card-body .type_of_deal .deal_type p {
        margin: 0;
        color: #fff; }
        .deals_page #product-listing-container .product .card-body .type_of_deal .deal_type p strong {
          display: block;
          font-size: 18px;
          line-height: 24px;
          font-weight: 700; }
    .deals_page #product-listing-container .product .card-body .card-text .price-saved-container {
      order: 4;
      width: 60px;
      height: 60px;
      background: url(https://store-g9mwmghvga.mybigcommerce.com/content/deal_seal_bg.png) no-repeat;
      background-size: cover;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 3px 0 0 0;
      background-color: #dd1317; }
      .deals_page #product-listing-container .product .card-body .card-text .price-saved-container .price-saved {
        background: transparent;
        height: auto;
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        display: block;
        text-align: center;
        text-transform: uppercase; }
      .deals_page #product-listing-container .product .card-body .card-text .price-saved-container.hide_in_deal {
        display: none; }
      .deals_page #product-listing-container .product .card-body .card-text .price-saved-container.show_in-deal {
        display: flex; }
    .deals_page #product-listing-container .product .card-body .card-text .price-container {
      width: calc(100% - 60px);
      margin: 3px 0 0 0; }
      .deals_page #product-listing-container .product .card-body .card-text .price-container .price_label {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0px;
        color: #08123f;
        text-transform: capitalize;
        font-weight: 700; }
      .deals_page #product-listing-container .product .card-body .card-text .price-container .price.price--withoutTax {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0px;
        color: #e31700;
        text-transform: uppercase;
        font-weight: 700; }
    .deals_page #product-listing-container .product .card-body .card-text .price.hide_in_deal {
      display: none; }
    .deals_page #product-listing-container .product .card-body .card-text .price-section--withoutTax.rrp-price--withoutTax {
      order: 1;
      margin: 9px 0 0 0;
      text-decoration: none; }
      .deals_page #product-listing-container .product .card-body .card-text .price-section--withoutTax.rrp-price--withoutTax .original {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0px;
        color: #08123f;
        text-transform: capitalize;
        font-weight: 700;
        margin: 0;
        text-decoration: line-through;
        text-decoration-color: #949494; }
      .deals_page #product-listing-container .product .card-body .card-text .price-section--withoutTax.rrp-price--withoutTax .price.price--rrp {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #a8a8a8;
        text-transform: uppercase;
        font-weight: 700;
        text-decoration: line-through;
        text-decoration-color: #949494; }
    .deals_page #product-listing-container .product .card-body .card-text .price-section--withoutTax {
      order: 2; }
    .deals_page #product-listing-container .product .card-body .card-text .price-section--saving.price {
      order: 3;
      width: calc(100% - 60px); }

.deals_page ul.product_points_list {
  margin: 0px; }

.announcement-bar {
  padding: 5px 0;
  font-size: 16px;
  text-transform: capitalize;
  text-align: center; }

.announce_text_mobile {
  display: none; }

.page_page_contact_form .body .page {
  margin: 0; }
  .page_page_contact_form .body .page .page-content {
    padding: 0; }
  .page_page_contact_form .body .page a {
    color: #84ab34; }
    .page_page_contact_form .body .page a:hover {
      color: #1d1d1d; }

.page_page_contact_form .page-heading {
  text-align: left; }

.page_page_contact_form form[name="repairs-mods"] {
  max-width: 975px;
  margin: 0 auto; }

.page_page_contact_form form[name="repair-and-mod-form"] {
  max-width: 975px;
  padding: 0;
  margin: 0 auto; }

.page_page_contact_form form[name="contact"] {
  max-width: 600px;
  margin: 0 auto; }

.page_page_contact_form form[name="trade-ins"] {
  max-width: 600px;
  border: 2px #c7c7c7 solid;
  border-radius: 1px;
  padding: 35px;
  margin: 0 auto; }
  .page_page_contact_form form[name="trade-ins"].submitted {
    padding: 0;
    border: none; }
  .page_page_contact_form form[name="trade-ins"] .upload_file {
    border: 2px #c7c7c7 solid;
    padding: 20px 15px; }
    .page_page_contact_form form[name="trade-ins"] .upload_file label {
      display: block;
      margin-bottom: 5px; }

.page_page_contact_form form .checkbox-container input:focus + label {
  outline: none !important; }

.page_page_contact_form form .form-label {
  font-size: 17px;
  color: #1d1d1d; }

.page-load-status .infinite-scroll-request {
  text-align: center; }
  .page-load-status .infinite-scroll-request img {
    width: 50px; }

.brandGrid .brand {
  width: 16.66%; }
  .brandGrid .brand .card-figure {
    border: 1px #ccc solid;
    padding: 15px; }
    .brandGrid .brand .card-figure .card-img-container {
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .brandGrid .brand .card-figure .card-img-container img {
        position: initial; }
      .brandGrid .brand .card-figure .card-img-container::after {
        display: none; }
  .brandGrid .brand .card-body .card-title {
    font-weight: 700;
    font-size: 17px;
    width: 100%;
    color: #1d1d1d;
    height: 25px;
    overflow: hidden; }
    .brandGrid .brand .card-body .card-title:hover a {
      color: #84ab34; }

.page_brands .pagination-list {
  display: flex;
  align-items: center;
  justify-content: center; }

.page_brands .pagination .pagination-item.pagination-item--next {
  float: none; }
  .page_brands .pagination .pagination-item.pagination-item--next .pagination-link {
    width: auto;
    height: auto; }
    .page_brands .pagination .pagination-item.pagination-item--next .pagination-link:hover {
      background: transparent;
      color: #84ab34; }
      .page_brands .pagination .pagination-item.pagination-item--next .pagination-link:hover .icon svg {
        fill: #84ab34; }

.page_brands .pagination .pagination-item.pagination-item--previous {
  float: none; }
  .page_brands .pagination .pagination-item.pagination-item--previous .pagination-link {
    width: auto;
    height: auto; }
    .page_brands .pagination .pagination-item.pagination-item--previous .pagination-link:hover {
      background: transparent;
      color: #84ab34; }
      .page_brands .pagination .pagination-item.pagination-item--previous .pagination-link:hover .icon svg {
        fill: #84ab34; }

.page_brands .pagination .pagination-item .pagination-link {
  width: 25px;
  height: 25px;
  padding: 0;
  background: #fff;
  color: #1d1d1d;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 25px; }
  .page_brands .pagination .pagination-item .pagination-link:hover {
    background: #84ab34;
    color: #fff; }

.page_brands .pagination .pagination-item--current {
  border: none; }
  .page_brands .pagination .pagination-item--current .pagination-link {
    background: #84ab34;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }

/*.current-currancy-usd{
	.card-text.sold-only-canada{
		display: none;
	}
	.sold-only-canada-warning{
		display: block;
	}
}
.current-currancy-cad{
	.sold-only-usa-warning{
		display: none;
	}
	.sold-only-usa{
		display: block;
		.sold-only-usa{
			display: block;
		}
		.sold-only-usa ~ .quickview{
			display: flex;
		}
	}
	.sold_usa_pro{
		.card-body-middle{
			.card-text {
				display: none;
			}
			.both-button-outer {
				display: none;
			}
		}
	}

}*/
.gridviewmain .add-to-cart-warning {
  position: absolute;
  bottom: 60px; }

.features-specifications-description {
  display: none; }

.ask-question-container {
  position: fixed;
  right: 85px;
  bottom: 20px;
  width: 360px;
  z-index: 999; }
  .ask-question-container.active .form-wrapper {
    display: block; }
  .ask-question-container .form-wrapper {
    display: none;
    width: 100%;
    float: left;
    border-radius: 28px;
    margin-bottom: 20px; }
    .ask-question-container .form-wrapper .ask-form-inner {
      float: left;
      width: 100%;
      background: #fafafa;
      border: 4px solid #EDEDED;
      border-radius: 30px; }
    .ask-question-container .form-wrapper .ask-heading {
      position: relative;
      background: #20201e;
      border-radius: 28px 28px 0 0; }
      .ask-question-container .form-wrapper .ask-heading h4 {
        margin: 0;
        color: #fff;
        padding: 27px 20px 27px 30px;
        font-weight: 700;
        font-size: 26px;
        line-height: 26px;
        font-family: "Poppins", sans-serif; }
      .ask-question-container .form-wrapper .ask-heading .ask-form-close {
        position: absolute;
        right: 20px;
        top: 31px;
        color: #fff; }
    .ask-question-container .form-wrapper .ask-questions-frm {
      padding: 24px 10px 13px 10px; }
      .ask-question-container .form-wrapper .ask-questions-frm .form-row {
        margin: 0 0 24px 0; }
        .ask-question-container .form-wrapper .ask-questions-frm .form-row:last-child {
          margin: 0; }
        .ask-question-container .form-wrapper .ask-questions-frm .form-row:nth-child(3) {
          margin: 0 0 13px 0; }
      .ask-question-container .form-wrapper .ask-questions-frm label {
        display: block;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #20201E;
        font-family: "Poppins", sans-serif;
        margin: 0 0 8px 0; }
      .ask-question-container .form-wrapper .ask-questions-frm input {
        width: 100%;
        background: #fff;
        border: 1px solid #C6C6C6;
        border-radius: 8px;
        height: 45px;
        padding: 0 10px;
        color: rgba(32, 32, 30, 0.5);
        font-size: 16px;
        font-family: "Poppins", sans-serif; }
        .ask-question-container .form-wrapper .ask-questions-frm input::placeholder {
          color: rgba(32, 32, 30, 0.5);
          font-size: 16px;
          font-family: "Poppins", sans-serif; }
      .ask-question-container .form-wrapper .ask-questions-frm textarea {
        width: 100%;
        background: #fff;
        border: 1px solid #C6C6C6;
        border-radius: 8px;
        height: 45px;
        padding: 10px;
        color: rgba(32, 32, 30, 0.5);
        font-size: 16px;
        font-family: "Poppins", sans-serif;
        height: 90px; }
        .ask-question-container .form-wrapper .ask-questions-frm textarea::placeholder {
          color: rgba(32, 32, 30, 0.5);
          font-size: 16px;
          font-family: "Poppins", sans-serif; }
      .ask-question-container .form-wrapper .ask-questions-frm .btn-send {
        background: #84ab34;
        border: 2px #84ab34 solid;
        color: #fff;
        font-weight: 400;
        font-size: 20px;
        width: 260px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        width: 100%;
        text-transform: uppercase;
        letter-spacing: 1.1px;
        font-size: 22px;
        height: 44px; }
        .ask-question-container .form-wrapper .ask-questions-frm .btn-send:hover {
          background: #fff;
          color: #84ab34; }
  .ask-question-container .ask-bottom-btn {
    display: inline-block;
    width: 100%;
    float: right;
    text-align: right; }
    .ask-question-container .ask-bottom-btn .btn-ask-me {
      background: #84ab34;
      border: 2px #84ab34 solid;
      color: #fff;
      font-weight: bold;
      font-size: 20px;
      width: 260px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50px;
      float: right; }
      .ask-question-container .ask-bottom-btn .btn-ask-me:hover {
        background: #fff;
        color: #84ab34; }

.alertBox {
  clear: both; }

.productView-options .restriction-product-addtocart .alertBox {
  clear: both;
  margin: 10px 0px;
  float: left;
  width: 100%; }

#wishlist-dropdown li:last-child .button {
  border-radius: 0px 0px 30px 30px; }

p.ct_pro_sku {
  margin: 0px;
  font-size: 15px; }

.quickSearchResults .productGrid .product .outofstock.list-stock,
.quickSearchResults .productGrid .product .country-restriction-btn-warning.list-view-set {
  display: none; }

#tab-related p.add-to-cart-warning {
  position: absolute;
  bottom: 60px; }

.previewCart dl.productView-info {
  margin: 0px; }
  .previewCart dl.productView-info dt.productView-info-name {
    margin-top: 5px; }

.previewCart .productView-title {
  line-height: normal; }

.ask-form-inner .success-email-msg {
  padding: 15px; }
  .ask-form-inner .success-email-msg a.success-message-back-btn.button {
    margin: 20px auto 0px;
    display: block;
    max-width: 120px; }

#CartEditProductFieldsForm .cart-edit-loop {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 0px 0px 10px; }

#audiohpbanner,
#audio-bestseller {
  display: none; }

.productView-options .form:not(.form-action) > div {
  margin: 0px 0px 15px; }

.productView-details div#paypal-commerce-proddetails-messaging-banner {
  font-size: 0;
  line-height: normal; }

div#InStockNotifyComplete {
  max-width: 100%;
  color: #84ab34;
  font-size: 18px;
  line-height: 26px;
  top: 5px;
  position: relative; }

.productView-options
.form > .alertBox.alertBox--error {
  border-radius: 30px;
  max-width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px; }

.productView-options .form > .alertBox.alertBox--error p.alertBox-column.alertBox-message {
  font-weight: 700;
  text-transform: capitalize;
  width: auto;
  font-size: 20px;
  text-transform: none; }

.productView-options .form > .alertBox.alertBox--error {
  background: #000;
  color: #fff; }

/* Responsive CSS */
.quickSearchResults .productGrid .card .card-figure .card-img-container {
  height: auto; }

.quickSearchResults .productGrid .product .card {
  display: flex;
  align-items: center;
  justify-content: center; }

.quickSearchResults .productGrid .card,
.quickSearchResults .productGrid .card:hover {
  box-shadow: none; }

.mobile_menu {
  display: none; }

#menu_responsive {
  display: none; }

.footer-copyright .powered-by br {
  display: none; }

.productView-details.product-options .productView-options .form-wishlist .button.button--has-items {
  white-space: break-spaces;
  font-weight: 500; }

.productView-options .form-wishlist ul li {
  border-bottom: 1px #84AB34 solid; }

.productView-options .form-wishlist ul li:last-child {
  border-bottom: none; }

.cms_cnt p.cms_contactbtn {
  text-align: right; }

.tabs-contents .productCarousel {
  margin: 0; }

.account-content .pagination .pagination-item--next,
.account-content .pagination .pagination-item--previous {
  position: initial;
  float: none; }

.gridviewmain .quickSearchResults .add-to-cart-warning {
  position: initial; }

.mobile.audioli {
  display: none; }

div#InStockNotifyButton .button {
  border-radius: 50px;
  max-width: 49%;
  font-weight: 700;
  font-size: 20px;
  width: 100%;
  padding: 13px 20px; }

body:not(.page_default).open-menu .megamenu_mn {
  margin: 3px 0 20px 0; }

.page_product .list-stock {
  display: none; }

/* notify */
section.productView-details.product-out-of .restriction-product-addtocart {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

.osf_popup_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: .5;
  display: none; }

.osf_popup_content {
  z-index: 99999;
  background: #fff;
  color: #000;
  margin: auto;
  pointer-events: none;
  max-width: 460px;
  width: 96%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  border-radius: 6px; }

.osf_popup_body {
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: .3rem;
  pointer-events: auto; }

button.osf_close_button {
  padding: 5px;
  background: 0 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  opacity: 1;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 5px;
  border: 0; }

span.osf_close_span {
  color: #84ab34;
  display: inline-block;
  height: 20px;
  width: 20px;
  font-size: 30px; }

div#InStockNotifyButton .button {
  border-radius: 50px;
  font-weight: 700;
  font-size: 20px;
  width: 100%;
  padding: 10px 20px;
  max-width: 220px;
  margin: 0 auto;
  display: block; }

h3.osf_heading {
  margin: 20px 0px 15px;
  font-size: 25px;
  font-weight: 700; }

div#InStockNotifyEmail input#InStockNotifyEmailAddress {
  width: 100% !important; }

.custom_notify {
  display: inline; }

.custom_notify input.ntf_custom {
  max-width: 49%;
  width: 100%;
  padding: 13px 20px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 20px; }

#InStockNotifyOutOfStockLabel {
  font-size: 16px; }

.productView-options .form > .alertBox.alertBox--error .alertBox-icon {
  display: none; }

/* end notify */
.productView-product dl.productView-info {
  font-size: 0px;
  line-height: normal; }

.productView-product dl.productView-info dt.productView-info-name {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  color: #1d1d1d;
  font-family: "Roboto", sans-serif; }

.productView .productView-product .productView-info .productView-info-value {
  margin: 0px 0px 0px 3px;
  display: inline-block;
  vertical-align: middle; }

.productView .productView-product .productView-info .productView-info-value.button.shipping_free {
  background: #0000FF;
  color: #fff;
  font-weight: 700;
  border-color: #0000FF;
  border-radius: 30px;
  font-size: 16px;
  margin-left: 0;
  cursor: auto;
  padding: 6px 20px; }

.productView-product dl.productView-info dt.productView-info-name.upc-label + dd.productView-info-value,
.productView-product dl.productView-info dt.productView-info-name.upc-label {
  margin-bottom: 12px; }

input:focus + label {
  outline: none !important; }

.productGrid .button.out-of-stock-btn,
.productCarousel-slide .button.out-of-stock-btn {
  pointer-events: none; }

.header_right .navUser-item.navUser-item--cart .navUser-action {
  position: relative; }

.navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item > ul {
  display: none;
  position: absolute;
  left: 10px;
  top: 40px;
  width: 500px;
  background: #fff;
  box-shadow: 0 0 3px 2px #00000040;
  padding: 10px 0;
  z-index: 9; }

.navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item:hover > ul {
  display: block; }

.navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-action i.icon.navPages-action-moreIcon {
  display: inline-block;
  margin: 0 0 0 8px;
  transform: rotate(-90deg); }

.navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item:hover > a > span > i.icon.navPages-action-moreIcon {
  transform: none; }

.button.cntbtn {
  margin: 0px 15px 0px 0px; }

.navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item:nth-child(3n) .navPage-childList {
  right: 25%;
  left: auto; }

.brandGrid {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap; }
  .brandGrid .multicolumn-list__item {
    float: left;
    width: 16.666%;
    float: left;
    padding: 0 15px 0; }
    .brandGrid .multicolumn-list__item a {
      border: none;
      display: inline-block;
      width: 100%; }
      .brandGrid .multicolumn-list__item a .brand-card__image-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 110px;
        padding: 0px; }
      .brandGrid .multicolumn-list__item a:hover {
        border: none; }

.page_brands .brands-listing .page-heading {
  text-align: left;
  margin-top: 39px; }

.page_brands ol.breadcrumbs {
  display: none; }

.brandGrid .multicolumn-list__item a .brand-card__image-wrapper img {
  padding: 7%; }

p.adv_color {
  color: #4d3dcf; }

.cms_cnt ul.multicolumn-list {
  margin: 50px 0px 0px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 48px;
  row-gap: 70px; }

.cms_cnt ul.multicolumn-list li.multicolumn-list__item {
  padding: 0; }

.deals_page .body div[data-content-region="category_below_header"] .css-zv74ld .css-mwwowe {
  background: transparent; }

.deals_page .body div[data-content-region="category_below_header"] [data-sub-layout="5f789887-7c91-4abf-8f2b-d0fc696a91c6"] {
  padding: 0; }

.deals_page .body div[data-content-region="category_below_header"] .css-1w3ufnn {
  margin-top: 30px;
  margin-bottom: 84px; }

.deals_page .body div[data-content-region="category_below_header"] .css-1gj5z4p .css-1csgxr0 > div {
  padding: 0;
  min-height: 376px; }

.deals_page .body div[data-content-region="category_below_header"] .css-p3lncx {
  padding: 25px 0 0 0; }
  .deals_page .body div[data-content-region="category_below_header"] .css-p3lncx button {
    background: #0a1638;
    width: 24px;
    height: 24px;
    margin: 0 5px;
    border: none; }
    .deals_page .body div[data-content-region="category_below_header"] .css-p3lncx button.bc-carousel__bullet-active {
      background: #dd1317; }

.page_forgotpassword .alertBox.alertBox--error p #alertBox-message-text,
.page_getnewpassword .alertBox.alertBox--error p #alertBox-message-text {
  color: #000; }

div[data-layout-name="homepage-category"] > div {
  justify-content: space-between; }
  div[data-layout-name="homepage-category"] > div a div img {
    max-height: 190px;
    max-width: 100%;
    margin: 0px auto !important; }

body.deals_page {
  padding: 168px 0 0 0; }

@media only screen and (max-width: 1199px) {
  .cms_cnt ul.multicolumn-list {
    grid-template-columns: repeat(5, 1fr); } }

@media only screen and (max-width: 990px) {
  .cms_cnt ul.multicolumn-list {
    grid-template-columns: repeat(4, 1fr); } }

@media only screen and (max-width: 767px) {
  .cms_cnt ul.multicolumn-list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 50px; } }

@media only screen and (max-width: 479px) {
  .cms_cnt ul.multicolumn-list {
    grid-template-columns: repeat(2, 1fr); } }

@media only screen and (max-width: 1199px) {
  body:not(.page_default).open-menu .megamenu_mn {
    top: 192px; } }

@media only screen and (max-width: 1499px) {
  .header_left .header_left_menuicon .mobileMenu-toggle {
    padding-left: 2px; } }

@media only screen and (max-width: 1399px) {
  .header_left {
    width: calc(100% - 350px); } }

@media only screen and (max-width: 1199px) {
  .logo_mn .header-logo {
    width: 280px;
    margin: 0; }
  .header_right .navUser-item .navUser-action {
    width: 45px;
    height: 45px;
    padding: 8px; }
  .header_right .navUser-item {
    margin: 0 10px 0 0; }
  .page_default .header > .container {
    padding: 20px 20px 3px; }
  .header_right {
    width: 320px;
    margin: 0; }
  .header_left {
    width: calc(100% - 320px); }
  .logo_mn {
    margin: 0 10px 0 20px; }
  .page_default .header_left .search_box .form-input {
    width: auto; }
  .page_default .header_fixed .header_left .search_box {
    margin-left: 20px; }
  .header_right .navUser-item--cart .navUser-item-cartLabel svg {
    width: 100%; }
  .header_right .navUser-item--cart .navUser-item-cartLabel {
    width: 100%; }
  .header_left .header_left_menuicon {
    top: 23px; }
  .header_left .header_left_menuicon .mobileMenu-toggle {
    padding: 0;
    width: 20px;
    height: 55px; }
  .page_default .header_left .search_box {
    margin-left: 0; }
  .header_left .search_box {
    margin-left: 50px; }
  .ask-question-container {
    right: 20px; }
  .productView {
    margin: 0; }
  .productView .productView-details {
    padding: 0; }
  .deals_page div[data-content-region="header_bottom"] {
    padding-left: 15px;
    padding-right: 15px; }
  .deals_page div[data-content-region="header_bottom"] .css-1csgxr0 > div {
    padding: 0;
    min-height: 286px; }
  .deals_page #product-listing-container .product .card-body .type_of_deal .deal_type p strong {
    font-size: 16px;
    line-height: 16px; }
  .deals_page #product-listing-container .product .card-body .type_of_deal .deal_type p em {
    font-size: 11px;
    line-height: 11px; }
  .deals_page #product-listing-container .product .card,
  .deals_page #product-listing-container .product {
    min-height: 820px; }
  .deals_page #product-listing-container .product .card-body .card-text .price-container .price_label {
    display: block; }
  .deals_page #product-listing-container .product .card-body .card-text .price-section--withoutTax.rrp-price--withoutTax .price.price--rrp,
  .deals_page #product-listing-container .product .card-body .card-text .price-container .price.price--withoutTax {
    font-size: 16px; }
  .deals_page #product-listing-container .product .card-body .type_of_deal .deal_type p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    row-gap: 5px; }
  .account .addressList {
    display: flex;
    flex-wrap: wrap; }
  .brandGrid .brand {
    width: 20%; }
  #tab-related p.add-to-cart-warning,
  .gridviewmain .add-to-cart-warning {
    padding: 0 10px;
    left: 0; }
  .productView .productView-images .productView-image img {
    object-fit: contain; }
  .brandGrid .multicolumn-list__item {
    width: 20%; } }

@media only screen and (max-width: 991px) {
  .productView .productView-images .productView-image {
    height: 410px; }
  .mobile_menu {
    display: block;
    float: left;
    width: 100%;
    position: relative; }
  #menu_responsive .navPages ul.navPages-list--user .navPages-item .navPages-action .icon {
    display: none; }
  #menu_responsive .navPages ul.navPages-list--user .navPage-subMenu {
    padding: 0 !important; }
  #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: #fff;
    padding: 15px 20px;
    border-right: 1px #ccc solid; }
  #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:hover a.navPages-action {
    color: #1d1d1d; }
  #menu_responsive .navPages-list.navPages-list--user li a.navPages-action:hover {
    color: #84ab34; }
  #menu_responsive ul li:hover > a.navPages-action,
  #menu_responsive ul.navPages-list.navPages-list--user li > a.navPages-action:hover {
    color: #84ab34; }
  #menu_responsive .navPages-action,
  #menu_responsive .navPage-subMenu-item > .navPage-subMenu-action {
    text-transform: none;
    letter-spacing: 1px;
    line-height: normal;
    padding: 5px 0;
    display: block;
    border: 0;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 16px;
    color: #1d1d1d;
    line-height: 22px; }
    #menu_responsive .navPages-action:hover,
    #menu_responsive .navPage-subMenu-item > .navPage-subMenu-action:hover {
      color: #84ab34; }
  #menu_responsive .navPages ul li:hover .navPage-subMenu,
  #menu_responsive .navPages-quickSearch {
    display: none; }
  #menu_responsive .navPage-subMenu .container {
    padding: 0; }
  #menu_responsive .navPage-subMenu .navPage-subMenu-list,
  #menu_responsive .navPage-subMenu .container {
    display: block !important;
    padding: 0 0 15px 15px !important;
    filter: none;
    box-shadow: none; }
  #menu_responsive .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item {
    padding: 0; }
  #menu_responsive .subcat-expand {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 1px;
    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: #1d1d1d;
    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;
    position: initial;
    min-height: auto; }
  #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; }
  .mobileMenu-toggle {
    left: 0;
    top: 17px;
    background: transparent;
    height: 22px;
    width: 22px;
    padding: 0; }
  .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%);
    width: 22px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    width: 22px; }
  .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; }
  .header .header_main {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header-logo-image {
    max-height: 100%; }
  .header_right .navUser-item.audioli {
    display: none; }
  .header_left {
    width: calc(100% - 230px);
    justify-content: center;
    padding-left: 32px; }
  .header_right {
    width: 230px;
    margin: 0; }
  .footer .footer-info-col.payment-icons {
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0; }
  .footer .footer-info-col.payment-icons img {
    max-width: 400px; }
  .best-seller li {
    width: 33.33%;
    margin: 0 0 50px 0; }
  .best-seller {
    padding: 0 0 20px 0; }
  .best-seller ul {
    margin: 0; }
  .best-seller li a span {
    height: 50px;
    overflow: hidden; }
  .is-open#menu_responsive {
    display: block; }
  .header_right .navUser-item.navUser-item--account {
    display: none; }
  .header_right .navUser {
    position: initial;
    transform: none; }
  .header_left .search_box .search_btn,
  .page_default .header_left .search_box .form-input,
  .header_left .search_box .form-input {
    height: 46px; }
  .header_left .search_box .form-field.all_cat_label {
    display: none; }
  .header_left .all_cat_label {
    width: 130px; }
  .logo_mn {
    margin: 0; }
  .header-logo-image-unknown-size {
    max-height: none; }
  .header-logo__link {
    width: 100%; }
  .logo_mn .header-logo {
    width: 300px; }
  .page_default .header_fixed .header_left .search_box,
  .header_left .search_box {
    margin-left: 0; }
  .megamenu_mn {
    margin: 0;
    padding: 0; }
  .header_right .navUser-item.currency_selector_nav {
    margin: 0;
    height: 45px; }
  .page_default .header_fixed .header_left .search_box .form-input,
  .page_default .header_left .search_box .form-input,
  .header_left .search_box .form-input,
  .header_fixed .header_left .search_box .form-input {
    width: calc(100% - 54px); }
  .header_left .all_cat_label svg {
    top: 20px; }
  body {
    padding: 186px 0 0 0; }
  .header,
  .page_default .header {
    height: auto;
    background: #fff; }
  .page_default .header_fixed .header_left .header_left_menuicon {
    display: none; }
  .header > .container,
  .page_default .header > .container {
    padding: 10px 15px 10px; }
  .header_left .search_box {
    margin-right: 10px; }
  .container {
    padding-left: 15px;
    padding-right: 15px; }
  .megamenu_mn .navPages-list .navPages-item .navPages-action .mainmenu_text {
    display: none; }
  #menu_responsive ul li {
    height: auto;
    margin: 0;
    text-align: left; }
  #menu_responsive .navPages-action, #menu_responsive .navPage-subMenu-item > .navPage-subMenu-action {
    text-align: left;
    width: auto;
    padding-right: 30px; }
  .megamenu_mn .navPages-list .navPages-item .navPages-action img {
    display: none; }
  .header_right .currency_selector_nav a {
    height: 46px; }
  .homebanner ul {
    padding: 30px 0 0 0;
    margin: 0 -6px; }
  .header_right .navUser-item.navUser-item--cart {
    width: 46px;
    height: 46px; }
  .homebanner li {
    padding: 0 6px; }
  .header_left .header_left_menuicon {
    display: none; }
  .header_fixed .header_left .search_box {
    margin-left: 0; }
  .page-sidebar {
    width: 100%;
    padding: 0; }
  #product-listing-container {
    width: 100%;
    padding: 15px 0 0 0; }
  .page_category .body .page {
    margin: 0; }
  .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation,
  .facetedSearch-navList.is-open .accordion--navList,
  .accordion-navigation {
    border-top: none;
    padding-top: 0; }
  .accordion-navigation {
    border-bottom: none; }
  .accordion-block {
    padding-top: 0; }
  .accordion-block .accordion-nav-clear-holder .accordion-title {
    padding-left: 10px;
    padding-right: 10px; }
  a.facetedSearch-toggle.is-open {
    border-bottom: none; }
  .sort_container {
    position: sticky;
    top: 151px;
    z-index: 9;
    background: #fff;
    box-shadow: 0 1px 4px -1px #80808040;
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 10px 15px; }
  .productView {
    display: block; }
  .productView-description .tab {
    float: left; }
  .productView-details.product-options .productView-options .add-to-cart-wrapper .add-to-cart-buttons {
    width: 100%; }
  .productView-details.product-options .productView-options .form-wishlist {
    width: 100%;
    padding: 0;
    margin: 0px; }
  .productView .productView-product .productView-title {
    font-size: 26px; }
  .header_fixed {
    padding-bottom: 0; }
  .deals_page #product-listing-container .product {
    width: 33.33%;
    padding: 0 5px; }
  .deals_page .productGrid {
    margin: 0 -5px; }
  .deals_page #product-listing-container .product .brand-image-custom {
    width: 208px; }
  .deals_page #product-listing-container {
    padding: 0; }
  .deals_page #product-listing-container .product .brand-image-custom {
    width: 148px; }
  .deals_page #product-listing-container .product .card,
  .deals_page #product-listing-container .product {
    min-height: 780px; }
  .cart-totals {
    width: 100%; }
  .cart-total .cart-total-label {
    text-align: left;
    padding-left: 0;
    width: 50%; }
  .cart-total-value {
    width: 50%;
    text-align: right; }
  .navBar--account {
    display: block; }
  .navBar--sub .navBar-item {
    display: inline-block; }
  .page-heading {
    line-height: 38px; }
  div#contact-us-page {
    width: 100%; }
  .brandGrid {
    margin: 0; }
  .brandGrid .brand {
    width: 25%; }
  #menu_responsive .navPages ul.navPage-childList {
    position: initial;
    box-shadow: none;
    padding-bottom: 20px; }
  .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .has-subMenu .collapsible-icon-wrapper {
    display: none; }
  .header_fixed .header_left,
  .page_default .header_fixed .header_left {
    justify-content: center; }
  .header_left .search_box,
  .page_default .header_left .search_box {
    position: absolute;
    left: 0;
    top: 91px;
    margin: 0;
    width: 100%;
    padding: 0 14px; }
  .header,
  .header.header_fixed,
  .page_default .header.header_fixed {
    padding-bottom: 75px; }
  .quickSearchResults .modal-close {
    display: block;
    right: 10px; }
  .header_left .search_box:hover {
    box-shadow: none; }
  .page_search .page-content {
    width: 100%; }
  .deals_page div[data-content-region="header_bottom"] .css-1csgxr0 > div {
    padding: 0;
    min-height: 206px; }
  .mobile.audioli {
    display: block; }
  .header.is-open {
    height: auto;
    left: 275px; }
  .custom_notify input.ntf_custom {
    margin: 0px 0px 15px;
    max-width: 100%; }
  .productView-options .form > .alertBox.alertBox--error {
    max-width: 100%; }
  .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item > ul {
    position: initial;
    box-shadow: none;
    padding-bottom: 20px; }
  .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-action i.icon.navPages-action-moreIcon {
    display: none; }
  .brandGrid .multicolumn-list__item {
    width: 25%; }
  .productView-details.product-options .productView-options .add-to-cart-wrapper .add-to-cart-buttons,
  .productView-details.product-options .productView-options .form-wishlist {
    width: 49%; } }

@media only screen and (max-width: 767px) {
  .logo_mn .header-logo {
    width: 250px; }
  body {
    padding: 172px 0 0 0; }
  .best-seller li {
    width: 50%; }
  .header_left .search_box, .page_default .header_left .search_box {
    top: 75px; }
  .header_right .navUser-item:first-child .navUser-action {
    width: 40px;
    height: 40px; }
  .header_right .navUser-item:first-child {
    width: 40px;
    margin: 0 3px 0 0; }
  /*
	.header_right .currency_selector_nav a svg:first-child,
	.header_right .currency_selector_nav a img{
		display: none;
	}
	.header_right .currency_selector_nav ul.f-open-dropdown a[data-currency-code="USD"]::before,
	.header_right .currency_selector_nav ul.f-open-dropdown a[data-currency-code="CAD"]::before{
		display: none;
	}
	*/
  .header_right .currency_selector_nav a,
  .header_right .currency_selector_nav ul.f-open-dropdown li {
    width: 62px;
    height: 46px; }
  .header_right .currency_selector_nav ul {
    bottom: -46px; }
  .header_right .navUser-item.currency_selector_nav {
    width: 62px; }
  .header_right .navUser-item .navUser-action {
    width: 40px;
    height: 40px;
    padding: 8px; }
  .page_default .header_fixed .header_left,
  .header_left {
    justify-content: center;
    padding-right: 0; }
  .header_left .search_box .search_btn svg {
    width: 23px; }
  .homebanner li {
    width: 100%;
    padding: 0;
    margin: 10px 0; }
  .homebanner ul {
    margin: 0; }
  .best-seller .page-heading {
    margin: 53px 0 30px 0; }
  .subscription-form .form-field {
    flex-flow: column; }
  .subscription-form .form-prefixPostfix .button {
    margin: 10px 0 0 0; }
  .best-seller {
    padding: 0; }
  .header_right .currency_selector_nav ul.f-open-dropdown {
    width: 100% !important; }
  .header_right .currency_selector_nav ul.f-open-dropdown li {
    border-radius: 8px; }
  .sort_container {
    top: 136px; }
  .page-sidebar + .page-content .productGrid .product {
    width: 50%; }
  .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .card-body-top {
    width: 100%;
    padding-right: 0; }
  .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .card-body-middle {
    width: 100%;
    text-align: left;
    padding-left: 25px; }
  .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .card-title {
    font-size: 18px; }
  .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .both-button-outer {
    display: flex;
    flex-flow: row;
    column-gap: 15px;
    margin-bottom: 15px; }
  .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .card-body-middle .restriction-product-addtocart {
    width: 100%; }
  .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .both-button-outer .button {
    width: 100%;
    margin: 0; }
  .productCarousel-slide .card .card-figure .card-img-container, .productGrid .card .card-figure .card-img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column; }
  .productView {
    display: flex; }
  .productView .pp_left {
    width: 100%; }
  .productView .pp_right {
    width: 100%;
    margin-left: 0;
    float: left; }
  .productView-description .tab {
    width: 100%; }
  .productView .productView-images .productView-image a,
  .productView .productView-images .productView-image {
    height: 390px; }
  .deals_page #product-listing-container .product {
    width: 50%; }
  .deals_page #product-listing-container .product .card-body .card-text .price-section--withoutTax.rrp-price--withoutTax .original {
    display: block; }
  .modal-content .previewCart .productView {
    display: block; }
  .modal-content .previewCart .productView .productView-img-container {
    height: 350px; }
  .cart-item-info .cart-item-label {
    font-size: 15px; }
  .navBar--sub .navBar-item {
    margin-bottom: 10px; }
  .ask-question-container .form-wrapper .ask-form-inner {
    height: 250px;
    overflow-y: scroll; }
  .brandGrid .brand {
    width: 33.33%; }
  .header_right {
    width: 170px;
    margin: 0; }
  .header_left {
    width: calc(100% - 170px); }
  .header, .header.header_fixed, .page_default .header.header_fixed {
    padding-bottom: 60px; }
  .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .card-text .price-saved-container .price-saved {
    float: left; }
  .page_account_recentitems .productGrid .product,
  .page_account_recentitems .productGrid .card {
    min-height: 635px; }
  .deals_page div[data-content-region="header_bottom"] .css-1csgxr0 > div {
    padding: 0;
    min-height: 145px; }
  .wishlists-table .table-actions .form-fieldset {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    row-gap: 10px; }
  .brandGrid .multicolumn-list__item {
    width: 33.33%;
    padding: 0 10px 20px; } }

@media only screen and (max-width: 767px) {
  .header_left {
    width: calc(100% - 220px);
    margin: 0; }
  .header_right {
    width: 220px; }
  .header_right .navUser-item.currency_selector_nav,
  .header_right .currency_selector_nav a,
  .header_right .currency_selector_nav ul.f-open-dropdown li {
    width: 90px; }
  .header_right .currency_selector_nav a span,
  .header_right .currency_selector_nav ul.f-open-dropdown a[data-currency-code=CAD] {
    font-size: 16px; } }

@media only screen and (max-width: 479px) {
  .header_fixed .header_left {
    padding-right: 0; }
  .header_left .search_box, .page_default .header_left .search_box {
    top: 92px; }
  .header_left {
    width: calc(100% - 85px); }
  .header_right {
    width: 85px; }
  .header_right .navUser-item {
    margin: 0; }
  .header_right .navUser-item--cart .navUser-item-cartLabel {
    display: block; }
  .logo_mn .header-logo {
    width: 180px; }
  .header_right .navUser-item:first-child {
    width: 40px;
    height: 40px;
    margin: 0 5px 0 0; }
  .header_right .navUser-item .navUser-action,
  .header_right .navUser-item:first-child .navUser-action,
  .header_right .navUser-item.navUser-item--cart {
    width: 40px;
    height: 40px; }
  .header_right .currency_selector_nav ul {
    bottom: -38px; }
  .header_right .currency_selector_nav ul.f-open-dropdown li,
  .header_right .currency_selector_nav a {
    height: 32px; }
  .header_right .navUser-item.currency_selector_nav {
    margin: 10px 0 0 0;
    height: 20px; }
  .footer {
    padding: 40px 0 25px 0; }
  .footer .footer-info-col {
    text-align: left; }
  .footer .footer-info-col.payment-icons img {
    max-width: 280px; }
  .subscription-form .form-prefixPostfix .button {
    margin: 10px 0 0 0;
    width: 100%; }
  .footer-copyright .powered-by br {
    display: block; }
  .productCarousel-slide .card .card-figure .card-img-container, .productGrid .card .card-figure .card-img-container {
    height: 140px; }
  .productCarousel-slide .card-body, .productGrid .card-body {
    text-align: left;
    padding: 0; }
  .productCarousel-slide .card-body .productView-info-value, .productGrid .card-body .productView-info-value {
    width: 100%; }
  .productCarousel-slide .product, .productGrid .product,
  .productGrid .card {
    min-height: 550px; }
  .productCarousel-slide .card {
    min-height: 590px; }
  .productCarousel-slide, .productGrid {
    margin: 0 -5px; }
  .productCarousel-slide .product, .productGrid .product {
    padding: 0 5px; }
  .productCarousel-slide .button, .productGrid .button {
    font-size: 13px; }
  .sort_container {
    top: 145px; }
  .sort_container .view_main label {
    display: none; }
  .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .both-button-outer {
    flex-flow: column;
    row-gap: 10px; }
  .listviewmain .page-sidebar + .page-content .productGrid .product .card .card-body .card-body-middle .restriction-product-addtocart {
    margin-top: 15px; }
  .productView .productView-images .productView-image a,
  .productView .productView-images .productView-image {
    height: 225px; }
  body {
    padding: 212px 0 0 0; }
  ol.breadcrumbs {
    display: block; }
  .productView-info-name, .productView-info-value {
    width: 100%; }
  .deals_page #product-listing-container .product {
    width: 100%; }
  .deals_page #product-listing-container .product .card-body .card-text .price-section--withoutTax {
    width: 100%; }
  .deals_page #product-listing-container .product .card, .deals_page #product-listing-container .product {
    min-height: auto; }
  .deals_page #product-listing-container .product .card-body .sku_main {
    flex-flow: column;
    height: auto; }
  .modal-content .previewCart .productView .productView-img-container {
    height: 300px; }
  .cart-item-block.cart-item-info.cart-item-quantity {
    margin: 10px 0; }
  .page_default .header_fixed .header_left, .header_left {
    padding-right: 0; }
  .page-heading {
    font-size: 28px; }
  .new-customer .button {
    width: 100%; }
  .wishlists-table .table-actions .button {
    margin: 5px 0; }
  .ask-question-container {
    width: calc(100% - 30px);
    right: 15px;
    left: 15px; }
  .ask-question-container .form-wrapper .ask-form-inner {
    height: auto;
    overflow-y: scroll; }
  .ask-question-container .ask-bottom-btn .btn-ask-me {
    font-size: 18px;
    width: 200px;
    height: 45px; }
  .ask-question-container .form-wrapper .ask-heading h4 {
    padding: 12px 20px 12px 30px;
    font-size: 18px; }
  .ask-question-container .form-wrapper .ask-questions-frm .form-row {
    margin: 0 0 15px 0; }
  .ask-question-container .form-wrapper .ask-heading .ask-form-close {
    top: 17px; }
  .ask-question-container .form-wrapper .ask-heading .ask-form-close svg {
    width: 15px; }
  .ask-question-container.active .form-wrapper {
    margin-bottom: 10px; }
  .page_page .page-heading {
    font-size: 28px;
    margin-bottom: 20px; }
  .cms_cnt li,
  .cms_cnt p {
    font-size: 16px; }
  .brandGrid .brand {
    width: 50%; }
  .page_page_contact_form form[name="trade-ins"] {
    padding: 35px 15px; }
  .page_page_contact_form form[name="trade-ins"] .upload_file input {
    width: 100%; }
  .header_left .search_box .search_btn, .page_default .header_left .search_box .form-input, .header_left .search_box .form-input {
    height: 35px; }
  .header, .header.header_fixed, .page_default .header.header_fixed {
    padding-bottom: 55px; }
  .best-seller li a .best_seller_img {
    height: 150px; }
  .uniqueID-modal {
    width: calc( 100% - 10px);
    height: 250px;
    overflow: scroll;
    top: 230px;
    margin: 0 0 0 10px; }
  .uniqueID-modal .added_to_cart-popup_main .atc--product .atc--product-details .cart-item-value.price-popup-wrap {
    padding: 0; }
  .uniqueID-modal .added_to_cart-popup_main .atc--product .atc--product-details .car-quick-price .currentCurrancy {
    margin: 0; }
  .uniqueID-modal .added_to_cart-popup_main .atc--product .atc--product-details .car-quick-price {
    margin-top: 0; }
  .productView .cart-edit-loop .cart-edit-label {
    text-align: left; }
  .form-label--inlineSmall small {
    margin-left: 0; }
  .page_account_recentitems .productGrid .product,
  .page_account_recentitems .productGrid .card {
    min-height: 600px; }
  .deals_page div[data-content-region="header_bottom"] .css-1csgxr0 > div {
    padding: 0;
    min-height: 85px; }
  .deals_page #product-listing-container .product .both-button-outer {
    position: initial;
    width: 100%;
    padding: 0; }
  .error_msg svg {
    width: 100%; }
  body.has-activeNavPages .ask-question-container {
    z-index: 9; }
  .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .button {
    max-width: 100%; }
  .button.cntbtn {
    margin: 15px 0px 0px 0px; }
  .brandGrid .multicolumn-list__item {
    width: 100%; } }

@media only screen and (max-width: 374px) {
  .page_default .header_fixed .header_left, .header_left {
    padding-right: 0; }
  .logo_mn .header-logo {
    width: 146px; }
  .g-recaptcha {
    overflow: hidden; }
  .page_search .page-heading, .page_category .page-heading {
    word-break: break-all; }
  .page_wishlists .table--line tr td + td,
  .page_wishlists .table--line .table-thead tr th + th {
    padding-left: 10px; } }

.megamenu_mn .navPages-list .navPages-item:nth-child(n+11) {
  display: none !important; }

option.parent-cat {
  font-weight: 700; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Apply only to Safari (and potentially Chrome on Mac) */
  option.parent-cat {
    font-weight: bold;
    /* Adjust as necessary */ } }

.listviewmain .page-sidebar + .page-content .productGrid .product .card.hidecatalog .card-body .country-restriction-btn-warning {
  margin-bottom: 0px; }

.productGrid .hidecatalog .card-body .card-text,
.productGrid .hidecatalog .both-button-outer,
.page_product .hidecatalog .productView-price,
.page_product .hidecatalog .productView-details.product-options {
  display: none !important; }

p.adv_price {
  margin: 7px 0px 5px; }

/* HP Customize */
.customize_hp_sec > .container {
  padding: 0px; }

div[data-content-region="header_bottom"] {
  clear: both; }

[data-sub-layout-container="b63a0620-38f2-40b8-b0b4-1c932a4ded05"] > div {
  flex-basis: 20%;
  max-width: 20%; }

@media only screen and (max-width: 990px) {
  [data-sub-layout-container=b63a0620-38f2-40b8-b0b4-1c932a4ded05] > div {
    flex-basis: 33.33%;
    max-width: 33.33%;
    margin-bottom: 50px; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-bottom: 15px; } }

@media only screen and (max-width: 767px) {
  [data-sub-layout-container=b63a0620-38f2-40b8-b0b4-1c932a4ded05] > div {
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 50px; } }

@media only screen and (max-width: 700px) {
  [data-sub-layout="1664e2f8-38b1-4d08-9b33-baf31b7b27f9"] {
    margin-bottom: 30px; } }

ul#facetedSearch-navList--category {
  list-style: none; }

.estimator-form--default ul li dl {
  display: flex;
  justify-content: space-between;
  align-items: baseline; }

.estimator-form--default ul li dl .estimator-form-label input {
  display: inline-block;
  vertical-align: middle; }

.estimator-form--default ul li dl .estimator-form-label {
  text-align: left; }

.estimator-form--default .estimator-form-input--price {
  min-width: 100px; }

@media only screen and (min-width: 990px) {
  .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList.col-four {
    width: 1000px; }
  .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList.col-four > .navPage-childList-item {
    width: 25%; }
  .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList.col-four > .navPage-childList-item:nth-child(4n+1),
  .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList.col-three > .navPage-childList-item:nth-child(3n+1) {
    clear: left; }
  .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList.col-four > .navPage-childList-item .navPage-childList-action,
  .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList.col-three > .navPage-childList-item .navPage-childList-action {
    padding-left: 10px;
    padding-right: 10px; }
  .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList.col-three {
    width: 800px; }
  .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList.col-three > .navPage-childList-item {
    width: 33.33%; }
  .facetedSearch-clearLink {
    top: 0px; } }

div#grwf2_wtHeS_iziz8,
html body .grwf2_backdrop,
body div.grwf2-wrapper.wf2-none.wf2-loaded {
  display: none !important; }

.account .alertBox-column.alertBox-message,
.account .alertBox-message {
  color: #ffffff; }

@media only screen and (max-width: 479px) {
  .gridviewmain .add-to-cart-warning {
    position: static;
    padding: 0px !important; }
  .deals_page .body div[data-content-region=category_below_header] .css-1gj5z4p .css-1csgxr0 > div {
    min-height: 150px; }
  body.deals_page {
    padding: 149px 0px 0px; } }

.page_category .productGrid .product .card-figure {
  overflow: visible; }

.page_category .productGrid .card {
  padding: 30px 10px 10px; }

.page_category .productGrid .product .freeshipping {
  position: absolute;
  top: -30px;
  left: -10px;
  background: linear-gradient(135deg, #0000FF, #0055FF);
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 34px 5px 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
  width: auto;
  text-align: left;
  z-index: 1;
  line-height: 20px; }

#CartEditProductFieldsForm .form-checkbox + .form-label::before,
#CartEditProductFieldsForm .form-radio + .form-label::before,
#CartEditProductFieldsForm .form-checkbox + .form-label::after,
#CartEditProductFieldsForm .form-radio + .form-label::after {
  margin-top: -2px; }

.estimator-form--default .estimator-form-input--price {
  margin-bottom: 0px; }

@media only screen and (max-width: 479px) {
  .page_category .productGrid .product .freeshipping {
    clip-path: unset;
    text-align: center;
    padding: 5px 10px;
    right: -10px; }
  .productView-details.product-options .productView-options .add-to-cart-wrapper .add-to-cart-buttons,
  .productView-details.product-options .productView-options .form-wishlist {
    width: 100%; } }

@media only screen and (max-width: 990px) {
  .productView .pp_left {
    width: 100%; }
  .productView .pp_right {
    width: 100%;
    margin: 0; }
  .productView.productView--quickView .productView-images .productView-image a {
    height: auto; }
  input#giftcertificatecode + .button {
    margin-top: 15px; }
  .productView .productView-images .productView-image,
  .productView .productView-images .productView-image a {
    height: auto; }
  .page_default.open-menu .megamenu_mn {
    padding: 0px; } }

@media only screen and (max-width: 767px) {
  .deals_page .body div[data-content-region="category_below_header"] .css-1gj5z4p .css-1csgxr0 > div {
    min-height: 175px; } }

@media only screen and (max-width: 479px) {
  .deals_page .body div[data-content-region="category_below_header"] .css-1gj5z4p .css-1csgxr0 > div {
    min-height: 100px; } }
