@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");
@import url("https://fonts.googleapis.com/css2?family=Alatsi&display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #101010;
  padding: 0 0 0 0;
  font-size: 18px;
  line-height: 26px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Alatsi", sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  color: #101010; }

p {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #101010;
  font-size: 18px;
  line-height: 26px; }

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

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

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

a {
  text-decoration: none; }

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

.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 .button,
  .custom_account_recentitems .quickSearchResults .button,
  .custom_wishlist .quickSearchResults .button {
    display: none; }
  .quickSearchResults .ctm-qty-input,
  .custom_account_recentitems .quickSearchResults .ctm-qty-input,
  .custom_wishlist .quickSearchResults .ctm-qty-input {
    display: none; }
  .quickSearchResults .card--alternate:hover .card-body,
  .custom_account_recentitems .quickSearchResults .card--alternate:hover .card-body,
  .custom_wishlist .quickSearchResults .card--alternate:hover .card-body {
    background-color: transparent; }
  .quickSearchResults .card--alternate:hover .card-body .card-text,
  .custom_account_recentitems .quickSearchResults .card--alternate:hover .card-body .card-text,
  .custom_wishlist .quickSearchResults .card--alternate:hover .card-body .card-text {
    color: #101010; }
  .quickSearchResults .modal-close,
  .custom_account_recentitems .quickSearchResults .modal-close,
  .custom_wishlist .quickSearchResults .modal-close {
    color: #101010;
    top: 5px;
    right: 5px;
    background: transparent; }
    .quickSearchResults .modal-close:hover,
    .custom_account_recentitems .quickSearchResults .modal-close:hover,
    .custom_wishlist .quickSearchResults .modal-close:hover {
      color: #101010; }
  .quickSearchResults .productGrid,
  .custom_account_recentitems .quickSearchResults .productGrid,
  .custom_wishlist .quickSearchResults .productGrid {
    width: 100%;
    background-color: #fff;
    display: block;
    max-height: 466px;
    overflow-y: auto;
    min-width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #bebdbd;
    border-top: 0; }
    .quickSearchResults .productGrid .product,
    .custom_account_recentitems .quickSearchResults .productGrid .product,
    .custom_wishlist .quickSearchResults .productGrid .product {
      width: 100%;
      padding: 5px 25px 5px 0;
      display: block;
      border-bottom: 1px solid #dedddb;
      float: left; }
      .quickSearchResults .productGrid .product .card,
      .custom_account_recentitems .quickSearchResults .productGrid .product .card,
      .custom_wishlist .quickSearchResults .productGrid .product .card {
        border: 0;
        margin: 0;
        padding: 0 10px;
        background-color: #fff; }
        .quickSearchResults .productGrid .product .card .card-figure,
        .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure,
        .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure {
          width: 50px;
          height: auto;
          float: left;
          padding: 0;
          margin: 0;
          box-shadow: none; }
          .quickSearchResults .productGrid .product .card .card-figure .card-img-container,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure .card-img-container,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure .card-img-container {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%; }
          .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;
              position: initial; }
          .quickSearchResults .productGrid .product .card .card-figure .sale-flag-side,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure .sale-flag-side,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure .sale-flag-side {
            display: none; }
          .quickSearchResults .productGrid .product .card .card-figure .product_badges,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure .product_badges,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure .product_badges {
            display: none; }
        .quickSearchResults .productGrid .product .card .card-body,
        .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body,
        .custom_wishlist .quickSearchResults .productGrid .product .card .card-body {
          width: calc(100% - 50px);
          float: left;
          padding: 0 10px 0px 20px;
          text-align: left; }
          .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;
            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: #101010;
              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: #0088CA; }
          .quickSearchResults .productGrid .product .card .card-body .rating--small .icon,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body .rating--small .icon,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-body .rating--small .icon {
            width: 10px;
            height: 10px; }
          .quickSearchResults .productGrid .product .card .card-body p[data-test-info-type="brandName"],
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body p[data-test-info-type="brandName"],
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-body p[data-test-info-type="brandName"] {
            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;
            text-align: left; }
            .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 10px 0 0;
              font-size: 16px;
              display: inline-block;
              font-size: 22px;
              font-family: "Poppins", sans-serif;
              font-weight: 500;
              color: #0088CA; }
              .quickSearchResults .productGrid .product .card .card-body .card-text .price-section span:first-child,
              .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-text .price-section span:first-child,
              .custom_wishlist .quickSearchResults .productGrid .product .card .card-body .card-text .price-section span:first-child {
                display: none; }
              .quickSearchResults .productGrid .product .card .card-body .card-text .price-section .price-now-label,
              .quickSearchResults .productGrid .product .card .card-body .card-text .price-section .price-label,
              .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-text .price-section .price-now-label,
              .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-text .price-section .price-label,
              .custom_wishlist .quickSearchResults .productGrid .product .card .card-body .card-text .price-section .price-now-label,
              .custom_wishlist .quickSearchResults .productGrid .product .card .card-body .card-text .price-section .price-label {
                display: none; }
              .quickSearchResults .productGrid .product .card .card-body .card-text .price-section.non-sale-price--withoutTax,
              .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-text .price-section.non-sale-price--withoutTax,
              .custom_wishlist .quickSearchResults .productGrid .product .card .card-body .card-text .price-section.non-sale-price--withoutTax {
                color: #000000;
                font-size: 15px;
                font-weight: 500; }
          .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; }

.countPill {
  background: #0088CA;
  padding: 1px 0 0 0; }

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

.flum-content {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333; }

.flum-content h2, .flum-content h3 {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px; }

.flum-content ul {
  margin-left: 20px;
  padding-left: 10px; }

.flum-content li {
  margin-bottom: 6px; }

.header .container {
  max-width: 1400px; }

.header .header-top {
  background: #0088CA;
  padding: 7px 0; }
  .header .header-top ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    .header .header-top ul li {
      display: inline-block;
      position: relative;
      padding: 0 14px 0 12px; }
      .header .header-top ul li::before {
        content: '';
        position: absolute;
        right: 0;
        top: 5px;
        background: #fff;
        width: 2px;
        height: 16px; }
      .header .header-top ul li a {
        color: #fff;
        font-weight: bold; }
      .header .header-top ul li:last-child::before {
        display: none; }

.header .header-middle {
  background: #101010;
  padding: 33px 0 21px 0; }
  .header .header-middle .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header .header-middle .header-logo {
    margin: 0;
    width: 255px; }
    .header .header-middle .header-logo .header-logo-image-container {
      min-height: auto;
      width: 255px; }
      .header .header-middle .header-logo .header-logo-image-container img {
        width: auto;
        max-height: 150px; }
  .header .header-middle .navUser {
    padding: 0;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 30px; }
    .header .header-middle .navUser::before, .header .header-middle .navUser::after {
      display: none; }
    .header .header-middle .navUser .navUser-item {
      position: relative; }
      .header .header-middle .navUser .navUser-item.navUser-item--cart .dropdown-menu {
        width: 350px;
        max-width: 350px;
        top: 40px !important;
        right: 30px; }
      .header .header-middle .navUser .navUser-item #validate-company {
        display: none !important; }
      .header .header-middle .navUser .navUser-item#my-quote-entry {
        display: none !important; }
      .header .header-middle .navUser .navUser-item#pc-quickorderpad-entry {
        display: none !important; }
      .header .header-middle .navUser .navUser-item .navUser-action {
        padding: 0;
        color: #fff;
        font-size: 16px;
        text-transform: capitalize;
        font-weight: normal;
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 8px; }
        .header .header-middle .navUser .navUser-item .navUser-action:hover {
          color: #0088CA; }
          .header .header-middle .navUser .navUser-item .navUser-action:hover svg path {
            fill: #0088CA !important; }
        .header .header-middle .navUser .navUser-item .navUser-action svg {
          fill: none;
          stroke: none; }
    .header .header-middle .navUser .account-section,
    .header .header-middle .navUser .navUser-item--account {
      position: relative; }
      .header .header-middle .navUser .account-section .customer-dropdown,
      .header .header-middle .navUser .navUser-item--account .customer-dropdown {
        position: absolute;
        top: 40px;
        right: 0;
        background: #fff;
        width: 200px;
        padding: 10px 20px;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); }
        .header .header-middle .navUser .account-section .customer-dropdown li,
        .header .header-middle .navUser .navUser-item--account .customer-dropdown li {
          padding: 5px 0; }
          .header .header-middle .navUser .account-section .customer-dropdown li .navUser-action,
          .header .header-middle .navUser .navUser-item--account .customer-dropdown li .navUser-action {
            color: #101010; }
            .header .header-middle .navUser .account-section .customer-dropdown li .navUser-action:hover,
            .header .header-middle .navUser .navUser-item--account .customer-dropdown li .navUser-action:hover {
              color: #0088CA; }
      .header .header-middle .navUser .account-section > .navUser-action,
      .header .header-middle .navUser .navUser-item--account > .navUser-action {
        position: relative;
        padding: 0 0 0 21px;
        margin: 0 0 0 21px; }
        .header .header-middle .navUser .account-section > .navUser-action::before,
        .header .header-middle .navUser .navUser-item--account > .navUser-action::before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 1px;
          height: 26px;
          background: #0088CA; }
      .header .header-middle .navUser .account-section .toggle_sibling,
      .header .header-middle .navUser .navUser-item--account .toggle_sibling {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 4px;
        padding: 0 0 0 21px;
        margin: 0 0 0 21px; }
        .header .header-middle .navUser .account-section .toggle_sibling::before,
        .header .header-middle .navUser .navUser-item--account .toggle_sibling::before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 1px;
          height: 26px;
          background: #0088CA; }
        .header .header-middle .navUser .account-section .toggle_sibling span,
        .header .header-middle .navUser .navUser-item--account .toggle_sibling span {
          color: #fff;
          font-size: 16px;
          text-transform: capitalize;
          font-weight: normal; }
          .header .header-middle .navUser .account-section .toggle_sibling span:hover,
          .header .header-middle .navUser .navUser-item--account .toggle_sibling span:hover {
            color: #0088CA; }
        .header .header-middle .navUser .account-section .toggle_sibling:hover svg path,
        .header .header-middle .navUser .navUser-item--account .toggle_sibling:hover svg path {
          fill: #0088CA !important; }
        .header .header-middle .navUser .account-section .toggle_sibling svg,
        .header .header-middle .navUser .navUser-item--account .toggle_sibling svg {
          fill: none;
          stroke: none; }
  .header .header-middle .search-panel {
    display: block;
    border: none;
    width: 568px; }
    .header .header-middle .search-panel .container {
      max-width: 100%;
      display: block;
      padding: 0; }
    .header .header-middle .search-panel .form {
      margin: 0; }
    .header .header-middle .search-panel .form-field {
      margin: 0;
      width: 100%;
      position: relative; }
      .header .header-middle .search-panel .form-field .form-input {
        padding: 5px 50px 5px 15px; }
      .header .header-middle .search-panel .form-field .search-button {
        position: absolute;
        right: 0;
        top: 0;
        width: 42px;
        height: 42px;
        background: #0088CA;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0 4px 4px 0; }
        .header .header-middle .search-panel .form-field .search-button .search-button-icon {
          float: left; }
          .header .header-middle .search-panel .form-field .search-button .search-button-icon svg {
            float: left; }
        .header .header-middle .search-panel .form-field .search-button:hover {
          background: #33a0d5; }

.header .navPages-container {
  background: #101010;
  padding: 0 0 0 0; }
  .header .navPages-container .navPages {
    line-height: normal; }
  .header .navPages-container .navPages-list .navPages-item {
    line-height: normal;
    margin: 0 0;
    position: relative; }
    .header .navPages-container .navPages-list .navPages-item .navPages-action {
      padding: 8px 15px;
      color: #fff;
      font-size: 15px;
      font-weight: 600;
      line-height: normal;
      text-transform: capitalize; }
      .header .navPages-container .navPages-list .navPages-item .navPages-action:hover {
        background: #0088ca; }
      .header .navPages-container .navPages-list .navPages-item .navPages-action .icon {
        width: 11px;
        height: 7px;
        margin: 0 0 0 10px; }
        .header .navPages-container .navPages-list .navPages-item .navPages-action .icon svg {
          fill: none;
          stroke: none; }
      .header .navPages-container .navPages-list .navPages-item .navPages-action.is-open {
        background: #0088ca; }
    .header .navPages-container .navPages-list .navPages-item .navPage-subMenu {
      width: 240px;
      background: #fff;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      border: 1px solid #ddd;
      padding: 15px 0 !important;
      z-index: 9; }
      .header .navPages-container .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-item {
        width: 100%;
        padding: 0 10px !important;
        position: relative; }
        .header .navPages-container .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-item .navPages-action {
          color: #101010;
          padding: 5px 20px;
          border: none;
          margin: 3px 0;
          font-weight: 400; }
          .header .navPages-container .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-item .navPages-action:hover {
            background: rgba(61, 61, 80, 0.09);
            color: #0088CA; }
    .header .navPages-container .navPages-list .navPages-item .navPage-childList {
      position: absolute;
      left: 100%;
      top: 0;
      width: 240px;
      background: #fff;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      border: 1px solid #ddd;
      padding: 15px 20px;
      display: none; }

.navPages ul li .navPage-subMenu .navPage-subMenu-item:hover > ul.navPage-childList,
.navPages ul li:hover > div.navPage-subMenu {
  display: block; }

.footer {
  background: #101010;
  padding: 36px 0 35px 0; }
  .footer .container {
    max-width: 1220px; }
  .footer .footer-info {
    margin: 0; }
    .footer .footer-info .footer-info-col {
      padding: 0;
      width: auto;
      margin: 0; }
      .footer .footer-info .footer-info-col .footer-info-heading {
        color: #fff;
        font-size: 16px;
        color: #FFFFFF;
        text-transform: uppercase;
        font-weight: 400;
        margin: -1px 0 13px 0; }
    .footer .footer-info .footer-info-list li {
      margin: 0 0 4px 0; }
      .footer .footer-info .footer-info-list li a {
        color: #fff;
        font-size: 15px;
        font-weight: 400; }
        .footer .footer-info .footer-info-list li a:hover {
          color: #0088CA; }
    .footer .footer-info .f_logo_col {
      width: 408px;
      padding: 2px 100px 0 0;
      margin-left: -1px; }
      .footer .footer-info .f_logo_col .header-logo__link {
        width: 288px;
        margin: 0 0 32px 0; }
        .footer .footer-info .f_logo_col .header-logo__link img {
          width: auto; }
    .footer .footer-info .main_pages_col {
      width: 183px;
      padding: 0 20px 0 0; }
    .footer .footer-info .policy_col {
      width: 225px;
      padding: 0 20px 0 0; }
      .footer .footer-info .policy_col .footer-info-list li:last-child {
        margin: 10px 0 0 0; }
    .footer .footer-info .newsletterSubscription_col {
      width: 374px;
      float: right; }
      .footer .footer-info .newsletterSubscription_col .footer-info-heading {
        margin-bottom: 14px; }
      .footer .footer-info .newsletterSubscription_col p {
        color: #fff;
        font-size: 14px;
        line-height: 21px;
        margin: 0 0 10px 0; }
      .footer .footer-info .newsletterSubscription_col .form {
        margin: 0; }
        .footer .footer-info .newsletterSubscription_col .form .form-field {
          margin: 0; }
        .footer .footer-info .newsletterSubscription_col .form .form-prefixPostfix {
          width: 278px; }
          .footer .footer-info .newsletterSubscription_col .form .form-prefixPostfix .form-input {
            border-radius: 6px 0 0 6px;
            width: 192px;
            height: auto;
            padding: 1px 15px 0 15px;
            line-height: 34px;
            border: none;
            font-size: 14px;
            font-family: "Poppins", sans-serif; }
            .footer .footer-info .newsletterSubscription_col .form .form-prefixPostfix .form-input::placeholder {
              font-size: 14px;
              color: #B1B1B1;
              font-family: "Poppins", sans-serif; }
          .footer .footer-info .newsletterSubscription_col .form .form-prefixPostfix .button {
            padding: 0;
            width: 86px;
            text-align: center;
            line-height: 35px;
            color: #fff;
            font-family: "Alatsi", sans-serif;
            text-transform: uppercase;
            height: auto;
            border: none;
            font-size: 16px; }
      .footer .footer-info .newsletterSubscription_col .footer-info-social {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 22px 0 0 0; }
        .footer .footer-info .newsletterSubscription_col .footer-info-social .footer-info-label {
          color: #fff;
          margin: 1px 25px 0 0;
          font-size: 16px; }
        .footer .footer-info .newsletterSubscription_col .footer-info-social .socialLinks {
          float: left; }
          .footer .footer-info .newsletterSubscription_col .footer-info-social .socialLinks .socialLinks-item {
            float: left;
            margin: 0 15px 0 0; }
            .footer .footer-info .newsletterSubscription_col .footer-info-social .socialLinks .socialLinks-item .icon {
              width: auto;
              height: auto;
              float: left; }
              .footer .footer-info .newsletterSubscription_col .footer-info-social .socialLinks .socialLinks-item .icon svg {
                float: left; }
              .footer .footer-info .newsletterSubscription_col .footer-info-social .socialLinks .socialLinks-item .icon:hover svg path {
                fill: #fff !important; }
  .footer .footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 0 0; }
    .footer .footer_bottom .footer-copyright p {
      margin: 0;
      color: #fff;
      font-size: 14px; }
      .footer .footer_bottom .footer-copyright p a {
        color: #fff;
        font-size: 14px; }
        .footer .footer_bottom .footer-copyright p a:hover {
          color: #0088CA; }

.home-page-banner {
  display: inline-block;
  width: 100%;
  margin: 20px 0 0 0; }
  .home-page-banner .home-page-left-top-banner {
    width: 50%;
    float: left;
    padding: 0 7.5px 0 0;
    height: 430px; }
    .home-page-banner .home-page-left-top-banner .heroCarousel {
      max-height: 100%;
      margin: 0;
      border-radius: 10px;
      overflow: hidden; }
      .home-page-banner .home-page-left-top-banner .heroCarousel .heroCarousel-image-wrapper {
        max-height: 100%;
        height: 430px; }
        .home-page-banner .home-page-left-top-banner .heroCarousel .heroCarousel-image-wrapper img {
          height: 430px;
          width: 100%;
          object-fit: cover; }
    .home-page-banner .home-page-left-top-banner .carousel-play-pause-button {
      display: none !important; }
    .home-page-banner .home-page-left-top-banner .slick-dots {
      text-align: right;
      bottom: 1px;
      padding: 0 10px 0 0; }
      .home-page-banner .home-page-left-top-banner .slick-dots li {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: none;
        padding: 0;
        margin: 0 0 0 7px; }
        .home-page-banner .home-page-left-top-banner .slick-dots li button {
          width: 20px;
          height: 20px;
          border-radius: 50%;
          padding: 0;
          background: #0088CA;
          border: 1px #0088CA solid;
          display: flex;
          align-items: center;
          justify-content: center; }
          .home-page-banner .home-page-left-top-banner .slick-dots li button::before {
            content: '1';
            font-size: 12px;
            color: #fff;
            background: transparent;
            opacity: 1;
            font-family: "Poppins", sans-serif;
            width: 18px;
            height: 18px;
            margin: -1px 1px 0 0; }
        .home-page-banner .home-page-left-top-banner .slick-dots li:nth-child(2) button::before {
          content: '2'; }
        .home-page-banner .home-page-left-top-banner .slick-dots li:nth-child(3) button::before {
          content: '3'; }
        .home-page-banner .home-page-left-top-banner .slick-dots li:nth-child(4) button::before {
          content: '4'; }
        .home-page-banner .home-page-left-top-banner .slick-dots li:nth-child(5) button::before {
          content: '5'; }
        .home-page-banner .home-page-left-top-banner .slick-dots li:hover button, .home-page-banner .home-page-left-top-banner .slick-dots li.slick-active button {
          background: #fff; }
          .home-page-banner .home-page-left-top-banner .slick-dots li:hover button::before, .home-page-banner .home-page-left-top-banner .slick-dots li.slick-active button::before {
            color: #0088CA; }
  .home-page-banner .home-page-right-banner {
    float: left;
    width: 50%;
    padding: 0 0 0 7.5px; }
    .home-page-banner .home-page-right-banner img {
      border-radius: 10px; }
    .home-page-banner .home-page-right-banner ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    .home-page-banner .home-page-right-banner .home-page-right-left-banner {
      float: left;
      width: 50%;
      padding: 0 7.5px 0 0; }
      .home-page-banner .home-page-right-banner .home-page-right-left-banner ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        row-gap: 20px;
        flex-wrap: wrap; }
        .home-page-banner .home-page-right-banner .home-page-right-left-banner ul .banner-item div {
          padding: 0;
          border-radius: 10px; }
        .home-page-banner .home-page-right-banner .home-page-right-left-banner ul li {
          float: left;
          width: 100%; }
          .home-page-banner .home-page-right-banner .home-page-right-left-banner ul li:first-child {
            height: 430px; }
            .home-page-banner .home-page-right-banner .home-page-right-left-banner ul li:first-child div {
              height: 430px !important;
              background: none !important; }
            .home-page-banner .home-page-right-banner .home-page-right-left-banner ul li:first-child img {
              height: 430px !important;
              width: 100% !important;
              opacity: 1 !important; }
    .home-page-banner .home-page-right-banner .home-page-right-right-banner {
      float: left;
      width: 50%;
      padding: 0 0 0 7.5px; }
      .home-page-banner .home-page-right-banner .home-page-right-right-banner ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        row-gap: 20px;
        flex-wrap: wrap; }
        .home-page-banner .home-page-right-banner .home-page-right-right-banner ul .banner-item div {
          padding: 0;
          border-radius: 10px; }
        .home-page-banner .home-page-right-banner .home-page-right-right-banner ul li {
          float: left;
          width: 100%; }
          .home-page-banner .home-page-right-banner .home-page-right-right-banner ul li:last-child {
            height: 430px; }
            .home-page-banner .home-page-right-banner .home-page-right-right-banner ul li:last-child div {
              height: 430px !important;
              background: none !important; }
            .home-page-banner .home-page-right-banner .home-page-right-right-banner ul li:last-child img {
              height: 430px !important;
              width: 100% !important;
              opacity: 1 !important; }
  .home-page-banner .home-page-left-bottom-banner {
    float: left;
    width: 50%;
    margin: -219px 0 0 0;
    padding: 0 7.5px 0 0; }
    .home-page-banner .home-page-left-bottom-banner ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .home-page-banner .home-page-left-bottom-banner ul li {
        float: left;
        width: 50%; }
        .home-page-banner .home-page-left-bottom-banner ul li div {
          padding: 0;
          border-radius: 10px; }
          .home-page-banner .home-page-left-bottom-banner ul li div img {
            border-radius: 10px; }
        .home-page-banner .home-page-left-bottom-banner ul li:first-child {
          padding: 0 7.5px 0 0;
          width: 66%; }
          .home-page-banner .home-page-left-bottom-banner ul li:first-child div {
            height: 219px !important;
            background: none !important; }
          .home-page-banner .home-page-left-bottom-banner ul li:first-child img {
            height: 219px !important;
            width: 100% !important;
            opacity: 1 !important; }
        .home-page-banner .home-page-left-bottom-banner ul li:last-child {
          padding: 0 0 0 7px;
          width: 34%; }
          .home-page-banner .home-page-left-bottom-banner ul li:last-child div {
            height: 219px !important;
            background: none !important; }
          .home-page-banner .home-page-left-bottom-banner ul li:last-child img {
            height: 219px !important;
            width: 100% !important;
            opacity: 1 !important; }

.home-page-topbanner {
  background: #0088CA;
  margin: 31px 0 0 0; }
  .home-page-topbanner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px; }
    .home-page-topbanner ul li .home-page-topbanner-item {
      display: flex;
      align-items: center;
      justify-content: center;
      column-gap: 28px; }
    .home-page-topbanner ul li div {
      padding: 0; }
    .home-page-topbanner ul li:nth-child(2) {
      border-right: 1px #fff solid;
      border-left: 1px #fff solid;
      margin: 0 69px;
      padding: 0 69px; }
    .home-page-topbanner ul li a:hover {
      color: #fff;
      text-decoration: underline; }

.custom_default .page-heading {
  text-align: center; }

.custom_default .hp-cp-pro-custom .card .card-figure .quickview {
  display: none !important; }

.page-heading {
  font-family: "Alatsi", sans-serif;
  text-align: center; }
  .page-heading p {
    text-transform: uppercase;
    line-height: 52px;
    font-size: 40px !important;
    color: #101010 !important; }
    .page-heading p span {
      color: #fff;
      background: #0088CA;
      box-shadow: 0px 6px 6px #00000029;
      border-radius: 5px;
      text-decoration: none !important;
      padding: 1px 14px 0px 14px;
      font-size: 40px !important;
      margin: 0 0 0 5px; }

.page-heading {
  font-family: "Alatsi", sans-serif;
  text-transform: uppercase;
  line-height: 52px;
  font-size: 40px;
  color: #101010;
  text-align: center; }
  .page-heading .title_span {
    color: #fff;
    background: #0088CA;
    box-shadow: 0px 6px 6px #00000029;
    border-radius: 5px;
    text-decoration: none;
    padding: 1px 14px 0px 14px;
    font-size: 40px;
    margin: 0 0 0 5px; }

.product-category-container {
  margin: 71px 0 0 0; }
  .product-category-container .page-heading {
    margin: 0 0 49px 0; }
    .product-category-container .page-heading p {
      font-size: 40px !important;
      color: #101010 !important; }
  .product-category-container .product-category-container-content {
    background: #FFFFFF;
    box-shadow: 0px 6px 12px #00000029;
    border-radius: 4px; }
    .product-category-container .product-category-container-content ul {
      list-style: none;
      margin: 0;
      padding: 34px 165px 33px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .product-category-container .product-category-container-content ul li .product-category-container-item {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 10px; }
        .product-category-container .product-category-container-content ul li .product-category-container-item div {
          padding: 0; }
        .product-category-container .product-category-container-content ul li .product-category-container-item > div:first-child {
          background: #0088CA;
          width: 63px;
          height: 63px;
          border-radius: 50%; }
          .product-category-container .product-category-container-content ul li .product-category-container-item > div:first-child a {
            display: flex;
            width: 63px;
            height: 63px;
            justify-content: center;
            align-items: center; }
        .product-category-container .product-category-container-content ul li .product-category-container-item > div:last-child p a {
          font-size: 14px !important;
          font-weight: 600 !important; }
          .product-category-container .product-category-container-content ul li .product-category-container-item > div:last-child p a:hover {
            color: #33a0d5; }

.explore-category-container {
  margin: 100px 0 0 0; }
  .explore-category-container .page-heading {
    margin: 0 0 49px 0; }
    .explore-category-container .page-heading p {
      font-size: 40px !important;
      color: #101010 !important; }
  .explore-category-container .explore-category-container-content {
    background: #FFFFFF;
    box-shadow: 0px 6px 12px #00000029;
    border-radius: 4px; }
    .explore-category-container .explore-category-container-content ul {
      list-style: none;
      margin: 0;
      padding: 34px 205px 33px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .explore-category-container .explore-category-container-content ul li .explore-category-container-item {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 10px; }
        .explore-category-container .explore-category-container-content ul li .explore-category-container-item div {
          padding: 0; }
        .explore-category-container .explore-category-container-content ul li .explore-category-container-item > div:first-child {
          background: #0088CA;
          width: 63px;
          height: 63px;
          border-radius: 50%; }
          .explore-category-container .explore-category-container-content ul li .explore-category-container-item > div:first-child a {
            display: flex;
            width: 63px;
            height: 63px;
            justify-content: center;
            align-items: center; }
        .explore-category-container .explore-category-container-content ul li .explore-category-container-item > div:last-child p a {
          font-size: 14px !important;
          font-weight: 600 !important; }
          .explore-category-container .explore-category-container-content ul li .explore-category-container-item > div:last-child p a:hover {
            color: #33a0d5; }

.brand-container {
  margin: 100px 0 100px 0; }
  .brand-container .container {
    max-width: 1300px;
    padding: 0; }
  .brand-container .page-heading {
    margin: 0 0 78px 0; }
  .brand-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
    background: #fff; }
    .brand-container ul li {
      width: 20%; }
      .brand-container ul li div {
        padding: 0;
        background: transparent !important;
        justify-content: center; }
        .brand-container ul li div img {
          opacity: 1 !important; }

.blog_sec {
  display: inline-block;
  width: 100%;
  margin: 0 0 100px 0; }
  .blog_sec .container {
    max-width: 1480px; }
  .blog_sec .page-heading {
    text-transform: uppercase;
    line-height: 52px;
    font-size: 40px;
    color: #101010;
    margin: 0 0 49px 0; }
    .blog_sec .page-heading span {
      color: #fff;
      background: #0088CA;
      box-shadow: 0px 6px 6px #00000029;
      border-radius: 5px;
      text-decoration: none;
      padding: 1px 14px 0px 14px;
      font-size: 40px;
      margin: 0 0 0 3px; }
  .blog_sec .blog.gridofthree {
    list-style: none;
    margin: 0 -20px;
    padding: 0;
    width: calc(100% + 40px); }
    .blog_sec .blog.gridofthree li {
      float: left;
      width: 33.33%;
      padding: 0 24px; }
      .blog_sec .blog.gridofthree li > a {
        height: 240px;
        display: inline-block; }
        .blog_sec .blog.gridofthree li > a img {
          object-fit: cover;
          height: 100%;
          object-position: center; }
      .blog_sec .blog.gridofthree li .blog_bottom {
        margin: 14px 0 0 0; }
        .blog_sec .blog.gridofthree li .blog_bottom h3 {
          margin: 0 0 10px 0;
          font-size: 24px;
          font-family: "Poppins", sans-serif;
          font-weight: 600;
          line-height: 36px; }
        .blog_sec .blog.gridofthree li .blog_bottom p {
          font-size: 15px;
          line-height: 26px; }
        .blog_sec .blog.gridofthree li .blog_bottom .blog-bottom {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .blog_sec .blog.gridofthree li .blog_bottom .blog-bottom h4 {
            margin: 0;
            font-family: "Poppins", sans-serif;
            font-size: 15px;
            color: #101010; }
          .blog_sec .blog.gridofthree li .blog_bottom .blog-bottom .button {
            width: 95px;
            line-height: 30px;
            padding: 0;
            text-align: center;
            font-size: 14px;
            text-transform: uppercase; }

#age-verification-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  display: none; }
  #age-verification-overlay .age-verification-box {
    background-color: white;
    padding: 40px;
    text-align: center;
    border-radius: 0px 64px 0px 78px;
    opacity: 1;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
    max-width: 450px;
    width: 90%;
    position: relative;
    background-image: url(https://cdn11.bigcommerce.com/s-djo8ax3c9p/images/stencil/original/image-manager/smoke-background.png);
    background-size: cover;
    background-position: center; }
  #age-verification-overlay .age-verification-box span {
    font-family: "Alatsi", sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
    letter-spacing: 1px;
    margin-top: 20px;
    line-height: 1.1;
    display: block; }
  #age-verification-overlay .age-verification-box p {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 30px;
    color: #333;
    letter-spacing: 1px; }
  #age-verification-overlay .age-verification-box button {
    padding: 10px 30px;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    font-family: "Poppins", sans-serif;
    margin: 0 10px;
    width: 100px;
    letter-spacing: 1px;
    transition: background-color 0.3s ease; }
  #age-verification-overlay .yes-button {
    background-color: #007bff;
    color: white; }
    #age-verification-overlay .yes-button:hover {
      background-color: #101010;
      color: #fff; }
  #age-verification-overlay .no-button {
    background-color: white;
    color: #007bff;
    color: #101010; }
    #age-verification-overlay .no-button:hover {
      background-color: #101010;
      color: #fff; }

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

span.product-title {
  font-family: "Alatsi", sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  color: #101010; }

/* cms Page Start*/
.custom_page .page-heading {
  text-align: left;
  position: relative;
  border-bottom: 1px solid #ececec; }
  .custom_page .page-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    border-bottom: 1px solid #000; }

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

.custom_page .page {
  margin: 0; }

.custom_page .body {
  margin-bottom: 20px; }

.cms_cnt p .red_text {
  color: #f00; }

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

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

.cms_cnt li {
  padding-bottom: 1rem; }

.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: #0088CA; }

.cms_cnt a:hover {
  color: #33a0d5; }

div#contact-us-page {
  width: auto; }

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

.contactLeft {
  width: 30%;
  float: left; }
  .contactLeft .form_header_list > h3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px 0; }
    .contactLeft .form_header_list > h3 svg {
      width: 45px;
      margin-left: -9px; }

.contact_right {
  width: 70%;
  float: left;
  padding-left: 20px; }
  .contact_right #contact-us-success a {
    color: #0088CA;
    font-weight: bold; }
    .contact_right #contact-us-success a:hover {
      color: #000; }

.form_header_list ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.form_header_list > ul > li {
  margin: 0 0 25px 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .32px;
  color: #132c50; }

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

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

.form_header_list ul li .form_text p {
  font-size: 16px;
  text-decoration: none;
  line-height: 22px;
  margin: 0;
  color: #101010; }

#contact-us-page {
  width: 100%; }

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

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

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

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

#contact-us-page .contactLeft .form_img svg {
  fill: #333 !important;
  width: 100%;
  height: 100%;
  float: left; }

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

.form_box .contactLeft .form_header_list ul li .form_text p {
  margin: 0; }

.form_box .contactLeft .form_header_list ul li .form_text a:hover {
  color: #0088CA; }

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

#contact-us-page .contactLeft li:nth-child(1) .form_img {
  padding: 5px 0 0 0; }

#contact-us-page .contactLeft li:nth-child(4) .form_img {
  padding: 2px 0 0 0; }

.contact_banner {
  display: inline-block;
  width: 100%;
  margin: 0 0 50px 0; }
  .contact_banner img {
    width: 100%; }

.ordering-guide_mn h2 {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: bold;
  color: dodgerblue; }

.ordering-guide_mn .space {
  height: 50px;
  margin: 0; }

.cms_cnt h1, .cms_cnt h2, .cms_cnt h3, .cms_cnt h4, .cms_cnt h5, .cms_cnt h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700; }

.privacy_policy_mn h4 {
  margin: 40px 0 10px; }

/* cms pages end*/
.error_msg {
  text-align: center; }

.cart-item-quantity .icon svg {
  fill: #fff; }

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

.coupon-code-add, .coupon-code-cancel, .shipping-estimate-show, .gift-certificate-add, .gift-certificate-cancel {
  color: #101010;
  text-decoration: none; }

.button-container .confirm.button:hover {
  background: #33a0d5; }

.button-container .button {
  margin: 0 10px; }

.button-container .button + .button {
  margin-left: 0; }

.coupon-form .button, .cart-gift-certificate-form .button {
  padding: 0 5px;
  line-height: 32px; }

.swal2-container .swal2-popup .swal2-styled:focus {
  box-shadow: none; }

.cart .cart-item-name .cart-item-name__label {
  color: #101010; }
  .cart .cart-item-name .cart-item-name__label:hover {
    color: #0088CA; }

.coupon-code-add:hover, .coupon-code-cancel:hover, .shipping-estimate-show:hover, .gift-certificate-add:hover, .gift-certificate-cancel:hover {
  color: #0088CA; }

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

.card .card-figcaption-body .card-figcaption-button.product_added::before {
  width: 25px;
  height: 20px;
  background-size: contain;
  margin-right: 0;
  display: none; }

.card .card-figcaption-body a.button.button--small.card-figcaption-button.product_added {
  padding: 4px 0.5rem;
  width: 100%; }

.card .card-figcaption-body a.card-figcaption-button.product_added {
  justify-content: center; }

.card .card-figcaption-body .card-figcaption-button.product_added::before {
  background: url("https://store-djo8ax3c9p.mybigcommerce.com/content/cart-added.svg") no-repeat;
  background-size: auto;
  content: '';
  display: inline-block;
  width: 41px;
  height: 26px;
  margin-right: 13px;
  background-size: cover; }

.rightside-ct .page-content .card-figcaption-body a.product_added, .productCarousel .card-body .card-figcaption-body .product_added, .productGrid .slick-list .card .card-figcaption-body .product_added, .slick-list .card .card-figcaption-body .product_added, .productCarousel .product_added {
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding: 4px 1.5rem;
  background: white; }

.productGrid .slick-list .card .card-figcaption-body a.product_added, .main_account_recentitems .productGrid li.product .card-figcaption-body a.product_added, .main_wishlist .productGrid li.product .card-figcaption-body a.product_added {
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding: 4px 1.5rem;
  background: white; }

.ctm-qty-input {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Arial, sans-serif; }

.ctm-qty-label {
  border: 1px solid #000;
  padding: 6px 10px;
  font-weight: bold; }

.ctm-qty-controls {
  display: flex;
  align-items: center;
  border: 1px solid #ccc; }

.ctm-qty-controls button {
  background-color: #0082ca;
  color: #fff;
  border: none;
  width: 30px;
  height: 32px;
  font-size: 18px;
  cursor: pointer; }

.ctm-qty-controls .ctm-qty-field {
  width: 40px;
  height: 32px;
  text-align: center;
  border: none;
  font-size: 16px; }

.ctm-qty-controls .ctm-qty-field:focus {
  outline: none; }

.slick-slider .slick-arrow {
  width: 24px;
  height: 24px;
  background: #0088CA;
  margin: 0;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .slick-slider .slick-arrow:focus, .slick-slider .slick-arrow:hover {
    background: #33a0d5; }

.slick-slider .slick-prev {
  padding-right: 2px;
  left: -35px; }
  .slick-slider .slick-prev::before {
    background: url(https://store-djo8ax3c9p.mybigcommerce.com/content/slider_lt_arrow.svg) no-repeat center;
    width: 9px;
    height: 14px;
    content: '';
    opacity: 1; }
  .slick-slider .slick-prev:focus::before, .slick-slider .slick-prev:hover::before {
    background: url(https://store-djo8ax3c9p.mybigcommerce.com/content/slider_lt_arrow.svg) no-repeat center;
    width: 9px;
    height: 14px; }

.slick-slider .slick-next {
  padding-left: 2px;
  right: -38px; }
  .slick-slider .slick-next::before {
    background: url(https://store-djo8ax3c9p.mybigcommerce.com/content/slider_rt_arrow.svg) no-repeat center;
    width: 9px;
    height: 14px;
    content: '';
    opacity: 1; }
  .slick-slider .slick-next:focus::before, .slick-slider .slick-next:hover::before {
    background: url(https://store-djo8ax3c9p.mybigcommerce.com/content/slider_rt_arrow.svg) no-repeat center;
    width: 9px;
    height: 14px; }

.slick-slider .slick-disabled {
  opacity: 0.5; }
  .slick-slider .slick-disabled::before {
    opacity: 0.7 !important; }

.hp-cp-pro-custom {
  position: relative;
  z-index: 0; }
  .hp-cp-pro-custom .product-item {
    padding: 2px 10px 0; }
  .hp-cp-pro-custom .productCarousel {
    margin: 0; }
  .hp-cp-pro-custom .slick-list {
    margin: 0 -10px; }
  .hp-cp-pro-custom .productCarousel-slide {
    padding: 2px 10px 5px; }
  .hp-cp-pro-custom .card {
    background: #FFFFFF;
    box-shadow: 0px 4px 6px #00000029;
    border-radius: 10px;
    padding: 40px 34px 46px;
    text-align: center;
    border: 1px #fff solid; }
    .hp-cp-pro-custom .card:hover {
      border: 1px #0088CA solid; }
    .hp-cp-pro-custom .card .card-figure {
      width: 200px;
      height: 200px;
      padding: 0;
      margin: 0 auto 26px; }
      .hp-cp-pro-custom .card .card-figure .button {
        margin: 10px 0 !important;
        width: 160px;
        padding-left: 5px;
        padding-right: 5px; }
        .hp-cp-pro-custom .card .card-figure .button:focus {
          background: #0088CA;
          color: #fff; }
      .hp-cp-pro-custom .card .card-figure .card-img-container {
        width: 200px;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .hp-cp-pro-custom .card .card-figure .card-img-container img {
          position: initial; }
        .hp-cp-pro-custom .card .card-figure .card-img-container::after {
          display: none; }
      .hp-cp-pro-custom .card .card-figure:hover .card-figcaption .button:focus {
        background: #0088CA;
        color: #fff; }
    .hp-cp-pro-custom .card .card-body p[data-test-info-type="brandName"] {
      display: none; }
    .hp-cp-pro-custom .card .card-body .card-text .loginReqBlock {
      color: #000;
      font-size: 15px;
      font-weight: 600;
      margin-top: 18px;
      margin-bottom: -8px; }
      .hp-cp-pro-custom .card .card-body .card-text .loginReqBlock a {
        color: #0088CA; }
        .hp-cp-pro-custom .card .card-body .card-text .loginReqBlock a:hover {
          text-decoration: underline;
          color: #33a0d5; }
    .hp-cp-pro-custom .card .card-body .card-title {
      text-align: center;
      font-size: 15px;
      line-height: 23px;
      color: #101010;
      height: 50px;
      overflow: hidden;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      margin: 2px 0 -1px 0; }
      .hp-cp-pro-custom .card .card-body .card-title a {
        font-size: 15px;
        line-height: 23px;
        color: #101010; }
        .hp-cp-pro-custom .card .card-body .card-title a:hover {
          color: #0088CA; }
    .hp-cp-pro-custom .card .card-body div[data-test-info-type="price"] {
      text-align: center;
      display: inline-block;
      width: 100%;
      margin-top: 0; }
      .hp-cp-pro-custom .card .card-body div[data-test-info-type="price"] .price-section {
        display: inline-block;
        font-size: 22px;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        color: #0088CA; }
        .hp-cp-pro-custom .card .card-body div[data-test-info-type="price"] .price-section span {
          display: none; }
        .hp-cp-pro-custom .card .card-body div[data-test-info-type="price"] .price-section .price {
          display: inline-block; }
        .hp-cp-pro-custom .card .card-body div[data-test-info-type="price"] .price-section.rrp-price--withoutTax {
          display: none; }
        .hp-cp-pro-custom .card .card-body div[data-test-info-type="price"] .price-section.non-sale-price--withoutTax {
          color: #000000;
          font-size: 15px;
          font-weight: 500; }
      .hp-cp-pro-custom .card .card-body div[data-test-info-type="price"] .ctm-qty-input {
        margin-top: 15px;
        justify-content: center;
        column-gap: 11px;
        margin-bottom: 15px; }
        .hp-cp-pro-custom .card .card-body div[data-test-info-type="price"] .ctm-qty-input .ctm-qty-label {
          width: 50px;
          height: 38px;
          background: #FFFFFF;
          border: 1px solid #000000;
          font-size: 15px;
          font-weight: 600;
          color: #000000;
          padding-left: 0;
          padding-right: 0; }
        .hp-cp-pro-custom .card .card-body div[data-test-info-type="price"] .ctm-qty-input .ctm-qty-controls {
          width: 140px;
          height: 38px; }
          .hp-cp-pro-custom .card .card-body div[data-test-info-type="price"] .ctm-qty-input .ctm-qty-controls .ctm-qty-down {
            width: 46px;
            height: 36px;
            position: relative;
            font-size: 0; }
            .hp-cp-pro-custom .card .card-body div[data-test-info-type="price"] .ctm-qty-input .ctm-qty-controls .ctm-qty-down::before {
              content: '';
              background: #fff;
              width: 10px;
              height: 2px;
              position: absolute;
              left: 18px;
              top: 17px; }
          .hp-cp-pro-custom .card .card-body div[data-test-info-type="price"] .ctm-qty-input .ctm-qty-controls .ctm-qty-field {
            width: 46px;
            height: 36px;
            font-size: 18px;
            color: #000;
            font-weight: 700;
            font-family: "Poppins", sans-serif; }
            .hp-cp-pro-custom .card .card-body div[data-test-info-type="price"] .ctm-qty-input .ctm-qty-controls .ctm-qty-field::placeholder {
              font-size: 18px;
              color: #000;
              font-weight: 700;
              font-family: "Poppins", sans-serif; }
          .hp-cp-pro-custom .card .card-body div[data-test-info-type="price"] .ctm-qty-input .ctm-qty-controls .ctm-qty-up {
            width: 46px;
            height: 36px;
            font-size: 0;
            position: relative; }
            .hp-cp-pro-custom .card .card-body div[data-test-info-type="price"] .ctm-qty-input .ctm-qty-controls .ctm-qty-up::before {
              content: '';
              background: #fff;
              width: 10px;
              height: 2px;
              position: absolute;
              left: 18px;
              top: 17px; }
            .hp-cp-pro-custom .card .card-body div[data-test-info-type="price"] .ctm-qty-input .ctm-qty-controls .ctm-qty-up::after {
              content: '';
              background: #fff;
              width: 2px;
              height: 10px;
              position: absolute;
              left: 22px;
              top: 13px; }
    .hp-cp-pro-custom .card .card-body a.view-all-btn {
      margin-top: 20px;
      min-width: 150px;
      line-height: 45px;
      padding: 0 10px; }
  .hp-cp-pro-custom .category-home-btn {
    text-align: center;
    margin: 7px 0 0 0; }
    .hp-cp-pro-custom .category-home-btn .button--primary {
      min-width: 189px;
      line-height: 52px;
      padding: 0 18px;
      text-align: center;
      font-size: 18px;
      display: inline-block; }
  .hp-cp-pro-custom .slick-dots {
    display: none !important; }

.new_products_sec {
  margin: 85px 0 0 0; }
  .new_products_sec .page-heading {
    margin: 0 0 47px 0; }

.hp-cp-pro-custom {
  margin: 101px 0 0 0; }

/* CP and PP Start */
.container {
  max-width: 1800px;
  padding: 0px 15px; }

div#leftBar {
  width: 288px;
  margin-left: 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 23px 15px;
  height: max-content; }

div#leftBar .new-product-list {
  display: flex;
  align-items: center;
  flex-direction: column; }

div#leftBar .new-product-card:not(:last-child) {
  margin: 0 0 17px;
  border-bottom: 1px solid #E5E5E5;
  padding: 0 0 11px; }

div#leftBar .new-product-card a .leftbar-img-wrapper {
  width: 86px;
  height: fit-content;
  padding: 6px 19px 6px 18px;
  box-shadow: 0px 3px 6px #00000029;
  display: inline-block;
  max-height: 75px; }

div#leftBar .new-product-card a .info-wrapper {
  width: calc(100% - 86px); }

div#leftBar .new-product-card a h3 {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 11px;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0; }

div#leftBar .new-product-card a {
  width: 100%;
  height: 100%;
  display: flex;
  text-decoration: none; }

div#leftBar h2.page-heading {
  margin: 0 0 26px;
  font-family: "Alatsi", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  padding-bottom: 0; }

.page.subcat {
  display: flex; }

div#rightbar {
  width: 75%;
  padding: 22px 15px 0;
  margin-top: 0; }

.sub-cat-panel .categories_list_inn.clearfix {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px; }

.sub-cat-panel .subCategoriesBox {
  width: auto;
  padding: 0px;
  margin: 0 0 20px; }

.sub-cat-panel .subCategoryList {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-size: 100% auto; }

.sub-cat-panel .imagebox {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%; }

.sub-cat-panel a.navList-action.link {
  position: relative; }

.sub-cat-panel .imagebox img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
  width: auto;
  height: auto; }

.sub-cat-panel span.navList-action.link {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 36px;
  display: block;
  text-transform: uppercase;
  text-align: center; }

body.custom_category .page-heading {
  font-family: "Alatsi", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: #101010;
  font-size: 30px;
  border: 0px;
  padding: 0;
  display: inline-block;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
  padding-bottom: 10px;
  position: relative; }

div#leftBar .page-heading {
  font-size: 25px; }

ol.breadcrumbs {
  margin: 25px auto 28px;
  padding: 15px 20px;
  border-radius: 50px;
  text-align: center;
  background: #0088ca;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  width: 100% !important;
  max-width: 1280px;
  display: flex;
  align-items: center;
  justify-content: center; }

.breadcrumbs a.breadcrumb-label, .breadcrumbs.is-active a.breadcrumb-label {
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
  line-height: 20px; }

.breadcrumbs .breadcrumb:not(:first-child)::before {
  content: ">";
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  height: unset;
  border: 0;
  transform: none;
  margin-top: 2px;
  margin-right: 5px; }

li.breadcrumb {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  /* flex-direction: column; */
  line-height: 1; }

.breadcrumb.is-active > .breadcrumb-label {
  font-weight: 400; }

form.actionBar .actionBar-section .form-field {
  border: none; }

form.actionBar .actionBar-section .form-field .form-label {
  font-size: 15px;
  color: #101010;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0 5px 0 0;
  letter-spacing: 1px; }

form.actionBar .actionBar-section .form-field select#sort {
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  color: #0088CA;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  height: 30px;
  padding: 0 10px;
  line-height: unset; }

fieldset.form-fieldset.actionBar-section {
  float: right; }

div#search-results-heading .page-heading {
  position: relative;
  text-align: left;
  border-bottom: 1px solid #ececec; }

div#search-results-heading .page-heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  border-bottom: 1px solid #000; }

div#rightbar .page-heading {
  margin: 0 0 20px 15px;
  margin-bottom: 15px; }

.page.brand {
  display: flex; }

.productView-details.product-data .productView-title {
  font: normal normal 34px / 48px Alatsi;
  font-weight: 700;
  margin-bottom: 31px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0; }

.productView-product .productView-rating a {
  font: normal normal normal 15px / 19px Poppins;
  color: #000000; }

.productView-product dt.productView-info-name.sku-label {
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  font-family: 'Poppins';
  margin: 0;
  margin-right: 5px; }

.productView-product dd.productView-info-value {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  font-family: 'Poppins';
  margin-bottom: 0; }

.productView-product dl.productView-info {
  align-items: center;
  justify-content: flex-start; }

.productView-product dl.productView-info {
  margin-bottom: 30px;
  margin-top: 30px; }

.productView-product .productView-rating {
  margin-bottom: 30px; }

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

.productView figure.productView-image {
  border: 1px solid #D1D1D1; }

.productView-rating {
  margin-bottom: 30px; }

.productView .productView-product {
  border-bottom: none; }

figure.productView-image.is-ready {
  border: 1px solid #D1D1D1; }

section.productView-details.product-options .form-field.form-field--increments {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

section.productView-details.product-options #add-to-cart-wrapper label.form-label {
  margin-bottom: 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Alatsi';
  color: #000;
  margin-right: 10px; }

section.productView-details.product-options .form-increment {
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px; }

.productView .productView-details .productView-options .page_heading {
  margin-top: 0; }

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

section.productView-details.product-options .form-increment button {
  width: 33.33%;
  height: 100%;
  background: no-repeat;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

section.productView-details.product-options .form-increment input {
  width: 33.33%;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  border: 1px solid #ececec;
  border-left: 0;
  border-right: 0; }

section.productView-details.product-options .form-increment button svg {
  fill: #fff; }

section.productView-details.product-options .form-increment button svg path {
  fill: #fff; }

section.productView-details.product-options .form-increment button[data-action="dec"] {
  background: #0088ca;
  color: #fff; }

section.productView-details.product-options .form-increment button[data-action="inc"] {
  background: #0088ca;
  color: #fff; }

#add-to-cart-wrapper .c00409.rfq-button-container.rfq-pdp-button-container {
  display: none; }

#add-to-cart-wrapper .form-field.form-field--increments {
  margin-bottom: 30px; }

.c00409.rfq-button-container.rfq-pdp-button-container {
  display: none; }

.productView-options .add-to-cart-buttons {
  padding-left: 0;
  margin-top: 0; }

.productView li.productView-thumbnail {
  width: 25%;
  padding: 0 7.5px;
  padding-bottom: 15px; }

.productView li.productView-thumbnail .productView-thumbnail-link {
  height: 120px;
  max-width: 100%;
  padding: 0; }

.productView .productView-thumbnails img {
  width: 100%; }

section.productView-details.product-options #wishlist-dropdown.is-open li input.button {
  background: #0088ca; }

section.productView-details.product-options #wishlist-dropdown.is-open .button {
  background: #0088ca; }

.productView-description .tabs-contents {
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 0 15px; }

div#tab-related .productCarousel-slide {
  width: 25%;
  margin: 0 0 20px; }

div#tab-related .productCarousel-slide:nth-child(4n+1) {
  clear: left; }

div#tab-related .header {
  border-bottom: 0; }

div#tab-related .page_heading {
  border: none;
  letter-spacing: 1px;
  font-size: 35px;
  line-height: 43px;
  font-weight: bold;
  font-family: "Alatsi";
  margin-top: 55px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase; }

.productView-product .loginReqBlock {
  letter-spacing: 1px;
  font: normal normal 600 15px / 26px "Poppins", sans-serif; }

.productView-product .loginReqBlock a {
  color: #337ab7;
  text-decoration: none; }

.productView-options .form-wishlist .button i {
  margin-top: 5px; }

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

.productView-description .tabs-contents p {
  font: normal normal normal 15px / 26px "Poppins", sans-serif; }

.productView-description .tab-title {
  font-size: 16px; }

.productView .price-section.price-section--withoutTax.non-sale-price--withoutTax span {
  font: normal normal 600 26px / 30px Poppins;
  letter-spacing: 1px; }

.productView .price-section.price-section--withoutTax.non-sale-price--withoutTax span.price.price--non-sale {
  font: normal normal 500 22px / 25px "Poppins", sans-serif; }

.productView .price-section.price-section--withoutTax .price.price--withoutTax {
  color: #0088CA;
  margin: 0 0 0 5px;
  font: normal normal 500 22px / 25px "Poppins", sans-serif; }

.productView-price {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.productView .price-section.price-section--withoutTax.rrp-price--withoutTax {
  display: none !important; }

.productView .price-section.price-section--saving.price {
  display: none; }

#previewModal section.productView .productView-image {
  margin-bottom: 20px;
  width: 50%; }

#previewModal section.productView .productView-price {
  font: normal normal 500 22px / 25px "Poppins", sans-serif; }

#previewModal .previewCart .productView-details {
  width: 50%; }

.productView ul.productView-thumbnails .slick-arrow {
  padding: 0; }

.productView ul.productView-thumbnails.slick-slider .slick-prev {
  left: 0; }

.productView ul.productView-thumbnails.slick-slider .slick-next {
  right: 0; }

.tabs-contents .product_description h2, .product_description h3 {
  font-family: 'Poppins';
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px; }

.tabs-contents .insidePP {
  padding-left: 20px; }

.tabs-contents .product_description ul {
  padding-inline-start: 40px; }

.tabs-contents .product_description details {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #f9f9f9;
  cursor: pointer; }

.tabs-contents .product_description summary {
  font-weight: bold;
  padding: 10px;
  background-color: #e0e0e0;
  border-radius: 5px;
  cursor: pointer;
  list-style: none;
  position: relative; }

.tabs-contents .product_description summary:before {
  content: "+";
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
  transition: transform 0.3s ease;
  float: right;
  margin-top: 20px; }

.tabs-contents .product_description details[open] summary::before {
  content: "-"; }

.product_description .pr-faq-title {
  font-size: 15px;
  font-weight: 700; }

.tabs-contents .product_description details[open] p {
  padding: 6px; }

#add-to-cart-wrapper .rfq-pdp-button-container {
  margin-top: 0;
  margin-bottom: 7px; }

.productView-options .add-to-cart-buttons .b2b-add-to-list.button {
  color: #fff;
  line-height: normal;
  font-size: 18px;
  border-radius: 0;
  outline: 0;
  text-transform: capitalize;
  font-family: Alatsi, sans-serif;
  letter-spacing: 0;
  margin: 0;
  font-weight: 400;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  padding: 11px 0; }

.productView-options .add-to-cart-buttons .b2b-add-to-quote.button {
  line-height: normal;
  font-size: 18px;
  border-radius: 0;
  outline: 0;
  text-transform: capitalize;
  font-family: Alatsi, sans-serif;
  letter-spacing: 0;
  margin: 0;
  font-weight: 400;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  padding: 11px 0; }

section.productView-details .productView-product dl.productView-info .wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
  margin-top: 0; }

section.productView-details .productView-product dt {
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  font-family: 'Poppins';
  margin: 0;
  margin-right: 5px; }

.likebutton {
  float: left;
  padding-left: 1rem; }

.productView-details .socialLinks {
  display: none; }

.productView button.zoomicon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* About Us */
section.page.custom_about.us .page-heading {
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #ececec;
  position: relative; }

section.page.custom_about.us .page-heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  border-bottom: 1px solid #000; }

section.page.custom_about.us .cms_cnt .subheading {
  font-size: 19px; }

section.page.custom_about.us .cms_cnt p {
  font-size: 15px; }

section.page.custom_about.us .cms_cnt li {
  font-size: 15px; }

.category-header-image {
  display: none; }

.productView-details .productView-options .b2b-add-to-list.button {
  background: #0088CA !important;
  color: #ffffff !important;
  line-height: normal;
  font-size: 18px;
  border: 0;
  border-radius: 0;
  outline: none;
  text-transform: capitalize;
  font-family: "Alatsi", sans-serif;
  letter-spacing: 0;
  margin: 0;
  font-weight: normal;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease; }

.modal .form-field span#email-msg,
.modal .form-field .form-inlineMessage {
  font-size: 14px; }

.custom_product .productView .alertBox.alertBox--success {
  margin-left: 14px;
  margin-right: 14px; }

.card .card-body .rating--small .icon {
  height: 19px;
  width: 19px; }

.card span.rating--small {
  margin: auto;
  text-align: center;
  justify-content: center; }

.card .card-body .card-text {
  text-align: center; }

.card .card-body .icon--ratingFull svg {
  fill: #0088ca; }

.card .card-body .icon--ratingEmpty svg {
  fill: #b8b8b8; }

.card .sale-flag-side {
  position: absolute;
  top: 0;
  height: unset;
  right: 0;
  background-color: #0088CA;
  padding: 0;
  width: 70px;
  line-height: 27px;
  font-size: 16px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  right: 0;
  border-radius: 0;
  top: 15px; }

.hp-cp-pro-custom .card {
  position: relative; }

.hp-cp-pro-custom .card .card-figure {
  position: unset; }

.hp-cp-pro-custom .card .card-figcaption-body {
  top: 30%; }

#leftBar .info-wrapper p.card-text {
  padding: 0 0 0 11px;
  height: unset;
  line-height: unset; }

#leftBar .info-wrapper .rating--small .icon {
  width: 9px;
  height: 9px; }

#leftBar .info-wrapper span[role="img"] {
  font-size: 9px; }

#leftBar .info-wrapper .icon--ratingFull svg {
  fill: #0088ca; }

body.custom_brand div#rightbar .page-heading {
  text-align: left; }

body .body {
  margin-top: 20px; }

body ol.breadcrumbs {
  margin-top: 0; }

breadcrumbs a.breadcrumb-label span {
  line-height: 15px; }

.hp-cp-pro-custom .card .card-figure .button.quickview {
  height: 36px;
  font-size: 15px;
  line-height: 1;
  margin: 10px 0 !important;
  width: 120px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #fff;
  opacity: .9;
  color: #333;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
  font-weight: 400;
  font-family: 'Poppins'; }

.hp-cp-pro-custom .card .card-figure .button.quickview:focus {
  background-color: #fff !important;
  color: #333 !important; }

body.custom_category .hp-cp-pro-custom .card .card-body .card-title {
  height: 57px;
  margin-bottom: 20px; }

body.custom_category .hp-cp-pro-custom .card .card-body .card-title a {
  line-height: 19px; }

.pagination .pagination-item.pagination-item--current .pagination-link {
  color: #0088CA; }

.pagination .pagination-item .pagination-link {
  font-weight: bold; }

.pagination .pagination-item:hover .pagination-link {
  color: #0088CA; }

.productView .productView-details.product-data .productView-brand {
  display: none; }

.productView-options #add-to-cart-wrapper button.add-to-quote {
  display: none; }

.productView-options form.form.form-wishlist.form-action {
  display: none; }

.productView-options #add-to-cart-wrapper .b2b-add-to-quote.button {
  display: none; }

.productView-options #add-to-cart-wrapper .add-to-cart-buttons {
  display: flex;
  width: 100%;
  gap: 20px; }

.productView-options #add-to-cart-wrapper .form-action {
  width: 50%; }

.productView-details .productView-options .b2b-add-to-list.button {
  width: 50%;
  margin-top: 0 !important;
  text-transform: uppercase; }

.productView-details {
  padding-bottom: 0; }

body.custom_product.customer_not_found .productView-details .productView-options .b2b-add-to-list.button {
  width: unset; }

body.custom_product .body {
  margin-top: 20px; }

body.custom_product .body ol.breadcrumbs {
  margin-top: 0; }

#previewModal .modal-body .productView-brand {
  display: none; }

#previewModal .modal-body .productView-title {
  margin-bottom: 25px; }

.product:hover .sale-flag-side {
  background: #0088CA; }

body.category-page .product-items .product-item {
  padding: 0px 7.5px; }

body.custom_category .hp-cp-pro-custom .card .card-body div[data-test-info-type="price"] .price-section {
  font-size: 16px; }

.price-after-login.price-wrapper {
  margin-bottom: 20px; }

form.actionBar .actionBar-section .form-field select#sort {
  width: 180px; }

body.custom_product.customer_not_found .productView-details .productView-options {
  margin: 30px 0; }

/* CP and PP End */
.header .navPages-container .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-item:hover .has-subMenu {
  background: rgba(61, 61, 80, 0.09); }

.header .navPages-container .navPages-list .navPages-item:last-child .navPage-childList,
.header .navPages-container .navPages-list .navPages-item:nth-last-child(2) .navPage-childList {
  left: auto;
  right: 100%; }

body.custom_default {
  background-image: url(https://store-djo8ax3c9p.mybigcommerce.com/content/body-back.png);
  background-repeat: repeat;
  background-size: 100%;
  background-position: center top;
  position: relative; }
  body.custom_default .body {
    margin-top: 0; }

.home-page-left-bottom-last-banner {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: -8px; }
  .home-page-left-bottom-last-banner ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .home-page-left-bottom-last-banner ul li {
      float: left;
      width: 100%; }
      .home-page-left-bottom-last-banner ul li div {
        float: left;
        width: 100%;
        border-radius: 10px;
        padding: 0; }
      .home-page-left-bottom-last-banner ul li img {
        opacity: 1 !important;
        width: 100% !important;
        border-radius: 10px;
        float: left; }

.customer_not_found .price-before-login {
  display: block !important; }

.customer_found .price-after-login {
  display: block !important; }

.card-text .add_cart_btn {
  width: 150px;
  line-height: 45px !important;
  padding: 0 10px;
  margin: 0 auto !important;
  margin-top: 20px !important;
  background-color: #0088CA;
  text-align: center;
  justify-content: center; }
  .card-text .add_cart_btn:hover {
    background-color: #33a0d5; }

.brand-container li img {
  background: #fff; }

.blog_listing {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .blog_listing .blog {
    float: left;
    width: 33.33%;
    border: none;
    padding: 0 20px;
    margin: 0 0 50px 0; }
    .blog_listing .blog .blog-post-figure {
      width: 100%; }
      .blog_listing .blog .blog-post-figure .blog-thumbnail {
        max-width: 100%; }
    .blog_listing .blog .blog-post-body {
      width: 100%;
      text-align: left; }
      .blog_listing .blog .blog-post-body .blog-title {
        margin: 0 0 5px 0;
        height: 55px;
        overflow: hidden; }
        .blog_listing .blog .blog-post-body .blog-title a:hover {
          color: #0088ca; }
      .blog_listing .blog .blog-post-body .blog-date {
        text-align: left;
        font-size: 14px; }
      .blog_listing .blog .blog-post-body .blog-post a {
        font-weight: bold;
        color: #0088CA;
        text-transform: capitalize; }
        .blog_listing .blog .blog-post-body .blog-post a:hover {
          color: #000; }

.custom_blog .pagination {
  display: inline-block;
  width: 100%; }

.custom_blog_post .blog {
  margin: 80px auto 0;
  max-width: 1300px; }
  .custom_blog_post .blog .blog-post-figure {
    width: 100%; }
    .custom_blog_post .blog .blog-post-figure .blog-thumbnail {
      width: 100%;
      max-width: 100%; }
  .custom_blog_post .blog .blog-post-body {
    width: 100%;
    text-align: left; }
    .custom_blog_post .blog .blog-post-body .blog-title {
      margin: 0 0 5px 0;
      font-size: 32px;
      line-height: 40px; }
      .custom_blog_post .blog .blog-post-body .blog-title a:hover {
        color: #0088ca; }
    .custom_blog_post .blog .blog-post-body .blog-date {
      text-align: left;
      font-size: 14px;
      margin: 0 0 10px 0; }
    .custom_blog_post .blog .blog-post-body .blog-post a {
      font-weight: bold;
      color: #0088CA;
      text-transform: capitalize; }
      .custom_blog_post .blog .blog-post-body .blog-post a:hover {
        color: #000; }
    .custom_blog_post .blog .blog-post-body .blog-post ol,
    .custom_blog_post .blog .blog-post-body .blog-post ul {
      margin: 0 0 20px 20px; }
      .custom_blog_post .blog .blog-post-body .blog-post ol li,
      .custom_blog_post .blog .blog-post-body .blog-post ul li {
        margin: 0 0 10px 0; }

.brandGrid {
  margin: 0 -20px; }
  .brandGrid .brand {
    padding: 0 20px; }
    .brandGrid .brand .card-figure {
      padding: 0; }
    .brandGrid .brand .card-img-container {
      border: 1px #ccc solid;
      max-width: 100%;
      height: 250px;
      padding: 10px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .brandGrid .brand .card-img-container .card-image {
        position: initial; }
      .brandGrid .brand .card-img-container::after {
        display: none; }
    .brandGrid .brand .card-body {
      padding: 0; }
      .brandGrid .brand .card-body .card-title a {
        background: #0088CA;
        color: #fff;
        line-height: 40px;
        font-size: 18px; }
        .brandGrid .brand .card-body .card-title a:hover {
          background: #33a0d5; }

.custom_cart .page-heading {
  text-align: left;
  position: relative;
  border-bottom: 1px solid #ececec; }
  .custom_cart .page-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    border-bottom: 1px solid #000; }

.custom_cart .min_order_text {
  margin-bottom: 30px; }

/* minicart */
.header .header-middle .navUser .navUser-item.custom-mini-cart {
  position: fixed;
  top: 80%;
  right: 0;
  z-index: 999;
  background-color: #101010;
  color: #fff;
  border-radius: 20px 0 0 20px;
  padding: 15px;
  text-align: center;
  width: 90px; }

.header .header-middle .navUser .navUser-item.custom-mini-cart .dropdown-menu {
  position: fixed !important;
  right: 20px;
  top: 20% !important;
  z-index: 1001;
  width: 350px;
  max-width: 100%;
  border: 0;
  background: none; }

.header .header-middle .navUser .navUser-item.custom-mini-cart .dropdown-menu .previewCartWrapper {
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border: 3px solid #ddd;
  border-radius: 4px;
  color: #000; }

.header .header-middle .navUser .navUser-item.custom-mini-cart .dropdown-menu.is-open:before,
.header .header-middle .navUser .navUser-item.custom-mini-cart .dropdown-menu.is-open:after {
  display: none !important; }

.header .header-middle .navUser .navUser-item.custom-mini-cart .countPill {
  display: none; }

.header .header-middle .navUser .navUser-item.custom-mini-cart .dropdown-menu .previewCartList {
  height: 270px;
  overflow-x: hidden;
  overflow-y: scroll;
  border-bottom: 1px solid #eee;
  background-color: #fefefe;
  box-shadow: inset -15px 0 4px rgba(0, 0, 0, 0.1);
  display: block;
  table-layout: initial;
  text-align: left;
  padding-right: 15px; }

.header .header-middle .navUser .navUser-item.custom-mini-cart .dropdown-menu .previewCartList .previewCartItem {
  width: 100%;
  display: table; }

.minicart-close {
  text-align: right;
  padding: 10px 0px; }

.minicart-close span {
  color: #333;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #ddd;
  border-radius: 100%;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-right: 0;
  margin-left: auto;
  font-weight: 700;
  font-size: 20px; }

@media only screen and (max-width: 1799px) {
  .hp-cp-pro-custom .container {
    padding: 0 50px; }
  .blog_sec .blog.gridofthree {
    margin: 0 -5px;
    width: calc(100% + 10px); }
  .blog_sec .blog.gridofthree li {
    padding: 0 15px; }
  .blog_sec .container {
    padding: 0 20px; }
  .home-page-banner .home-page-right-banner .home-page-right-right-banner ul li:last-child,
  .home-page-banner .home-page-right-banner .home-page-right-left-banner ul li:first-child,
  .home-page-banner .home-page-right-banner .home-page-right-right-banner ul li:last-child div,
  .home-page-banner .home-page-right-banner .home-page-right-right-banner ul li:last-child img,
  .home-page-banner .home-page-right-banner .home-page-right-left-banner ul li:first-child div,
  .home-page-banner .home-page-right-banner .home-page-right-left-banner ul li:first-child img {
    height: 430px !important; }
  .home-page-banner .home-page-left-bottom-banner {
    margin: -190px 0 0 0; }
  .home-page-banner .home-page-left-bottom-banner ul li:last-child div,
  .home-page-banner .home-page-left-bottom-banner ul li:last-child img,
  .home-page-banner .home-page-left-bottom-banner ul li:first-child div,
  .home-page-banner .home-page-left-bottom-banner ul li:first-child img {
    height: 190px !important; }
  .explore-category-container .explore-category-container-content ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 24px 0;
    margin: 20px 0;
    flex-wrap: wrap; }
  .explore-category-container .explore-category-container-content ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex: 1 1 150px;
    margin: 10px; } }

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

@media only screen and (max-width: 1599px) {
  .home-page-banner .home-page-left-bottom-banner {
    margin: -170px 0 0 0; }
  .home-page-banner .home-page-left-bottom-banner ul li:last-child div,
  .home-page-banner .home-page-left-bottom-banner ul li:last-child img,
  .home-page-banner .home-page-left-bottom-banner ul li:first-child div,
  .home-page-banner .home-page-left-bottom-banner ul li:first-child img {
    height: 170px !important; }
  .hp-cp-pro-custom .card .card-figure,
  .hp-cp-pro-custom .card .card-figure .card-img-container {
    width: 180px;
    height: 180px; }
  .hp-cp-pro-custom .card {
    padding: 40px 15px 46px; } }

@media only screen and (max-width: 1400px) {
  .home-page-banner .home-page-left-bottom-banner {
    margin: -165px 0 0 0; }
  .home-page-banner .home-page-left-bottom-banner ul li:last-child div,
  .home-page-banner .home-page-left-bottom-banner ul li:last-child img,
  .home-page-banner .home-page-left-bottom-banner ul li:first-child div,
  .home-page-banner .home-page-left-bottom-banner ul li:first-child img {
    height: 165px !important; } }

@media only screen and (max-width: 1399px) {
  .home-page-banner .home-page-left-bottom-banner {
    margin: -160px 0 0 0; }
  .home-page-banner .home-page-left-bottom-banner ul li:last-child div,
  .home-page-banner .home-page-left-bottom-banner ul li:last-child img,
  .home-page-banner .home-page-left-bottom-banner ul li:first-child div,
  .home-page-banner .home-page-left-bottom-banner ul li:first-child img {
    height: 160px !important; }
  .hp-cp-pro-custom .card .card-figure,
  .hp-cp-pro-custom .card .card-figure .card-img-container {
    width: 165px;
    height: 165px; } }

.quickSearchResults a.button.button--small.card-figcaption-button.add_cart_btn {
  margin: 5px 0 0 !important; }

.lightbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column; }
  .lightbox .lb-dataContainer {
    order: -1; }

.ctm_load_mn {
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%; }
  .ctm_load_mn .loadingOverlay {
    z-index: 9999; }

.custom_blog_post li.breadcrumb:last-child {
  display: none; }

.header .header-middle .navUser .navUser-item.navUser-convert-b2b {
  display: none; }

.estimator-form-row input:focus + label {
  outline: none !important; }

.shipping-estimator.is-open {
  margin-bottom: 20px; }

/* Responsive Start */
#menu_responsive {
  display: none; }

#consent-manager-update-banner,
.menu_icon_mob {
  display: none; }

@media only screen and (max-width: 1199px) {
  .container {
    padding: 0 20px; }
  .header .navPages-container .navPages-list .navPages-item .navPages-action .icon {
    margin: 0 0 0 5px; }
  .header .navPages-container .navPages-list .navPages-item .navPages-action {
    padding: 8px 13px; }
  .header .navPages-container .navPages-list .navPages-item:nth-last-child(2) .navPage-subMenu,
  .header .navPages-container .navPages-list .navPages-item:last-child .navPage-subMenu {
    right: 0;
    left: auto; }
  .header .navPages-container .navPages-list .navPages-item:nth-last-child(3) .navPage-subMenu .navPage-childList {
    right: 100%;
    left: auto; }
  .header .navPages-container .navPages-list .navPages-item:nth-last-child(2) .navPage-subMenu,
  .header .navPages-container .navPages-list .navPages-item:last-child .navPage-subMenu {
    right: 0;
    left: auto; }
  .home-page-banner .home-page-left-top-banner .heroCarousel .heroCarousel-image-wrapper img,
  .home-page-banner .home-page-left-top-banner,
  .home-page-banner .home-page-left-top-banner .heroCarousel .heroCarousel-image-wrapper {
    height: 250px; }
  .home-page-banner .home-page-right-banner .home-page-right-right-banner ul li:last-child, .home-page-banner .home-page-right-banner .home-page-right-left-banner ul li:first-child, .home-page-banner .home-page-right-banner .home-page-right-right-banner ul li:last-child div, .home-page-banner .home-page-right-banner .home-page-right-right-banner ul li:last-child img, .home-page-banner .home-page-right-banner .home-page-right-left-banner ul li:first-child div, .home-page-banner .home-page-right-banner .home-page-right-left-banner ul li:first-child img {
    height: 250px !important; }
  .home-page-banner .home-page-left-bottom-banner ul li:last-child div, .home-page-banner .home-page-left-bottom-banner ul li:last-child img, .home-page-banner .home-page-left-bottom-banner ul li:first-child div, .home-page-banner .home-page-left-bottom-banner ul li:first-child img {
    height: 138px !important; }
  .home-page-banner .home-page-left-bottom-banner {
    margin: -138px 0 0 0; }
  .home-page-topbanner ul li:nth-child(2) {
    margin: 0 30px;
    padding: 0 30px; }
  .product-category-container .product-category-container-content ul {
    padding: 34px 50px 33px; }
  .hp-cp-pro-custom .productCarousel-slide {
    padding: 2px 7.5px 5px; }
  .hp-cp-pro-custom .card {
    padding: 40px 7.5px 46px; }
  .hp-cp-pro-custom .slick-list {
    margin: 0 -2px; }
  .brand-container .page-heading,
  .new_products_sec .page-heading {
    margin: 0 0 30px 0; }
  .blog_sec .blog.gridofthree li .blog_bottom h3 {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
    overflow: hidden; }
  .blog_sec .blog.gridofthree li .blog_bottom p {
    height: 210px; }
  .footer .footer-info .newsletterSubscription_col {
    width: 50%;
    float: left;
    margin-top: 50px; }
  .footer .footer-info .f_logo_col {
    width: 50%;
    padding: 2px 20px 0 0; }
  .footer .footer-info .main_pages_col {
    width: 25%; }
  .footer .footer-info .policy_col {
    width: 25%; }
  .header .header-middle .search-panel {
    width: 430px; }
  .price-after-login.price-wrapper {
    margin-top: 15px; }
  .header .header-middle .navUser .navUser-item.navUser-item--cart .dropdown-menu {
    width: 350px !important; }
  .productGrid .product {
    width: 33.33%; }
  #contact-us-page .contactLeft {
    width: 35%; }
  #contact-us-page .contact_right {
    width: 65%; }
  .modal .modal-close {
    display: block !important; } }

@media only screen and (max-width: 1179px) {
  .home-page-banner .home-page-left-top-banner .heroCarousel .heroCarousel-image-wrapper img,
  .home-page-banner .home-page-left-top-banner,
  .home-page-banner .home-page-left-top-banner .heroCarousel .heroCarousel-image-wrapper {
    height: 250px; }
  .home-page-banner .home-page-right-banner .home-page-right-right-banner ul li:last-child, .home-page-banner .home-page-right-banner .home-page-right-left-banner ul li:first-child, .home-page-banner .home-page-right-banner .home-page-right-right-banner ul li:last-child div, .home-page-banner .home-page-right-banner .home-page-right-right-banner ul li:last-child img, .home-page-banner .home-page-right-banner .home-page-right-left-banner ul li:first-child div, .home-page-banner .home-page-right-banner .home-page-right-left-banner ul li:first-child img {
    height: 250px !important; }
  .home-page-banner .home-page-left-bottom-banner ul li:last-child div, .home-page-banner .home-page-left-bottom-banner ul li:last-child img, .home-page-banner .home-page-left-bottom-banner ul li:first-child div, .home-page-banner .home-page-left-bottom-banner ul li:first-child img {
    height: 120px !important; }
  .home-page-banner .home-page-left-bottom-banner {
    margin: -120px 0 0 0; } }

@media only screen and (max-width: 991px) {
  div#tab-related .productCarousel-slide:nth-child(4n+1) {
    clear: none; }
  div#tab-related .productCarousel-slide:nth-child(3n+1) {
    clear: left; }
  .menu_icon_mob {
    display: inline-block;
    position: relative; }
  #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: #0088CA;
    padding: 15px 20px; }
  #menu_responsive .navPages ul li:hover .navPage-subMenu {
    min-height: 100%; }
  #menu_responsive ul li {
    border: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 100%;
    float: left; }
  #menu_responsive .navPages-list.navPages-list--user li:hover a.navPages-action {
    color: #000; }
  #menu_responsive ul li:hover > a.navPages-action,
  #menu_responsive ul.navPages-list.navPages-list--user li > a.navPages-action:hover {
    color: #000; }
  .header .navPages-container .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-item:hover .has-subMenu,
  .header .navPages-container .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-item .navPages-action:hover {
    background: transparent; }
  .header .navPages-container .navPages-list .navPages-item .navPage-subMenu {
    width: 100%;
    border: none;
    box-shadow: none;
    padding: 0 !important; }
  #menu_responsive .navPages-list + .navPages-list.navPages-list--user {
    color: #fff; }
  #menu_responsive .navPages-list + .navPages-list.navPages-list--user li:hover a {
    color: #fff; }
  #menu_responsive .navPages-list + .navPages-list.navPages-list--user li:hover a:hover,
  #menu_responsive .navPages-list + .navPages-list.navPages-list--user li a:hover {
    color: #000; }
  #menu_responsive .navPages-action,
  #menu_responsive .navPage-subMenu-item > .navPage-subMenu-action {
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: normal;
    padding: 3px 20px 3px 0;
    display: block;
    border: 0;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 22px; }
    #menu_responsive .navPages-action:hover,
    #menu_responsive .navPage-subMenu-item > .navPage-subMenu-action:hover {
      color: #000; }
  .navPages-container.is-open svg,
  #menu_responsive .navPages ul li:hover .navPage-subMenu,
  #menu_responsive .navPages-quickSearch {
    display: none; }
  #menu_responsive .navPage-subMenu .container {
    padding: 0; }
  #menu_responsive .navPage-subMenu .navPage-subMenu-list,
  #menu_responsive .navPage-subMenu .container {
    display: block !important; }
  #menu_responsive .subcat-expand {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }
  #menu_responsive .subcat-expand.subcat-expanded::before,
  .main_menu .navPages-list .navPages-item > .navPages-action::after,
  .navPage-subMenu-action .collapsible-icon-wrapper,
  .main_menu .navPage-subMenu::after {
    display: none; }
  #menu_responsive .subcat-expand::after,
  #menu_responsive .subcat-expand::before {
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }
  #menu_responsive .subcat-expand::before {
    height: 14px;
    width: 2px; }
  #menu_responsive .subcat-expand::after {
    height: 2px;
    width: 14px; }
  .navPages-list + .navPages-list {
    border: 0;
    margin: 0;
    padding: 0; }
  #menu_responsive .navPage-subMenu {
    background: transparent;
    top: 0; }
  #menu_responsive .navPages ul {
    width: 100%;
    float: left; }
  #menu_responsive ul ul {
    width: 100%;
    display: block;
    padding: 10px 0 10px 10px;
    background: transparent;
    margin: 0;
    border: 0; }
  #menu_responsive ul ul ul {
    position: initial;
    box-shadow: none; }
  #menu_responsive ul > li {
    margin-bottom: 5px; }
  #menu_responsive ul > li li {
    margin: 0; }
  #menu_responsive .navPages-list + .navPages-list {
    float: left;
    margin-bottom: 30px; }
  #menu_responsive {
    transition: all .3s ease 0s;
    left: 0; }
  .mobileMenu-toggle {
    left: 15px;
    top: 67px;
    background: transparent;
    height: 40px;
    width: 40px;
    padding: 0 9px;
    border: 1px solid #fff;
    position: initial;
    display: flex;
    align-items: center;
    justify-content: center; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after,
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
    background: #fff; }
  .header .header_main {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header-logo-image {
    max-height: 100%; }
  .header .header-top ul li a {
    font-size: 15px; }
  .header {
    position: initial;
    height: auto; }
  .home-page-banner .home-page-left-bottom-banner ul li:last-child div, .home-page-banner .home-page-left-bottom-banner ul li:last-child img, .home-page-banner .home-page-left-bottom-banner ul li:first-child div, .home-page-banner .home-page-left-bottom-banner ul li:first-child img {
    height: 87px !important; }
  .home-page-banner .home-page-left-bottom-banner {
    margin: -87px 0 0 0; }
  .home-page-banner .home-page-left-top-banner {
    width: 100%;
    padding: 0; }
  .home-page-banner .home-page-right-banner {
    padding: 20px 0 0 0;
    width: 100%; }
  .home-page-banner .home-page-left-bottom-banner {
    margin: 20px 0 0 0;
    width: 100%;
    padding: 0; }
  .home-page-banner .home-page-left-bottom-banner ul li:last-child div, .home-page-banner .home-page-left-bottom-banner ul li:last-child img, .home-page-banner .home-page-left-bottom-banner ul li:first-child div, .home-page-banner .home-page-left-bottom-banner ul li:first-child img {
    height: 200px !important; }
  .home-page-banner .home-page-right-banner .home-page-right-right-banner ul li:last-child, .home-page-banner .home-page-right-banner .home-page-right-left-banner ul li:first-child, .home-page-banner .home-page-right-banner .home-page-right-right-banner ul li:last-child div, .home-page-banner .home-page-right-banner .home-page-right-right-banner ul li:last-child img, .home-page-banner .home-page-right-banner .home-page-right-left-banner ul li:first-child div, .home-page-banner .home-page-right-banner .home-page-right-left-banner ul li:first-child img {
    height: auto !important; }
  .home-page-banner .home-page-left-top-banner .heroCarousel .heroCarousel-image-wrapper img, .home-page-banner .home-page-left-top-banner, .home-page-banner .home-page-left-top-banner .heroCarousel .heroCarousel-image-wrapper {
    height: auto !important; }
  .home-page-topbanner ul li .home-page-topbanner-item {
    column-gap: 10px; }
  .home-page-topbanner ul li:nth-child(2) {
    margin: 0 40px;
    padding: 0 40px; }
  .header .header-middle .navUser {
    transform: none;
    position: initial; }
  .header .header-middle {
    padding: 20px 0; }
  .home-page-topbanner {
    padding: 7px 0; }
  .home-page-topbanner ul li > div:last-child p {
    max-width: 125px;
    text-align: left;
    font-size: 15px;
    line-height: 20px; }
  .home-page-topbanner ul li:first-child > div:last-child p {
    max-width: 110px; }
  .home-page-topbanner ul li > div:last-child p a {
    font-size: 15px;
    line-height: 20px; }
  .product-category-container .product-category-container-content ul {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px; }
  .product-category-container .product-category-container-content ul li {
    width: 33.33%; }
  .product-category-container .product-category-container-content ul li .product-category-container-item {
    justify-content: flex-start; }
  .explore-category-container .explore-category-container-content ul li {
    width: 33.33%;
    flex: auto;
    margin: 0; }
  .explore-category-container .explore-category-container-content ul {
    row-gap: 20px;
    padding: 25px 30px; }
  .brand-container .container {
    padding: 0 20px; }
  .brand-container ul li {
    width: 25%; }
  .blog_sec .blog.gridofthree {
    margin: 0 -15px;
    width: calc(100% + 30px); }
  .blog_sec .blog.gridofthree li > a {
    height: 145px; }
  .blog_sec .blog.gridofthree li .blog_bottom p {
    height: 280px; }
  .footer .footer_bottom {
    flex-flow: column;
    padding-top: 20px; }
  .customer_found .header .header-middle .search-panel {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    padding: 0 20px; }
  .customer_found .header .header-middle {
    padding-top: 10px;
    padding-bottom: 66px;
    position: relative; }
  .customer_found .header .header-middle .container {
    position: initial; }
  .quickSearchResults,
  .custom_account_recentitems .quickSearchResults,
  .custom_wishlist .quickSearchResults {
    padding: 0 20px; }
    .quickSearchResults .price-after-login.price-wrapper,
    .custom_account_recentitems .quickSearchResults .price-after-login.price-wrapper,
    .custom_wishlist .quickSearchResults .price-after-login.price-wrapper {
      margin-bottom: 0; }
  .quickSearchResults .modal-close {
    display: block;
    right: 20px; }
  .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 {
    margin-top: 10px; }
  #menu_responsive .navPages-list + .navPages-list.navPages-list--user .navPages-item .navPages-action {
    display: block; }
  div#leftBar {
    display: none; }
  div#rightbar {
    width: 100%; }
  #rightbar .page-content {
    padding: 0; }
  .sub-cat-panel .categories_list_inn.clearfix {
    grid-template-columns: repeat(3, 1fr); }
  .productView-details.product-data {
    order: 0; }
  div#tab-related .productCarousel-slide {
    width: 33.33%;
    margin-bottom: 20px; }
  .previewCart .productView {
    flex-flow: column;
    row-gap: 20px;
    align-items: flex-start;
    margin-top: 30px; }
  #previewModal .previewCart .productView-details {
    width: 100%; }
  .custom_cart .cart-item-block.cart-item-info .loginReqBlock {
    padding-left: 1.5rem; }
  .cart-totals {
    width: 100%; }
  .cart-total-label {
    text-align: left;
    width: 50%;
    padding-left: 0; }
  .cart-total-value {
    text-align: right;
    width: 50%;
    padding-right: 0; }
  .cart-item-label {
    font-size: 15px; }
  #contact-us-page .contactLeft {
    width: 100%; }
  #contact-us-page .contact_right {
    width: 100%;
    padding: 30px 0 0 0; }
  .blog_listing .blog {
    width: 50%;
    padding: 0 10px; }
  .hp-cp-pro-custom .product-item {
    padding: 2px 7.5px 0; }
  .hp-cp-pro-custom .card .card-body div[data-test-info-type="price"] .ctm-qty-input .ctm-qty-controls .ctm-qty-down {
    width: 40px; }
  .hp-cp-pro-custom .card .card-body div[data-test-info-type="price"] .ctm-qty-input .ctm-qty-controls .ctm-qty-up {
    width: 40px; }
  .hp-cp-pro-custom .card .card-body div[data-test-info-type="price"] .ctm-qty-input .ctm-qty-controls {
    width: 128px; }
  .hp-cp-pro-custom .card .card-body div[data-test-info-type="price"] .ctm-qty-input .ctm-qty-controls .ctm-qty-down::before {
    left: 15px; }
  .hp-cp-pro-custom .card .card-body div[data-test-info-type="price"] .ctm-qty-input .ctm-qty-controls .ctm-qty-up::before {
    left: 15px; }
  .hp-cp-pro-custom .card .card-body div[data-test-info-type="price"] .ctm-qty-input .ctm-qty-controls .ctm-qty-up::after {
    left: 19px; }
  body ol.breadcrumbs {
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 10px; }
  .customer_found .header .header-middle .navUser .navUser-item.navUser-item--account {
    display: inline-block; } }

@media only screen and (max-width: 767px) {
  .pagination-item--previous,
  .pagination-item--next {
    float: none; }
  div#tab-related .productCarousel-slide:nth-child(4n+1),
  div#tab-related .productCarousel-slide:nth-child(3n+1) {
    clear: none; }
  div#tab-related .productCarousel-slide:nth-child(2n+1) {
    clear: left; }
  .header .header-top ul {
    flex-wrap: wrap; }
  .header .header-top ul li {
    width: 50%;
    text-align: left;
    padding: 0; }
  .header .header-top ul li::before {
    display: none; }
  .header .header-top ul li:nth-child(2),
  .header .header-top ul li:nth-child(4) {
    text-align: right; }
  .home-page-banner .home-page-left-bottom-banner ul li:last-child div, .home-page-banner .home-page-left-bottom-banner ul li:last-child img, .home-page-banner .home-page-left-bottom-banner ul li:first-child div, .home-page-banner .home-page-left-bottom-banner ul li:first-child img {
    height: 155px !important; }
  .home-page-topbanner ul {
    flex-wrap: wrap;
    height: auto;
    row-gap: 20px; }
  .home-page-topbanner ul li {
    width: 50%;
    float: left; }
  .home-page-topbanner ul li:nth-child(2) {
    margin: 0;
    padding: 0;
    border-right: 0; }
  .home-page-topbanner {
    padding: 15px 0; }
  .product-category-container .product-category-container-content ul li {
    width: 50%; }
  .product-category-container .product-category-container-content ul {
    padding: 34px 20px 33px; }
  .page-heading .title_span,
  .page-heading {
    font-size: 30px; }
  .brand-container .page-heading p,
  .product-category-container .page-heading p,
  .page-heading p span,
  .explore-category-container .page-heading p {
    font-size: 30px !important; }
  .explore-category-container .explore-category-container-content ul li {
    width: 50%;
    justify-content: flex-start; }
  .brand-container ul li {
    width: 33.33%;
    padding: 0 15px;
    height: 150px;
    align-items: center;
    justify-content: center;
    display: flex; }
  .blog_sec .blog.gridofthree {
    width: 100%;
    margin: 0; }
  .blog_sec .blog.gridofthree li {
    padding: 0;
    width: 100%;
    margin: 0 0 30px 0; }
  .blog_sec .blog.gridofthree li .blog_bottom p {
    height: auto; }
  .blog_sec .blog.gridofthree li .blog_bottom h3 {
    height: auto; }
  .footer .footer-info .f_logo_col {
    width: 100%;
    padding: 0 0 50px 0;
    text-align: center; }
  .footer .footer-info .f_logo_col .header-logo__link {
    width: 100%; }
  .footer .footer-info .f_logo_col .header-logo__link img {
    width: auto; }
  .footer {
    padding: 55px 0 35px 0; }
  .blog_sec {
    margin: 0 0 40px 0; }
  .footer .footer-info .newsletterSubscription_col {
    width: 100%; }
  .footer .footer-info .policy_col,
  .footer .footer-info .main_pages_col {
    width: 50%;
    padding: 0; }
  .sub-cat-panel .categories_list_inn.clearfix {
    grid-template-columns: repeat(3, 1fr); }
  .productGrid .product {
    width: 50%; }
  .custom_product .productView .productView-img-container::after {
    display: none; }
  .custom_product .productView .productView-img-container a {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px; }
  .custom_product .productView .productView-img-container img {
    position: initial; }
  div#tab-related .productCarousel-slide {
    width: 50%; }
  .blog_listing .blog {
    width: 100%;
    padding: 0 10px; }
  .blog_listing .blog .blog-post-body .blog-title {
    height: auto; }
  .custom_blog .body {
    margin-bottom: 20px; }
  body.custom_product .body ol.breadcrumbs {
    display: none; }
  .header .header-middle .navUser .account-section .toggle_sibling, .header .header-middle .navUser .navUser-item--account .toggle_sibling {
    padding: 0 0 0 11px;
    margin: 0 0 0 11px; }
  .customer_found .header .header-middle .navUser .navUser-item.navUser-item--account span,
  .header .header-middle .navUser .navUser-item span.navUser-item-cartLabel {
    display: none; }
  .countPill {
    margin: 0; } }

@media only screen and (max-width: 479px) {
  .cms_cnt p iframe {
    width: 100%; }
  .header .header-top ul {
    row-gap: 10px; }
  .header .header-top ul li {
    line-height: 15px; }
  .header .header-top ul li a {
    font-size: 12px;
    line-height: 15px; }
  .header .header-top ul li:first-child,
  .header .header-top ul li:nth-child(3) {
    width: 60%; }
  .header .header-top ul li:nth-child(2),
  .header .header-top ul li:nth-child(4) {
    width: 40%; }
  .header .header-middle .header-logo {
    width: 210px; }
  .home-page-banner .home-page-left-bottom-banner ul li:last-child div, .home-page-banner .home-page-left-bottom-banner ul li:last-child img, .home-page-banner .home-page-left-bottom-banner ul li:first-child div, .home-page-banner .home-page-left-bottom-banner ul li:first-child img {
    height: 90px !important; }
  .home-page-topbanner ul li .home-page-topbanner-item,
  .home-page-topbanner ul {
    justify-content: flex-start; }
  .home-page-topbanner ul li {
    width: 100%; }
  .home-page-topbanner ul li:nth-child(2) {
    border: none; }
  .home-page-topbanner .container {
    padding: 15px 25px; }
  .home-page-topbanner ul li > div:last-child p,
  .home-page-topbanner ul li:first-child > div:last-child p {
    max-width: 100%; }
  .product-category-container .product-category-container-content ul li {
    width: 100%; }
  .brand-container .page-heading p,
  .blog_sec .page-heading span,
  .page-heading .title_span, .page-heading,
  .product-category-container .page-heading p, .page-heading p span, .explore-category-container .page-heading p {
    font-size: 28px !important;
    line-height: 38px; }
  .hp-cp-pro-custom .card .card-body .card-title {
    height: auto; }
  .explore-category-container,
  .hp-cp-pro-custom {
    margin: 70px 0 0 0; }
  .product-category-container {
    margin: 60px 0 0 0; }
  .blog_sec .page-heading,
  .brand-container .page-heading, .new_products_sec .page-heading,
  .product-category-container .page-heading {
    margin: 0 0 20px 0; }
  .hp-cp-pro-custom .card {
    margin: 0 0 10px 0; }
  .hp-cp-pro-custom .category-home-btn {
    margin: 15px 0 0 0; }
  .explore-category-container .explore-category-container-content ul li {
    width: 100%; }
  .brand-container {
    margin: 60px 0; }
  .brand-container ul li {
    width: 50%;
    height: 120px; }
  .footer .footer-info .newsletterSubscription_col,
  .footer .footer-info .policy_col, .footer .footer-info .main_pages_col {
    text-align: left; }
  .header .header-middle .header-logo .header-logo-image-container {
    width: 100%; }
  .countPill {
    margin: 0;
    position: absolute;
    top: -13px;
    right: -6px; }
  .customer_found .header .header-middle .navUser .navUser-item.navUser-item--cart .dropdown-menu {
    right: 21px;
    width: 268px !important; }
  .f-open-dropdown .button {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px; }
  .sub-cat-panel .categories_list_inn.clearfix {
    grid-template-columns: repeat(2, 1fr); }
  .productGrid .product {
    width: 100%; }
  div#rightbar .page-heading {
    margin: 0 0 20px 0; }
  #rightbar .page-content {
    padding: 0; }
  #rightbar .page-content .product {
    margin-bottom: 30px; }
  .custom_category .body {
    margin-bottom: 30px; }
  .custom_product .body {
    margin-bottom: 30px; }
  .custom_product .productView .productView-img-container a {
    height: 350px; }
  div#tab-related .productCarousel-slide {
    width: 100%; }
  .productView-details.product-data .productView-title {
    font-size: 24px;
    line-height: 36px; }
  .productView li.productView-thumbnail {
    width: 33.33%; }
  .productView li.productView-thumbnail .productView-thumbnail-link {
    height: 85px; }
  li.breadcrumb {
    justify-content: flex-start; }
  .breadcrumbs a.breadcrumb-label, .breadcrumbs.is-active a.breadcrumb-label {
    text-align: left; }
  ol.breadcrumbs {
    padding: 15px 30px; }
  section.productView-details .productView-product dl.productView-info .wrapper {
    flex-flow: column;
    justify-content: flex-start;
    text-align: center;
    align-items: flex-start;
    row-gap: 5px; }
  .productView-product .productView-rating span {
    font-size: 16px; }
  .custom_search .hp-cp-pro-custom .card {
    margin: 0 0 30px 0; }
  .hp-cp-pro-custom .card .card-body .card-title {
    margin-bottom: 15px; }
  .custom_cart .cart-item-block.cart-item-info .loginReqBlock {
    padding-left: 1.5rem;
    display: inline;
    font-size: 16px; }
  .cart-total-label,
  .cart-total-value {
    font-size: 16px; }
  .cart-item-block.cart-item-info.cart-item-quantity {
    margin-top: 20px;
    margin-bottom: 10px; }
  p, li {
    font-size: 16px;
    line-height: 24px; }
  .custom_page .cms_cnt li,
  .blog-post li {
    margin: 0 0 15px 0; }
  .hp-cp-pro-custom .container {
    padding: 0 20px; }
  .slick-slider .slick-prev {
    left: -7px; }
  .slick-slider .slick-next {
    right: -7px; }
  .hp-cp-pro-custom .card {
    padding: 40px 15px 46px; }
  body.custom_category .hp-cp-pro-custom .card .card-body .card-title {
    height: auto;
    margin-bottom: 10px; }
  .customer_found .header .header-middle .navUser .navUser-item.navUser-item--account span {
    display: none; }
  .header .header-middle .navUser .navUser-section.navUser-section--alt {
    display: flex;
    flex-wrap: nowrap; } }

@media only screen and (max-width: 374px) {
  .header .header-middle .header-logo {
    width: 150px; } }

/* Responsive End */
/* Logo New */
.header-logo-image-unknown-size {
  /* max-height: 150px;*/
  max-height: 95px;
  width: auto; }

.header .header-middle .header-logo {
  width: auto; }

.header .header-middle {
  padding: 10px 0 10px 0; }

.footer .footer-info .f_logo_col .header-logo__link img {
  max-height: 150px; }

div[data-test="cart-shipping"] span[data-test="cart-price-value"]:before {
  content: "$0.00";
  color: #101010;
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
  line-height: 24px;
  font-size: 16px; }

@media only screen and (max-width: 1199px) {
  .variant-table {
    max-width: 100%;
    overflow: auto; }
  .variant-table table {
    max-width: 100%;
    min-width: 700px;
    overflow: auto; } }

@media only screen and (max-width: 990px) {
  .header .header-middle .header-logo {
    height: auto; }
  .header-logo-image-unknown-size {
    max-height: 144px; } }

@media only screen and (max-width: 990px) {
  .table-quantity .form-increment {
    margin: 0 15px; }
  .variant-table .cart-item-info {
    padding: 0;
    min-width: 110px; }
  section.productView-details.product-options .form-increment {
    width: auto; }
  .variant-table #custom-qty {
    min-width: 50px;
    float: left; }
  .variant-table .button.button--icon {
    width: 30px !important; }
  .variant-table .cart-item-info {
    padding: 0; }
  td.table-image {
    min-width: 100px; }
  td.option-name {
    min-width: 250px; }
  td.table-quantity.cart-item-info {
    width: 110px;
    padding: 0;
    height: 32px; }
  section.productView-details.product-options .variant-table .form-increment {
    display: inline-block;
    min-width: 110px; }
  section.productView-details.product-options .form-increment button {
    float: left; }
  td.table-add-to-cart .button {
    margin: 10px 10px 0px;
    padding: 10px 20px;
    min-width: 150px;
    font-size: 14px; } }

/**/
.table-image {
  width: 80px;
  padding: 10px; }

.variant-table th {
  text-align: center;
  font-weight: 500;
  background: #FFD200;
  font-size: 14px;
  padding: 5px 0; }

.variant-table td {
  text-align: center;
  font-weight: 400;
  font-size: 14px; }

.variant-table .form-increment {
  height: 30px !important;
  text-align: center; }

.variant-table #custom-qty {
  line-height: 26px;
  text-align: center;
  font-size: 14px; }

.variant-table .cart-item-info {
  padding: 0 15px; }

.variant-table .button.button--icon {
  width: 30px !important; }

.bulk-add-to-cart-btn {
  margin: 20px 0 0 !important;
  float: right;
  min-width: 190px; }

/* For Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* For Firefox */
input[type=number] {
  -moz-appearance: textfield; }

.custom-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

td.table-add-to-cart .button {
  margin: 10px 0 0; }

.bulk-add-msg {
  float: right;
  display: block;
  width: 100%;
  text-align: right;
  padding: 0 18px; }

td.table-quantity {
  width: 140px; }

td.table-add-to-cart {
  width: 250px; }

.customer_found td.table-add-to-cart {
  width: 180px; }

.customer_not_found a.button.bulk-add-to-cart-btn {
  display: none; }

.customer_not_found .variant-table + a.button.bulk-add-to-cart-btn {
  display: inline-block; }

@media only screen and (min-width: 600px) {
  .category-header {
    padding-left: 15px; }
  div#first_name_field_0,
  div#phone_field_0 {
    width: calc(50% - 10px);
    float: left; }
  div#last_name_field_0,
  div#custom_field_string_department_field_0 {
    width: calc(50% - 10px);
    float: left; } }

form#ctct_form_0 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }

div#email_address_field_0 {
  order: 1;
  width: 100%; }

div#first_name_field_0 {
  order: 2; }

div#last_name_field_0 {
  order: 3; }

div#phone_field_0 {
  order: 4; }

div#custom_field_string_department_field_0 {
  order: 5; }

div#custom_field_string_comment_questions_field_0 {
  order: 7;
  width: 100%; }

div#custom_field_string_subject_field_0 {
  order: 6;
  width: 100%; }

button.ctct-form-button {
  order: 8; }

div#gdpr_text {
  display: none; }

button.ctct-form-button {
  font-family: "Alatsi", sans-serif;
  height: auto;
  width: 120px !important;
  margin: auto;
  border-radius: 0 !important;
  padding: 12px 20px !important;
  letter-spacing: 0.05em; }

.added-msg {
  padding: 0 10px;
  line-height: normal; }

td.option-price {
  width: 70px; }

.flum-content a {
  color: #0088CA; }

.flum-content a:hover {
  color: #000; }

.variant-table img {
  max-height: 60px;
  width: auto;
  max-width: 60px; }
