﻿/* 
 |   
 | Theme Name: Znode Web Store - B2B Theme.
 | Description: Znode e-commerce framework B2B Theme CSS. 
 | Author: Znode.
 | Author URL: http://www.znode.com
 | Version: 2.0.0.0
 | 
*/
@font-face {
  font-family: "Roboto-Regular";
  src: url("../../Fonts/Roboto-Regular.ttf") format("truetype");
  src: url("../../Fonts/Roboto-Regular.eot") format("embedded-opentype");
  src: url("../../Fonts/Roboto-Regular.svg") format("svg");
  src: url("../../Fonts/Roboto-Regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../../Fonts/Roboto-Medium.ttf") format("truetype");
  src: url("../../Fonts/Roboto-Medium.eot") format("embedded-opentype");
  src: url("../../Fonts/Roboto-Medium.svg") format("svg");
  src: url("../../Fonts/Roboto-Medium.woff") format("woff");
}
html, body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #003057;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.font-16 {
  font-size: 16px;
}

.no-shadow {
  box-shadow: 0px 0px 0px 0px transparent !important;
}

.required:after {
  content: " * ";
  color: #CC0000;
}

a {
  outline: medium none;
  text-decoration: none;
  color: #003057;
  transition: color 0.2s ease;
}
a:hover {
  outline: medium none;
  color: #65B2E8;
  text-decoration: none;
}
a:active {
  outline: medium none;
  color: #333;
  text-decoration: none;
}
a:focus {
  outline: 1px dotted #65B2E8;
  text-decoration: none;
}
a:not([class]):hover {
  text-decoration: underline;
}

/*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: $text-default;
}*/
.box-shadow {
  box-shadow: 0px 1px 2px 1px rgba(141, 151, 161, 0.5);
}
.box-shadow:hover {
  box-shadow: 0px 3px 7px 0px rgba(141, 151, 161, 0.8);
}

.cut-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

p, ul {
  margin: 0;
}

z-widget {
  display: block;
}

.field-validation-error, .error-msg {
  color: #FF5630;
}

.success-msg {
  color: #36B37E;
}

.row > z-widget {
  width: 100%;
}

.notification-msg {
  z-index: 999;
  min-height: 0;
  position: absolute;
  width: 100%;
  top: 0;
}
.notification-msg .alert {
  position: relative;
  padding: 5px;
  line-height: 21px;
  margin-bottom: 0;
  border-radius: 0;
  min-height: 36px;
  top: 5px;
  display: flex;
}
.notification-msg .alert p {
  width: 100%;
}
.notification-msg .alert .close {
  opacity: 1;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  height: 24px;
  padding: 5px;
  cursor: pointer;
}
.notification-msg .alert-danger {
  border: 1px solid #FF5630;
}
.notification-msg .alert-danger .close {
  color: #FF5630;
}
.notification-msg .alert-success {
  border: 1px solid #36B37E;
}
.notification-msg .alert-success .close {
  color: #36B37E;
}
.notification-msg .alert-info {
  border: 1px solid #6554C0;
}
.notification-msg .alert-info .close {
  color: #6554C0;
}

.added-to-cart-link {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #0d6efd;
  transition: color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.added-to-cart-link:hover,
.added-to-cart-link:focus {
  text-decoration: none;
  color: #0a58ca;
}

.suggestion-msg {
  color: #333;
}

.file-upload {
  position: relative;
}
.file-upload .file-upload-name {
  float: left;
  margin-left: 15px;
  line-height: 26px;
}
.file-upload input[type=file] {
  margin: 0;
  opacity: 0;
  width: 126px;
  min-height: 39px;
}
.file-upload .po-document-details a {
  cursor: pointer;
  color: #274596;
  padding-right: 3px;
  display: none;
  float: left;
  line-height: 24px;
  padding-right: 5px;
}
.file-upload .po-document-details span {
  float: left;
  line-height: 26px;
}

.file-upload-btn {
  position: absolute;
  overflow: hidden;
  margin-left: 0;
  background: #274596;
}

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 30px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #65B2E8;
  padding: 5px 14px;
  font-size: 18px;
  color: #FFFFFF !important;
  opacity: 0;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.back-to-top:hover {
  color: #FFFFFF;
  opacity: 1 !important;
}

.error-page {
  padding: 20px 15px;
  min-height: 450px;
}

.checkbox-disable {
  pointer-events: none !important;
  cursor: not-allowed !important;
}

.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.star-rating .star-full-icon, .star-rating .star-half-icon {
  margin-bottom: 0;
  cursor: pointer;
  color: #003057;
}
.star-rating .star-empty-icon {
  color: #003057;
}
.star-rating .full:before {
  content: "\e90b";
  color: #003057;
}
.star-rating .empty:before {
  content: "\e90c";
  color: #003057;
}

.new-product-tag {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 101;
  width: 35px;
  height: 35px;
}

.review-title .star-rating {
  color: #003057;
}

.padding-left-50 {
  padding-left: 50px;
}

.padding-right-50 {
  padding-right: 50px;
}

.pr-20 {
  padding-right: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

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

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

.font-15 {
  font-size: 15px;
}

.padding-left-50 {
  padding-left: 50px !important;
}

.margin-right-20 {
  margin-right: 20px;
}

.mw-350 {
  max-width: 350px;
}

.cursor-pointer {
  cursor: pointer;
}

.nicescroll-rails {
  z-index: 999999 !important;
}

img[class*=b-lazy] {
  min-height: 1px;
  min-width: 50px;
}

.text-break, .text-break * {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.modal-open {
  overflow-y: hidden;
}

@media all and (min-width: 0) {
  h1, .h1 {
    font-size: 28px;
  }
  h2, .h2 {
    font-size: 25px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  h4, .h4 {
    font-size: 21px;
  }
  h5, .h5 {
    font-size: 18px;
  }
  h6, .h6 {
    font-size: 16px;
  }
  .page-title {
    padding: 30px 0 0;
    position: relative;
    margin-bottom: 25px;
  }
}
@media all and (min-width: 992px) {
  h1, .h1 {
    font-size: 36px;
  }
  h2, .h2 {
    font-size: 34px;
  }
  h3, .h3 {
    font-size: 32px;
  }
  h4, .h4 {
    font-size: 30px;
  }
  h5, .h5 {
    font-size: 28px;
  }
  h6, .h6 {
    font-size: 25px;
  }
  /*body {
      padding-top: 193px;
  }*/
}
@media all and (min-width: 1300px) {
  .container {
    max-width: 1300px;
  }
}
.layout-min-height {
  min-height: 68vh;
}

@media all and (min-width: 1500px) {
  .layout-min-height {
    min-height: 70vh;
  }
}
.visuallyhidden:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.bstore-login-form .form-group {
  margin-bottom: 0px;
}
.bstore-login-form .dropdown-field select {
  color: #003057;
  padding: 0 10px;
  font-size: 14px;
  width: 100%;
  border: 1px solid #333;
  box-shadow: none;
  outline: medium none;
  background-color: #FAFAFA;
  border-radius: 2px;
  height: 38px;
  font-weight: bold;
}
.bstore-login-form .terms-content {
  text-decoration: underline;
  color: #274596;
  font-size: 14px;
}
.bstore-login-form #div-captcha .captcha-panel img {
  margin-bottom: 15px;
}

#popup-termsandconditions .modal-header {
  border-radius: 0px;
}
#popup-termsandconditions .modal-footer {
  padding: 5px 15px;
}

.zcustom-close-general {
  background: none;
  border: none;
  padding: 0;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: color 0.2s ease;
}
.zcustom-close-general:hover, .zcustom-close-general:focus {
  color: #65B2E8;
}
.zcustom-close-general.absolute {
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.zcustom-close-general.absolute.absolute-right {
  right: 30px;
}
@media all and (min-width: 0) {
  .zcustom-close-general.absolute.absolute-right {
    right: 15px;
  }
}
.zcustom-close-general.absolute.absolute-left {
  left: 30px;
}

.dce-video-container {
  position: relative;
  width: 100%;
  height: 450px;
}
@media (max-width: 1199.98px) {
  .dce-video-container {
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .dce-video-container {
    height: 300px;
  }
}
@media (max-width: 600px) {
  .dce-video-container {
    height: 200px;
  }
}
@media (max-width: 400px) {
  .dce-video-container {
    height: 150px;
  }
}

.scan-code-msg {
  margin-top: 10px;
}

.btn-print, .btn-email {
  background: transparent;
  border: none;
  outline: none;
  color: #58595B;
  cursor: pointer;
  padding: 1px 10px;
}
.btn-print .icon-printer, .btn-print .icon-mail-envelope, .btn-email .icon-printer, .btn-email .icon-mail-envelope {
  font-style: normal;
  font-size: 16px;
  color: #58595B;
  padding-right: 5px;
}
.btn-print:hover, .btn-print:focus, .btn-email:hover, .btn-email:focus {
  color: #65B2E8;
}
.btn-print:hover .icon-printer, .btn-print:hover .icon-mail-envelope, .btn-print:focus .icon-printer, .btn-print:focus .icon-mail-envelope, .btn-email:hover .icon-printer, .btn-email:hover .icon-mail-envelope, .btn-email:focus .icon-printer, .btn-email:focus .icon-mail-envelope {
  color: #65B2E8;
}

.popover {
  z-index: 100 !important;
}

.store-locator-block {
  max-height: 400px;
  overflow: auto;
}

.home-slider .owl-carousel .carousel-caption {
  position: relative;
  padding: 20px;
  top: 0;
  flex: 1;
  transform: translate(0, 0);
  max-width: 100%;
}
.home-slider .owl-carousel .carousel-caption .first {
  font-size: 24px;
}
.home-slider .owl-carousel .carousel-caption h3 {
  font-size: 35px;
}
.home-slider .owl-carousel .carousel-caption div {
  font-size: 18px;
}
.home-slider .owl-carousel .carousel-caption button {
  margin: 15px 0 5px 0;
}
.home-slider .slider .item a {
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #003057;
  width: 100%;
}
.home-slider .slider .item img {
  height: auto;
  width: 100%;
  position: relative;
}
.home-slider .slider .owl-pagination {
  position: relative;
  padding-top: 10px;
}
.home-slider .slider .owl-buttons .owl-prev, .home-slider .slider .owl-buttons .owl-next {
  top: 40%;
}

.offer-banner {
  padding: 0 5px;
}
.offer-banner .owl-item {
  padding: 5px 10px 35px;
}
.offer-banner .owl-item .item {
  box-shadow: 0px 1px 2px 1px rgba(141, 151, 161, 0.5);
  border-radius: 2px;
}
.offer-banner .owl-item .item:hover {
  box-shadow: 0px 3px 7px 0px rgba(141, 151, 161, 0.8);
}
.offer-banner .owl-item .item > a {
  display: flex;
  padding: 25px;
  flex-wrap: wrap;
  width: 100%;
}
.offer-banner .owl-item .item > a:hover {
  text-decoration: none;
}
.offer-banner .owl-item .item > a img {
  order: 1;
  width: 100%;
  max-width: 82px;
  max-height: 82px;
  align-self: center;
}
.offer-banner .owl-item .item > a .carousel-caption {
  text-shadow: none;
  position: relative;
  order: 2;
  left: 0;
  top: 0;
  transform: translate(0, 0);
  margin-right: 0;
  margin-top: 10px;
  width: 100%;
  text-align: left;
}
.offer-banner .owl-item .item > a .carousel-caption.Right {
  text-align: right;
}
.offer-banner .owl-item .item > a .carousel-caption.Center {
  text-align: center;
}
.offer-banner .owl-item .item > a .carousel-caption .promo-title {
  font-weight: bold;
  font-size: 19px;
  color: #0D47A1;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}
.offer-banner .owl-item .item > a .carousel-caption .promo-description {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #003057;
  letter-spacing: 0.88px;
  line-height: 20px;
  margin: 10px 0;
}
.offer-banner .owl-item .item > a .carousel-caption .btn {
  border-color: #333;
  display: block;
  margin: 10px auto 0;
  padding: 15px 20px;
}
.offer-banner .owl-item .item > a .carousel-caption div {
  color: #003057;
}

.featured-products .product-list-widget .product-list-title {
  margin-top: 20px;
}
.featured-products .product-list-widget .owl-carousel {
  margin-bottom: 20px;
}
.featured-products .featured-products-block {
  padding: 0;
}

.carousel-card {
  padding: 2rem 0;
}

.user-promotion-msg {
  font-size: 16px;
  color: #003057;
  padding: 10px;
}

.loged-out-product-details {
  padding: 10px 0;
}
.loged-out-product-details .loged-out-product-title {
  font-weight: bold;
  font-size: 15px;
}
.loged-out-product-details .loged-out-product-text {
  font-size: 12px;
}
.loged-out-product-details a {
  text-decoration: underline;
}

.product-list-title {
  text-align: center;
  font-size: 20px;
  margin: 0 0 25px;
}

.view-option-category {
  padding: 0 5px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
.view-option-category li {
  width: 50%;
  padding: 10px;
}
@media all and (min-width: 576px) {
  .view-option-category li {
    width: 33%;
  }
}
.view-option-category .b2b-categories {
  padding: 10px;
}
.view-option-category a {
  width: 100%;
  display: block;
}
.view-option-category a:hover {
  text-decoration: none;
}
.view-option-category a:hover img {
  box-shadow: 0px 3px 7px 0px rgba(141, 151, 161, 0.8);
}
.view-option-category a:hover label {
  cursor: pointer;
}
.view-option-category img {
  padding: 5px;
  box-shadow: 0px 1px 2px 1px rgba(141, 151, 161, 0.5);
  border-radius: 2px;
  width: 100%;
  aspect-ratio: 1/1;
  transition: box-shadow 0.2s ease;
}
.view-option-category label, .view-option-category span {
  width: 100%;
  padding-top: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  display: block;
}
@media all and (min-width: 768px) {
  .view-option-category label, .view-option-category span {
    font-size: 16px;
  }
}

.b2b-products {
  padding: 10px;
}
.b2b-products .product-item {
  padding: 20px;
  border-radius: 2px;
  position: relative;
  width: 100%;
  transition: 0.3s box-shadow;
  border: 1px solid rgba(27, 31, 35, 0.15);
}
.b2b-products .product-item:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.b2b-products .product-item:hover .title {
  color: #003057;
}
.b2b-products .product-item .view-item .image {
  margin-bottom: 15px;
  min-height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b2b-products .product-item .view-item .image img {
  max-height: 220px;
  object-fit: contain;
}
.b2b-products .product-item .view-item .title {
  font-size: 17px;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 1.4;
  margin-bottom: 5px;
}
.b2b-products .product-item .view-item .title a:focus {
  outline: none;
}
.b2b-products .product-item .view-item .recommend-product-title a {
  color: #424242;
}
.b2b-products .product-item .view-item .product-details .price {
  font-size: 22px;
  font-weight: bold;
  margin: 5px 0;
}
.b2b-products .product-item .view-item .product-details .product-rating {
  font-size: 12.5px;
}

.read-reviews {
  text-decoration: underline;
  margin-left: 5px;
}

.quick-view-content .product-overview {
  padding-top: 24px;
}

.track-order {
  float: right;
  padding-right: 10px;
}
.track-order a {
  color: #FFFFFF;
  font-size: 13px;
}
.track-order i {
  color: #FFFFFF;
  font-style: normal;
  font-size: 16px;
  vertical-align: middle;
}

@media all and (min-width: 576px) {
  .home-slider .slider .item a {
    overflow: visible;
    display: block;
  }
  .home-slider .slider .item img {
    height: auto;
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .product-list-title {
    font-size: 26px;
  }
  .home-slider .owl-carousel .carousel-caption {
    position: absolute;
    background-color: transparent;
    padding: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .home-slider .owl-carousel .carousel-caption .first {
    font-size: 24px;
  }
  .home-slider .owl-carousel .carousel-caption h3 {
    font-size: 40px;
  }
  .home-slider .owl-carousel .carousel-caption div {
    font-size: 18px;
  }
  .home-slider .slider .owl-pagination {
    position: absolute;
    padding-top: 0;
  }
  .home-slider .slider .owl-buttons .owl-prev, .home-slider .slider .owl-buttons .owl-next {
    top: 50%;
  }
  .offer-banner {
    padding: 30px 5px;
  }
  .offer-banner .owl-item {
    padding: 10px 5px;
  }
  .offer-banner .owl-item .item > a {
    flex-wrap: nowrap;
  }
  .offer-banner .owl-item .item > a img {
    order: 2;
  }
  .offer-banner .owl-item .item > a .carousel-caption {
    order: 1;
    margin-right: 10px;
    margin-top: 0;
    text-align: left;
  }
  .offer-banner .owl-item .item > a .carousel-caption .promo-description {
    font-size: 14px;
  }
  .offer-banner .owl-item .item > a .carousel-caption .btn {
    display: block;
    margin: 0;
    padding: 10px 20px;
  }
  .view-option-category li {
    width: 25%;
  }
}
.featured-departments .product-list-title {
  text-align: left;
  margin-left: 14px;
  margin-top: 4px !important;
  margin-bottom: 16px !important;
}
@media (max-width: 465px) {
  .featured-departments .product-list-title {
    text-align: center;
  }
}
.featured-departments .category-list-widget {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: start;
  margin-left: -16px;
  margin-right: -16px;
}
@media (max-width: 1199px) {
  .featured-departments .category-list-widget {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 991px) {
  .featured-departments .category-list-widget {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .featured-departments .category-list-widget {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 465px) {
  .featured-departments .category-list-widget {
    grid-template-columns: repeat(1, 1fr);
  }
}
.featured-departments .category-list-widget .item {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 8px;
}
.featured-departments .category-list-widget .item > a {
  margin-bottom: 10px;
  min-width: 100%;
}
.featured-departments .category-list-widget .item > a:hover ul {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.featured-departments .category-list-widget .item img {
  aspect-ratio: 1/1;
  object-fit: contain;
  max-width: 80%;
}
.featured-departments .category-list-widget .item .title {
  font-size: 14px;
  padding-top: 10px;
  text-align: center;
}
.featured-departments .category-list-widget .item .subcategories-list {
  display: flex;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  background: rgba(101, 178, 232, 0.9);
  padding: 10px;
  transition: opacity 0.3s, visibility 0.3s;
}
.featured-departments .category-list-widget .item .subcategories-list li {
  text-align: center;
}
.featured-departments .category-list-widget .item .subcategories-list li a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.featured-departments .category-list-widget .item .subcategories-list li:nth-child(n+6) {
  display: none;
}
.featured-departments .category-list-widget .item .subcategories-list a {
  color: #000000;
}
.featured-departments .category-list-widget .item .subcategories-list a:hover {
  color: #000000;
}
.featured-departments .category-list-widget .item__category-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 148px;
  min-width: 100%;
}
.featured-departments .category-list-widget .owl-carousel .owl-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.product-list-widget .product-list-title {
  text-align: left;
  margin-left: 10px;
}
@media (max-width: 465px) {
  .product-list-widget .product-list-title {
    text-align: center;
  }
}

.Product_List_Widget {
  display: flex;
  flex-wrap: wrap;
}
.Product_List_Widget .item {
  flex-basis: 100%;
  max-width: 100%;
}
@media all and (min-width: 576px) {
  .Product_List_Widget .item {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media all and (min-width: 1200px) {
  .Product_List_Widget .item {
    flex-basis: 25%;
    max-width: 25%;
  }
  .simple-product-template-product-list .Product_List_Widget .item {
    flex-basis: 33%;
    max-width: 33%;
  }
}
.Product_List_Widget.owl-carousel .item {
  flex-basis: 100%;
  max-width: 100%;
}
@media all and (min-width: 576px) {
  .Product_List_Widget.owl-carousel .item {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media all and (min-width: 1200px) {
  .Product_List_Widget.owl-carousel .item {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.Product_List_Widget.owl-carousel .owl-theme .owl-controls {
  width: 100%;
}

.banner {
  display: grid;
}
@media (min-width: 768px) {
  .banner {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
  }
}
.banner .item {
  position: relative;
  min-height: 230px;
}
.banner .item a:hover, .banner .item a:focus, .banner .item a:active {
  text-decoration: none;
}
.banner .item img {
  max-width: 100%;
}
.banner .item__image-wrapper {
  position: absolute;
  inset: 0;
  max-width: 100%;
}
.banner .item__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .item__content {
  z-index: 2;
  position: relative;
  padding: 48px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.banner .item__content .btn {
  margin-top: 16px;
}

.image-widget-gap .banner {
  gap: 16px;
}
.image-widget-gap .banner .item {
  border: 1px solid rgba(141, 151, 161, 0.5);
}
@media (max-width: 767px) {
  .image-widget-gap .banner .item {
    min-height: 170px;
  }
}
.image-widget-gap .banner .item__content {
  display: none;
}

.hero-widget-home .banner .item {
  position: relative;
}
@media (max-width: 767px) {
  .hero-widget-home .banner .item {
    min-height: 180px;
  }
}
.hero-widget-home .banner .item__content {
  justify-content: center;
  padding: 24px;
}
.hero-widget-home .banner .item:after {
  content: "";
  background: #4284B1;
  opacity: 0;
  position: absolute;
  inset: 0;
  transition: opacity 0.25s;
}
.hero-widget-home .banner .item:hover:after {
  opacity: 0.7;
}

/*[data-widgetkey="557"] {
    .banner {
        gap: 16px;

        .item {
            &__image-wrapper {
                position: relative;
                border: 1px solid $brand-border-light;

                img {
                    max-height: 250px;
                }
            }

            &__content {
                position: relative;
                padding: 0;
                display: block;
                margin-top: 16px;
            }
        }
    }
}*/
@media all and (min-width: 992px) {
  .view-option-category li {
    width: 16.66%;
  }
  .offer-banner .owl-item .item > a .carousel-caption .btn {
    padding: 10px 15px;
  }
}
.hierarchical-page-template .sticky-wrapper > z-widget {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .hierarchical-page-template .sticky-wrapper > z-widget {
    position: sticky;
    top: 170px;
    padding-top: 40px;
    margin-top: 0;
  }
}

.text-over-image-page-template .images-grid-area {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.text-over-image-page-template .images-grid-area--2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .text-over-image-page-template .images-grid-area--2 {
    grid-template-columns: 1fr;
  }
}
.text-over-image-page-template .images-grid-area--3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .text-over-image-page-template .images-grid-area--3 {
    grid-template-columns: 1fr;
  }
}
.text-over-image-page-template .images-grid-area--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1199px) {
  .text-over-image-page-template .images-grid-area--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .text-over-image-page-template .images-grid-area--4 {
    grid-template-columns: 1fr;
  }
}
.text-over-image-page-template .image-wrapper {
  min-height: 230px;
  padding-right: 15px;
}
.text-over-image-page-template .image-wrapper z-widget {
  position: relative;
  height: 100%;
}
.text-over-image-page-template .image-wrapper #layout-contentpage {
  height: 100%;
}
.text-over-image-page-template .image-wrapper #layout-contentpage > .row {
  height: 100%;
  margin-left: 0;
}
.text-over-image-page-template .image-wrapper #layout-contentpage > .row > .col-12 {
  height: 100%;
  padding-left: 30px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.text-over-image-page-template .image-wrapper a {
  position: absolute;
  inset: 0;
}
.text-over-image-page-template .image-wrapper img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 230px;
}

.contain-pages .content-page-ticker .ticker-wrapper {
  height: 100%;
  background-color: #ff8d36;
  line-height: 20px;
  padding: 10px 0px;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
}

.b2b-instore-pickup {
  background-color: #003057;
  color: #FFFFFF;
  font-size: 20px;
}
.b2b-instore-pickup a {
  padding-left: 25px;
  font-size: 14px;
  color: #FFFFFF;
}

.b2b-breadcrumbs {
  padding: 10px 0;
  color: #333;
  letter-spacing: 1.25px;
  box-shadow: 0px 0px 1px 0px rgb(141, 151, 161);
  font-size: 12px;
  min-height: 42px;
}
.b2b-breadcrumbs a {
  color: #333;
}
.b2b-breadcrumbs a.home-icon {
  font-size: 14px;
}
.b2b-breadcrumbs a:hover {
  color: #003057;
}

.b2b-category-list .category-img-list a .img-container {
  display: flex;
  align-items: center;
  padding: 5px;
  box-shadow: 0px 1px 2px 1px rgba(141, 151, 161, 0.5);
  border-radius: 2px;
}
.b2b-category-list .category-img-list a .img-container:hover {
  box-shadow: 0px 1px 2px 1px rgba(141, 151, 161, 0.5);
}
.b2b-category-list .category-img-list a .img-container img {
  padding: 0px;
  box-shadow: none;
}
.b2b-category-list .category-img-list a .img-container .category-img {
  max-height: 160px;
  object-fit: contain;
}

.b2b-brand-list, .b2b-product-view-details, .b2b-thanks-page, .b2b-quote-page {
  box-shadow: 0px 0px 1px 0px rgba(141, 151, 161, 0.5);
  -moz-box-shadow: 0px 0px 1px 0px rgba(141, 151, 161, 0.5);
  -webkit-box-shadow: 0px 0px 1px 0px rgba(141, 151, 161, 0.5);
}

.b2b-brand-list .view-option-category {
  row-gap: 0;
}
.b2b-brand-list .view-option-category > li {
  padding: 16px;
}
.b2b-brand-list .view-option-category > li img {
  object-fit: contain;
}

.product-inventory {
  background-color: #F7F7F7;
  padding: 4px 8px !important;
}
.list-view .product-inventory {
  width: fit-content;
}
.product-inventory .error-msg {
  font-size: 12px;
}

.product-inventory-title {
  color: rgba(0, 0, 0, 0.87);
  font-family: Roboto-Medium;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.11px;
  line-height: 24px;
}

.product-inventory-count {
  display: inline-block;
  float: left;
  color: #1BAC02;
  font-family: Roboto-Medium;
  font-size: 12px;
  letter-spacing: 0.11px;
  line-height: 24px;
  margin-right: 7px;
}

.product-inventory-location {
  display: inline-block;
  color: #1BAC02;
  font-family: Roboto-Medium;
  font-size: 12px;
  letter-spacing: 0.11px;
  line-height: 24px;
}

@media all and (min-width: 0) {
  #layout-category .offer-banner .owl-item {
    padding: 35px 10px;
  }
}
@media all and (min-width: 768px) {
  #layout-category .offer-banner .owl-item {
    padding: 10px;
  }
}
.brand-filter {
  display: flex;
  flex-wrap: wrap;
}
.brand-filter li {
  list-style: none;
  text-align: center;
  min-width: 29px;
  max-width: 29px;
}
.brand-filter li a {
  font-size: 20px;
}
.brand-filter li a:hover, .brand-filter li a:focus {
  text-decoration: none;
}
.brand-filter li.active-link a {
  color: #65B2E8 !important;
}

.button-wishlist {
  margin: 5px 5px 0 0;
}

.quick-view-content .product-view-details .product-overview .product-info .product-details-attributes .inventory-block {
  padding: 0;
}
.quick-view-content .product-view-details .product-overview .product-info .product-details-attributes .inventory-details {
  background-color: #FAFAFA;
  padding: 5px 12px;
  margin: 0 10px;
}

.b2b-product-view-details {
  box-shadow: none;
  padding: 40px 0;
}
.b2b-product-view-details .carousel-card {
  border-bottom: 1px solid #ddd;
  padding: 2rem 0;
}

.product-view-details .product-overview .product-info .timelead-field {
  padding: 5px 0px;
  color: #003057;
}
.product-view-details .product-overview .product-info .stock-notice-link {
  text-decoration: underline;
  font-weight: bold;
}
.product-view-details .product-overview .product-info .inventory-details {
  background-color: #FAFAFA;
  padding: 5px 15px 0px;
  margin: 0 10px;
}
.product-view-details .product-overview .product-info .inventory-details .timelead-field {
  color: #01579B !important;
}
.product-view-details .product-overview .product-info .inventory-details .label-locations {
  color: #36B37E;
}
.product-view-details .product-overview .product-info .inventory-details .label-inventory {
  color: #000 !important;
  font-weight: bold;
}
.product-view-details .product-overview .product-info .inventory-details .label-details {
  color: #01579B !important;
  font-weight: bold;
  cursor: pointer;
}
.product-view-details .product-overview .product-info .inventory-details .default-name {
  color: #000;
}
.product-view-details .product-overview .product-info .inventory-details span {
  color: #000000 !important;
}
.product-view-details .product-overview .product-info .inventory-details .in-stock-section span {
  color: #36B37E;
}
.product-view-details .product-overview .product-info .product-page-links .btn-print, .product-view-details .product-overview .product-info .product-page-links .btn-email, .product-view-details .product-overview .product-info .product-page-links .btn-see-more {
  background: transparent;
  border: none;
  outline: none;
  color: #58595B;
  cursor: pointer;
  padding: 1px 10px;
}
.product-view-details .product-overview .product-info .product-page-links .btn-print .icon-printer, .product-view-details .product-overview .product-info .product-page-links .btn-print .icon-mail-envelope, .product-view-details .product-overview .product-info .product-page-links .btn-print .icon-see-more, .product-view-details .product-overview .product-info .product-page-links .btn-email .icon-printer, .product-view-details .product-overview .product-info .product-page-links .btn-email .icon-mail-envelope, .product-view-details .product-overview .product-info .product-page-links .btn-email .icon-see-more, .product-view-details .product-overview .product-info .product-page-links .btn-see-more .icon-printer, .product-view-details .product-overview .product-info .product-page-links .btn-see-more .icon-mail-envelope, .product-view-details .product-overview .product-info .product-page-links .btn-see-more .icon-see-more {
  font-style: normal;
  font-size: 16px;
  color: #58595B;
  padding-right: 5px;
}
.product-view-details .product-overview .product-info .product-page-links .btn-print:hover, .product-view-details .product-overview .product-info .product-page-links .btn-print:focus, .product-view-details .product-overview .product-info .product-page-links .btn-email:hover, .product-view-details .product-overview .product-info .product-page-links .btn-email:focus, .product-view-details .product-overview .product-info .product-page-links .btn-see-more:hover, .product-view-details .product-overview .product-info .product-page-links .btn-see-more:focus {
  color: #65B2E8;
}
.product-view-details .product-overview .product-info .product-page-links .btn-print:hover .icon-printer, .product-view-details .product-overview .product-info .product-page-links .btn-print:hover .icon-mail-envelope, .product-view-details .product-overview .product-info .product-page-links .btn-print:hover .icon-see-more, .product-view-details .product-overview .product-info .product-page-links .btn-print:focus .icon-printer, .product-view-details .product-overview .product-info .product-page-links .btn-print:focus .icon-mail-envelope, .product-view-details .product-overview .product-info .product-page-links .btn-print:focus .icon-see-more, .product-view-details .product-overview .product-info .product-page-links .btn-email:hover .icon-printer, .product-view-details .product-overview .product-info .product-page-links .btn-email:hover .icon-mail-envelope, .product-view-details .product-overview .product-info .product-page-links .btn-email:hover .icon-see-more, .product-view-details .product-overview .product-info .product-page-links .btn-email:focus .icon-printer, .product-view-details .product-overview .product-info .product-page-links .btn-email:focus .icon-mail-envelope, .product-view-details .product-overview .product-info .product-page-links .btn-email:focus .icon-see-more, .product-view-details .product-overview .product-info .product-page-links .btn-see-more:hover .icon-printer, .product-view-details .product-overview .product-info .product-page-links .btn-see-more:hover .icon-mail-envelope, .product-view-details .product-overview .product-info .product-page-links .btn-see-more:hover .icon-see-more, .product-view-details .product-overview .product-info .product-page-links .btn-see-more:focus .icon-printer, .product-view-details .product-overview .product-info .product-page-links .btn-see-more:focus .icon-mail-envelope, .product-view-details .product-overview .product-info .product-page-links .btn-see-more:focus .icon-see-more {
  color: #65B2E8;
}
.product-view-details .product-overview .product-info .product-page-links .btn-see-more a {
  color: #58595B;
}
.product-view-details .product-overview .product-info .product-page-links .btn-see-more a:hover, .product-view-details .product-overview .product-info .product-page-links .btn-see-more a:focus {
  color: #65B2E8;
}

.inventory-popup .modal-content .btn.close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
  color: #01579B;
  background-color: #FFFFFF;
  border: none;
  padding: 0px;
  font-size: 20px;
  border-radius: 50%;
  height: 18px;
  width: 18px;
}
.inventory-popup .inventory-popup-content .warehouse-view-details h5 {
  text-transform: uppercase;
  font-size: 22px;
}
.inventory-popup .inventory-popup-content .warehouse-view-details .default-location {
  background: #ececec;
}
.inventory-popup .inventory-popup-content .warehouse-view-details .default-location .details-address {
  border-bottom: none;
}
.inventory-popup .inventory-popup-content .warehouse-view-details .Others-Location {
  border-bottom: 1px solid #DEE2E6;
}
.inventory-popup .inventory-popup-content .warehouse-view-details .Others-Location:last-child {
  border-bottom: none;
}
.inventory-popup .inventory-popup-content .warehouse-view-details .inventory-product-name {
  color: #0f60a0;
  font-size: 15px;
}
.inventory-popup .inventory-popup-content .warehouse-view-details .sub-location {
  font-size: 18px;
  color: #000000;
}
.inventory-popup .inventory-popup-content .warehouse-view-details .details-address .total-stock {
  font-size: 20px;
  font-weight: bold;
  color: #36B37E;
}
.inventory-popup .inventory-popup-content .warehouse-view-details .address-warehouse {
  color: #0f60a0;
}

.product-overview .product-info .product-price .zcustom-pp {
  font-size: 20px;
  margin: 10px 0 15px;
  font-weight: bold;
}
.product-overview .product-info .product-price .zcustom-pp .cut-price {
  font-weight: normal;
}

.add-to-cart-block {
  display: flex;
  margin: 10px 0;
}
.add-to-cart-block input {
  width: 70px;
  border-radius: 2px;
}
.add-to-cart-block input[disabled] {
  cursor: not-allowed;
  opacity: 0.3;
}
.add-to-cart-block button {
  min-width: 170px;
  margin-left: 15px;
}
.add-to-cart-block button.min-width-unset {
  min-width: unset;
}
.owl-item .add-to-cart-block button {
  min-width: unset;
  flex-grow: 1;
}
.add-to-cart-block .qty-increase,
.add-to-cart-block .qty-decrease {
  width: 20px;
  height: 50px;
  min-width: 20px;
}
.add-to-cart-block .qty-increase {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.add-to-cart-block .qty-decrease {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.add-to-cart-block .qty-input {
  background-color: #274596;
  border-color: #274596;
  color: #fff;
  border-radius: 0;
  width: 60px;
  text-align: center;
}
.add-to-cart-block .error-msg {
  font-size: 12px;
}
@media (max-width: 767px) {
  .add-to-cart-block {
    display: inline-flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    flex-shrink: 1;
    width: auto;
    position: relative;
    margin-top: 16px;
  }
  #layout-product .add-to-cart-block {
    align-items: flex-start !important;
  }
  .add-to-cart-block form {
    margin-top: 10px;
    width: 100%;
  }
  .add-to-cart-block form button {
    width: 100%;
    margin-left: 0;
  }
  .add-to-cart-block .qty-increase,
  .add-to-cart-block .qty-decrease {
    height: 40px;
  }
}

.sell-qty-note {
  font-size: 14px;
  color: #B9B9B9;
  font-style: italic;
}

.product-info .loged-out-product-details .loged-out-product-title {
  font-size: 18px;
}
.product-info .loged-out-product-details .loged-out-product-text {
  font-size: 16px;
}

.product-list-widget .b2b-products .product-item .view-item .title {
  color: #424242 !important;
  line-height: 1.5;
  height: 55px;
}
.product-list-widget .b2b-products .product-item .view-item .product-sku {
  color: #9E9E9E;
}

.obsolete-msg {
  font-size: 16px;
}
.obsolete-msg a {
  color: #CC0000;
  text-decoration: underline;
}

.b2b-select-quantity {
  font-weight: bold;
  padding: 5px 15px;
  border-bottom: 1px solid #DEE2E6;
}

.b2b-group-products .table thead {
  background-color: #F5F5F5;
}
.b2b-group-products .table tbody tr td {
  font-weight: bold;
  vertical-align: middle;
}
.b2b-group-products .table tbody tr td .group-item-details {
  min-width: 200px;
  word-break: break-word;
}
.b2b-group-products .table tbody tr td .group-item-sku .child-product-sku {
  font-family: Arial, Helvetica, sans-serif;
}
.b2b-group-products .table tbody tr td .group-item .group-item-img {
  vertical-align: middle;
  max-width: 65px;
  max-height: 60px;
  min-height: 60px;
  overflow: hidden;
}
.b2b-group-products .table tbody tr td .group-item-leadtime .typical-leadtime {
  color: #274596;
}
.b2b-group-products .table tbody tr td .stock-notice-link {
  text-decoration: underline;
}
.b2b-group-products .table tbody tr td .product-details-quantity {
  width: 70px;
  border-radius: 2px;
}

.b2b-group-products {
  margin: 20px 0;
  border: 1px solid #DEE2E6;
  border-radius: 4px;
  box-shadow: 0px 1px 2px 1px rgba(141, 151, 161, 0.5);
}
.b2b-group-products .b2b-group-product-details {
  margin: 10px 0;
}
.b2b-group-products .b2b-group-product-details .form-group .group-product-list {
  border-bottom: 1px solid #DEE2E6;
  align-items: center;
  padding: 15px 0;
  flex-wrap: wrap;
}
.b2b-group-products .b2b-group-product-details .form-group .group-product-list img {
  max-width: 70px;
  height: auto;
  margin-right: 15px;
  order: 1;
}
.b2b-group-products .b2b-group-product-details .form-group .group-product-list .group-item-details {
  width: 60%;
  order: 3;
  margin-top: 15px;
}
.b2b-group-products .b2b-group-product-details .form-group .group-product-list .group-item-price {
  margin-left: auto;
  text-align: center;
  font-size: 18px;
  order: 2;
  width: 40%;
  align-self: center;
}
.b2b-group-products .b2b-group-product-details .form-group .group-product-list .group-item-price .original-price {
  font-weight: bold;
}
.b2b-group-products .b2b-group-product-details .form-group .group-product-list .out-of-stock-msg {
  margin: 0 auto;
}
.b2b-group-products .b2b-group-product-details .form-group .group-product-list .product-details-quantity {
  margin-left: auto;
  order: 4;
  width: 40%;
  align-self: flex-start;
  text-align: center;
}
.b2b-group-products .b2b-group-product-details .form-group .group-product-list .product-details-quantity input {
  width: 70px;
  border-radius: 2px;
}
.b2b-group-products .b2b-group-product-details .form-group .group-product-list h4 {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
.b2b-group-products .b2b-group-product-details .form-group:last-child .group-product-list {
  border: 0;
}
.b2b-group-products .grouped-product-add-to-cart {
  border-top: 1px solid #DEE2E6;
}

.b2b-bundle-product {
  margin: 20px 0 30px;
  border: 1px solid #DEE2E6;
  border-radius: 4px;
  box-shadow: 0px 1px 2px 1px rgba(141, 151, 161, 0.5);
  background-color: #F5F5F5;
}
.b2b-bundle-product .b2b-bundle-carousel .owl-carousel .owl-item {
  padding: 25px 30px;
}
.b2b-bundle-product .b2b-bundle-carousel .owl-carousel .owl-item .bundle-item .bundle-item-img {
  max-width: 85px;
}
.b2b-bundle-product .b2b-bundle-carousel .owl-carousel .owl-item .bundle-item .bundle-item-title {
  font-size: 13px;
  margin: 0;
}
.b2b-bundle-product .b2b-bundle-carousel .owl-carousel .owl-controls .owl-buttons div span:before {
  padding: 11px;
}

.b2b-bundle-product {
  background-color: #FFFFFF;
  box-shadow: none;
}
.b2b-bundle-product .bundle-products .table thead {
  background: #f8f8f8;
}
.b2b-bundle-product .bundle-products .table thead tr th {
  vertical-align: middle;
}
.b2b-bundle-product .bundle-products .table tbody tr td {
  vertical-align: middle;
  font-weight: bold;
}
.b2b-bundle-product .bundle-products .table tbody .bundle-item .bundle-item-img {
  max-width: 65px;
  max-height: 60px;
  min-height: 60px;
}
.b2b-bundle-product .bundle-products .table tbody .bundle-item-inventory {
  font-size: 13px;
}
.b2b-bundle-product .bundle-products .table tbody .bundle-item-inventory .default-name .read-reviews {
  margin-left: 5px;
  text-decoration: underline;
  cursor: pointer;
}
.b2b-bundle-product .bundle-products .table tbody .bundle-item-inventory .label-inventory {
  padding-right: 0px;
}
.b2b-bundle-product .bundle-products .table tbody .bundle-item-leadtime {
  font-size: 13px;
  margin-top: 3px;
}
.b2b-bundle-product .bundle-products .table tbody .bundle-item-leadtime .leadtime-label {
  padding-right: 0px;
}
.b2b-bundle-product .bundle-products .table tbody .bundle-item-leadtime .typical-leadtime {
  color: #003057;
}
.b2b-bundle-product .bundle-products .table tbody .bundle-item-title {
  word-break: break-all;
}
.b2b-bundle-product .bundle-products .table label {
  margin-bottom: 0;
}

.b2b-configurable-product .b2b-dynamic-addons .table-responsive::-webkit-scrollbar {
  height: 7px;
}
.b2b-configurable-product .b2b-dynamic-addons .table-responsive::-webkit-scrollbar-track {
  background: #e5e5e5;
  border-radius: 5px;
}
.b2b-configurable-product .b2b-dynamic-addons .table-responsive::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 5px;
}
.b2b-configurable-product .b2b-dynamic-addons .table-responsive::-webkit-scrollbar-thumb:hover {
  background: #333;
}
.b2b-configurable-product table thead tr {
  background-color: #F5F5F5;
}
.b2b-configurable-product table thead tr th .sort-icons span {
  line-height: 0.3;
  font-size: 16px;
}
.b2b-configurable-product table tbody tr:first-child td:first-child {
  border-top: none;
}
.b2b-configurable-product table tbody tr td {
  font-weight: bold;
}
.b2b-configurable-product table tbody .configurable-item-image {
  min-width: 65px;
  max-width: 65px;
  max-height: 60px;
  overflow: hidden;
}
.b2b-configurable-product table tbody .Configurable-item-details {
  min-width: 200px;
}
.b2b-configurable-product table tbody .Configurable-item-details .configurable-item-sku .child-item-sku {
  font-family: Arial, Helvetica, sans-serif;
}
.b2b-configurable-product table tbody .Configurable-item-details .stock-notice-link {
  text-decoration: underline;
  padding-left: 10px;
}
.b2b-configurable-product table tbody .Configurable-item-details .configurable-item-leadtime .typical-leadtime {
  color: #274596;
}
.b2b-configurable-product table tbody .configurable-attributes-info {
  vertical-align: middle;
}
.b2b-configurable-product table tbody .configurable-attributes-info .swatch-icon {
  font-size: 20px;
}
.b2b-configurable-product table tbody .configurable-attributes-info input {
  width: 60px;
}
.b2b-configurable-product table tbody .configurable-attributes-info img {
  max-width: 65px;
}

.b2b-dynamic-addons {
  padding: 15px 0 0;
}
.b2b-dynamic-addons .section-header {
  font-size: 18px;
}
.b2b-dynamic-addons .form-group label {
  font-weight: bold;
}

.cut-price {
  color: #333;
  text-decoration: line-through;
}

/*All reviews sections*/
#product-review-container .review-title {
  font-size: 16px;
}

.all-reviews .review-title {
  font-size: 16px;
}
.all-reviews .b2b-filters > div {
  flex: none;
}

.cut-price {
  color: #9d9b9b;
  text-decoration: line-through;
}

.product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 28px;
  margin-bottom: 15px;
}

.b2b-product-view-details .btn-wishlist {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
  padding: 4px 0;
  border: 0;
  font-size: 16px;
  background-color: transparent;
  color: #003057;
  cursor: pointer;
  transition: color 0.2s ease;
}
.b2b-product-view-details .btn-wishlist.added-to-wishlist {
  color: #003057;
}
.b2b-product-view-details .btn-wishlist.added-to-wishlist .heart-icon:before,
.b2b-product-view-details .btn-wishlist.added-to-wishlist .heart-fill-icon:before {
  border-color: #003057;
  background-color: #FFFFFF;
  content: "\e910";
}
.b2b-product-view-details .btn-wishlist .heart-icon:before,
.b2b-product-view-details .btn-wishlist .heart-fill-icon:before {
  content: "\e94e";
  border: 2px solid #003057;
  padding: 6px 6px 4px 6px;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: border-color 0.2s ease;
}
.b2b-product-view-details .btn-wishlist:hover, .b2b-product-view-details .btn-wishlist:focus {
  color: #65B2E8;
  outline: none;
}
.b2b-product-view-details .btn-wishlist:hover .heart-icon:before,
.b2b-product-view-details .btn-wishlist:hover .heart-fill-icon:before, .b2b-product-view-details .btn-wishlist:focus .heart-icon:before,
.b2b-product-view-details .btn-wishlist:focus .heart-fill-icon:before {
  border-color: #65B2E8;
}

.btn-wishlist.added-to-wishlist .heart-icon:before,
.btn-wishlist.added-to-wishlist .heart-fill-icon:before {
  content: "\e910";
}
.btn-wishlist .heart-icon:before,
.btn-wishlist .heart-fill-icon:before {
  content: "\e94e";
}

.b2b-email-to-friend {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 101;
  padding: 0;
  border: 0;
  font-size: 28px;
  background-color: transparent;
  color: #333 !important;
  cursor: pointer;
}

.color-swatch .scratch-image {
  text-indent: 0;
}
.color-swatch .scratch-image:before, .color-swatch .scratch-image:after {
  display: none;
}
.color-swatch .scratch-image .swatch-icon:before {
  border: 2px solid transparent;
  font-size: 28px;
}
.color-swatch .scratch-image.active .swatch-icon:before {
  border-color: #274596;
}

.swatch-img .scratch-image {
  text-indent: 0;
}
.swatch-img .scratch-image:before, .swatch-img .scratch-image:after {
  display: none;
}
.swatch-img .scratch-image .SwatchImage {
  border: 2px solid transparent;
  height: 35px;
  width: 35px;
}
.swatch-img .scratch-image.active .SwatchImage {
  border-color: #274596;
}

.product-short-description {
  font-size: 16px;
}

.b2b-price-list .b2b-price-list-head {
  padding: 5px 0;
  font-weight: bold;
  color: #274596;
}
.b2b-price-list .b2b-price-list-body {
  width: 36%;
  padding-left: 1%;
  padding-right: 1%;
}
.b2b-price-list .b2b-price-list-save {
  width: 22%;
  padding-left: 1%;
  padding-right: 1%;
  font-weight: bold;
  color: #274596;
}
@media (max-width: 991.98px) {
  .b2b-price-list .b2b-price-list-body, .b2b-price-list .b2b-price-list-save {
    width: 33%;
  }
}

.b2b-sku-brand {
  font-size: 16px;
  line-height: 16px;
}
.b2b-sku-brand span {
  font-weight: bold;
}
.b2b-sku-brand a {
  text-decoration: underline;
}

.b2b-product-highlight ul li {
  height: 65px;
  width: 45px;
  margin: 0 10px 10px 0;
}
.b2b-product-highlight ul li:last-child {
  margin: 0;
}
.b2b-product-highlight ul li .highlight-total {
  background: #e9ecef;
  padding: 5px;
}

.b2b-configurable-attribute .radio-input label, .b2b-configurable-attribute .radio-input .scratch-image {
  text-indent: 0;
  padding: 6px 2px;
}
.b2b-configurable-attribute .radio-input label:after, .b2b-configurable-attribute .radio-input label:before, .b2b-configurable-attribute .radio-input .scratch-image:after, .b2b-configurable-attribute .radio-input .scratch-image:before {
  display: none;
  text-indent: 0;
}
.b2b-configurable-attribute .radio-input input[type=radio] + label {
  position: relative;
  font-weight: normal;
  line-height: 18px;
  font-size: 13px;
  min-width: 38px;
  text-align: center;
}
.b2b-configurable-attribute .scratch-attribute-img .scratch-image img.SwatchImage:after, .b2b-configurable-attribute .scratch-attribute-img .scratch-image img.SwatchImage:before {
  display: none;
  text-indent: 0;
}
.b2b-configurable-attribute .scratch-attribute-img .img-scratch {
  display: none;
}
.b2b-configurable-attribute .scratch-attribute-img .scratchattribute .img-scratch {
  left: -5px;
  top: 50%;
}
.b2b-configurable-attribute .size-swatch li label.active {
  border: 1px solid #003057;
}
.b2b-configurable-attribute .size-swatch li label.scratch-text.scratchattribute {
  background: linear-gradient(to top left, #fff calc(50% - 1px), #333, #fff calc(50% + 1px));
}
.b2b-configurable-attribute .size-swatch.color-attribute li label.active, .b2b-configurable-attribute .size-swatch.img-attribute li label.active {
  border: none !important;
}
.b2b-configurable-attribute .size-swatch.color-attribute li label.active img.SwatchImage, .b2b-configurable-attribute .size-swatch.img-attribute li label.active img.SwatchImage {
  border: 1px solid #003057;
}
.b2b-configurable-attribute .size-swatch.color-attribute.color-swatch .scratch-image.active .swatch-icon:before, .b2b-configurable-attribute .size-swatch.color-attribute.color-swatch .scratch-image:hover .swatch-icon:before, .b2b-configurable-attribute .size-swatch.img-attribute.color-swatch .scratch-image.active .swatch-icon:before, .b2b-configurable-attribute .size-swatch.img-attribute.color-swatch .scratch-image:hover .swatch-icon:before {
  border-color: #003057;
}
.b2b-configurable-attribute .size-swatch.color-attribute .scratchattribute .scratch-color, .b2b-configurable-attribute .size-swatch.img-attribute .scratchattribute .scratch-color {
  left: -3px;
  top: 46%;
}
.b2b-configurable-attribute .styled-input {
  line-height: 1 !important;
}
.b2b-configurable-attribute .scratch-image, .b2b-configurable-attribute img.SwatchImage, .b2b-configurable-attribute .swatch-icon:before, .b2b-configurable-attribute .scratch-text {
  border: 1px solid #003057;
}
.b2b-configurable-attribute .scratch-image:hover, .b2b-configurable-attribute .scratch-image img.SwatchImage:hover {
  border: 1px solid #003057;
}
.b2b-configurable-attribute .scratch-attribute-img .scratchattribute .img-scratch, .b2b-configurable-attribute .scratchattribute .scratch-color {
  display: block;
  background: none;
  position: absolute;
  content: "";
  right: -5px;
  color: #333;
  padding: 0;
  margin: 0;
  border-top: 2px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.zcustom-location-availability {
  border: 2px solid #274596;
  padding: 10px;
  display: inline-block;
  margin-bottom: 15px;
  border-radius: 2px;
  min-width: 370px;
}
@media (max-width: 370px) {
  .zcustom-location-availability {
    min-width: auto;
    width: 100%;
  }
}
.zcustom-location-availability-title {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
}

.zcustom-default-location-group {
  display: flex;
  align-items: center;
}
.zcustom-default-location-group .btn {
  height: auto;
  font-size: 14px;
  position: relative;
  padding-right: 25px;
  flex: 1;
}
.zcustom-default-location-group .btn::after {
  content: "\e902";
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -7px;
  font-size: 10px;
  font-family: "znode-web-store";
}
.zcustom-default-location-group .btn.active {
  border-color: #65B2E8;
  color: #65B2E8;
}
.zcustom-default-location-group .btn.active::after {
  content: "\e901";
}
@media (max-width: 415px) {
  .zcustom-default-location-group {
    display: block;
  }
  .zcustom-default-location-group .btn {
    width: 100%;
    max-width: none;
    margin-left: 0 !important;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .zcustom-default-location-group {
    justify-content: center;
  }
}

.zcustom-other-locations {
  padding-top: 20px;
}
.zcustom-other-locations-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.zcustom-ol-warehouse {
  margin-right: 10px;
}

.zcustom-other-locations-list-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(141, 151, 161, 0.5);
  padding-bottom: 5px;
  padding-top: 5px;
}
.zcustom-other-locations-list-item:last-child {
  border: none;
}

.zcustom-pdp-side-btns {
  width: 100%;
  margin-bottom: 10px;
}

.zcustom-pdp-box {
  background-color: #F7F7F7;
  padding: 15px;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .zcustom-pdp-box {
    text-align: left;
  }
}
.zcustom-pdp-box-title {
  font-size: 16px;
  margin-bottom: 15px;
  padding-right: 25px;
}
.zcustom-pdp-box-group {
  display: flex;
}
.zcustom-pdp-box-group-item {
  padding-left: 30px;
}
.zcustom-pdp-box-group-item:first-child {
  padding-left: 0;
}
@media (max-width: 575.98px) {
  .zcustom-pdp-box-group {
    flex-direction: column;
  }
  .zcustom-pdp-box-group-item {
    padding-left: 0;
  }
}
.zcustom-pdp-box-field-wrap label {
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-bottom: 7px;
}
.zcustom-pdp-box-field-wrap label.form-check-label {
  font-weight: normal;
  margin-bottom: 0;
}
.zcustom-pdp-box .styled-input label {
  text-indent: 4px;
  line-height: 16px;
}
.zcustom-pdp-box .styled-input label:before {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.zcustom-pdp-box .styled-input input[type=radio]:checked ~ label:before {
  border-color: transparent;
  width: 16px;
  height: 16px;
  background: #65B2E8;
}
.zcustom-pdp-box .styled-input input[type=radio]:checked ~ label:after {
  background: #FFFFFF;
  width: 8px;
  height: 8px;
}
.zcustom-pdp-box-group-item .btn-primary {
  font-size: 12px;
  height: 40px;
}
.zcustom-pdp-box-field-innerwrap {
  display: flex;
  align-items: center;
}
.zcustom-pdp-box-field-innerwrap .form-control {
  height: 40px;
  border-radius: 4px;
  border-color: #58595B;
  font-size: 12px;
  min-width: 200px;
  margin-right: 8px;
}
.zcustom-pdp-box-field-innerwrap.zcustom-new-group-field .form-control {
  max-width: 300px;
}
@media (max-width: 575.98px) {
  .zcustom-pdp-box-field-innerwrap.zcustom-new-group-field .form-control {
    max-width: 50%;
  }
}
@media (max-width: 400px) {
  .zcustom-pdp-box-field-innerwrap.zcustom-new-group-field .form-control {
    max-width: none;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.zcustom-pdp-box-field-innerwrap.zcustom-new-group-field .btn {
  height: 40px;
  font-size: 12px;
}
@media (max-width: 400px) {
  .zcustom-pdp-box-field-innerwrap.zcustom-new-group-field .btn {
    max-width: none;
    width: 100%;
  }
}
.zcustom-pdp-box-field-btn {
  background: none;
  border: none;
  padding: 0;
  color: #003057;
  font-size: 12px;
  cursor: pointer;
}
.zcustom-pdp-box-field-btn:hover, .zcustom-pdp-box-field-btn:focus {
  color: #65B2E8;
  text-decoration: underline;
}
.zcustom-pdp-box-footer {
  margin-top: 15px;
  text-align: right;
  font-size: 12px;
}
@media (max-width: 575.98px) {
  .zcustom-pdp-box-footer {
    text-align: left;
  }
}
.zcustom-pdp-box-close {
  position: absolute;
  right: 15px;
  top: 15px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  width: 18px;
  height: 18px;
}
.zcustom-pdp-box-close::after {
  content: "\e94d";
  font-family: "znode-web-store";
  font-size: 18px;
  color: #a7a8ab;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
.zcustom-pdp-box-close:hover::after, .zcustom-pdp-box-close:focus::after {
  color: #65B2E8;
}

.zcustom-pdp-side-wrapper {
  z-index: 1;
}

.zcustom-pdp-side-position {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991.98px) {
  .zcustom-pdp-side-position {
    position: static;
    left: auto;
    top: auto;
  }
}

.zcustom-select-group {
  width: 200px;
}
.zcustom-select-group select {
  font-size: 12px !important;
}
@media (max-width: 400px) {
  .zcustom-select-group {
    width: 100%;
  }
}

.zcustom-pdp-subgroup-btn {
  background: none;
  border: none;
  padding: 0;
  font-size: 12px;
  position: relative;
  padding-left: 18px;
  color: #003057;
  margin-bottom: 6px;
  cursor: pointer;
}
.zcustom-pdp-subgroup-btn::before {
  font-family: "znode-web-store";
  content: "\e947";
  position: absolute;
  left: -3px;
  top: -3px;
  font-size: 22px;
  line-height: 22px;
}
.zcustom-pdp-subgroup-btn-active::before {
  content: "\e946";
}
.zcustom-pdp-subgroup-btn:focus {
  outline: 0;
}

.zcustom-new-group-field {
  display: none;
  padding-bottom: 10px;
}
.zcustom-new-group-field-visible {
  display: flex;
}
@media (max-width: 400px) {
  .zcustom-new-group-field {
    flex-direction: column;
  }
}

@media (min-width: 1300px) {
  .product-specifications ul {
    max-width: 50%;
  }
}
.product-specifications ul li {
  border-bottom: 1px solid rgba(0, 48, 87, 0.25);
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 575px) {
  .product-specifications ul li {
    flex-direction: column;
  }
}
.product-specifications ul li .key {
  margin-right: 30px;
  display: inline-block;
  flex-basis: 150px;
  max-width: 150px;
  flex-shrink: 0;
  font-weight: 600;
}
@media (max-width: 575px) {
  .product-specifications ul li .key {
    flex-basis: auto;
    width: auto;
  }
}
.product-specifications ul li .value {
  flex-grow: 1;
  white-space: pre-line;
}

@media screen and (max-width: 576px) {
  .b2b-bundle-product .bundle-products .table tbody .bundle-item-inventory {
    display: block;
  }
  .b2b-bundle-product .bundle-products .table tbody .bundle-item-leadtime {
    display: flex;
  }
  .b2b-bundle-product .bundle-products .table tbody .bundle-item-leadtime .leadtime-label {
    width: 80%;
  }
  .b2b-group-products .table {
    overflow-x: auto;
    display: block;
  }
}
@media all and (min-width: 0) {
  .button-action .button-view-details, .button-action .button-addtocart {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .b2b-group-products .b2b-group-product-details .form-group .group-product-list {
    padding: 15px;
    flex-wrap: nowrap;
  }
  .b2b-group-products .b2b-group-product-details .form-group .group-product-list img {
    max-width: 85px;
    height: auto;
    margin-right: 15px;
  }
  .b2b-group-products .b2b-group-product-details .form-group .group-product-list .group-item-details {
    width: 40%;
    order: 2;
    margin-top: 0;
  }
  .b2b-group-products .b2b-group-product-details .form-group .group-product-list .group-item-price {
    order: 3;
    align-self: center;
    width: auto;
  }
  .b2b-group-products .b2b-group-product-details .form-group .group-product-list .out-of-stock-msg {
    margin: 0 0 0 auto;
    width: 30%;
    text-align: center;
  }
  .b2b-group-products .b2b-group-product-details .form-group .group-product-list .product-details-quantity {
    align-self: center;
    width: 30%;
  }
  .b2b-bundle-product .bundle-products .table tbody .bundle-item-inventory {
    display: flex;
  }
  .b2b-bundle-product .bundle-products .table tbody .bundle-item-inventory .label-inventory {
    width: 35%;
  }
  .b2b-bundle-product .bundle-products .table tbody .bundle-item-leadtime {
    display: flex;
  }
  .b2b-bundle-product .bundle-products .table tbody .bundle-item-leadtime .leadtime-label {
    width: 35%;
  }
  .button-action .button-view-details, .button-action .button-addtocart {
    width: auto;
  }
}
@media all and (min-width: 992px) {
  .b2b-bundle-product .bundle-products .table tbody .bundle-item-inventory .label-inventory {
    width: 45%;
  }
  .b2b-bundle-product .bundle-products .table tbody .bundle-item-leadtime .leadtime-label {
    width: 40%;
  }
}
@media all and (min-width: 1300px) {
  .b2b-bundle-product .bundle-products .table tbody .bundle-item-inventory .label-inventory {
    width: 35%;
  }
  .b2b-bundle-product .bundle-products .table tbody .bundle-item-leadtime .leadtime-label {
    width: 35%;
  }
}
@media print {
  .b2b-product-view-details .product-view-details .product-images {
    max-width: 41.66%;
    flex: 0 0 41.66667%;
  }
  .b2b-product-view-details .product-view-details .product-overview {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  .b2b-product-view-details .product-details-tab .card .collapse {
    display: block;
    margin-bottom: 10px;
    padding: 0 0 15px;
  }
  .b2b-product-view-details .product-details-tab .card .collapse p {
    font-size: 14px;
  }
  .offer-banner z-widget, .product-page-links {
    display: none;
  }
  .b2b-price-list .b2b-price-list-body, .b2b-price-list .b2b-price-list-save {
    width: 100%;
  }
  div#ConfigVariants .table-responsive {
    position: relative;
    right: 10%;
  }
  .b2b-bundle-product {
    border: none;
  }
  .b2b-bundle-product .bundle-products {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .b2b-bundle-product .bundle-products .table {
    page-break-before: always;
  }
  .b2b-group-products {
    border: none;
  }
  .b2b-group-products .table {
    page-break-before: always;
  }
  .b2b-configurable-product .b2b-dynamic-addons .table {
    page-break-before: always;
  }
  .b2b-configurable-product .b2b-dynamic-addons .table .configurable-item-inventory .success-msg label {
    padding-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  .zcustom-pdp-side-btns {
    font-size: 14px !important;
  }
}
.packaging-info {
  background-color: #f2f2f2;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 4px;
  font-family: Arial, sans-serif;
  margin-bottom: 10px;
  margin-top: 20px;
}
.packaging-info .packaging-title {
  font-weight: bold;
  margin: 0 0 4px 0;
}
.packaging-info .packaging-line {
  margin: 0;
}
@media (min-width: 992px) {
  .packaging-info {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.account-dashboard .right-container .dashboard-content .product-search .list-container .orders-table tbody .grid-action .action-ui li .delete-icon {
  color: #274596 !important;
}

.account-dashboard #grid-content-backdrop {
  background-color: rgba(0, 0, 0, 0.3);
}
.account-dashboard .account-container-menu {
  padding: 15px 0;
}
.account-dashboard .account-container-menu .nav-header {
  display: none;
}
.account-dashboard .account-container-menu .my-accounts-nav .account-menu {
  display: block;
}
.account-dashboard .account-container-menu .my-accounts-nav .account-menu li {
  padding: 8px 0;
}
.account-dashboard .account-container-menu .my-accounts-nav .account-menu li a {
  font-size: 16px;
  font-weight: bold;
  color: #003057;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.account-dashboard .account-container-menu .my-accounts-nav .account-menu li a:hover {
  color: #274596;
}
.account-dashboard .account-container-menu .my-accounts-nav .log-off {
  display: none;
}
.account-dashboard .order-receipt .ordereceipt-title {
  font-size: 26px;
}
.account-dashboard .order-receipt .product-order-details .table thead {
  color: #01579B;
  border-bottom: 1px solid #DEE2E6;
  background: #FAFAFA;
}
.account-dashboard .order-receipt .product-order-details tbody tr {
  border-bottom: 2px solid #DEE2E6 !important;
}
.account-dashboard .order-receipt .product-order-details tbody tr .order-item-name {
  word-break: break-word;
  max-width: 200px;
}
.account-dashboard .order-receipt .product-order-details tbody tr .order-item-description {
  max-width: 400px;
  word-break: break-all;
}
.account-dashboard .order-receipt .checkout-reciept-approver {
  box-shadow: 0px 1px 2px 1px rgba(141, 151, 161, 0.5);
}
.account-dashboard .order-receipt .checkout-reciept-approver .approver-comment .approver-comment-info .label-approver {
  font-weight: bold;
}
.account-dashboard .order-receipt .dashboard-content .return-item-list .returned-product-desc {
  font-size: 12px;
}
.account-dashboard .orderLineItemTable th {
  text-align: center;
}
.account-dashboard .right-container .pendingorder-heading {
  font-size: 30px;
}
.account-dashboard .right-container .voucher-detail .filter-component .total-label {
  color: #274596;
}
.account-dashboard .right-container .voucher-detail .filter-component h5 {
  font-size: 24px;
}
.account-dashboard .right-container .orders-date {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.account-dashboard .right-container .dashboard-content {
  box-shadow: 0px 1px 2px 1px rgba(141, 151, 161, 0.5);
  border-radius: 2px;
}
.account-dashboard .right-container .dashboard-content .dropdown-menu:before {
  display: none;
}
.account-dashboard .right-container .dashboard-content .voucher-list .filter-component .total-label {
  font-size: 18px;
  color: #274596;
  font-weight: bold;
}
.account-dashboard .right-container .dashboard-content .b2b-order-history {
  padding: 20px;
}
.account-dashboard .right-container .dashboard-content .dashboard-addresses {
  padding: 0 20px;
}
.account-dashboard .right-container .dashboard-content .dashboard-addresses > div {
  padding: 20px 0 0 0;
}
.account-dashboard .right-container .dashboard-content .dashboard-addresses > .col-12.col-md-6 {
  padding: 20px 0 0 15px;
}
.account-dashboard .right-container .dashboard-content .dashboard-addresses .b2b-section-sub-header {
  font-size: 16px;
  float: left;
}
.account-dashboard .right-container .dashboard-content .approval-comment-section .approver-comment {
  padding: 20px 20px 20px 25px;
}
.account-dashboard .right-container .dashboard-content .approval-comment-section h6 {
  font-size: 20px;
  text-transform: uppercase;
}
.account-dashboard .right-container .dashboard-content .approval-comment-section .approver-comment-info {
  font-size: 16px;
}
.account-dashboard .right-container .dashboard-content .approval-comment-section .approver-comment-info .label-approver {
  font-weight: bold;
}
.account-dashboard .right-container .dashboard-content .receipt-totals .tax-summary .table {
  font-size: 11px;
}
.account-dashboard .right-container .dashboard-content .receipt-totals .tax-summary .table thead {
  background-color: #f8f8f8;
}
.account-dashboard .right-container .dashboard-content .receipt-totals .tax-summary .table thead tr th {
  border: none;
}
.account-dashboard .right-container .dashboard-content .receipt-totals .tax-summary .table tbody tr td {
  border: none;
  border-bottom: 1px solid #DEE2E6;
}
.account-dashboard .right-container .Pending-order-list .Pending-order thead {
  color: #274596;
  border-bottom: 1px solid #DEE2E6;
  background: #FAFAFA;
}
.account-dashboard .right-container .Pending-order-list tbody {
  border-bottom: 1px solid #DEE2E6 !important;
}
.account-dashboard .right-container .Pending-order-list tbody .product-title {
  width: 200px;
}
.account-dashboard .right-container .Pending-order-list tbody .product-description {
  max-width: 550px;
  min-width: 200px;
}
.account-dashboard .right-container .account-recent-orders {
  padding: 0;
  min-height: 0;
}
.account-dashboard .right-container .account-recent-orders > .row {
  padding: 20px 20px 20px 25px;
  border-bottom: 1px solid rgba(141, 151, 161, 0.5);
  margin: 0;
  align-items: center;
}
.account-dashboard .right-container .account-recent-orders > .row .address-block {
  padding: 0 0 15px 0;
}
.account-dashboard .right-container .account-recent-orders .shipping-method-heading {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 2;
}
.account-dashboard .right-container .account-recent-orders .b2b-summary, .account-dashboard .right-container .account-recent-orders .b2b-date, .account-dashboard .right-container .account-recent-orders .b2b-order-number, .account-dashboard .right-container .account-recent-orders .b2b-order-total, .account-dashboard .right-container .account-recent-orders .b2b-reorder {
  padding: 0;
}
.account-dashboard .right-container .account-recent-orders .b2b-reorder {
  margin-bottom: 15px;
}
.account-dashboard .right-container .account-recent-orders .b2b-recent-order-title {
  margin-bottom: 5px;
}
.account-dashboard .right-container .account-recent-orders .b2b-recent-order-detail {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.account-dashboard .right-container .b2b-section-header {
  font-size: 20px;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 0;
  color: #003057;
  padding: 20px;
  font-weight: 500;
  letter-spacing: 1.25px;
}
.account-dashboard .right-container .account-profile-section > div, .account-dashboard .right-container .saved-card-section > div, .account-dashboard .right-container .reviews-wishlist-section > div {
  box-shadow: 0px 1px 2px 1px rgba(141, 151, 161, 0.5);
}
.account-dashboard .payment-history-container .payment-history .paymenthistory-heading .payments-title {
  font-size: 26px;
}
.account-dashboard .quick-add-products {
  background: #F1F1F1;
}
.account-dashboard .quick-add-products .b2b-quick-order-page h1 {
  font-size: 24px;
}
.account-dashboard .quick-add-products .b2b-quick-order-page .quick-order-pad-quantity {
  min-width: 50px;
}
.account-dashboard #openBalancesTable_wrapper .dt-search,
.account-dashboard #customerPartNumbersTable_wrapper .dt-search,
.account-dashboard #productTablePlaceholder .dt-search {
  display: flex;
  align-items: center;
}
.account-dashboard #openBalancesTable_wrapper .dt-search label,
.account-dashboard #customerPartNumbersTable_wrapper .dt-search label,
.account-dashboard #productTablePlaceholder .dt-search label {
  margin-bottom: 0;
}
.account-dashboard #openBalancesTable_wrapper .dt-search input,
.account-dashboard #customerPartNumbersTable_wrapper .dt-search input,
.account-dashboard #productTablePlaceholder .dt-search input {
  height: 40px;
}
.account-dashboard #openBalancesTable_wrapper table.dataTable th.dt-type-date,
.account-dashboard #customerPartNumbersTable_wrapper table.dataTable th.dt-type-date,
.account-dashboard #productTablePlaceholder table.dataTable th.dt-type-date {
  text-align: left;
}
.account-dashboard #openBalancesTable_wrapper table.dataTable td.dt-type-date,
.account-dashboard #customerPartNumbersTable_wrapper table.dataTable td.dt-type-date,
.account-dashboard #productTablePlaceholder table.dataTable td.dt-type-date {
  text-align: left;
}
.account-dashboard #openBalancesTable_wrapper .dt-length .dt-input,
.account-dashboard #customerPartNumbersTable_wrapper .dt-length .dt-input,
.account-dashboard #productTablePlaceholder .dt-length .dt-input {
  padding-right: 20px;
}
.account-dashboard #openBalancesTable_wrapper .dt-layout-row .dt-length label,
.account-dashboard #customerPartNumbersTable_wrapper .dt-layout-row .dt-length label,
.account-dashboard #productTablePlaceholder .dt-layout-row .dt-length label {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .account-dashboard #openBalancesTable_wrapper .dt-length,
  .account-dashboard #customerPartNumbersTable_wrapper .dt-length,
  .account-dashboard #productTablePlaceholder .dt-length {
    text-align: left;
  }
}
.account-dashboard #customerPartNumbersTable_wrapper .dt-length .dt-input {
  margin-right: 4px;
}
.account-dashboard #customerPartNumbersTable_wrapper table td.qty-column,
.account-dashboard #customerPartNumbersTable_wrapper table tr.qty-column {
  max-width: 160px;
}
.account-dashboard #customerPartNumbersTable_wrapper table td.qty-column .error-msg,
.account-dashboard #customerPartNumbersTable_wrapper table tr.qty-column .error-msg {
  white-space: normal !important;
  margin-top: 4px;
}
.account-dashboard #customerPartNumbersTable_wrapper table td.price-column,
.account-dashboard #customerPartNumbersTable_wrapper table tr.price-column {
  max-width: 130px;
  white-space: normal;
}
.account-dashboard #customerPartNumbersTable_wrapper table td.product-column,
.account-dashboard #customerPartNumbersTable_wrapper table tr.product-column {
  min-width: 200px;
}
@media screen and (max-width: 640px) {
  .account-dashboard #customerPartNumbersTable_wrapper table td.product-column,
  .account-dashboard #customerPartNumbersTable_wrapper table tr.product-column {
    min-width: 250px;
  }
}
.account-dashboard #customerPartNumbersTable_wrapper table th.price-column {
  max-width: 130px;
}
.account-dashboard #customerPartNumbersTable_wrapper .cart-icon-block.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.account-dashboard #customerPartNumbersTable_wrapper .add-to-cart-block input {
  height: 40px;
}
.account-dashboard #customerPartNumbersTable_wrapper .add-to-cart-block .qty-increase,
.account-dashboard #customerPartNumbersTable_wrapper .add-to-cart-block .qty-decrease {
  height: 40px;
}
.account-dashboard .form-control--small {
  height: 40px !important;
}
.account-dashboard.account-inquiry-page select.form-control {
  max-width: 100%;
}
@media print {
  .account-dashboard.account-inquiry-page select.form-control {
    border: none;
  }
  .account-dashboard.account-inquiry-page #yearInputText {
    border: none !important;
  }
  .account-dashboard.account-inquiry-page .acc-inquiry-cm-high {
    padding-right: 16px !important;
  }
  .account-dashboard.account-inquiry-page .acc-inquiry-open-balance {
    padding-left: 16px !important;
    margin-top: 20px;
  }
  .account-dashboard.account-inquiry-page #customerPartNumbersTable_wrapper .dt-search,
  .account-dashboard.account-inquiry-page #openBalancesTable_wrapper .dt-search {
    border: none !important;
  }
  .account-dashboard.account-inquiry-page #customerPartNumbersTable_wrapper .dt-search input,
  .account-dashboard.account-inquiry-page #openBalancesTable_wrapper .dt-search input {
    border: none !important;
  }
  .account-dashboard.account-inquiry-page #customerPartNumbersTable_wrapper .dt-paging,
  .account-dashboard.account-inquiry-page #openBalancesTable_wrapper .dt-paging {
    display: none;
  }
  .account-dashboard.account-inquiry-page #customerPartNumbersTable_wrapper .dt-length .dt-input,
  .account-dashboard.account-inquiry-page #openBalancesTable_wrapper .dt-length .dt-input {
    border: none !important;
  }
  .account-dashboard.account-inquiry-page #customerPartNumbersTable_wrapper .print-max-width,
  .account-dashboard.account-inquiry-page #openBalancesTable_wrapper .print-max-width {
    max-width: 150px;
  }
}
.account-dashboard .order-history #ddlShipTo {
  max-width: 100%;
  padding-right: 40px;
}
@media print {
  .account-dashboard .order-history select {
    border: none !important;
    padding-left: 0;
  }
  .account-dashboard .order-history input {
    border: none !important;
    padding-left: 0;
    padding-right: 0;
  }
  .account-dashboard .order-history .filter-component {
    display: none !important;
  }
  .account-dashboard .order-history .pagination-bottom {
    display: none !important;
  }
  .account-dashboard .order-history #grid .grid-checkbox {
    display: none !important;
  }
  .account-dashboard .order-history #grid .grid-action {
    display: none !important;
  }
  .account-dashboard .order-history #grid tr:nth-child(2) {
    padding-left: 0;
  }
}
.account-dashboard #productTablePlaceholder {
  margin-top: 24px;
}
.account-dashboard #productTablePlaceholder .dt-length [name=reorderTable_length] ~ label {
  margin-left: 8px;
}
.account-dashboard #productTablePlaceholder .order-receipt > .row {
  align-items: flex-start !important;
}
.account-dashboard #productTablePlaceholder .order-receipt > .row > div {
  margin-right: 8px;
}
.account-dashboard #productTablePlaceholder .order-receipt > .row > div .btn {
  margin-bottom: 8px !important;
}

#backOrdersTable .tr-quantity,
#backOrdersTable .td-quantity {
  text-align: center;
  width: 90px;
}
#backOrdersTable .tr-quantity {
  padding-right: 30px;
}
#backOrdersTable .td-quantity {
  padding-right: 36px;
}

table td[data-test-selector=colQuoteDate], table td[data-test-selector=colOrderDate] {
  min-width: 110px;
}
table td.order-status {
  min-width: 240px;
}

.dashboard-sections .dashboard-content .b2b-section-body .acc-first-name, .dashboard-sections .dashboard-content .b2b-section-body .acc-last-name {
  min-width: 75px;
}
.dashboard-sections .dashboard-content .b2b-section-body .form-field {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-addresses-custom .address-book-section .heading {
  font-size: 21px;
  font-weight: bold;
}
.dashboard-addresses-custom .dashboard-addresses .address-action-btns .address-change .edit-address-btn {
  margin: 0 15px;
  top: -2px;
  position: relative;
  border: 1px solid #003057;
  padding: 2px 10px 3px;
  border-radius: 2px;
}
.dashboard-addresses-custom .dashboard-addresses .address-action-btns .address-change .edit-address-btn .edit-icon::before {
  font-family: inherit;
  content: "Edit";
  color: #003057;
  font-size: 12px;
}
.dashboard-addresses-custom .dashboard-addresses .address-action-btns .address-change .edit-address-btn:hover, .dashboard-addresses-custom .dashboard-addresses .address-action-btns .address-change .edit-address-btn:focus {
  border: 1px solid #65B2E8;
  background-color: #65B2E8;
}
.dashboard-addresses-custom .dashboard-addresses .address-action-btns .address-change .edit-address-btn:hover .edit-icon::before, .dashboard-addresses-custom .dashboard-addresses .address-action-btns .address-change .edit-address-btn:focus .edit-icon::before {
  color: #333;
}
.dashboard-addresses-custom .dashboard-addresses .address-action-btns .address-change .delete-address-btn {
  display: none;
}
.dashboard-addresses-custom .dashboard-addresses .address-action-btns {
  justify-content: normal;
}

.less-padding .btn {
  padding: 10px 20px;
}

.wishlist-container .wishlist-item {
  position: relative;
}
.wishlist-container .wishlist-item__header {
  font-weight: 700;
}
.wishlist-container .wishlist-item .wishlist-item-remove {
  position: relative;
  padding: 0;
  width: auto;
}
.wishlist-container .wishlist-item .wishlist-item-remove a:hover, .wishlist-container .wishlist-item .wishlist-item-remove a:focus {
  text-decoration: none;
}
.wishlist-container .wishlist-item .wishlist-item-image img {
  max-height: 84px;
  object-fit: contain;
}
.wishlist-container .wishlist-item .add-to-cart-block__add {
  min-width: unset;
  width: 100%;
}
.wishlist-container .wishlist-item .add-to-cart-block form {
  width: 100%;
}
@media (max-width: 767px) {
  .wishlist-container .wishlist-item .add-to-cart-block form {
    margin-top: 0;
  }
}
.wishlist-container .wishlist-item .wishlist-mobile-label {
  font-weight: 700;
}
.wishlist-container .wishlist-item .wishlist-item-date {
  font-size: 14px;
  color: #B9B9B9;
  font-style: italic;
}

.review-history .review-item-detail .product-review {
  margin-bottom: 15px !important;
}

.order-receipt .receipt-print {
  position: absolute;
  top: 22px;
  right: 40px;
  z-index: 1;
}

.grid-action .action-ui {
  list-style-type: none;
}

.dashboard-content .filter-component {
  padding: 15px;
  background-color: #FAFAFA;
}
.dashboard-content .filter-component .btn-dropdown {
  display: inline-block;
  border-radius: 2px;
  margin: 2px 5px;
  padding: 5px 7px;
  height: 33px;
  line-height: 21px;
  text-transform: capitalize;
  background-color: #FFFFFF;
  border: 1px solid #274596;
  cursor: pointer;
}
.dashboard-content .filter-component .btn-dropdown .zf-down {
  font-size: 10px;
  margin-left: 5px;
}
.dashboard-content .filter-component .btn-dropdown.quote-number-search {
  min-width: 130px;
  display: flex;
  justify-content: space-between;
}
.dashboard-content .filter-component .filter-option {
  display: flex;
  align-items: center;
}
.dashboard-content .filter-component .filter-option .option-close {
  margin-right: 24px;
}
.dashboard-content .filter-component .filter-option label {
  margin-right: 10px;
  margin-left: 0;
}
@media (max-width: 500px) {
  .dashboard-content .filter-component .filter-option {
    width: 100%;
    text-align: center;
  }
  .dashboard-content .filter-component .filter-option:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
  }
}
.dashboard-content .filter-component .filter-option .option-close {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  background: #274596;
  cursor: pointer;
  position: relative;
  top: -1px;
}
.dashboard-content .filter-component .filter-option .option-close i {
  font-size: 8px;
  position: relative;
  top: 1px;
}
.dashboard-content .filter-component .parent-content-popover select {
  border-bottom: none;
}
.dashboard-content .filter-component .parent-content-popover input {
  border-radius: 2px;
}
.dashboard-content .filter-component .parent-content-popover button {
  border: none !important;
  background: #274596 !important;
  height: 32px !important;
  width: 32px !important;
  color: #fff !important;
  border-radius: 2px;
}
.dashboard-content .list-container .pagination-top, .dashboard-content .list-container .pagination-bottom {
  padding: 15px 20px;
  /*background-color: $input-background;*/
}
.dashboard-content .list-container .pagination-top {
  border-bottom: 1px solid #dee2e6;
  display: flex;
  flex-wrap: wrap;
}
.dashboard-content i {
  font-style: normal;
  font-size: 15px;
  font-weight: bold;
}
.dashboard-content .table {
  margin: 0;
}
.dashboard-content .table thead th {
  border: 0;
  white-space: nowrap;
}
.dashboard-content .table thead th a:hover {
  text-decoration: none;
}
.dashboard-content .orders-table th, .dashboard-content .orders-table td {
  vertical-align: middle !important;
  font-size: 14px;
  font-weight: normal;
  padding: 10px;
  border-bottom: 1px solid #dee2e6 !important;
}
@media print {
  .dashboard-content .orders-table th, .dashboard-content .orders-table td {
    padding-left: 0;
  }
}
.dashboard-content .orders-table th.grid-checkbox, .dashboard-content .orders-table td.grid-checkbox {
  width: 35px;
}
.dashboard-content .orders-table th.z-podocument, .dashboard-content .orders-table td.z-podocument {
  display: none;
}
.dashboard-content .orders-table th .zf-up, .dashboard-content .orders-table th .zf-down, .dashboard-content .orders-table td .zf-up, .dashboard-content .orders-table td .zf-down {
  font-size: 8px;
  padding-left: 5px;
}
.dashboard-content .orders-table th i {
  font-size: 17px;
  position: relative;
  top: 3px;
  margin-left: 5px;
}
.dashboard-content .orders-table th {
  font-weight: 700;
}
.dashboard-content .b2b-cart .b2b-cart-row .b2b-col-width {
  width: 100px;
  flex: unset;
}

/*popver section*/
.popover {
  max-width: 290px;
}
.popover .popover-body .parent-content-popover {
  display: flex;
}
.popover .popover-body .parent-content-popover select {
  padding: 0 20px 0 5px;
}
.popover .popover-body .parent-content-popover input {
  margin: 0 5px;
  height: auto;
  padding: 3px 3px 3px 10px;
  border: 1px solid #ccc;
  background: #fafafa;
}
.popover .popover-body .parent-content-popover button {
  border: 1px solid #ccc;
  background: #fafafa;
  cursor: pointer;
  height: 29px;
  width: 29px;
  padding: 0;
  text-align: center;
}
.popover .popover-body .parent-content-popover i {
  font-style: normal;
}

@media (max-width: 480px) {
  #filter-content-main {
    flex-direction: column;
  }
}
.pagination .paginationContent .PageLimit a {
  padding: 0 2px;
  font-size: 16px;
}
.pagination .paginationContent .PageLimit input {
  width: 50px;
  height: auto;
  margin: 0 5px;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
}
.pagination .paginationContent .PageLimit .page-txt {
  margin-left: 4px;
}
.pagination .paginationContent .PageLimit .refresh-grid {
  font-size: 15px;
  position: relative;
  top: 2px;
}

.dashboard-content .address-block {
  padding: 20px 5px;
}
.dashboard-content .address-block .address-action-btns {
  justify-content: space-between;
}
.dashboard-content .address-block .address-action-btns .add-edit-action .change-address.edit-address-btn {
  margin: 0 5px;
}
.dashboard-content .address-block .address-action-btns .add-edit-action .change-address.edit-address-btn .edit-icon {
  color: #003057;
}
.dashboard-content .address-block .address-action-btns .add-edit-action .change-address.edit-address-btn .edit-icon:hover, .dashboard-content .address-block .address-action-btns .add-edit-action .change-address.edit-address-btn .edit-icon:focus {
  color: #65B2E8;
}
.dashboard-content .address-block .address-action-btns .add-edit-action .delete-address-btn button.delete-icon {
  border: none;
  background: transparent;
  cursor: pointer;
  color: #003057;
}
.dashboard-content .address-block .address-action-btns .add-edit-action .delete-address-btn button.delete-icon:hover, .dashboard-content .address-block .address-action-btns .add-edit-action .delete-address-btn button.delete-icon:focus {
  color: #65B2E8;
}
.dashboard-content .action-links .primary-shipping-address, .dashboard-content .action-links .primary-billing-address {
  pointer-events: none;
  user-select: none;
  background-color: #003057;
  color: #FFFFFF;
}

.dashboard-sections {
  border-radius: 2px;
  box-shadow: 0px 1px 2px 1px rgba(141, 151, 161, 0.5);
  height: 100%;
}
.dashboard-sections .b2b-section-header {
  padding: 12px 20px;
  border-bottom: 1px solid #DEE2E6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 63px;
}
.dashboard-sections .b2b-section-header .heading {
  font-size: 21px;
  margin: 0;
  flex: 1;
  font-weight: bold;
}
.dashboard-sections .b2b-section-body {
  padding: 12px 20px 0;
}
.dashboard-sections .b2b-section-body .b2b-recent-order-detail {
  font-size: 14px;
}
.dashboard-sections .b2b-section-body .b2b-date .b2b-recent-order-detail {
  font-weight: bold;
}
.dashboard-sections .b2b-section-body .user-mail-small {
  word-break: break-all;
  font-size: 11px;
}
.dashboard-sections .b2b-section-body .account-recent-orders-row .orders-row {
  border-bottom: 1px solid #c5b7b7;
  padding: 5px 0;
}
.dashboard-sections .b2b-section-body .billing-shipping-address .heading {
  font-size: 16px !important;
}
.dashboard-sections .b2b-section-body .billing-shipping-address .account-user-address {
  border: 1px solid #003057;
  padding: 5px 10px;
  background-color: #FAFAFA;
  margin-bottom: 5px;
  min-width: 250px;
}
.dashboard-sections .b2b-section-body .b2b-section-links > div {
  max-width: 40%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .dashboard-sections .b2b-section-body .b2b-section-links > div {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .dashboard-sections .b2b-section-body .b2b-section-links > div {
    max-width: 100%;
  }
}
.dashboard-sections .b2b-section-body .subheading {
  font-size: 16px;
  font-weight: 700;
}
.dashboard-sections.business-benefits {
  width: 100%;
}
@media all and (min-width: 992px) {
  .dashboard-sections.business-benefits {
    width: fit-content;
  }
}
.dashboard-sections.business-benefits a img {
  object-fit: contain;
  max-height: 200px;
}

.address-block .address-title {
  font-weight: bold;
}

.dashboard-content .address-list .address-block {
  padding: 0;
}

.dashboard-section-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.25px;
}

.dashboard-section-p {
  font-size: 14px;
}

.dashboard-section-img {
  margin-top: 10px;
}

.dashboard-header {
  background-color: #F6F6F6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  height: 95px;
  width: 100%;
}

.dashboard-username {
  margin-top: 20px;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.78px;
  line-height: 48px;
}

.dashboard-icon {
  height: 50px;
  width: 60px;
  margin-right: 10px;
}

.dashboard-header-title {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.22px;
  line-height: 18px;
  color: #A09E9E;
}

.dashboard-pending-approvaltext {
  font-size: 11px;
  letter-spacing: 1.03px;
  line-height: 16px;
  color: #424242;
}

.dashboard-header-section {
  position: relative;
  top: 15px;
}

.dashboard-sales-img {
  box-sizing: border-box;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  border: 1px solid #979797;
  position: relative;
  right: 35px;
}

.dashboard-sales-rep {
  font-size: 11px;
  letter-spacing: 1.03px;
  line-height: 16px;
}

.dashboard-po-number {
  font-size: 15px;
  letter-spacing: 1.41px;
  line-height: 18px;
}

.dashboard-pending-order-text {
  color: #01579B;
}

.dashboard-addresses .address-change {
  float: left;
  display: flex;
}
.dashboard-addresses .address-change > a {
  padding-left: 10px;
}
.dashboard-addresses .address-change > a .icon {
  font-size: 14px;
}
.dashboard-addresses .address-block {
  width: 100%;
  float: left;
}

.action-ui {
  display: flex;
  padding: 0;
}
.action-ui > li > a {
  padding: 0 5px;
}

.grid-checkbox input {
  margin-top: 8px;
  height: 16px;
  width: 16px;
}

.review-item-detail {
  list-style: none;
}
.review-item-detail .review-item-title {
  font-size: 16px;
}
.review-item-detail .product-review .review-title {
  font-size: 16px;
}

.dashboard-quicklink-title {
  color: #454545;
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 18px;
}

.dashboard-quicklink-list {
  color: #0D47A1;
  font-family: Roboto-Regular;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 27px;
  list-style: none;
  text-decoration: underline;
}

.dashboard-promo {
  height: 266px;
  width: 100%;
  background-color: #D8D8D8;
  text-align: center;
}

.QuoteReceipt .checkout-receipt .account-dashboard .add-template .dashboard-content .account-recent-orders .address-block .address-action-btns .address-change .add-edit-action {
  display: none;
}

.OrderReceipt .user-account .order-receipt .dashboard-content .receipt-item-list .cart-summary .border-line {
  border-bottom: 1px solid #ccc;
}

.getreturndetails .account-dashboard .right-container .dashboard-content .receipt-item-list .cart-summary .border-line {
  border-bottom: 1px solid #DEE2E6;
}

@media all and (min-width: 0) {
  .profile-dashboard {
    background-color: #f8f8f8;
    border-top: 1px solid #003057;
  }
}
@media print and (min-width: 0) {
  .profile-dashboard {
    display: none;
  }
}
@media all and (min-width: 0) {
  .profile-dashboard .tabs-top {
    height: 50px;
    overflow: hidden;
  }
  .profile-dashboard .tabs-top li {
    width: calc(100% - 64px);
    text-align: left;
    order: 2;
  }
  .profile-dashboard .tabs-top li a {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
  }
  .profile-dashboard .tabs-top li a:hover {
    text-decoration: none;
  }
  .profile-dashboard .tabs-top li .dashboard-icons {
    font-size: 35px;
    height: 50px;
    display: block;
    margin: 0 15px;
  }
  .profile-dashboard .tabs-top li label, .profile-dashboard .tabs-top li .dashboard-menu-list {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    flex: 1;
  }
  .profile-dashboard .tabs-top li:first-child {
    order: 1;
  }
  .profile-dashboard .tabs-top li.drop-dashboard-menu {
    width: 64px;
    text-align: center;
    order: 1;
    cursor: pointer;
  }
  .profile-dashboard .tabs-top li.selected a {
    color: #65B2E8;
  }
  .profile-dashboard .tabs-top .selected ~ .drop-dashboard-menu {
    order: -1;
  }
  .profile-dashboard .tabs-top.dashboard-menu-open {
    height: auto;
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .profile-dashboard .tabs-top li.selected {
    order: -2;
  }
}

@media all and (min-width: 576px) {
  .dashboard-sections .b2b-section-body .service-rep-img {
    width: 95px;
  }
}
@media all and (min-width: 768px) {
  .dashboard-content .b2b-cart .b2b-cart-row .b2b-col-width {
    flex: unset;
    width: 120px;
  }
  .profile-dashboard .tabs-top {
    height: auto;
  }
  .profile-dashboard .tabs-top li {
    width: 90px;
    text-align: center;
  }
  .profile-dashboard .tabs-top li a {
    justify-content: center;
  }
  .profile-dashboard .tabs-top li .dashboard-icons {
    width: 100%;
    margin: 0;
  }
  .profile-dashboard .tabs-top li label, .profile-dashboard .tabs-top li .dashboard-menu-list {
    margin: 0;
  }
}
@media all and (min-width: 992px) {
  .wishlist-container .wishlist-item .wishlist-item-remove {
    margin-top: 0;
  }
  .wishlist-container .wishlist-item .wishlist-item-image {
    text-align: center;
  }
  .dashboard-content .b2b-cart .b2b-cart-row .b2b-col-width {
    flex: initial;
    width: 100px;
  }
}
@media all and (min-width: 1200px) {
  .profile-dashboard .tabs-top li {
    width: auto;
  }
  .dashboard-content .b2b-cart .b2b-cart-row .b2b-col-width {
    flex: initial;
    width: 140px;
  }
}
.AccountInformation .main-wrapper .user-account .account-dashboard .account-left-container {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.AccountInformation .main-wrapper .user-account .account-dashboard .account-left-container .promospot .promo-one {
  padding-top: 0 !important;
}

@media all and (min-width: 1200px) {
  .edit-btn-max-width {
    max-width: 145px;
  }
  .account-dashboard .order-receipt .btn {
    padding: 10px 25px;
  }
}
@media all and (min-width: 1300px) {
  .account-dashboard .order-receipt .btn {
    padding: 10px 30px;
  }
}
@media print {
  header, footer, .account-container-menu, .receipt-print, .product-altimages, .product-extras, .product-variations, .highlight-container, .compare-print, .d-md-block {
    display: none !important;
  }
  a[href]:after {
    content: none !important;
  }
  .account-dashboard, .right-container, .b2b-section-header {
    font-weight: 600 !important;
  }
  .account-dashboard table, .right-container table, .b2b-section-header table {
    page-break-inside: avoid;
  }
  .AccountInformation .main-wrapper .user-account .account-dashboard .account-left-container, .order-img {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .profile-dashboard .tabs-top li .dashboard-icons {
    font-size: 27px;
    height: 40px;
    margin-right: 10px;
  }
}
@media (max-width: 575.98px) {
  .dashboard-content .t-sm-100 .filter-option {
    width: 100%;
  }
}
.zcustom-responsive-table-heading {
  display: none;
}
.zcustom-responsive-table td {
  vertical-align: middle;
}
@media (max-width: 1199.98px) {
  .zcustom-responsive-table thead {
    display: none;
  }
  .zcustom-responsive-table tr:nth-child(even) {
    background-color: #F7F7F7;
  }
  .zcustom-responsive-table-heading {
    display: block;
    font-weight: bold;
    margin-bottom: 2px;
  }
  .zcustom-responsive-table td {
    max-width: none !important;
    width: 100%;
    display: block;
  }
  .zcustom-responsive-table td:first-child {
    padding-left: 0.75rem !important;
  }
}

.return-order-table input, .return-order-table .form-control {
  height: 40px;
}
.return-order-table td {
  vertical-align: middle;
}

.price-sheet-table th {
  border-top: none;
}

@media print {
  #layout-pipe-wire-price-sheet .account-menu,
  .account-inquiry-page .account-menu {
    display: none !important;
  }
  #layout-pipe-wire-price-sheet .profile-dashboard,
  .account-inquiry-page .profile-dashboard {
    border-top: none;
  }
  #PrintReady table {
    page-break-inside: auto;
  }
  #PrintReady td,
  #PrintReady tr {
    padding-left: 0;
    padding-right: 0;
  }
  #PrintReady tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  #PrintReady thead {
    display: table-header-group;
  }
  #PrintReady tfoot {
    display: table-footer-group;
  }
  #PrintReady .table-responsive {
    overflow: visible;
  }
  #PrintReady table, #PrintReady th, #PrintReady td {
    font-size: 12px;
  }
}
.quick-order__group .value {
  font-weight: 700;
  margin-left: 4px;
}
.quick-order__form-group label {
  flex-shrink: 0;
  margin-bottom: 0 !important;
}
.quick-order__form-group input {
  background: transparent !important;
  border: none;
  width: fit-content !important;
  height: auto !important;
  max-width: 100px;
}
.quick-order__form-group input::placeholder {
  visibility: hidden;
}
.quick-order .add-to-cart-block input {
  width: 50px;
  padding-left: 4px;
  padding-right: 4px;
}

.sku-input-wrapper {
  position: relative;
}
.sku-input-wrapper .barcode-scanner-wrapper {
  position: absolute;
  top: 7px;
  right: 10px;
}
@media (max-width: 767px) {
  .sku-input-wrapper .barcode-scanner-wrapper {
    top: 2px;
  }
}

#quickorderdiv .add-to-cart-block__wrapper {
  position: relative;
}
#quickorderdiv .add-to-cart-block__wrapper .quick-order-qty-error-message {
  position: absolute;
  top: calc(100% + 4px);
  width: calc(100% + 20px);
  left: -10px;
  text-align: center;
}
#quickorderdiv #form-group-1 {
  padding-right: 26px;
}

.quick-order-pad-content__top {
  padding-right: 34px;
}

.quick-order-pad .add-row-container {
  padding-right: 34px;
}
@media (max-width: 767px) {
  .quick-order-pad .add-row-container {
    padding-right: 46px;
  }
}

.custom-pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.custom-pagination .pagination-item .btn-link {
  border: none;
  padding: 4px;
}
.custom-pagination .pagination-item.active button {
  pointer-events: none;
  opacity: 0.6;
}

.cart-products {
  box-shadow: 0px 1px 2px 1px rgba(141, 151, 161, 0.5);
  border-radius: 2px;
  z-index: 1;
  margin-top: 2px;
  margin-bottom: 2px;
}
.cart-products .cart-total-title {
  padding: 15px;
  border-bottom: 1px solid #DEE2E6;
  align-items: center;
}
.cart-products .cart-total-title h2, .cart-products .cart-total-title h4 {
  margin: 0;
  font-size: 15px;
}

.cart-summary {
  margin-top: 2px;
}

.b2b-cart-page .error-msg.fs-12 {
  font-size: 12px;
}
.b2b-cart-page .loged-out-product-details .loged-out-product-title {
  font-size: 18px;
}
.b2b-cart-page .b2b-right-cart-container {
  display: flex;
  align-items: center;
}
.b2b-cart-page .b2b-right-cart-container .loged-out-product-details {
  padding: 0;
  flex: 1;
}
@media (max-width: 991.98px) {
  .b2b-cart-page .b2b-right-cart-container {
    justify-content: space-between !important;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.b2b-cart-page .cart-summary .b2b-coupon-msg .error-msg {
  padding-bottom: 10px;
}
.b2b-cart-page .shopping-cart .b2b-block .shipping-estimator-input .promotion-block {
  border: 1px solid red;
  background: rgb(255, 206, 206);
}

.shopping-cart .cart-print-logo {
  margin-top: 20px;
}
.shopping-cart .united-print-logo {
  display: block;
}
.shopping-cart .westway-print-logo {
  display: none;
}

.b2b-cart .b2b-cart-row {
  border-bottom: 1px solid #DEE2E6;
  padding: 15px 5px;
}
@media (max-width: 1299.98px) {
  .b2b-cart .b2b-cart-row {
    justify-content: space-between;
    align-items: center;
  }
  .b2b-cart .b2b-cart-row:nth-child(even) {
    background: #f1f1f1;
  }
  .b2b-cart .b2b-cart-row:nth-child(even) textarea {
    background: #f1f1f1 !important;
  }
}
.b2b-cart .b2b-cart-row .b2b-remove-item {
  width: 30px;
  display: flex;
  justify-content: center;
}
.b2b-cart .b2b-cart-row .b2b-cart-item-details {
  flex: 1;
  padding: 0 10px;
  display: flex;
}
.b2b-cart .b2b-cart-row .b2b-cart-item-details img {
  max-width: 75px;
  margin-right: 15px;
  min-height: 75px;
  max-height: 75px;
  min-width: 75px;
  object-fit: contain;
}
.b2b-cart .b2b-cart-row .b2b-cart-item-details .cart-description {
  word-break: break-word;
}
.b2b-cart .b2b-cart-row .b2b-cart-item-details .cart-description > div {
  font-size: 11px;
}
.b2b-cart .b2b-cart-row .b2b-cart-item-details .cart-description .right-icon {
  font-size: 10px;
  margin-right: 5px;
}
.b2b-cart .b2b-cart-row .b2b-cart-item-details .cart-description .cart-item-title {
  font-size: 16px;
  font-weight: bold;
}
.b2b-cart .b2b-cart-row .b2b-cart-item-details .b2b-cart-item-links .cart-item-remove, .b2b-cart .b2b-cart-row .b2b-cart-item-details .b2b-cart-item-links .save-for-later {
  color: #58595B;
  font-size: 14px;
  border-bottom: 1px dashed #58595B;
  line-height: 1.1;
}
.b2b-cart .b2b-cart-row .b2b-cart-item-details .b2b-cart-item-links .cart-item-remove:hover, .b2b-cart .b2b-cart-row .b2b-cart-item-details .b2b-cart-item-links .cart-item-remove:focus, .b2b-cart .b2b-cart-row .b2b-cart-item-details .b2b-cart-item-links .save-for-later:hover, .b2b-cart .b2b-cart-row .b2b-cart-item-details .b2b-cart-item-links .save-for-later:focus {
  color: #65B2E8;
  border-color: #65B2E8;
}
.b2b-cart .b2b-cart-row .b2b-cart-item-details .cart-item-description {
  word-break: break-all;
}
.b2b-cart .b2b-cart-row .b2b-col-width {
  flex: 1;
  text-align: center;
}
.saved-cart .b2b-cart .b2b-cart-row .b2b-col-width {
  width: 50% !important;
}
.b2b-cart .b2b-cart-row .b2b-col-width.cart-item-unitprice, .b2b-cart .b2b-cart-row .b2b-col-width.cart-item-total, .b2b-cart .b2b-cart-row .b2b-col-width.cart-item-quantity .quoteQuantity {
  font-size: 16px;
}
.b2b-cart .b2b-cart-row .b2b-col-width .cart-item-price {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
.b2b-cart .b2b-cart-row .b2b-col-width .group-product-quantity, .b2b-cart .b2b-cart-row .b2b-col-width .product-quantity {
  margin-top: 21px;
  line-height: 7px;
  font-size: 16px;
  font-weight: bold;
}
.b2b-cart .b2b-cart-row .b2b-col-width input {
  width: 45px;
  height: 30px;
  text-align: center;
  padding: 0 5px;
  font-size: 14px;
  border: 1px solid #274596;
  margin-left: 5px;
  margin-right: 5px;
}
.b2b-cart .b2b-cart-row .b2b-col-width.cart-item-linecomment {
  position: relative;
}
.saved-cart .b2b-cart .b2b-cart-row .b2b-col-width.cart-item-linecomment {
  height: auto;
  padding-bottom: 40px;
}
.b2b-cart .b2b-cart-row .b2b-col-width.cart-item-linecomment input, .b2b-cart .b2b-cart-row .b2b-col-width.cart-item-linecomment textarea {
  width: 100%;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.b2b-cart .b2b-cart-row .b2b-col-width.cart-item-linecomment .show-more {
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  font-size: 12px;
  color: #274596;
  display: none;
  z-index: 3;
}
#divShoppingCart .b2b-cart .b2b-cart-row .b2b-col-width.cart-item-linecomment .show-more {
  display: block;
}
@media (max-width: 767px) {
  .b2b-cart .b2b-cart-row .b2b-col-width.cart-item-linecomment .show-more {
    display: none;
  }
}
.b2b-cart .b2b-cart-row .b2b-col-width.cart-item-linecomment textarea {
  position: absolute;
  left: 0;
  top: 0;
  max-height: 70px;
  padding-top: 4px;
  padding-bottom: 2px;
  transition: all 0.2s ease-in-out;
  z-index: 4;
  overflow: hidden;
  border: none;
  text-align: center;
  vertical-align: middle;
  cursor: text;
  background-color: white;
}
.b2b-cart .b2b-cart-row .b2b-col-width.cart-item-linecomment textarea:read-only {
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .b2b-cart .b2b-cart-row .b2b-col-width.cart-item-linecomment textarea {
    top: 0 !important;
    margin-top: 0 !important;
  }
}
.saved-cart .b2b-cart .b2b-cart-row .b2b-col-width.cart-item-linecomment textarea {
  top: unset;
}
.b2b-cart .b2b-cart-row .b2b-col-width.cart-item-linecomment .zcustom-textarea-active .zcustom-line-comment {
  width: 200px;
  height: 100px !important;
  max-height: 100px;
  box-shadow: 0px 1px 2px 1px rgba(141, 151, 161, 0.5);
  left: -40px;
  top: -16px;
  overflow: auto;
  scrollbar-width: thin;
  position: absolute;
  z-index: 5;
  cursor: default;
}
.saved-cart .b2b-cart .b2b-cart-row .b2b-col-width.cart-item-linecomment .zcustom-textarea-active .zcustom-line-comment {
  top: unset;
}
@media (max-width: 1299.98px) {
  .b2b-cart .b2b-cart-row .b2b-col-width.cart-item-linecomment .zcustom-textarea-active .zcustom-line-comment {
    left: 0;
  }
}
.b2b-cart .b2b-cart-row .error-msg {
  width: 100%;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}
.b2b-cart .loged-out-product-details .loged-out-product-text {
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;
}
.b2b-cart .loged-out-product-details .loged-out-product-text a {
  display: block;
}
.b2b-cart .loged-out-product-details .loged-out-product-text a:hover {
  text-decoration: none;
}

.b2b-save-for-later .b2b-cart .b2b-cart-row .move-to-cart-btn button {
  padding: 10px 5px;
  font-size: 11px;
}

.cart-item-remove {
  color: #003057;
  font-size: 13px;
  display: flex;
}
.cart-item-remove .close-circle-icon {
  font-size: 16px;
  margin: 0 5px;
  line-height: 1.2;
}

.cart-total div {
  font-size: 16px;
}
.cart-total .total h2 {
  font-size: 20px;
  margin: 10px 0 10px 0;
  color: #274596;
  font-weight: bold;
}
.cart-total .border-line {
  border-bottom: 1px solid #cccccc;
}

.dashboard-loader {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.b2b-block {
  box-shadow: 0px 1px 2px 1px rgba(141, 151, 161, 0.5);
  padding: 0;
  border-radius: 2px;
}
.b2b-block .form-group {
  margin: 0;
}
.b2b-block .block-title {
  font-size: 18px;
  font-weight: bold;
  padding: 15px 20px;
  border-bottom: 1px solid #DEE2E6;
  margin: 0;
}
.b2b-block .block-title.zcustom-mb-12 {
  margin-bottom: 12px;
}
.b2b-block .block-title span {
  padding: 3px 10px;
  margin-right: 10px;
  color: #FFFFFF;
  background-color: #003057;
}
.b2b-block .block-content {
  padding: 20px;
  line-height: 1.25;
}
.b2b-block .block-content .address-details {
  margin-bottom: 15px;
  line-height: 1.5;
  margin-top: 10px;
}
.b2b-block .block-content .block-items-title {
  font-weight: bold;
  margin: 0 0 5px 0px;
}
.b2b-block .block-content .block-items {
  width: 100%;
}
.b2b-block .block-content .block-items .shipping-estimator-input {
  position: relative;
  display: flex;
  flex: 1;
}
.b2b-block .block-content .block-items .cancel-shipping-estimator {
  position: absolute;
  align-self: center;
  cursor: pointer;
  right: 20px;
  top: 16px;
  background-color: transparent;
  border: none;
  width: 16px;
  height: 16px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .b2b-block .block-content .block-items .cancel-shipping-estimator {
    top: 12px;
  }
}
.b2b-block .block-content .address-details .address-name {
  font-weight: bold;
}
.b2b-block .block-content .styled-input label {
  margin-bottom: 10px;
}
.b2b-block .block-content textarea {
  height: 222px;
}
.b2b-block .b2b-coupon-msg > div {
  padding-left: 20px;
}
.b2b-block .b2b-coupon-msg > div .zf-close {
  font-size: 12px;
  padding-right: 10px !important;
  cursor: pointer;
}

.shipping-estimate-details {
  padding: 0 20px;
  color: #274596;
}
.shipping-estimate-details .form-group {
  display: flex;
  padding-bottom: 10px;
}
.shipping-estimate-details .form-group > div:nth-child(1) {
  width: 80%;
}
.shipping-estimate-details .form-group > div:nth-child(2) {
  text-align: right;
  width: 18%;
  padding-left: 5px;
}

.cart-button {
  padding-right: 30px;
}

.qty-input-group {
  padding-top: 5px;
  padding-bottom: 5px;
}

.zcustom-cart-quantity-btn {
  border-radius: 50%;
  border: none;
  background: #003057;
  color: #fff;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.zcustom-cart-quantity-btn:focus, .zcustom-cart-quantity-btn:hover {
  background: #65B2E8;
  color: #000;
}
.zcustom-cart-quantity-btn:focus {
  outline: none;
}
.zcustom-cart-quantity-btn span {
  position: relative;
  font-size: 10px;
  top: 1px;
}

.zcustom-cart-label-panel {
  border: none;
  background-color: #333;
  color: #fff;
}
.zcustom-cart-label-panel .b2b-cart-item-details {
  padding: 0 0 0 10px !important;
}
@media (max-width: 1299.98px) {
  .zcustom-cart-label-panel {
    width: 100%;
    justify-content: space-between;
    background: none;
    color: #333;
    padding-top: 30px !important;
    padding-bottom: 10px !important;
    margin-bottom: 15px;
  }
  .zcustom-cart-label-panel .b2b-cart-item-details {
    display: none !important;
  }
}

.b2b-col-item-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
  text-align: center;
}

.b2b-cart-page .b2b-right-cart-container.cart-btns-align .btn.w-100 {
  max-width: none;
}

/*Save Cart Modal CSS*/
.modal-save-cart .title-save-cart {
  font-size: 21px;
}
.modal-save-cart .save-cart-container .nav-tabs .nav-link {
  background-color: #f5eded;
  color: #274596;
  border-color: #f5eded #f5eded transparent;
}
.modal-save-cart .save-cart-container .nav-tabs .nav-link.active {
  background-color: #274596;
  color: #FFFFFF;
}
.modal-save-cart .save-cart-container .title-save-cart-name, .modal-save-cart .save-cart-container .title-select-saved-cart {
  font-weight: bold;
}
.modal-save-cart .save-cart-container .tab-content .tab-pane .save-cart-content .saved-cart-list {
  max-height: 148px;
  overflow: hidden auto;
}
.modal-save-cart .save-cart-container .tab-content .tab-pane .save-cart-content .saved-cart-list::-webkit-scrollbar {
  width: 8px;
}
.modal-save-cart .save-cart-container .tab-content .tab-pane .save-cart-content .saved-cart-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey;
  border-radius: 6px;
}
.modal-save-cart .save-cart-container .tab-content .tab-pane .save-cart-content .saved-cart-list::-webkit-scrollbar-thumb {
  background: #B9B9B9;
  border-radius: 6px;
}
.modal-save-cart .save-cart-container .tab-content .tab-pane .save-cart-content .saved-cart-list::-webkit-scrollbar-thumb:hover {
  background: #B9B9B9;
}
.modal-save-cart .save-cart-container .tab-content .tab-pane .save-cart-content .saved-cart-list .styled-input input[type=radio] ~ label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.modal-save-cart .save-cart-container .tab-content .tab-pane .save-cart-content .saved-cart-list .styled-input input[type=radio] ~ label:after, .modal-save-cart .save-cart-container .tab-content .tab-pane .save-cart-content .saved-cart-list .styled-input input[type=radio] ~ label:before {
  border-radius: 0%;
}
@media (max-width: 768px) {
  .modal-save-cart .save-cart-container select.form-control:not([size]):not([multiple]) {
    height: 40px;
  }
}

@media all and (min-width: 768px) {
  .b2b-cart .b2b-cart-row .b2b-col-width {
    width: 150px;
    flex: initial;
  }
  .saved-cart .b2b-cart .b2b-cart-row .b2b-col-width {
    width: 50% !important;
  }
  .saved-cart .b2b-cart .b2b-cart-row .b2b-col-width.cart-item-linecomment {
    width: 50% !important;
  }
}
@media all and (min-width: 992px) {
  .b2b-cart-page .b2b-right-cart-container {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .b2b-cart-page .b2b-right-cart-container.cart-btns-align .btn {
    width: 100%;
  }
  .cart-products .cart-total-title h2, .cart-products .cart-total-title h4 {
    font-size: 18px;
  }
  .b2b-cart .b2b-cart-row .b2b-remove-item {
    width: 40px;
  }
  .b2b-cart .b2b-cart-row .b2b-col-width {
    width: 140px;
  }
  .saved-cart .b2b-cart .b2b-cart-row .b2b-col-width {
    width: 25% !important;
  }
  .saved-cart .b2b-cart .b2b-cart-row .b2b-col-width.cart-item-linecomment {
    width: 100% !important;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .saved-cart .b2b-cart .b2b-cart-row .b2b-col-width.cart-item-linecomment textarea {
    position: relative;
  }
  .b2b-block .block-content .block-items button {
    width: 100%;
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  .b2b-cart-page .shopping-cart .b2b-right-cart-container .btn-primary {
    padding: 10px 7px;
  }
}
.item-title-hidden {
  display: none;
}

@media all and (min-width: 768px) {
  .single-page-checkout .zcustom-cart-label-panel.d-flex.d-xl-none {
    display: flex !important;
  }
}
.single-page-checkout .zcustom-cart-label-panel.d-none.d-xl-flex {
  display: none !important;
}
.single-page-checkout .zcustom-cart-label-panel {
  width: 100%;
  justify-content: space-between;
  background: none;
  color: #333;
  padding-top: 30px !important;
  padding-bottom: 10px !important;
  margin-bottom: 15px;
}
.single-page-checkout .zcustom-cart-label-panel .b2b-cart-item-details {
  display: none !important;
}
.single-page-checkout .b2b-cart .b2b-cart-row {
  justify-content: space-between;
  align-items: center;
}

@media all and (min-width: 1300px) {
  .b2b-cart-page .shopping-cart .b2b-right-cart-container .btn-primary {
    padding: 10px 30px;
  }
}
@media (min-width: 1300px) {
  .zcustom-cart-label-panel {
    align-items: center;
  }
  .zcustom-cart-label-panel.d-flex.d-xl-none {
    display: none !important;
  }
  .zcustom-cart-label-panel.d-none.d-xl-flex {
    display: flex !important;
  }
  .b2b-cart .b2b-cart-row .b2b-col-width {
    width: 120px;
    flex: initial;
  }
  .saved-cart .b2b-cart .b2b-cart-row .b2b-col-width {
    width: 25%;
  }
}
@media (max-width: 1299.98px) {
  .zcustom-cart-label-panel.d-flex.d-xl-none {
    display: flex !important;
  }
  .zcustom-cart-label-panel.d-none.d-xl-flex {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .cart-btns-align .btn {
    flex: 1;
    max-width: none;
  }
  .cart-btns-align .btn:first-child {
    margin-right: 10px;
  }
  .cart-btns-align .btn:last-child {
    margin-left: 10px;
  }
  .cart-btns-align .btn.w-100, .cart-btns-align .btn:first-child:last-child {
    margin: 0;
  }
  .saved-cart .b2b-cart .b2b-cart-row .b2b-col-width.cart-item-linecomment {
    padding-bottom: 0;
    padding-top: 20px;
  }
  .saved-cart .b2b-cart .b2b-cart-row .b2b-col-width.cart-item-linecomment input, .saved-cart .b2b-cart .b2b-cart-row .b2b-col-width.cart-item-linecomment textarea {
    top: unset;
    position: relative;
  }
  .b2b-block .block-content .block-items button {
    display: flex;
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .cart-products .cart-total-title {
    position: relative;
    padding-top: 45px;
  }
  .cart-products .cart-total-title h2, .cart-products .cart-total-title h4 {
    text-align: center;
    flex: 1;
  }
  .cart-products .cart-total-title .cart-all-remove {
    position: static;
  }
  .b2b-cart .b2b-cart-row .b2b-cart-item-details {
    display: block;
    text-align: center;
  }
  .b2b-cart .b2b-cart-row .b2b-cart-item-details img {
    margin-bottom: 10px;
    max-width: 50%;
    margin-right: 0;
  }
  .b2b-cart .b2b-cart-row .b2b-cart-item-details .cart-description {
    display: inline-flex !important;
    justify-content: center;
  }
  .b2b-cart .b2b-cart-row .b2b-cart-item-details .cart-item-description {
    word-break: normal;
  }
  .b2b-cart .b2b-cart-row .b2b-cart-item-details .b2b-cart-item-links {
    display: inline-flex !important;
  }
  .b2b-cart .b2b-cart-row .b2b-cart-item-details .b2b-cart-item-links .cart-item-remove, .b2b-cart .b2b-cart-row .b2b-cart-item-details .b2b-cart-item-links .save-for-later {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .b2b-cart .b2b-cart-row {
    flex-direction: column;
    align-items: normal !important;
  }
  .zcustom-cart-label-panel, .zcustom-cart-label-panel.d-flex.d-xl-none {
    display: none !important;
  }
  .b2b-cart .b2b-cart-row .b2b-col-width {
    padding-top: 20px;
  }
  .b2b-cart .b2b-cart-row .b2b-col-width.cart-item-linecomment {
    height: auto;
  }
  .saved-cart .b2b-cart .b2b-cart-row .b2b-col-width.cart-item-linecomment {
    padding-bottom: 0;
    padding-top: 20px;
  }
  .b2b-cart .b2b-cart-row .b2b-col-width.cart-item-linecomment form {
    position: relative;
  }
  .saved-cart .b2b-cart .b2b-cart-row .b2b-col-width.cart-item-linecomment form {
    height: auto;
  }
  .b2b-cart .b2b-cart-row .b2b-col-width.cart-item-linecomment input, .b2b-cart .b2b-cart-row .b2b-col-width.cart-item-linecomment textarea {
    width: 97%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .saved-cart .b2b-cart .b2b-cart-row .b2b-col-width.cart-item-linecomment input, .saved-cart .b2b-cart .b2b-cart-row .b2b-col-width.cart-item-linecomment textarea {
    top: unset;
    position: relative;
  }
  .b2b-cart .b2b-cart-row .b2b-col-width.cart-item-linecomment .zcustom-textarea-active .zcustom-line-comment {
    width: 97%;
  }
  .b2b-cart .b2b-cart-row .b2b-col-width.cart-item-unitprice {
    order: 1;
  }
  .b2b-cart .b2b-cart-row .b2b-col-width.cart-item-total {
    order: 2;
  }
  .item-title-hidden {
    display: block;
    margin-bottom: 5px;
  }
}
@media (max-width: 500px) {
  .cart-btns-align {
    display: block !important;
  }
  .cart-btns-align .btn {
    margin: 0 !important;
    display: flex;
  }
  .cart-btns-align .btn:first-child {
    margin-bottom: 10px !important;
  }
  .cart-btns-align .btn:first-child:last-child {
    margin-bottom: 0 !important;
  }
  .b2b-cart-page .b2b-right-cart-container {
    padding-top: 10px;
  }
}
@media (max-width: 400px) {
  .b2b-block .block-content .block-items [class*=col-] {
    max-width: none;
    flex: auto;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .b2b-block .block-content .block-items [class*=col-]:first-child {
    margin-bottom: 10px;
  }
}
@media print {
  .b2b-cart .b2b-cart-row {
    flex-direction: row;
    align-items: center !important;
  }
  .shopping-cart button,
  .shopping-cart .btn {
    display: none;
  }
  .shopping-cart .page-title-wrapper {
    justify-content: center !important;
  }
  .shopping-cart .page-title {
    text-align: center !important;
  }
  .shopping-cart .zcustom-line-comment {
    border: none;
    position: relative;
    height: auto;
    overflow: hidden;
  }
  .shopping-cart #cart-quantity {
    border: none;
  }
  .shopping-cart .order-summary {
    margin-top: 40px;
  }
  .shopping-cart .block-title {
    padding-left: 0;
    padding-right: 0;
  }
  .shopping-cart .summary-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.btn-print {
  background: transparent;
  border: none;
  outline: none;
  color: #58595B;
  cursor: pointer;
  padding: 1px 10px;
}
.btn-print:hover, .btn-print:focus {
  color: #65B2E8;
}
.btn-print:hover .icon-printer, .btn-print:hover .icon-mail-envelope, .btn-print:hover .icon-see-more, .btn-print:focus .icon-printer, .btn-print:focus .icon-mail-envelope, .btn-print:focus .icon-see-more {
  color: #65B2E8;
  /* &:before {
       vertical-align: middle;
   }*/
}

.shopping-cart .united-print-logo {
  display: none;
}
.shopping-cart .westway-print-logo {
  display: block;
}

.single-page-checkout {
  /*    .cart-item-linecomment {
          width: 200px !important;
      }

      .b2b-col-width {
          &.linecomment {
              width: 200px !important;
          }
      }*/
}
.single-page-checkout .b2b-form .form-group .form-title {
  padding-left: 0;
}
.single-page-checkout .shipping-method .block-content .styled-input {
  display: block !important;
}
.single-page-checkout .shipping-method .block-content .styled-input label {
  text-indent: 0px;
  padding-left: 26px;
}
.single-page-checkout .shipping-method .block-content {
  padding-top: 4px;
  padding-bottom: 4px;
}
.single-page-checkout .shipping-method .b2b-inhand-block label {
  font-weight: bold;
}
.single-page-checkout .shipping-method .b2b-inhand-block .datepicker {
  border: 1px solid #003057;
  padding: 5px 10px !important;
  background-color: #FAFAFA !important;
  margin-bottom: 5px !important;
  min-width: 250px !important;
  max-width: 350px !important;
  height: 28px;
}
.single-page-checkout .shipping-method .b2b-inhand-block .right-inner-icon {
  position: relative;
}
.single-page-checkout .shipping-method .b2b-inhand-block .right-inner-icon span {
  position: absolute;
  right: 0;
  top: 2px;
  padding: 9px 10px;
  height: 34px;
  pointer-events: none;
  color: #274596;
  line-height: 4px;
}
.single-page-checkout .zcustom-line-comment {
  width: 100%;
  overflow-y: hidden;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #ccc;
  resize: none;
  position: relative !important;
  max-height: unset !important;
  text-align: left !important;
  padding-left: 0 !important;
  background-color: inherit !important;
}
@media (max-width: 767px) {
  .single-page-checkout .zcustom-line-comment {
    text-align: center !important;
  }
}
.single-page-checkout .zcustom-line-comment::placeholder {
  display: none !important;
}
.single-page-checkout .zcustom-line-comment ~ .show-more {
  text-align: left !important;
}
.single-page-checkout .shipping-address .b2b-block {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.single-page-checkout .shipping-address .b2b-block .block-title {
  width: 100%;
}
.single-page-checkout .shipping-address .b2b-block .shipping-address-block, .single-page-checkout .shipping-address .b2b-block .billing-address-block {
  padding: 5px 20px;
}
.single-page-checkout .shipping-address .b2b-block .shipping-address-block .b2b-form, .single-page-checkout .shipping-address .b2b-block .billing-address-block .b2b-form {
  padding: 0;
}
.single-page-checkout .shipping-address .b2b-block .block-content {
  padding: 10px 0;
}
.single-page-checkout .shipping-address .b2b-block .block-content .payment-select-heading {
  display: none;
}
.single-page-checkout .shipping-address .b2b-block .address-change {
  text-align: right;
  float: none;
  order: 3;
  width: 100%;
  padding: 0 20px 20px;
  align-self: flex-end;
}
.single-page-checkout .shipping-address .b2b-block .address-change a {
  border: 1px solid #003057;
  padding: 2px 9px;
  border-radius: 2px;
}
.single-page-checkout .shipping-address .b2b-block .address-change a:hover, .single-page-checkout .shipping-address .b2b-block .address-change a:focus {
  text-decoration: none;
  border: 1px solid #65B2E8;
  background-color: #65B2E8;
  color: #003057;
}
.single-page-checkout .shipping-address .b2b-block .create-new-address a {
  border: 1px solid #003057;
  padding: 6px 10px 5px;
  border-radius: 2px;
  align-self: flex-start;
}
.single-page-checkout .shipping-address .b2b-block .create-new-address a:hover, .single-page-checkout .shipping-address .b2b-block .create-new-address a:focus {
  border: 1px solid #65B2E8;
  background-color: #65B2E8;
  text-decoration: none;
  color: #003057;
}
.single-page-checkout .shipping-address .b2b-block .checkout-address-info select {
  border: 1px solid #003057;
  padding: 5px 10px;
  background-color: #FAFAFA;
  margin-bottom: 5px;
  min-width: 250px;
  max-width: 450px;
  width: 100%;
  appearance: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
}
.single-page-checkout .single-page-payment .payment-select-heading {
  display: none;
}
.single-page-checkout .signle-page-payment .payment-select-heading {
  display: none;
}
.single-page-checkout .review-order .checkout-promotions-section {
  box-shadow: 0px 1px 2px 1px #c5b7b7;
}
.single-page-checkout .review-order .checkout-promotions-section .b2b-block {
  box-shadow: none;
}
.single-page-checkout .review-order .checkout-promotions-section .b2b-block .block-content {
  padding: 15px;
}
.single-page-checkout .review-order .checkout-promotions-section .b2b-block .block-content .shipping-estimator-input .promotion-block {
  border: 1px solid red;
  background: rgb(255, 206, 206);
}
.single-page-checkout .review-order .cart-total-section {
  padding: 0 !important;
  margin-top: 0 !important;
}
.single-page-checkout .review-order .cart-total-section .block-title {
  display: none;
}
.single-page-checkout .review-order .down-arrow {
  font-size: 12px;
  padding-left: 5px;
  cursor: pointer;
}
.single-page-checkout .review-order .ava-tax-msg {
  font-size: 11px;
}
.single-page-checkout .review-order .tax-summary .table {
  font-size: 11px;
}
.single-page-checkout .review-order .tax-summary .table thead {
  background-color: #f8f8f8;
}
.single-page-checkout .review-order .tax-summary .table thead tr th {
  border: none;
}
.single-page-checkout .review-order .tax-summary .table tbody tr td {
  border: none;
  border-bottom: 1px solid #DEE2E6;
}
.single-page-checkout .b2b-block .block-title {
  padding: 20px;
}
.single-page-checkout .cart-total .form-group {
  margin-bottom: 15px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-page-checkout .b2b-cart .b2b-cart-row .b2b-col-width {
    width: 110px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .single-page-checkout .b2b-cart .b2b-cart-row .b2b-col-width {
    width: 120px;
  }
}
.single-page-checkout .b2b-cart .b2b-cart-row .b2b-col-width.cart-item-quantity .zcustom-cart-quantity-btn {
  display: none;
}
.single-page-checkout .b2b-cart .b2b-cart-row .b2b-col-width.cart-item-price {
  display: none;
}
.single-page-checkout .b2b-cart .b2b-cart-row .b2b-cart-item-details .cart-item-description {
  word-break: break-all;
}
.single-page-checkout .b2b-cart .b2b-cart-row .cart-item-unitprice {
  display: none;
}
.single-page-checkout .b2b-cart .b2b-cart-row .b2b-col-width input {
  border: none;
  pointer-events: none;
  background: transparent;
  padding: 0;
}
.single-page-checkout .credit-card-container .nopadding {
  padding: 0;
}
.single-page-checkout .credit-card-container .styled-input {
  margin-bottom: 15px;
}
.single-page-checkout .credit-card-container .styled-input label {
  margin-bottom: 5px;
}
.single-page-checkout .credit-card-container .form-control {
  margin: 5px 0 0 0 !important;
}
.single-page-checkout .credit-card-container .form-group {
  margin-bottom: 15px;
}
.single-page-checkout .credit-card-container .nav-tabs {
  padding: 15px 0;
}
.single-page-checkout .credit-card-container .nav-tabs li a {
  background-color: #f5eded;
  color: #274596;
  border-color: #f5eded #f5eded transparent;
  padding: 15px;
}
.single-page-checkout .credit-card-container .nav-tabs li a.active {
  background-color: #274596;
  color: #FFFFFF;
}
.single-page-checkout .credit-card-container .tab-content {
  padding: 20px 0 0 0;
  display: block;
}
.single-page-checkout .credit-card-container .section-heading {
  font-size: 17px;
  border-bottom: 1px solid #003057;
  font-weight: 600;
  color: #6a6367;
  padding-bottom: 10px;
  display: none;
}
.single-page-checkout .credit-card-container .save-cart {
  margin: 0;
}
.single-page-checkout .credit-card-container .save-cart label {
  width: 100%;
  font-weight: bold;
}
.single-page-checkout .credit-card-container .save-cart label:before {
  margin-top: 10px !important;
}
.single-page-checkout .credit-card-container .save-cart label:after {
  margin-top: 14px !important;
}
.single-page-checkout .credit-card-container .save-cart .input-radio_label {
  display: flex;
}
.single-page-checkout .credit-card-container .save-cart .input-radioButton {
  width: auto;
}
.single-page-checkout .credit-card-container .save-cart ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.single-page-checkout .credit-card-container .save-cart ul img {
  float: left !important;
  margin-left: 25px;
}
.single-page-checkout .credit-card-container .cardconnectIframe {
  height: 212px;
  width: 400px;
}
.single-page-checkout .credit-card-container .cardconnectcardholder {
  margin-left: 8px;
}
.single-page-checkout .credit-card-container .credit-cart-form label {
  font-weight: bold;
}
.single-page-checkout .credit-card-container .cardconnect-ACH .ACH-card-format {
  margin: 0 8px;
}
.single-page-checkout .credit-card-container .cardconnect-ACH .cardconnectACHIframe {
  height: 60px;
  width: 400px;
}
.single-page-checkout .credit-card-container .AuthorizeNetModal .AuthorizeNetHeader, .single-page-checkout .credit-card-container .AuthorizeNetModal .braintree-header, .single-page-checkout .credit-card-container .braintree-modal .AuthorizeNetHeader, .single-page-checkout .credit-card-container .braintree-modal .braintree-header {
  background-color: #FFFFFF;
}
.single-page-checkout .credit-card-container .AuthorizeNetModal .AuthorizeNetHeader h4, .single-page-checkout .credit-card-container .AuthorizeNetModal .braintree-header h4, .single-page-checkout .credit-card-container .braintree-modal .AuthorizeNetHeader h4, .single-page-checkout .credit-card-container .braintree-modal .braintree-header h4 {
  color: #003057;
}
.single-page-checkout .credit-card-container .AuthorizeNetModal .AuthorizeNetHeader .close-circle-icon, .single-page-checkout .credit-card-container .AuthorizeNetModal .braintree-header .close-circle-icon, .single-page-checkout .credit-card-container .braintree-modal .AuthorizeNetHeader .close-circle-icon, .single-page-checkout .credit-card-container .braintree-modal .braintree-header .close-circle-icon {
  position: absolute;
  top: -8px;
  right: -4px;
  z-index: 1;
  color: #274596;
  font-size: 20px;
}
.single-page-checkout .credit-card-container .AuthorizeNetModal .AuthorizeNetHeader button:focus, .single-page-checkout .credit-card-container .AuthorizeNetModal .braintree-header button:focus, .single-page-checkout .credit-card-container .braintree-modal .AuthorizeNetHeader button:focus, .single-page-checkout .credit-card-container .braintree-modal .braintree-header button:focus {
  outline: none;
}
.single-page-checkout .credit-card-container .AuthorizeNetModal .authorizenetIframe, .single-page-checkout .credit-card-container .braintree-modal .authorizenetIframe {
  height: 500px;
  overflow-y: auto;
}
.single-page-checkout .in-hand-block .hand-date-picker {
  position: relative;
}
.single-page-checkout .in-hand-block .hand-date-picker .datepicker {
  border: 1px solid #003057 !important;
  padding: 5px 10px !important;
  background-color: #FAFAFA !important;
  min-width: 250px !important;
  max-width: 350px !important;
}
.single-page-checkout .in-hand-block .hand-date-picker span {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  height: 24px;
  pointer-events: none;
  color: #274596;
  line-height: 14px;
}
.single-page-checkout .voucher-gift-card .voucher-heading {
  padding: 20px 10px 5px 10px;
  font-size: 16px;
  text-transform: uppercase;
}
.single-page-checkout .voucher-gift-card .block-items-title {
  font-weight: bold;
}
.single-page-checkout .voucher-gift-card .gift-card-details .zf-close {
  cursor: pointer;
  padding-right: 15px;
  font-size: 12px;
}
.single-page-checkout .voucher-gift-card .gift-card-details .voucher-amount {
  color: #274596;
  font-weight: bold;
}
.single-page-checkout .voucher-gift-card .gift-card-details .voucher-no {
  padding-left: 25px;
}
.single-page-checkout .payment-block .payment-select-heading {
  display: none;
}
.single-page-checkout .payment-block .payment-heading {
  padding: 20px 10px 5px 5px;
  font-size: 16px;
  text-transform: uppercase;
}
.single-page-checkout .payment-block .styled-input {
  margin-left: 10px;
}
.single-page-checkout .payment-block .payment-provider .file-upload input[type=file] {
  display: none;
}
.single-page-checkout .zcustom-cart-label-panel {
  padding-left: 10px;
  padding-right: 10px;
}
.single-page-checkout .zcustom-cart-label-panel .linecomment .b2b-col-item-title {
  text-align: left;
}
.single-page-checkout .zcustom-cart-label-panel .total .b2b-col-item-title {
  text-align: right;
}
@media (min-width: 768px) {
  .single-page-checkout .cart-item-linecomment {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .single-page-checkout .cart-item-linecomment {
    margin-top: 10px;
  }
}
.single-page-checkout .cart-item-total {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .single-page-checkout .cart-item-total .cart-item-price {
    text-align: right;
  }
}
.single-page-checkout .cart-total .summary-row {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

/*Payment iframe Integration CSS*/
.credit-card-container .braintree-payment .braintree-show-methods .braintree-methods {
  overflow: auto;
  max-height: 213px;
}
.credit-card-container .braintree-payment .braintree-show-methods .braintree-method {
  margin: 0px;
}
.credit-card-container .braintree-payment .braintree-sheet__content--form .braintree-form__field-group .braintree-form__field.braintree-form__checkbox {
  margin-left: 0px;
}
.credit-card-container .braintree-payment .braintree-sheet__content--form .braintree-form__field-group .braintree-form__field.braintree-form__checkbox label {
  cursor: pointer;
}
.credit-card-container .braintree-payment .btn-pay-and-submit, .credit-card-container .braintree-payment .btn-pay-cancel {
  width: auto;
}

.b2b-checkout-address-popup .quotebutton button {
  width: auto !important;
}
.b2b-checkout-address-popup .edit-address-form {
  padding: 0;
}

@media all and (min-width: 768px) {
  .credit-card-container ul > .save-cart {
    width: 50%;
    max-width: 50%;
  }
}
@media all and (min-width: 992px) {
  .credit-card-container ul > .save-cart {
    width: 25%;
    max-width: 25%;
  }
  .single-page-checkout .b2b-cart .b2b-cart-row .b2b-cart-item-details img {
    max-width: 50px;
    min-height: 50px;
    margin-right: 10px;
  }
  .single-page-checkout .b2b-cart .b2b-cart-row .b2b-cart-item-details .cart-item-title {
    font-size: 14px;
  }
  .credit-card-container .authorizenetIframe {
    width: 100%;
  }
}
@media all and (min-width: 1300px) {
  .single-page-checkout .b2b-cart .b2b-cart-row .b2b-col-width.cart-item-quantity {
    width: 60px;
  }
}
.amazon-checkout .b2b-cart .b2b-cart-row .b2b-col-width input {
  border: none;
  pointer-events: none;
  background: transparent;
  padding: 0;
}
.amazon-checkout .address-book .amazon-shipping-inhand .inhand-date-picker {
  position: relative;
}
.amazon-checkout .address-book .amazon-shipping-inhand .inhand-date-picker .datepicker {
  border: 1px solid #c5b7b7 !important;
  padding: 5px 10px !important;
  background-color: #FAFAFA !important;
  min-width: 150px !important;
  max-width: 350px !important;
}
.amazon-checkout .address-book .amazon-shipping-inhand .inhand-date-picker span {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  height: 24px;
  pointer-events: none;
  color: #01579B;
  line-height: 14px;
}
.amazon-checkout #AmazonWalletWidget, .amazon-checkout #AmazonConsentWidget {
  width: 400px;
  height: 228px;
}
.amazon-checkout .title span {
  background: #c00;
  padding: 7px 15px;
  margin-right: 8px;
  font-size: 16px;
  color: #fff;
}
.amazon-checkout h3 {
  background: #d5d5d5;
  padding: 9px 0;
  font-size: 16px;
  color: #343434;
}
.amazon-checkout .address-book {
  padding-right: 10px;
  margin: 10px 0;
}
.amazon-checkout .order-btn {
  width: 100%;
  max-width: 250px;
}
.amazon-checkout .review-order .checkout-promotions-section {
  box-shadow: 0px 1px 2px 1px #c5b7b7;
}
.amazon-checkout .review-order .checkout-promotions-section .b2b-block {
  box-shadow: none;
}
.amazon-checkout .review-order .checkout-promotions-section .b2b-block .block-content {
  padding: 15px;
}
.amazon-checkout .review-order .checkout-promotions-section .b2b-block .block-content .shipping-estimator-input .promotion-block {
  border: 1px solid red;
  background: rgb(255, 206, 206);
}
.amazon-checkout .review-order .checkout-promotions-section .b2b-block .promotion-title {
  background: #d5d5d5;
}
.amazon-checkout .review-order .cart-total-section {
  padding: 0 !important;
  margin-top: 0 !important;
}
.amazon-checkout .review-order .cart-total-section .block-title {
  display: none;
}

@media all and (min-width: 0) {
  .single-page-checkout .shipping-address .b2b-block .address-change, .single-page-checkout .shipping-address .b2b-block .create-new-address a {
    text-align: left;
  }
}
@media all and (min-width: 576px) {
  .single-page-checkout .shipping-address .b2b-block .address-change, .single-page-checkout .shipping-address .b2b-block .create-new-address a {
    text-align: right;
  }
}
@media only screen and (max-width: 992px) {
  .single-page-checkout .shipping-address .b2b-block .checkout-address-info select {
    max-width: 400px;
  }
  .credit-card-container .authorizenetIframe {
    width: 440px;
  }
}
@media only screen and (max-width: 768px) {
  .single-page-checkout .shipping-address .b2b-block .checkout-address-info select {
    max-width: 350px;
  }
  .single-page-checkout .credit-card-container .braintree-payment .btn-pay-and-submit, .single-page-checkout .credit-card-container .braintree-payment .btn-pay-cancel {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  .single-page-checkout .shipping-address .b2b-block .checkout-address-info select {
    max-width: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .single-page-checkout .shipping-address .b2b-block .checkout-address-info select {
    max-width: 250px;
  }
  .single-page-checkout .credit-card-container .authorizenetIframe {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .single-page-checkout .shipping-address .b2b-block .checkout-address-info {
    flex: 1;
  }
  .single-page-checkout .shipping-address .b2b-block .checkout-address-info select {
    max-width: none;
    width: 100%;
  }
}
.blog-news {
  padding: 0;
  list-style: none;
}
.blog-news li:last-child article {
  border-bottom: 0 !important;
}

.comments-display-section {
  border-bottom: 1px solid #454545;
  margin-bottom: 15px;
}
.comments-display-section .comment-list:last-child {
  border-bottom: 0 !important;
}

.blog-news-date-time {
  padding: 0;
  color: #274596;
  font-weight: bold;
}

.blog-news-image {
  max-height: 500px;
}

.blogs-news-list .blog-news .blog-image .main-blog-image {
  width: 100%;
  height: auto;
}
.blogs-news-list .blog-news-title h6 {
  font-size: 18px;
  text-transform: uppercase;
}
.blogs-news-list .blog-news-title h6 a {
  color: #454545;
}
.blogs-news-list .blog-news-date-time {
  color: #808080;
  font-size: 16px;
}

.blog-details {
  position: relative;
  overflow-x: hidden;
  margin-top: 30px;
}
.blog-details .blog-image-bg {
  position: relative;
  height: 65vh;
  width: 95%;
  margin: 0 auto;
  vertical-align: top;
  background-size: cover;
  background-position: center center;
  transform-origin: center top;
}
.blog-details .blog-image-bg img {
  width: 100%;
  display: block;
}
.blog-details .blog-content-container {
  min-height: 50%;
  width: 60%;
  background: #fff;
  padding: 1rem 2rem;
  margin: 0 auto 15px auto;
  border-radius: 3px;
  transform: translateZ(0);
}
.blog-details .blog-content-container .blog-news-title .page-title {
  padding: 20px 0 0 0;
  font-size: 28px;
}
.blog-details .blog-content-container .blog-news-date-time {
  font-size: 16px;
}
.blog-details .blog-content-container .blog-news-date-time, .blog-details .blog-content-container .blog-news-text {
  color: #919191;
}
.blog-details .blog-content-container .blog-news-date-time .blog-middle-image, .blog-details .blog-content-container .blog-news-text .blog-middle-image {
  width: 100%;
  height: 100%;
}
.blog-details .blog-content-container .blog-news-date-time img, .blog-details .blog-content-container .blog-news-text img {
  padding: 15px 0;
  width: 100%;
}
.blog-details .blog-content-container .comments-display-section .comment-heading {
  font-size: 22px;
}
.blog-details .blog-content-container .comments-display-section .comment-list .blog-comment {
  color: #8a8a8a !important;
}
.blog-details .blog-content-container .comments-display-section .comment-list .blog-comment .comment-text {
  font-size: 16px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 768px) {
  .blog-details .blog-image-bg {
    position: relative;
    height: 20vh;
    width: 100%;
  }
  .blog-details .blog-content-container {
    min-height: 50%;
    width: 90%;
    margin: 0 auto 15px auto;
  }
}
.landing-form h1 {
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 20px 0;
}
.landing-form img {
  width: 100%;
}
.landing-form .content-text {
  background: #f8f8f8;
}

.template-search-video .template-title .item video {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.landing-form-template .Boxed {
  width: auto !important;
}

.landing-promotion-page .section-template {
  background: #f8f8f8;
}
.landing-promotion-page .image-block-view .item img {
  width: 100% !important;
  max-height: 400px;
  object-fit: contain;
}

.form-widget-builder {
  background: #F1F1F1;
}
.form-widget-builder h1 {
  padding-bottom: 15px;
  text-transform: uppercase;
  font-size: 24px;
  border-bottom: 2px solid #DEE2E6;
}
@media screen and (min-width: 768px) {
  .form-widget-builder h1 {
    margin: 0 15px;
  }
}
.form-widget-builder .form-builder {
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .form-widget-builder .form-builder .form-group:nth-child(1), .form-widget-builder .form-builder .form-group:nth-child(2), .form-widget-builder .form-builder .form-group:nth-child(4), .form-widget-builder .form-builder .form-group:nth-child(5), .form-widget-builder .form-builder .form-group:nth-child(6), .form-widget-builder .form-builder .form-group:nth-child(7), .form-widget-builder .form-builder .form-group:nth-child(8), .form-widget-builder .form-builder .form-group:nth-child(9) {
    flex: 50%;
  }
}
.form-widget-builder .form-builder .form-group, .form-widget-builder .form-builder .quotebutton {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .form-widget-builder .form-builder .form-group, .form-widget-builder .form-builder .quotebutton {
    padding: 0 15px;
  }
}
.form-widget-builder .form-builder .form-group label, .form-widget-builder .form-builder .quotebutton label {
  font-weight: bold;
}

.form-template-page h1.pt-5 {
  font-size: 28px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .form-template-page h1.pt-5 {
    width: 80%;
  }
}
.form-template-page .font-16 {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .form-template-page .font-16 {
    width: 90%;
  }
}
.form-template-page h3 {
  font-size: 20px;
}
.form-template-page h6 {
  font-size: 18px;
}
.form-template-page .form-builder .row {
  margin: 0;
}

.content-container .container-bannerwithtext {
  padding: 2rem 0;
}
.content-container .container-bannerwithtext .container-banner img {
  width: 100%;
  height: auto;
}
.content-container .container-bannerwithtext .container-content {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(0, -50%);
}
.content-container .container-bannerwithtext .container-content .container-text {
  font-size: 28px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
}
.content-container .ticker-wrapper {
  background-color: #333;
  height: 100%;
  padding: 10px 0;
  line-height: 20px;
  position: relative;
}
.content-container .ticker-wrapper .ticker {
  color: #F7F7F7;
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
}
.content-container .ticker-wrapper .ticker .ticker-text {
  font-size: 12px;
  font-weight: bold;
}
.content-container .container-twobannerwithtext {
  padding: 2rem 0;
}
.content-container .container-twobannerwithtext img {
  width: 100%;
  height: auto;
  position: relative;
}
.content-container .container-twobannerwithtext .adtext-wrapper {
  position: absolute;
  bottom: 10%;
  left: 7%;
  color: #FFFFFF;
}
.content-container .container-twobannerwithtext .adtext-wrapper .adtitle {
  font-size: 21px;
}
.content-container .container-twobannerwithtext .adtext-wrapper .adtitle span {
  margin-left: 5px;
  font-size: 15px;
}
.content-container .container-twobannerwithtext .adtext-wrapper .adtext {
  font-size: 15px;
}
.content-container .container-twotextbox {
  padding: 2rem 0;
}
.content-container .container-twotextbox .Adspace-wrapper .Adspace-outer {
  background: #ececec;
  flex: 50%;
  padding: 25px;
  min-height: 150px;
  box-shadow: 0px 0px 1px 0px rgba(141, 151, 161, 0.5);
  border-radius: 2px;
}
.content-container .container-twotextbox .Adspace-wrapper .Adspace-outer .fstadspace {
  color: #003057;
}
.content-container .container-twotextbox .Adspace-wrapper .Adspace-outer .fstadspace .Adspace-title {
  font-size: 20px;
  font-weight: bold;
}
.content-container .container-twotextbox .Adspace-wrapper .Adspace-outer .fstadspace .Adspace-title span {
  margin-left: 5px;
  font-size: 15px;
}
.content-container .container-twotextbox .Adspace-wrapper .Adspace-outer .fstadspace .Adspace-description {
  line-height: 20px;
  margin: 10px 0;
}
.content-container .container-twotextbox .Adspace-outer:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media only screen and (max-width: 768px) {
  .content-container .container-bannerwithtext .container-content {
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .content-container .container-bannerwithtext .container-content .container-text {
    font-size: 25px;
    color: #000000;
  }
}
.login-container .external-login .social {
  display: block;
}

.single-page-checkout .in-hand-block .hand-date-picker {
  position: relative;
}
.single-page-checkout .in-hand-block .hand-date-picker .datepicker {
  border: 1px solid #003057 !important;
  padding: 5px 10px !important;
  background-color: #FAFAFA !important;
  min-width: 150px !important;
  max-width: 350px !important;
  height: auto;
  font-size: 14px;
}
.single-page-checkout .in-hand-block .hand-date-picker span {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  height: 24px;
  pointer-events: none;
  color: #003057;
  line-height: 14px;
}

.quote-main-table .b2b-section-header {
  border-bottom: none !important;
}
.quote-main-table .quote-table .table .table-heading {
  border-bottom: 1px solid #dee2e6;
  background: #F7F9F9;
}
.quote-main-table .quote-table .table tr th {
  border-bottom: none !important;
  color: #274596;
}
.quote-main-table .quote-table .table tr th.receipt-column-price {
  text-transform: capitalize;
}
.quote-main-table .quote-table .table tr td {
  border-bottom: 1px solid #dee2e6 !important;
  vertical-align: middle !important;
}
.quote-main-table .quote-table .table tr td img {
  max-width: 75px;
  margin-right: 15px;
  min-height: 75px;
}
.quote-main-table .receipt-item-list .receipt-totals .receipt-total {
  border-top: 1px solid #DEE2E6;
}

.account-dashboard .notes-details .notes-main-table .notes-list-table .table .table-heading {
  border-bottom: 1px solid #DEE2E6;
  background: #F7F9F9;
}
.account-dashboard .notes-details .notes-main-table .notes-list-table .table tr th {
  border-bottom: none !important;
  color: #274596;
}
.account-dashboard .notes-details .notes-main-table .notes-list-table .table tr td {
  border-bottom: 1px solid #dee2e6 !important;
  vertical-align: middle !important;
}
.account-dashboard .notes-details .notes-main-table .notes-list-table .table tr td img {
  max-width: 75px;
  margin-right: 15px;
  min-height: 75px;
}
.account-dashboard .notes-details .notes-main-table .notes-list-table tbody {
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
}

.QuoteReceipt .checkout-receipt .account-dashboard .dashboard-content .shopping-cart .receipt-item-list .cart-total .receipt-total {
  border-top: 1px solid #DEE2E6;
}

@media print {
  .order-receipt .quote-main-table > .col-lg-5 {
    width: 50%;
  }
}
.select-return-order label {
  font-size: 13px;
}
.select-return-order select {
  border: 1px solid #ccc;
  padding: 3px 50px 3px 5px;
  font-size: 12px;
}
.select-return-order .fstElement {
  border-radius: 2px;
  font-size: 14px;
  border: 1px solid #274596;
}
.select-return-order .fstElement .fstToggleBtn {
  display: inline-block;
  border-radius: 2px;
  font-size: 14px;
  margin: 2px 5px;
  padding: 5px 7px;
  height: 29px;
  background-color: #FFFFFF;
  cursor: pointer;
}
.select-return-order .fstElement .fstToggleBtn::after {
  border-top-color: #274596;
}
.select-return-order .fstElement .fstControls .fstQueryInput {
  display: inline-block;
  border-radius: 2px;
  font-size: 12px;
  padding: 0 7px;
  height: 24px;
  cursor: pointer;
}
.select-return-order .fstElement .fstResults .fstResultItem {
  font-size: 12px;
  padding: 10px;
}
.select-return-order .fstElement .fstResults .fstResultItem.fstSelected, .select-return-order .fstElement .fstResults .fstResultItem.fstFocused {
  background-color: #274596;
  border-top: 1px solid #274596;
}

.fstNoResults {
  font-size: 14px !important;
}

.return-order-detail select {
  border: 1px solid #ccc;
  padding: 3px 50px 3px 5px;
  font-size: 12px;
}
.return-order-detail .header .lbl-order-detail {
  font-size: 13px;
}
.return-order-detail .return-order-table thead {
  color: #274596;
  background-color: #FAFAFA;
}
.return-order-detail .return-order-table tbody {
  border-bottom: 1px solid #DEE2E6;
}
.return-order-detail .return-order-table .mw-100 {
  min-width: 100px;
}
.return-order-detail .return-order-table .mw-200 {
  min-width: 200px;
}
.return-order-detail .return-order-table .mw-300 {
  min-width: 300px;
}

.dashboard-content .return-item-list .table thead {
  color: #274596;
  background: #FAFAFA;
}
.dashboard-content .return-item-list tbody {
  border-bottom: 1px solid #DEE2E6 !important;
}

.navigation {
  position: initial;
  flex-grow: 0;
}
.navigation > z-widget {
  height: calc(100% - 47px);
}
.navigation .parent-nav, .navigation .link-panel-widget {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
.navigation .parent-nav > li, .navigation .link-panel-widget > li {
  position: relative;
  padding-left: 25px;
  margin-left: 25px;
  font-size: 16px;
}
.navigation .parent-nav > li::before, .navigation .link-panel-widget > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 1px;
  height: 100%;
  background: #32506C;
}
.navigation .parent-nav > li:first-child, .navigation .link-panel-widget > li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.navigation .parent-nav > li:first-child::before, .navigation .link-panel-widget > li:first-child::before {
  display: none;
}
.navigation .parent-nav > li:first-child .zcustom-shop, .navigation .link-panel-widget > li:first-child .zcustom-shop {
  padding-left: 0;
}
.navigation .parent-nav > li a, .navigation .parent-nav > li button, .navigation .link-panel-widget > li a, .navigation .link-panel-widget > li button {
  color: #F7F7F7;
  border: none;
  background: none;
  cursor: pointer;
}
.navigation .parent-nav > li a.zcustom-special, .navigation .parent-nav > li button.zcustom-special, .navigation .link-panel-widget > li a.zcustom-special, .navigation .link-panel-widget > li button.zcustom-special {
  color: #daa900;
}
@media all and (min-width: 992px) {
  .navigation .parent-nav > li a.zcustom-shop, .navigation .parent-nav > li button.zcustom-shop, .navigation .link-panel-widget > li a.zcustom-shop, .navigation .link-panel-widget > li button.zcustom-shop {
    position: relative;
    padding-right: 21px;
  }
  .navigation .parent-nav > li a.zcustom-shop::after, .navigation .parent-nav > li button.zcustom-shop::after, .navigation .link-panel-widget > li a.zcustom-shop::after, .navigation .link-panel-widget > li button.zcustom-shop::after {
    content: "\e902";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    font-size: 10px;
    font-family: "znode-web-store";
  }
  .navigation .parent-nav > li a.zcustom-shop-active, .navigation .parent-nav > li button.zcustom-shop-active, .navigation .link-panel-widget > li a.zcustom-shop-active, .navigation .link-panel-widget > li button.zcustom-shop-active {
    color: #65B2E8;
  }
  .navigation .parent-nav > li a.zcustom-shop-active::after, .navigation .parent-nav > li button.zcustom-shop-active::after, .navigation .link-panel-widget > li a.zcustom-shop-active::after, .navigation .link-panel-widget > li button.zcustom-shop-active::after {
    content: "\e901";
  }
}
.navigation .parent-nav > li a:hover, .navigation .parent-nav > li a:active, .navigation .parent-nav > li a:focus, .navigation .parent-nav > li button:hover, .navigation .parent-nav > li button:active, .navigation .parent-nav > li button:focus, .navigation .link-panel-widget > li a:hover, .navigation .link-panel-widget > li a:active, .navigation .link-panel-widget > li a:focus, .navigation .link-panel-widget > li button:hover, .navigation .link-panel-widget > li button:active, .navigation .link-panel-widget > li button:focus {
  color: #65B2E8;
  text-decoration: none;
}
.navigation .parent-nav > li a:focus, .navigation .parent-nav > li button:focus, .navigation .link-panel-widget > li a:focus, .navigation .link-panel-widget > li button:focus {
  outline: 1px dotted #65B2E8;
}
.navigation .mobile-nav-btn {
  background-color: #fff;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
@media all and (min-width: 768px) {
  .navigation .mobile-nav-btn {
    width: auto;
    height: 50px;
    padding: 0 15px;
  }
}
.navigation .dropdown {
  position: initial;
}
.navigation .dropdown a {
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  width: 100%;
  font-weight: bold;
  color: #000000;
}
.navigation .dropdown a:hover {
  color: #003057;
}
.navigation .dropdown .open-child-menu {
  font-size: 10px;
  line-height: 37px;
  height: 37px;
  width: 40px;
  text-align: center;
  cursor: pointer;
}
.navigation .dropdown .dropdown-menu {
  width: 100%;
  height: 100%;
  top: 0;
  border: 0;
  border-radius: 0;
  background: #FAFAFA;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  border-right: 1px solid #DEE2E6;
}
.navigation .nav-back-btn, .navigation .main-nav-back-btn {
  padding: 8px;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold;
  color: #000000;
}
.navigation .nav-back-btn:hover, .navigation .main-nav-back-btn:hover {
  color: #003057;
}
.navigation .nav-back-btn span, .navigation .main-nav-back-btn span {
  padding: 0 10px;
  font-size: 12px;
  color: #003057 !important;
}

.mobile-navigation ul {
  margin: 0;
  padding: 0;
}
.mobile-navigation ul a {
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
}
.mobile-navigation ul a:hover {
  color: #003057;
}

.side-nav {
  height: 100vh;
  width: 300px;
  position: fixed;
  z-index: 1050;
  top: 0;
  transition: 0.5s;
  background-color: #FFFFFF;
  overflow-x: hidden;
}
.side-nav .nav-header {
  background-color: #003057;
  padding: 15px;
  padding-bottom: 10px;
}
.side-nav .nav-header a {
  color: #FFFFFF;
  cursor: pointer;
}
.side-nav .nav-header .nav-label {
  text-align: left;
  font-size: 17px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  padding: 30px 10px 0 10px;
  letter-spacing: 1.25px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.side-nav .nav-header .nav-label > span {
  font-size: 20px;
  padding-right: 15px;
}
.side-nav .nav-body {
  padding: 25px;
}
.side-nav .login-container {
  padding: 25px;
}
.side-nav .login-container .form-group {
  margin-bottom: 10px;
}
.side-nav .login-container .form-group .nav-title {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1.25px;
}
.side-nav .login-container .form-group .login-form-forgotpassword-div {
  margin-bottom: 10px;
}
.side-nav .login-container .form-group .login-form-forgotpassword {
  font-size: 12px;
  text-decoration: underline;
}
.side-nav .login-container .form-group .b2b-new-customer-text {
  font-size: 14px;
}
.side-nav .login-container .checkout-guest-container {
  display: none;
}
.side-nav .login-container .social {
  display: block;
}
.side-nav .my-accounts-nav {
  padding: 15px 20px;
}
.side-nav .my-accounts-nav .twitter-typeahead {
  width: 96%;
}
.side-nav .my-accounts-nav ul.account-menu {
  display: block;
  border: 0;
}
.side-nav .my-accounts-nav ul.account-menu li {
  padding: 8px 0;
}
.side-nav .my-accounts-nav ul.account-menu li a {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
}
.side-nav .my-accounts-nav ul.account-menu li a:hover {
  color: #003057;
}
.side-nav .my-accounts-nav .btn {
  text-transform: uppercase;
  margin-top: 10px;
  color: #274596;
}

.side-nav-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
  display: none;
  z-index: 1;
}

.nav-right {
  right: -300px;
}

.nav-left {
  left: -300px;
}
.nav-left.navOpen {
  left: 0;
}

.navOpen {
  right: 0;
}

.ForgotPassword .register-container.forgot-password-view .btn {
  width: 100%;
  display: flex;
  max-width: none;
}

@media all and (min-width: 768px) {
  .ForgotPassword .register-container.forgot-password-view .btn {
    width: auto;
    display: inline-flex;
  }
}
@media all and (min-width: 992px) {
  .navigation {
    flex-grow: 1;
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .navigation .parent-nav, .navigation .link-panel-widget {
    display: flex;
  }
}
.zcustom-hidden-close {
  width: 100%;
  border: none;
  padding: 5px;
  background-color: #274596;
  cursor: pointer;
  color: #fff;
  font-size: 13px;
}
.zcustom-hidden-close.skip-nav:focus {
  position: relative;
  width: 100%;
  left: 0;
  outline: none;
}
.zcustom-hidden-close i {
  font-style: normal;
  font-size: 11px;
  margin-right: 5px;
}

/*Mega  Menu Start*/
.mega-menu {
  z-index: 1;
  min-height: 0;
}
.mega-menu .sidenav {
  height: auto;
  position: fixed !important;
  background-color: transparent;
  display: flex;
}
.mega-menu .sidenav > .container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .mega-menu .sidenav > .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.mega-menu .sidenav .catNav {
  margin-left: -300px;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100vh;
  background: #F7F7F7;
}
.mega-menu .sidenav .catNav .link-panel-widget {
  margin-top: 2px;
}
.mega-menu .sidenav .leftnav {
  background: #F7F7F7;
  opacity: 0;
  transition: max-height 0.2s ease, opacity 0.3s ease;
  position: relative;
  margin-left: 0;
  max-height: 0;
}
.mega-menu .sidenav .leftnav div[id^=leftNav-cat-] {
  display: none;
}
.mega-menu .sidenav .leftnav.active {
  opacity: 1;
  max-height: calc(100vh - 159px);
}
.mega-menu .sidenav .leftnav .scroll-list {
  overflow-y: auto;
  max-height: calc(100vh - 159px);
  overscroll-behavior: contain;
  scrollbar-width: thin;
}
.mega-menu .sidenav .leftnav .col-icon i {
  width: 43px;
  font-style: normal !important;
  align-self: center;
}
.mega-menu .sidenav .leftnav a {
  padding: 0;
  text-decoration: none;
  font-size: 14px;
  color: #003057;
  display: block;
  transition: 0.3s;
  font-weight: bold;
  padding: 10px 0 10px 34px;
  letter-spacing: 1px;
  position: relative;
  cursor: pointer;
  width: 100%;
}
.mega-menu .sidenav .leftnav a::before {
  content: "";
  display: block;
  position: absolute;
  border-left: 3px solid #274596;
  top: 51%;
  bottom: 51%;
  transition: all 0.3s;
  left: 0;
}
.mega-menu .sidenav .leftnav a + .zcustom-right-icon {
  transition: transform 0.2s ease;
  border: none;
  background: none;
  padding: 0;
  width: 40px;
  position: relative;
  top: 1px;
  transform: translateX(-2px);
}
.mega-menu .sidenav .leftnav a:hover, .mega-menu .sidenav .leftnav a:focus, .mega-menu .sidenav .leftnav a.active {
  color: #65B2E8;
}
@media all and (min-width: 992px) {
  .mega-menu .sidenav .leftnav a:hover + .zcustom-right-icon, .mega-menu .sidenav .leftnav a:focus + .zcustom-right-icon, .mega-menu .sidenav .leftnav a.active + .zcustom-right-icon {
    color: #65B2E8;
    transform: translateX(0);
  }
}
.mega-menu .sidenav .leftnav a:hover::before, .mega-menu .sidenav .leftnav a:focus::before, .mega-menu .sidenav .leftnav a.active::before {
  top: 0;
  bottom: 0;
}
@media all and (min-width: 992px) {
  .mega-menu .sidenav .leftnav a {
    min-width: 300px;
    max-width: 300px;
  }
  .mega-menu .sidenav .leftnav a.active + .zcustom-right-icon:focus {
    transform: translateX(-2px);
  }
}
.mega-menu .sidenav .leftnav a span {
  border: solid #003057;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  top: 7px;
  right: 20px;
  transform: rotate-(45deg);
  -webkit-transform: rotate(-45deg);
}
.mega-menu .sidenav .rightnav {
  background: #fff;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}
.mega-menu .sidenav .rightnav .tabcontent {
  display: none;
}
.mega-menu .sidenav .rightnav .tabcontent .sub-menu {
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.mega-menu .sidenav .rightnav .tabcontent .sub-menu .list {
  display: block;
}
.mega-menu .sidenav .rightnav .tabcontent .sub-menu .list a {
  color: #003057;
  margin-bottom: 7px;
  width: 100%;
  display: block;
}
.mega-menu .sidenav .rightnav .tabcontent .sub-menu .list a:hover {
  color: #65B2E8;
}
.mega-menu .sidenav .rightnav .tabcontent .sub-menu .head {
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.mega-menu .sidenav .rightnav .tabcontent .sub-menu .head a {
  color: #003057;
}
.mega-menu .sidenav .rightnav .tabcontent .sub-menu .head a:hover, .mega-menu .sidenav .rightnav .tabcontent .sub-menu .head a:focus {
  color: #65B2E8;
}
.mega-menu .sidenav .rightnav .tabcontent .sub-menu .head a:active {
  color: #333;
}

@media only screen and (max-width: 992px) {
  .mega-menu .sidenav {
    flex-direction: column;
    top: 0;
    height: 100%;
    -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 0.5s;
  }
  .mega-menu .sidenav > .container {
    flex-direction: column;
    top: 0;
    height: 100%;
    -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 0.5s;
  }
  .mega-menu .sidenav .rightnav {
    max-height: 100vh;
  }
  .mega-menu .sidenav .catNav {
    width: 100vw;
    padding-top: 0;
    margin-left: -101vw;
    transition: all 0.5s;
    z-index: 1;
  }
  .mega-menu .sidenav .catNav .header {
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    background: #274596;
    padding: 13px 27px;
    height: 47px;
  }
  .mega-menu .sidenav .catNav .header i {
    font-style: normal;
    font-size: 13px;
  }
  .mega-menu .sidenav .catNav ul {
    padding-left: 0;
    margin-top: 20px;
  }
  .mega-menu .sidenav .catNav ul li a, .mega-menu .sidenav .catNav ul li .zcustom-has-dropdown {
    text-decoration: none;
    font-size: 14px;
    color: #274596 !important;
    display: block;
    transition: 0.3s;
    font-weight: bold;
    padding: 10px 0 10px 27px;
    letter-spacing: 1px;
    position: relative;
    cursor: pointer;
    width: 100%;
  }
  .mega-menu .sidenav .catNav ul li a.zcustom-special, .mega-menu .sidenav .catNav ul li .zcustom-has-dropdown.zcustom-special {
    color: #daa900 !important;
  }
  .mega-menu .sidenav .catNav ul li .zcustom-has-dropdown {
    background: none;
    border: none;
    text-align: left;
    padding-right: 27px;
    position: relative;
  }
  .mega-menu .sidenav .catNav ul li .zcustom-has-dropdown::after {
    font-family: "znode-web-store";
    content: "\e904";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
  }
  .mega-menu .sidenav .catNav ul li i {
    font-style: normal;
    width: 43px;
  }
  .mega-menu .sidenav .leftnav {
    width: 100vw;
    height: 100%;
    padding-top: 0;
    margin-left: -101vw;
    transition: margin-left 0.5s, opacity 0.5s;
    z-index: 2;
    opacity: 1;
    max-height: 100vh !important;
  }
  .mega-menu .sidenav .leftnav .scroll-list {
    max-height: calc(100vh - 50px);
  }
  .mega-menu .sidenav .leftnav .header {
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    background: #274596;
    padding: 13px 27px;
    height: 47px;
  }
  .mega-menu .sidenav .leftnav .header i {
    font-style: normal;
    font-size: 13px;
  }
  .mega-menu .sidenav .leftnav a {
    width: 80%;
  }
  .mega-menu .sidenav .leftnav .col-icon:hover {
    background: #65B2E8;
  }
  .mega-menu .sidenav .leftnav .col-icon:hover a {
    color: #fff !important;
  }
  .mega-menu .sidenav .leftnav .col-icon:hover i {
    color: #fff !important;
  }
  .mega-menu .sidenav .rightnav {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100vw;
    margin-left: -101vw;
    transition: all 0.5s;
    background: #F7F7F7;
    z-index: 4;
  }
  .mega-menu .sidenav .rightnav .header label i {
    font-style: normal;
    font-size: 13px;
  }
  .mega-menu .sidenav .rightnav .tabcontent .scroll-list {
    overflow-y: auto;
    max-height: calc(100vh - 50px);
  }
  .mega-menu .sidenav .rightnav .tabcontent .sub-menu .list {
    display: none;
    padding-left: 10px;
    border-bottom: 1px solid #ccc;
  }
  .mega-menu .sidenav .rightnav .tabcontent .sub-menu .list.show {
    display: block;
    margin-bottom: 20px;
  }
  .mega-menu .sidenav .rightnav .tabcontent .sub-menu .btn {
    width: 62px;
    height: auto;
    display: flex !important;
    align-items: center;
    border: none;
    padding: 0;
    background-color: inherit;
  }
  .mega-menu .sidenav .rightnav .tabcontent .sub-menu .btn i {
    font-style: normal;
  }
  .mega-menu .sidenav .rightnav .header {
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    background: #274596;
    padding: 13px 27px;
    height: 47px;
  }
}
@media all and (min-width: 992px) {
  .mega-menu .sidenav .catNav {
    display: none;
  }
}
.mega-menu-overlay {
  position: fixed !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: black;
  opacity: 0.4;
  display: none;
  z-index: 102;
}

.zcustom-mega-nav.sidenav #leftNav-cat {
  display: none;
}
.zcustom-mega-nav.zcustom-mega-nav-active.sidenav #leftNav-cat {
  display: block;
}

.zcustom-open-arrow {
  background: none;
  border: none;
  width: 40px;
}

/*Mega Menu End*/
@media only screen and (max-width: 767px) {
  .side-nav {
    height: 650px;
  }
}
.navigation .parent-nav > li::before, .navigation .link-panel-widget > li::before {
  background: #3b5f81;
}

@media only screen and (max-width: 992px) {
  .mega-menu .sidenav .catNav ul li a, .mega-menu .sidenav .catNav ul li .zcustom-has-dropdown {
    color: #003057 !important;
  }
}
@media only screen and (max-width: 767px) {
  .side-nav {
    height: 650px;
  }
}
.btn-block {
  width: 100%;
  display: block;
}

.btn {
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  padding: 2px 15px;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  max-width: 250px;
  border: 1px solid;
  background: none;
  border-color: #58595B;
  color: #58595B;
}
@media all and (min-width: 768px) {
  .btn {
    height: 50px;
  }
  .btn.d-md-inline-block, .btn.d-block.d-md-inline-block {
    display: inline-flex !important;
  }
}
.btn:hover {
  text-decoration: none;
  border-color: #333;
  color: #333;
}
.btn:focus {
  outline: none;
}
.btn.d-inline-block {
  display: inline-flex !important;
}
.btn.btn-block, .btn.d-block {
  display: flex !important;
  max-width: none;
}
@media all and (min-width: 992px) {
  .btn.d-lg-inline-block {
    display: inline-flex !important;
  }
}
.btn--mw-unset {
  max-width: unset;
}

.btn-lg {
  padding: 2px 25px;
  height: 60px;
}

.btn-sm {
  height: 40px;
}

.btn-group .btn {
  margin-right: 10px;
}
.btn-group .btn:last-child {
  margin: 0;
}

.quotebutton button {
  width: 100%;
  max-width: none;
}

.btn-primary {
  background: #274596;
  color: #fff;
  border: none;
}
.btn-primary:hover, .btn-primary:focus {
  background: #65B2E8;
  color: #fff;
}
.btn-primary:active {
  background: #daa900;
  color: #fff;
}

.btn-secondary {
  border-color: #274596;
  color: #274596;
}
.btn-secondary:hover, .btn-secondary:focus {
  border-color: #65B2E8;
  color: #65B2E8;
}
.btn-secondary:active {
  border-color: #333;
  color: #333;
}

.btn-white-outline {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btn-white-outline:hover, .btn-white-outline:focus, .btn-white-outline:active {
  background-color: #FFFFFF;
  color: #000000;
}

.cart-btn {
  display: block;
  transition: all 0.2s ease;
}
.cart-btn .iconcartnew {
  font-size: 24px;
  padding: 0 5px;
  position: relative;
}
.cart-btn .cartcount-mobile {
  position: absolute;
  top: -3px;
  right: 1px;
  font-size: 10px;
  background-color: #65B2E8;
  border-radius: 50%;
  line-height: 1;
  color: #333;
  font-weight: bold;
  height: 17px;
  width: 17px;
  text-align: center;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-btn .cartcount-mobile.cartcount-high {
  height: 22px;
  width: 22px;
  padding-top: 7px;
  top: -8px;
  right: -3px;
}

.header-btn {
  font-size: 14px;
  font-weight: bold;
  background: transparent;
  border: 0;
  padding: 0;
  color: #FFFFFF;
  transition: all 0.2s ease;
}
.header-btn:hover, .header-btn:focus {
  color: #c9c9c9;
}
.header-btn a {
  color: #000000;
}
.header-btn span {
  font-size: 18px;
  padding: 10px;
}
@media all and (min-width: 992px) {
  .header-btn {
    letter-spacing: 1px;
    padding: 0 30px 0 10px;
    position: relative;
    line-height: 1.25;
    width: 175px;
    height: 30px;
    text-transform: uppercase;
    text-align: right;
  }
  .header-btn span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
  }
}

.mobile-search-btn {
  background-color: #fff;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.mobile-search-btn span {
  font-size: 18px;
  color: #274596;
}
@media all and (min-width: 768px) {
  .mobile-search-btn {
    width: auto;
    height: 50px;
    padding: 0 15px;
  }
  .mobile-search-btn span {
    font-size: 20px;
  }
}

.view-all-btn {
  padding: 10px 20px;
}

@media all and (min-width: 576px) {
  .header-btn span {
    font-size: 20px;
  }
}
@media all and (min-width: 0) {
  .cart-button {
    padding-right: 0px;
  }
}
@media all and (min-width: 576px) {
  .cart-button {
    padding-right: 0px;
  }
}
@media all and (min-width: 768px) {
  .quotebutton button {
    width: auto;
  }
  .cart-button {
    padding-right: 0px;
  }
}
/*.cms-configure-btn-custom { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }*/
.btn-text-secondary-custom {
  background-color: transparent;
  border: none;
  color: #fff;
}

.widget-cms-button-container-center {
  position: absolute;
  z-index: 10000;
  text-align: center;
}

.widget-cms-overlay-custom { /*position: absolute;*/
  z-index: 999;
  background-color: #6DBE4B;
  opacity: 1;
  box-shadow: 0px 1px 2px 1px rgba(141, 151, 161, 0.5);
}

.cms-img-icon-custom {
  z-index: 9999;
  margin: auto;
  max-width: 120px;
  top: -10px;
  position: relative;
}

.cms-img-icon {
  z-index: 0;
}

.ContentPage .contain-pages z-widget .widget-cms-overlay .widget-cms-name, .ContentPage z-widget .widget-cms-overlay .widget-cms-name {
  color: #FFFFFF;
}
.ContentPage .contain-pages z-widget .widget-cms-overlay .widget-cms-name span[class^=icon], .ContentPage z-widget .widget-cms-overlay .widget-cms-name span[class^=icon] {
  font-size: 20px;
}
.ContentPage .contain-pages z-widget .widget-cms-overlay .widget-cms-name .widget-name, .ContentPage z-widget .widget-cms-overlay .widget-cms-name .widget-name {
  padding-left: 10px;
  text-transform: uppercase;
}
.ContentPage .contain-pages z-widget .widget-cms-overlay .widget-cms-button-container button, .ContentPage z-widget .widget-cms-overlay .widget-cms-button-container button {
  cursor: pointer;
}
.ContentPage .contain-pages z-widget .widget-cms-overlay .widget-cms-button-container button:focus, .ContentPage z-widget .widget-cms-overlay .widget-cms-button-container button:focus {
  outline: none;
}

.b2b-form .form-group .form-title {
  margin: 0;
}
.b2b-form .form-title {
  font-weight: bold;
  letter-spacing: 1.25px;
  padding-left: 3px;
}
.b2b-form .form-title-big {
  font-weight: bold;
  letter-spacing: 1.25px;
  font-size: 18px;
}
.b2b-form .hidden-field {
  display: none;
}
.b2b-form .form-group select {
  width: 100%;
  height: 38px;
}

input, .form-control {
  color: #58595B;
  padding: 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  border: 1px solid #58595B;
  box-shadow: none;
  outline: medium none;
  background-color: #FEFEFE;
  border-radius: 4px;
  height: 40px;
  font-size: 14px;
}
input:focus, input:hover, .form-control:focus, .form-control:hover {
  border-color: #274596;
}
@media all and (min-width: 768px) {
  input, .form-control {
    height: 50px;
    font-size: 16px;
  }
}
input.input-sm, .form-control.input-sm {
  height: 40px;
}

textarea {
  color: #58595B;
  padding: 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  border: 1px solid #58595B;
  box-shadow: none;
  outline: medium none;
  background-color: #FEFEFE;
  border-radius: 4px;
  resize: none;
  overflow-y: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
textarea:focus, textarea:hover {
  border-color: #274596;
}

html input[disabled], html select[disabled], html textarea[disabled], html input[readonly], html select[readonly], html textarea[readonly] {
  cursor: not-allowed;
  background-color: #efefef;
}

button[disabled], a[disabled] {
  cursor: not-allowed;
  opacity: 0.3;
}

.disable-anchor {
  color: #ddd;
  cursor: not-allowed;
  opacity: 0.3;
  pointer-events: none;
}

.disable-radio {
  color: #ddd;
  cursor: not-allowed;
  pointer-events: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select.form-control:not([size]):not([multiple]) {
  height: 50px;
}

select.form-control {
  height: 50px;
  border-radius: 4px;
  font-size: 14px;
  background: #FEFEFE url("../../Images/drop-arrow.svg") no-repeat right 5px center;
  background-size: 10px;
}

.form-check {
  padding-left: 20px;
  margin-bottom: 5px;
}

.form-check-input {
  width: 17px;
  height: auto;
  margin-left: -20px;
  margin-top: 2px;
}

.input-sm {
  height: 40px;
}

.dropdown-btn, select {
  border: 0;
  background: #FFFFFF url("../../Images/drop-arrow.png") no-repeat right 5px center;
  background-size: 10px;
  border-bottom: 1px solid #003057;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: left;
  border-radius: 0;
}
.dropdown-btn:after, select:after {
  display: none;
}

select::-ms-expand {
  display: none;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease;
}

.ie select {
  display: none;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease;
}

select:-webkit-autofill {
  background: #FFFFFF url("../../Images/drop-arrow.png") no-repeat right 5px center !important;
}

@media all and (min-width: 0) {
  .dropdown-btn, select {
    padding: 0 27px 0 5px;
  }
}
@media all and (min-width: 576px) {
  .dropdown-btn, select {
    padding: 0 35px 0 5px;
  }
}
.loader {
  background-color: rgba(0, 0, 0, 0.5);
}

.spinner {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #0D47A1;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "znode-web-store";
  src: url("../../../UnitedElectric/fonts/B2B.eot?pa46i9");
  src: url("../../../UnitedElectric/fonts/B2B.eot?pa46i9#iefix") format("embedded-opentype"), url("../../../UnitedElectric/fonts/B2B.ttf?pa46i9") format("truetype"), url("../../../UnitedElectric/fonts/B2B.woff?pa46i9") format("woff"), url("../../../UnitedElectric/fonts/B2B.svg?pa46i9#znode-web-store") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  color: #333;
  font-size: 16px;
}
.icon:hover {
  color: #003057;
}

.secondary-icon:before {
  color: #FFFFFF;
  background-color: #274596;
  padding: 15px;
  font-size: 18px;
}
.secondary-icon:hover:before {
  background-color: #003057;
  cursor: pointer;
}

.icon-close-invert:before {
  font-family: "znode-web-store";
  content: "\e94d";
}

.icon-plus-new:before {
  font-family: "znode-web-store";
  content: "\ea0a";
}

.icon-minus-new:before {
  font-family: "znode-web-store";
  content: "\ea0b";
}

.icon-barcode-new:before {
  font-family: "znode-web-store";
  content: "\e94c";
}

.icon-phone-new:before {
  font-family: "znode-web-store";
  content: "\e949";
}

.icon-magnifier-new:before {
  font-family: "znode-web-store";
  content: "\e94a";
}

.icon-cart-new:before {
  font-family: "znode-web-store";
  content: "\e94b";
}

.profile-icon:before {
  font-family: "znode-web-store";
  content: "\e900";
}

.cart-icon:before {
  font-family: "znode-web-store";
  content: "\e906";
}

.left-icon:before {
  font-family: "znode-web-store";
  content: "\e903";
}

.up-icon:before, .zf-up:before {
  font-family: "znode-web-store";
  content: "\e901";
}

.down-icon:before, .zf-down:before {
  font-family: "znode-web-store";
  content: "\e902";
}

.zf-orders:before {
  font-family: "znode-web-store";
  content: "\e948";
}

.right-icon:before {
  font-family: "znode-web-store";
  content: "\e904";
}

.location-icon:before {
  font-family: "znode-web-store";
  content: "\e905";
}

.grid-icon:before {
  font-family: "znode-web-store";
  content: "\e908";
}

.list-icon:before {
  font-family: "znode-web-store";
  content: "\e907";
}

.search-icon:before, .zf-search:before {
  font-family: "znode-web-store";
  content: "\e607";
}

.hamburger-icon:before {
  font-family: "znode-web-store";
  content: "\e909";
}

.close-icon:before, .zf-close:before, .inactive-icon:before {
  font-family: "znode-web-store";
  content: "\e90a";
}

.close-circle-icon:before {
  font-family: "znode-web-store";
  content: "\e90e";
}

.star-full-icon:before {
  font-family: "znode-web-store";
  content: "\e90b";
}

.star-empty-icon:before {
  font-family: "znode-web-store";
  content: "\e90c";
}

.star-half-icon:before {
  font-family: "znode-web-store";
  content: "\e90d";
}

.home-icon:before {
  font-family: "znode-web-store";
  content: "\e90f";
}

.heart-icon:before {
  font-family: "znode-web-store";
  content: "\e94e";
}

.heart-fill-icon:before {
  font-family: "znode-web-store";
  content: "\e910";
}

.stop-icon:before {
  font-family: "znode-web-store";
  content: "\e911";
}

.active-icon:before {
  font-family: "znode-web-store";
  content: "\e912";
}

.edit-icon:before {
  font-family: "znode-web-store";
  content: "\e913";
}

.delete-icon:before {
  font-family: "znode-web-store";
  content: "\e914";
}

.view-icon:before, .zf-view:before {
  font-family: "znode-web-store";
  content: "\e915";
}

.refresh-icon:before, .zf-refresh:before {
  font-family: "znode-web-store";
  content: "\e916";
}

.settings-icon:before, .zf-manage:before, .z-setting:before {
  font-family: "znode-web-store";
  content: "\e917";
}

.clock-icon:before {
  font-family: "znode-web-store";
  content: "\e918";
}

.sort-icon:before, .zf-sortable:before {
  font-family: "znode-web-store";
  content: "\e919";
}

.last-icon:before, .zf-last:before {
  font-family: "znode-web-store";
  content: "\e91d";
}

.first-icon:before, .zf-backward:before {
  font-family: "znode-web-store";
  content: "\e91c";
}

.next-icon:before, .zf-forward:before {
  font-family: "znode-web-store";
  content: "\e91b";
}

.previous-icon:before, .zf-first:before {
  font-family: "znode-web-store";
  content: "\e91a";
}

.envelop-icon:before {
  font-family: "znode-web-store";
  content: "\e91e";
}

.account-dashboard-icon:before {
  font-family: "znode-web-store";
  content: "\e91f";
}

.my-orders-icon:before {
  font-family: "znode-web-store";
  content: "\e920";
}

.my-profile-icon:before {
  font-family: "znode-web-store";
  content: "\e921";
}

.pending-orders-path1-icon:before {
  font-family: "znode-web-store";
  content: "\e922";
}

.pending-orders-path2-icon:before {
  font-family: "znode-web-store";
  content: "\e923";
  margin-left: -1em;
}

.pending-orders-path3-icon:before {
  font-family: "znode-web-store";
  content: "\e924";
  margin-left: -1em;
}

.product-lists-icon:before {
  font-family: "znode-web-store";
  content: "\e925";
}

.quick-orders-path1-icon:before {
  font-family: "znode-web-store";
  content: "\e926";
}

.quick-orders-path2-icon:before {
  font-family: "znode-web-store";
  content: "\e927";
  margin-left: -1em;
}

.order-templates-icon:before {
  font-family: "znode-web-store";
  content: "\e928";
}

.icon-scan:before {
  font-family: "znode-web-store";
  content: "\e929";
}

.icon-voice:before {
  font-family: "znode-web-store";
  content: "\e92a";
}

.icon-return-webstore:before {
  font-family: "znode-web-store";
  content: "\e92c";
}

.icon-quote:before {
  font-family: "znode-web-store";
  content: "\e92b";
}

.zf-return:before {
  font-family: "znode-web-store";
  content: "\e92d";
}

.profile-icon:before {
  font-family: "znode-web-store";
  content: "\e900";
}

.cart-icon:before {
  font-family: "znode-web-store";
  content: "\e906";
}

.left-icon:before {
  font-family: "znode-web-store";
  content: "\e903";
}

.up-icon:before, .zf-up:before {
  font-family: "znode-web-store";
  content: "\e901";
}

.down-icon:before, .zf-down:before {
  font-family: "znode-web-store";
  content: "\e902";
}

.right-icon:before {
  font-family: "znode-web-store";
  content: "\e904";
}

.location-icon:before {
  font-family: "znode-web-store";
  content: "\e905";
}

.grid-icon:before {
  font-family: "znode-web-store";
  content: "\e908";
}

.list-icon:before {
  font-family: "znode-web-store";
  content: "\e907";
}

.search-icon:before, .zf-search:before {
  font-family: "znode-web-store";
  content: "\e607";
}

.hamburger-icon:before {
  font-family: "znode-web-store";
  content: "\e909";
}

.close-icon:before, .zf-close:before, .inactive-icon:before {
  font-family: "znode-web-store";
  content: "\e90a";
}

.close-circle-icon:before {
  font-family: "znode-web-store";
  content: "\e90e";
}

.star-full-icon:before {
  font-family: "znode-web-store";
  content: "\e90b";
}

.star-empty-icon:before {
  font-family: "znode-web-store";
  content: "\e90c";
}

.star-half-icon:before {
  font-family: "znode-web-store";
  content: "\e90d";
}

.home-icon:before {
  font-family: "znode-web-store";
  content: "\e90f";
}

.stop-icon:before {
  font-family: "znode-web-store";
  content: "\e911";
}

.active-icon:before {
  font-family: "znode-web-store";
  content: "\e912";
}

.edit-icon:before {
  font-family: "znode-web-store";
  content: "\e913";
}

.delete-icon:before {
  font-family: "znode-web-store";
  content: "\e914";
}

.view-icon:before, .zf-view:before {
  font-family: "znode-web-store";
  content: "\e915";
}

.refresh-icon:before, .zf-refresh:before {
  font-family: "znode-web-store";
  content: "\e916";
}

.settings-icon:before, .zf-manage:before, .z-setting:before {
  font-family: "znode-web-store";
  content: "\e917";
}

.clock-icon:before {
  font-family: "znode-web-store";
  content: "\e918";
}

.sort-icon:before, .zf-sortable:before {
  font-family: "znode-web-store";
  content: "\e919";
}

.last-icon:before, .zf-last:before {
  font-family: "znode-web-store";
  content: "\e91d";
}

.first-icon:before, .zf-backward:before {
  font-family: "znode-web-store";
  content: "\e91c";
}

.next-icon:before, .zf-forward:before {
  font-family: "znode-web-store";
  content: "\e91b";
}

.previous-icon:before, .zf-first:before {
  font-family: "znode-web-store";
  content: "\e91a";
}

.envelop-icon:before {
  font-family: "znode-web-store";
  content: "\e91e";
}

.account-dashboard-icon:before {
  font-family: "znode-web-store";
  content: "\e91f";
}

.my-orders-icon:before {
  font-family: "znode-web-store";
  content: "\e920";
}

.my-profile-icon:before {
  font-family: "znode-web-store";
  content: "\e921";
}

.pending-orders-path1-icon:before {
  font-family: "znode-web-store";
  content: "\e922";
}

.pending-orders-path2-icon:before {
  font-family: "znode-web-store";
  content: "\e923";
  margin-left: -1em;
}

.pending-orders-path3-icon:before {
  font-family: "znode-web-store";
  content: "\e924";
  margin-left: -1em;
}

.product-lists-icon:before {
  font-family: "znode-web-store";
  content: "\e925";
}

.quick-orders-path1-icon:before {
  font-family: "znode-web-store";
  content: "\e926";
}

.quick-orders-path2-icon:before {
  font-family: "znode-web-store";
  content: "\e927";
  margin-left: -1em;
}

.order-templates-icon:before {
  font-family: "znode-web-store";
  content: "\e928";
}

.icon-scan:before {
  font-family: "znode-web-store";
  content: "\e929";
}

.icon-voice:before {
  font-family: "znode-web-store";
  content: "\e92a";
}

.icon-calendar:before {
  font-family: "znode-web-store";
  content: "\e92e";
}

.icon-check-circle:before {
  font-family: "znode-web-store";
  content: "\e92f";
}

.icon-calendar:before {
  font-family: "znode-web-store";
  content: "\e92e";
}

.icon-check-circle:before {
  font-family: "znode-web-store";
  content: "\e92f";
}

.icon-voucher:before {
  font-family: "znode-web-store";
  content: "\e930";
}

.icon-compare:before {
  font-family: "znode-web-store";
  content: "\e931";
}

.icon-file-uploader:before {
  font-family: "znode-web-store";
  content: "\e932";
}

.icon-help-circle:before {
  font-family: "znode-web-store";
  content: "\e933";
}

.icon-track-order:before {
  font-family: "znode-web-store";
  content: "\e935";
}

.icon-printer:before {
  font-family: "znode-web-store";
  content: "\e954";
}

.icon-mail-envelope:before {
  font-family: "znode-web-store";
  content: "\e934";
}

.icon-see-more:before {
  font-family: "znode-web-store";
  content: "\e937";
}

.icon-text-view:before {
  font-family: "znode-web-store";
  content: "\e936";
}

.icon-image-widget:before {
  font-family: "znode-web-store";
  content: "\e93e";
}

.icon-banner-widget:before {
  font-family: "znode-web-store";
  content: "\e942";
}

.icon-categorylist-widget:before {
  font-family: "znode-web-store";
  content: "\e941";
}

.icon-content-container:before {
  font-family: "znode-web-store";
  content: "\e940";
}

.icon-form-widget:before {
  font-family: "znode-web-store";
  content: "\e93f";
}

.icon-link:before {
  font-family: "znode-web-store";
  content: "\e93d";
}

.icon-productlist-widget:before {
  font-family: "znode-web-store";
  content: "\e93c";
}

.icon-richtext-widget:before {
  font-family: "znode-web-store";
  content: "\e93b";
}

.icon-search-widget:before {
  font-family: "znode-web-store";
  content: "\e93a";
}

.icon-text-widget:before {
  font-family: "znode-web-store";
  content: "\e939";
}

.icon-video-widget:before {
  font-family: "znode-web-store";
  content: "\e938";
}

.arrow-drop-up:before {
  font-family: "znode-web-store";
  content: "\e946";
}

.arrow-drop-down:before {
  font-family: "znode-web-store";
  content: "\e947";
}

.icon-up-left-arrow:before {
  font-family: "znode-web-store";
  content: "\e943";
}

.reset-icon:before, .zf-reset:before {
  font-family: "znode-web-store";
  content: "\e944";
}

.disable-icon:before, .zf-disable:before {
  font-family: "znode-web-store";
  content: "\f05e";
}

.enable-icon:before, .zf-enable:before {
  font-family: "znode-web-store";
  content: "\f05d";
}

.icon-dollar:before, .zf-dollar:before {
  font-family: "znode-web-store";
  content: "\e945";
}

.icon-file-upload:before {
  font-family: "znode-web-store";
  content: "\e948";
}

.styled-input {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 5px;
  line-height: 1.25;
}
.styled-input input[type=checkbox], .styled-input input[type=radio] {
  opacity: 0;
  position: absolute;
  height: auto;
}
.styled-input input[type=checkbox]:checked ~ label:before, .styled-input input[type=radio]:checked ~ label:before {
  border-color: #003057;
}
.styled-input input[type=checkbox]:checked ~ label:after, .styled-input input[type=radio]:checked ~ label:after {
  background-color: #003057;
  margin: 4px;
  height: 10px;
  width: 10px;
}
.styled-input input[type=checkbox]:before, .styled-input input[type=radio]:before {
  transition: all 0.5s ease;
  border-color: #003057;
}
.styled-input input[type=checkbox] ~ label:after, .styled-input input[type=checkbox] ~ label:before {
  border-radius: 3px;
}
.styled-input input[type=radio] ~ label:after, .styled-input input[type=radio] ~ label:before {
  border-radius: 50%;
}
.styled-input label {
  margin: 0;
  text-indent: 25px;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  word-break: break-all;
}
.styled-input label:after, .styled-input label:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease;
  border-width: 2px;
}
.styled-input label:before {
  transition: all 0.5s ease;
  border-color: #003057;
}

.modal {
  padding: 0 !important;
}

.modal-backdrop {
  z-index: 1042;
}

.modal-header {
  background-color: #003057;
  display: flex;
  align-items: center;
}
.modal-header h4 {
  color: #FFFFFF;
  font-size: 22px;
}
.modal-header .close {
  color: #FFFFFF;
  background-color: transparent;
  border: none;
  font-size: 18px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.modal-body {
  width: 100%;
}

.modal-footer {
  width: 100%;
  background-color: #FFFFFF;
}

.recommended-address-popup h5 {
  font-size: 15px;
  color: #daa900;
  padding: 5px 0;
  margin: 0;
  font-weight: bold;
}
.recommended-address-popup .address-details {
  padding: 5px 0;
}

.address-popup select {
  width: 100%;
}

@media all and (min-width: 768px) {
  .modal-dialog .modal-body {
    max-height: 600px;
    overflow: auto;
  }
}
@media all and (min-width: 992px) {
  .modal-dialog .modal-body {
    max-height: none;
  }
}
.form-builder-container .page-title {
  text-transform: uppercase;
}

.form-builder {
  padding-bottom: 20px;
}
.form-builder .form-group-container {
  margin-bottom: 10px;
  overflow: hidden;
}
.form-builder .form-group-container .form-group-name {
  font-size: 21px;
  padding-bottom: 8px;
  margin-bottom: 4px;
  border-bottom: 1px solid #003057;
}
.form-builder .file-upload .file-upload-name {
  display: inline-flex;
  vertical-align: middle;
  float: none;
  margin-left: 5px;
}
.form-builder .file-upload .file-browse-btn {
  display: inline-flex;
}
.form-builder .form-group {
  display: grid;
  grid-template-areas: "form-builder-label form-builder-input" ". form-builder-error-msg";
  grid-template-columns: 200px 1fr;
}
@media (max-width: 767px) {
  .form-builder .form-group {
    grid-template-areas: "form-builder-label" "form-builder-input" "form-builder-error-msg";
    grid-template-columns: 100%;
  }
}
.form-builder .form-group .control-label {
  grid-area: form-builder-label;
  width: 200px;
  margin-right: 10px;
  padding-right: 12px;
}
.form-builder .form-group .control-label label {
  margin-top: 2px;
}
.form-builder .form-group .control-md,
.form-builder .form-group .control-sm {
  grid-area: form-builder-input;
}
.form-builder .form-group .dynamic-msg {
  grid-area: form-builder-error-msg;
}
.form-builder .form-group .multiselect-dropdown {
  background: none;
  padding: 0;
}
.form-builder .form-group .switch-field {
  overflow: hidden;
  margin-top: 1px;
}
.form-builder .form-group .switch-field input {
  display: none;
}
.form-builder .form-group .switch-field label {
  float: left;
  display: inline-block;
  width: 40px;
  height: 24px;
  font-weight: normal !important;
  background-color: #FFFFFF;
  line-height: 20px !important;
  text-align: center;
  text-shadow: none;
  padding: 1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.form-builder .form-group .switch-field label:hover {
  cursor: pointer;
}
.form-builder .form-group .switch-field label:first-of-type {
  border-radius: 0;
}
.form-builder .form-group .switch-field label:last-of-type {
  border-radius: 0;
}
.form-builder .form-group .switch-title {
  margin-bottom: 6px;
}
.form-builder .form-group .switch-field input:checked + label {
  background-color: #274596;
  color: #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-builder .form-group .file-upload .btn-text {
  margin-left: 0;
}

@media all and (min-width: 0) {
  .form-builder .form-group .datepicker-control {
    width: 120px;
  }
}
@media all and (min-width: 768px) {
  .form-builder .form-group .datepicker-control {
    width: 120px;
  }
}
.placeholder {
  position: relative;
  display: block;
  height: 100%;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  opacity: 0.2;
  border-radius: 4px;
  background: black;
}
.placeholder.placeholder-glow {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite;
}
.placeholder > span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  color: #333;
  font-size: clamp(12px, 20px, 3vw);
}
.placeholder:focus-visible {
  outline-offset: -2px;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.1;
  }
}
.header-top-color {
  background-color: #333;
}

.header-logo:focus {
  outline: 1px dotted #65B2E8;
}

.header .nav-header .my-accounts-nav .log-off {
  color: #274596;
  font-weight: bold;
}
.header .nav-header .b2b-username {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 200px;
}
.header .nav-header .b2b-username::after {
  position: relative;
  top: 2px;
}

.zcustom-header-locale-container {
  display: flex;
  padding-top: 10px;
  padding-bottom: 0;
  justify-content: flex-end;
}

.zcustom-hlc-list {
  display: flex;
  align-items: center;
}
.zcustom-hlc-list > li {
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
}
@media all and (min-width: 768px) {
  .zcustom-hlc-list > li {
    padding-left: 20px;
    margin-left: 20px;
  }
}
.zcustom-hlc-list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 1px;
  height: 24px;
  background: #32506C;
}
.zcustom-hlc-list > li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.zcustom-hlc-list > li:first-child::before {
  display: none;
}
.zcustom-hlc-list > li i, .zcustom-hlc-list > li .profile-icon {
  font-style: normal;
  font-size: 22px;
}
.zcustom-hlc-list > li .myprofileicon {
  font-size: 24px;
}
.zcustom-hlc-list > li .icon-phone-new {
  font-size: 20px;
}
.zcustom-hlc-list > li a, .zcustom-hlc-list > li button {
  color: #F7F7F7;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
}
.zcustom-hlc-list > li a:hover, .zcustom-hlc-list > li a:active, .zcustom-hlc-list > li a:focus, .zcustom-hlc-list > li button:hover, .zcustom-hlc-list > li button:active, .zcustom-hlc-list > li button:focus {
  color: #65B2E8;
  text-decoration: none;
}
.zcustom-hlc-list > li a:focus, .zcustom-hlc-list > li button:focus {
  outline: 1px dotted #65B2E8;
}

.zcustom-header-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .zcustom-header-main .zcustom-hlc-list {
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .zcustom-header-main .zcustom-hlc-list {
    top: 2px;
    right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .zcustom-header-main {
    padding-right: 100px;
    justify-content: flex-start;
  }
}
@media all and (min-width: 768px) {
  .zcustom-header-main {
    padding-top: 8px;
    padding-bottom: 20px;
    justify-content: space-between;
  }
}
@media all and (min-width: 992px) {
  .zcustom-header-main {
    justify-content: space-between;
    padding-bottom: 0;
    padding-left: 380px;
    align-items: flex-start;
  }
  .zcustom-header-main .zcustom-hlc-list {
    margin-top: 6px;
  }
  .zcustom-header-main .zcustom-hlc-list > li:first-child {
    padding-left: 20px;
  }
  .zcustom-header-main .zcustom-hlc-list > li:first-child::before {
    display: block;
  }
}
@media screen and (min-width: 992px) and (max-width: 991px) {
  .zcustom-header-main .zcustom-hlc-list {
    position: absolute;
    right: 20px;
  }
}
@media all and (min-width: 992px) {
  .zcustom-header-main {
    padding-left: 380px;
  }
}
@media all and (min-width: 1300px) {
  .zcustom-header-main {
    padding-left: 420px;
  }
}
@media all and (min-width: 1500px) {
  .zcustom-header-main {
    padding-left: 450px;
  }
}

.header-logo {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media all and (min-width: 992px) {
  .header-logo {
    margin-bottom: 0;
    position: absolute;
    left: 10px;
    bottom: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header-logo {
    bottom: 16px;
  }
}
@media all and (min-width: 992px) {
  .header-logo img {
    width: 100%;
    max-width: 360px;
    padding-bottom: 10px;
    max-height: 100px;
    object-fit: cover;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .header-logo img {
    max-width: 320px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header-logo img {
    max-width: 320px;
  }
}
@media all and (min-width: 1600px) {
  .header-logo img {
    padding-bottom: 0;
  }
}

header {
  background-color: #274596;
  z-index: 1042;
  position: sticky;
  top: 0;
  /* UNITED ELECTRIC NAV */
}
header .d-lg-block {
  transition: 0.3s;
}
header.zcustom-header-sticky .header-logo img {
  max-width: 200px;
}
header .header {
  max-width: 100%;
  transition: background-color 0.2s ease;
  /*.nav-header {
      line-height: 3.2;
  }*/
}
header .header a {
  color: #F7F7F7;
}
header .header > div {
  position: relative;
}
header .header .site-search, header .header .header-btn-block {
  flex: 1;
  justify-content: center;
}
header .header .cart-btn-block {
  flex: 1;
  justify-content: center;
}
header .header .site-search {
  max-width: 600px;
  margin-right: auto;
}
@media all and (min-width: 992px) {
  header .header .site-search {
    margin-right: initial;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1499px) {
  header .header .site-search {
    margin-left: 40px;
    max-width: 500px;
  }
}
header .header .site-search .search-widget {
  padding: 0;
}
header .header .hamburger-icon {
  font-size: 20px;
  color: #274596;
}
header .header .proxy-login-section {
  background: #000;
}
header .header .proxy-login-section .proxy-login {
  color: #FFFFFF;
  padding: 10px 15px;
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  grid-column-gap: 5px;
  justify-items: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  header .header .proxy-login-section .proxy-login {
    text-align: center;
    display: block;
  }
}
header .header .proxy-login-section .proxy-login-info {
  grid-column-start: 2;
  margin: 0 10px;
}
@media (max-width: 575.98px) {
  header .header .proxy-login-section .proxy-login-info {
    display: block;
  }
}
header .header .proxy-login-section .btn-secondary {
  font-size: 14px;
  height: auto;
}
header .header .proxy-login-section .btn-secondary:hover, header .header .proxy-login-section .btn-secondary:focus {
  background: #65B2E8;
  border-color: #65B2E8;
  color: #000;
}
header .header .site-inventory .icon-scan {
  font-size: 28px;
  color: #FFFFFF;
}
header .header .dropdown:hover .dropdown-menu {
  display: block;
}
header .header .my-accounts-nav {
  left: auto;
  top: 38px;
  border: 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px 2px;
  width: 230px;
  right: 0;
  /* Scrollbar Styling */
}
header .header .my-accounts-nav .nav-tabs {
  border-bottom: none;
}
@media screen and (min-width: 992px) {
  header .header .my-accounts-nav .nav-tabs {
    overflow-y: auto;
    max-height: calc(100vh - 230px);
    overflow-x: hidden;
    scrollbar-width: thin;
  }
}
@media screen and (min-width: 992px) {
  header .header .my-accounts-nav .nav-tabs::-webkit-scrollbar {
    width: 5px;
  }
  header .header .my-accounts-nav .nav-tabs::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  header .header .my-accounts-nav .nav-tabs::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #aaa;
  }
}
header .header .my-accounts-nav .dropdown-item {
  line-height: 1.4;
  padding: 0;
}
header .header .my-accounts-nav .dropdown-item a {
  line-height: 2.2;
  width: 100%;
  padding: 0.25rem 0.8rem;
  display: inline-block;
  color: #003057;
}
header .header .my-accounts-nav .dropdown-item.active, header .header .my-accounts-nav .dropdown-item:active {
  background-color: #274596;
}
header .header .my-accounts-nav .dropdown-item.active a, header .header .my-accounts-nav .dropdown-item:active a {
  color: #FFFFFF;
}
header .header .icon-track-order {
  font-size: 30px;
  position: relative;
  top: 2px;
}
header .navigation-wrapper {
  background: #65B2E8;
  margin-top: 10px;
}
header .navigation-wrapper .navigation {
  padding-top: 8px;
  padding-bottom: 8px;
}
header .navigation-wrapper .navigation .parent-nav {
  align-items: center;
}
header .navigation-wrapper .navigation .parent-nav > li:before {
  content: none;
}
header .navigation-wrapper .navigation .parent-nav > li button {
  text-transform: capitalize;
  font-weight: 700;
  color: #333;
}
header .navigation-wrapper .navigation .parent-nav > li button.zcustom-shop-active:after, header .navigation-wrapper .navigation .parent-nav > li button.zcustom-shop:after {
  margin-top: 6px;
  top: 0;
}
header .navigation-wrapper .navigation .parent-nav > li button.zcustom-shop-active {
  color: #FEFEFE;
}
header .navigation-wrapper .navigation .parent-nav > li button:hover, header .navigation-wrapper .navigation .parent-nav > li button:active, header .navigation-wrapper .navigation .parent-nav > li button:focus {
  color: #FEFEFE;
}
header .navigation-wrapper .navigation .link-panel-widget {
  align-items: center;
}
header .navigation-wrapper .navigation .link-panel-widget > li:before {
  content: none;
}
header .navigation-wrapper .navigation .link-panel-widget > li a {
  text-transform: capitalize;
  font-weight: 700;
  color: #333;
}
header .navigation-wrapper .navigation .link-panel-widget > li a:hover, header .navigation-wrapper .navigation .link-panel-widget > li a:active, header .navigation-wrapper .navigation .link-panel-widget > li a:focus {
  color: #FEFEFE;
}
header .navigation-wrapper .navigation .link-panel-widget > li a.zcustom-special {
  color: #333;
}
header .navigation-wrapper .navigation .link-panel-widget > li a.zcustom-special:hover, header .navigation-wrapper .navigation .link-panel-widget > li a.zcustom-special:active, header .navigation-wrapper .navigation .link-panel-widget > li a.zcustom-special:focus {
  color: #FEFEFE;
}

.scanvoice {
  display: none;
  background-color: rgb(193, 193, 193);
  height: 100vh;
  position: absolute;
  width: 100vw;
  left: 0px;
  top: 40px;
}
.scanvoice .scan-label {
  text-transform: uppercase;
  font-size: 30px;
}

.header-btn-txt {
  font-size: 12px;
}

@media all and (min-width: 0) {
  header .header .site-search {
    flex: 0;
  }
  header .header .cart-btn-block {
    flex: 0;
    padding-right: 0;
  }
  header .header .header-btn-block {
    flex: 0;
  }
  header .header .header-btn-block .OpenNav {
    cursor: pointer;
  }
  header .header-nav-links {
    background-color: #274596;
    color: #FFFFFF;
  }
  .account-dropdown {
    display: none;
  }
  .account-dropdown .nav-header {
    line-height: 2.2;
  }
  .account-dropdown .nav-header .dropdown-toggle {
    color: #FFFFFF;
  }
  .account-dropdown .header-btn {
    padding: 0 10px;
    width: auto;
    min-width: 175px;
  }
  .dropdown-menu:before {
    content: " ";
    position: absolute;
    top: -20px;
    right: 15%;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent white transparent;
  }
}
@media screen and (max-width: 991px) {
  .nav-header .dropdown-toggle:after {
    display: none;
  }
  header .header .my-accounts-nav {
    left: auto;
    top: 44px;
    right: -44px;
    width: 230px;
  }
  .dropdown-menu:before {
    right: 45px;
  }
}
@media all and (min-width: 576px) {
  header .header-nav-links {
    background-color: #274596;
    color: #FFFFFF;
  }
}
@media all and (min-width: 768px) {
  header .header .header-btn-block, header .header .cart-btn-block {
    flex: inherit;
    justify-content: inherit;
  }
  header .header .site-search {
    flex-grow: 1;
  }
}
@media all and (min-width: 768px) and (min-width: 992px) {
  header .header .site-search {
    margin-bottom: 16px;
    margin-right: 30px;
    max-width: 400px;
  }
}
@media all and (min-width: 768px) and (min-width: 1500px) {
  header .header .site-search {
    max-width: 600px;
  }
}
@media all and (min-width: 768px) {
  header .header-nav-links {
    background-color: #274596;
    color: #FFFFFF;
  }
}
@media all and (min-width: 992px) {
  .header-btn-block {
    width: auto;
    min-width: 200px;
  }
  .header-btn-txt {
    font-size: 14px;
    height: 45px;
  }
  header .header > div {
    height: auto;
  }
  header .header .header-nav-links {
    background-color: #F7F7F7;
    color: #000000;
  }
  header .header .header-nav-links .header-btn {
    background-color: #F7F7F7;
    color: #000000;
    width: auto;
    min-width: 175px;
  }
  header .header .cart-btn-block {
    padding-right: 50px;
  }
  header .header .myprofileicon {
    margin-right: 8px;
    font-size: 23px;
  }
  header .header .site-search {
    margin-bottom: 8px;
    margin-top: 4px;
    margin-right: 30px;
    max-width: 400px;
  }
  header .header-nav-links {
    display: flex !important;
  }
  header .icon-phone-new {
    font-size: 16px !important;
    margin-right: 8px;
  }
}
.header-nav-links {
  background-color: #F7F7F7;
  color: #000000;
}
.header-nav-links .header-btn {
  background-color: transparent;
  color: #FFFFFF;
}

.view-all-dept {
  font-family: Roboto-Regular;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.75px;
  line-height: 18px;
  color: #003057;
  margin-left: 20px;
}

.skip-nav {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
}
.skip-nav:active, .skip-nav:focus, .skip-nav:hover {
  left: 7%;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
}

@media all and (min-width: 768px) {
  .zcustom-header-sticky {
    background-color: transparent;
  }
  .zcustom-header-sticky .header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #65B2E8;
  }
  .zcustom-header-sticky .navigation, .zcustom-header-sticky .zcustom-hlc-list-left, .zcustom-header-sticky .zcustom-hlc-list-track, .zcustom-header-sticky .zcustom-hlc-list-quick {
    display: none !important;
  }
  .zcustom-header-sticky .zcustom-header-group {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    position: relative;
    height: 60px;
  }
  .zcustom-header-sticky .zcustom-header-locale-container {
    margin-left: auto;
    border: none;
    justify-content: flex-end;
  }
  .zcustom-header-sticky .zcustom-hlc-list > li {
    padding-left: 20px;
    margin-left: 0;
  }
  .zcustom-header-sticky .zcustom-hlc-list > li a, .zcustom-header-sticky .zcustom-hlc-list > li button {
    color: #274596;
  }
  .zcustom-header-sticky .zcustom-hlc-list > li a:hover, .zcustom-header-sticky .zcustom-hlc-list > li a:focus, .zcustom-header-sticky .zcustom-hlc-list > li button:hover, .zcustom-header-sticky .zcustom-hlc-list > li button:focus {
    color: #233D94;
  }
  .zcustom-header-sticky .zcustom-hlc-list > li::before {
    display: none;
  }
  .zcustom-header-sticky .zcustom-header-main {
    padding-bottom: 0;
    padding-top: 0;
  }
  .zcustom-header-sticky .header-logo {
    margin-top: 7px;
    /*img {
        filter: brightness(1) invert(1);
    }*/
  }
  .zcustom-header-sticky .site-search {
    position: absolute;
    margin-left: 0 !important;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 450px;
  }
  .zcustom-header-sticky .search-widget .keyboard-icon {
    color: #274596 !important;
  }
  .zcustom-header-sticky .cart-btn .cartcount-mobile {
    background-color: #003057;
    color: #fff;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .zcustom-header-group {
    max-width: 540px;
  }
}
@media (max-width: 767.98px) {
  .zcustom-hlc-list-left, .zcustom-hlc-list-track, .zcustom-hlc-list-quick {
    display: none !important;
  }
  .zcustom-header-main {
    padding-left: 44px;
  }
  .zcustom-header-group {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    position: relative;
    height: 44px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) {
  .zcustom-header-group {
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  .zcustom-header-locale-container {
    margin-left: auto;
    border: none;
    justify-content: flex-end;
    padding-right: 40px;
  }
}
@media (max-width: 767.98px) {
  .zcustom-hlc-list > li {
    padding-left: 20px;
    margin-left: 0;
    padding-top: 4px;
  }
  .zcustom-hlc-list > li::before {
    display: none;
  }
  .zcustom-hlc-list > li .cart-btn .iconcartnew, .zcustom-hlc-list > li .myprofileicon {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .header-logo {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .header-logo img {
    max-width: 136px;
  }
}
@media (max-width: 767.98px) {
  .navigation .mobile-nav-btn {
    position: absolute;
    left: 0;
    top: 8px;
    width: 30px;
    height: 30px;
    background-color: transparent;
  }
  .navigation .mobile-nav-btn .hamburger-icon {
    font-size: 16px;
    color: #F7F7F7;
  }
}
@media (max-width: 767.98px) {
  .mobile-search-btn {
    background-color: transparent;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 13px;
    top: 8px;
  }
  .mobile-search-btn .mobile-search-btn-icon {
    font-size: 18px;
    color: #F7F7F7;
  }
}
@media (max-width: 360px) {
  .zcustom-header-main {
    padding-left: 40px;
  }
  .header-logo img {
    max-width: 100px;
  }
  .zcustom-hlc-list > li {
    padding-left: 10px;
  }
  .zcustom-header-locale-container {
    padding-right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .zcustom-header-sticky .site-search {
    width: 320px;
    left: calc(50% + 50px);
  }
}
@media all and (min-width: 1300px) {
  header .header .site-search {
    max-width: 500px;
    margin-left: 40px;
  }
}
@media (max-width: 374px) {
  .zcustom-header-main .zcustom-hlc-list {
    right: 50px;
  }
  .header-logo {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .header-logo img {
    max-width: 104px;
  }
}
header .header .proxy-login-section {
  background: #000;
}

.header-logo img {
  max-width: 180px;
  min-width: auto;
}

.zcustom-header-main {
  padding-left: 16px;
  padding-bottom: 14px;
  align-items: center;
}
.zcustom-header-main .header-logo {
  position: relative;
  left: 0;
  width: auto;
  padding-bottom: 0;
  bottom: 0;
}
.zcustom-header-main .header-logo img {
  max-width: 250px;
}
.zcustom-header-main .navigation {
  padding-top: 14px;
  padding-bottom: 4px;
  margin-top: 6px;
}
.zcustom-header-main .navigation .parent-nav > li:before {
  display: none;
}
.zcustom-header-main .navigation .link-panel-widget > li:before {
  display: none;
}
.zcustom-header-main .zcustom-hlc-list > li:first-child:before {
  display: none;
}

header .header .site-search {
  margin-bottom: 0;
  max-width: 640px;
  margin-top: 8px;
}

@media all and (min-width: 1600px) {
  .zcustom-header-main .header-logo img {
    padding-bottom: 0;
  }
}
@media all and (min-width: 992px) {
  .zcustom-header-sticky .header-logo img {
    width: 40px;
    filter: none;
  }
  .zcustom-header-sticky .zcustom-hlc-list > li a, .zcustom-header-sticky .zcustom-hlc-list > li button {
    color: #003057;
  }
  .zcustom-header-sticky .zcustom-hlc-list > li a:hover, .zcustom-header-sticky .zcustom-hlc-list > li a:focus, .zcustom-header-sticky .zcustom-hlc-list > li button:hover, .zcustom-header-sticky .zcustom-hlc-list > li button:focus {
    color: #233D94;
  }
  .zcustom-header-sticky .search-widget .keyboard-icon {
    color: #003057 !important;
  }
  .zcustom-header-main {
    padding-top: 16px;
  }
  .zcustom-header-main .header-logo img {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .zcustom-header-main .navigation {
    padding-top: 0;
    padding-bottom: 0;
  }
  .zcustom-header-main .header-logo {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .zcustom-header-main {
    padding-bottom: 10px;
  }
  .zcustom-header-main .navigation {
    padding-top: 0;
    padding-bottom: 0;
  }
  .zcustom-header-main .navigation .mobile-nav-btn {
    position: absolute;
    left: 15px;
    top: 14px;
  }
  .zcustom-header-main .zcustom-hlc-list {
    top: 20px;
  }
  .zcustom-header-main .zcustom-hlc-list > li {
    margin-left: 15px;
    padding-left: 15px;
  }
  .zcustom-header-main .site-search {
    left: 20px;
  }
  .zcustom-header-main .header-logo {
    margin-bottom: 0;
  }
  .zcustom-header-main .header-logo__wrapper {
    margin-left: 70px;
  }
  .zcustom-header-main .header-logo img {
    max-width: 160px;
    margin-bottom: 0;
    margin-top: 2px;
  }
  header .header .site-search {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .zcustom-header-main {
    padding-left: 44px;
  }
  .zcustom-header-main .zcustom-hlc-list {
    right: 60px;
  }
  .zcustom-header-main .header-logo {
    margin-top: 3px;
  }
  .zcustom-header-main .header-logo img {
    max-width: 104px;
  }
  .mobile-search-btn {
    top: 8px;
  }
}
@media (max-width: 374px) {
  .zcustom-header-main .zcustom-hlc-list {
    right: 50px;
  }
}
.site-search {
  display: flex;
  flex-grow: 0;
  position: initial;
}
.site-search z-widget {
  display: none;
  height: 100%;
  position: absolute;
  top: 100%;
  width: 98%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.site-search .search-widget {
  width: 100%;
  display: flex;
  height: 100%;
}
.site-search .search-widget form {
  width: 100%;
  align-self: center;
}
.site-search .search-widget form + .keyboard-icon:hover, .site-search .search-widget form + .keyboard-icon:focus {
  text-decoration: none;
  color: #65B2E8 !important;
}
.site-search .search-widget form + .keyboard-icon:focus {
  outline: 1px dotted #65B2E8;
}
.site-search .search-widget input {
  height: 50px;
  border-radius: 2px;
  border: none;
  padding-right: 85px;
}
@media all and (min-width: 992px) {
  .site-search .search-widget input {
    height: 40px;
  }
}
.site-search .search-widget .b2b-search-btn {
  padding: 2px 15px;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: 0;
  font-size: 24px;
  color: #003057;
  cursor: pointer;
  height: 100%;
}
.site-search .search-widget .b2b-search-btn:hover, .site-search .search-widget .b2b-search-btn:focus {
  color: #65B2E8;
}
.site-search .search-widget .search-history {
  background-color: #FFFFFF;
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 2px 2px;
  margin-top: -1px;
}
.site-search .search-widget .search-history a {
  color: #003057;
  font-weight: bold;
}
.site-search .search-widget .search-history a .search-term {
  display: flex;
  align-items: center;
}
.site-search .search-widget .search-history a .search-term:hover {
  color: #65B2E8;
}
.site-search .search-widget .search-history a .search-term span[class^=icon] {
  padding-left: 5px;
  font-size: 18px;
}
.site-search .search-widget .search-history a:hover {
  text-decoration: none;
}

.zcustom-header-sticky .search-widget form + .keyboard-icon:hover, .zcustom-header-sticky .search-widget form + .keyboard-icon:focus {
  color: #233D94 !important;
}

.twitter-typeahead {
  width: 100%;
}

.search-page .header-results-text {
  font-weight: bold;
  margin: 1.5rem 0;
}
.search-page .nav-tabs {
  border: none;
  position: relative;
  margin-bottom: 10px;
}
.search-page .nav-tabs::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #003057;
  position: absolute;
  left: 0;
  bottom: 0;
}
.search-page .nav-tabs .nav-item {
  display: flex;
  text-align: center;
  font-weight: bold;
  width: 100%;
  flex: 1;
  max-width: 300px;
}
.search-page .nav-tabs .nav-item > a {
  letter-spacing: 1px;
  width: 100%;
  padding: 10px;
  position: relative;
  outline: none;
  transition: color 0.3s ease;
  border-radius: 0;
  border: none;
}
.search-page .nav-tabs .nav-item > a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  border-bottom: 3px solid #003057;
  left: 51%;
  right: 51%;
  transition: all 0.3s;
}
.search-page .nav-tabs .nav-item > a.active {
  color: #003057;
  background-color: #F7F7F7;
}
.search-page .nav-tabs .nav-item > a.active::after {
  left: 0;
  right: 0;
  height: auto;
  width: auto;
}

.blog-search-list-container .blog-header-results {
  background-color: #fafafa;
  padding: 10px 15px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #505050;
  margin-bottom: 1.5rem;
}
.blog-search-list-container .blog-list {
  letter-spacing: 0.04rem;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.blog-search-list-container .blog-list .blog-title a {
  font-size: 1.4rem;
  font-weight: bold;
}
.blog-search-list-container .blog-list .blog-description {
  font-size: 1.1rem;
  line-height: 1.2;
  margin: 7px 0;
  letter-spacing: 0.2px;
}
.blog-search-list-container .blog-list .blog-seo-url a {
  font-size: 1rem;
}

.search-wrap {
  position: relative;
  max-height: 50px;
}
@media all and (min-width: 992px) {
  .search-wrap {
    max-height: 40px;
  }
}

.scan-search {
  position: absolute;
  right: 55px;
  top: 6px;
}
@media all and (min-width: 992px) {
  .scan-search {
    top: 2px;
  }
}

.btn-scan-search {
  color: #003057 !important;
  font-size: 24px;
}
.btn-scan-search:hover, .btn-scan-search:focus {
  color: #65B2E8 !important;
}

@media all and (min-width: 768px) {
  .site-search {
    display: block;
    flex-grow: 1;
  }
  .site-search z-widget {
    display: flex !important;
    position: relative;
    top: 0;
    width: auto;
    box-shadow: none;
    left: 0;
    transform: translate(0, 0);
  }
}
@media all and (min-width: 992px) {
  .site-search .search-widget {
    padding: 0 20px 0 20px;
  }
  .site-search .search-widget .b2b-search-btn {
    padding-top: 2px;
    padding-bottom: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .zcustom-close-search {
    top: 15px !important;
    margin-top: 0 !important;
    color: #274596;
  }
  .site-search z-widget {
    height: calc(100vh - 50px);
    top: 50px;
    width: 100%;
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    background-color: #f1f1f1;
    align-items: center;
    left: 0;
    transform: none;
  }
  .ticker-visible .site-search z-widget {
    height: calc(95vh - 100px);
  }
  .site-search z-widget .search-widget {
    height: auto;
    justify-content: center;
  }
  .site-search z-widget .search-widget form {
    width: 94%;
  }
  .site-search z-widget .search-widget .keyboard-icon {
    display: none !important;
  }
  .site-search z-widget .search-widget .b2b-search-btn {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 22px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-search z-widget .search-widget input {
    padding-right: 50px;
    height: 40px;
    border: none;
    border-radius: 2px;
  }
  .site-search z-widget .search-widget-mobile {
    width: 94%;
  }
  .site-search z-widget .search-widget-mobile .label-que {
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }
  .site-search z-widget .search-widget-mobile .icon-voice, .site-search z-widget .search-widget-mobile .icon-scan {
    display: block;
    font-size: 2rem !important;
    margin: 5px 20px;
  }
  .site-search z-widget .search-widget-mobile .icon-voice:before, .site-search z-widget .search-widget-mobile .icon-scan:before {
    background-color: #daa900;
    color: #fff;
    border-radius: 50%;
  }
}
.footer {
  background: #274596;
  padding: 45px 0;
  color: #F9F9F9;
  margin-top: 50px;
}
.footer .footer-block .footer-header {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.footer .footer-block .footer-store-number {
  font-size: 16px;
  display: block;
  margin: 0;
  font-weight: 400;
}
.footer .footer-block a {
  text-decoration: none;
  color: #F9F9F9;
}
.footer .footer-block a:hover, .footer .footer-block a:focus {
  text-decoration: underline;
}
.footer .footer-block a:focus {
  outline-color: #65B2E8;
}
@media (max-width: 991.98px) {
  .footer .footer-block {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer .footer-block .footer-header {
    margin-top: 0;
  }
  .footer .footer-block ul.link-panel-widget li {
    margin-bottom: 0;
    margin-top: 5px;
  }
  .footer .footer-block ul.link-panel-widget li:first-child {
    margin-top: 0;
  }
}
.footer .news-letter a:focus {
  outline-color: #65B2E8;
}
.footer .footer-copyright {
  font-size: 12px;
  margin-top: 15px;
}
.footer .footer-logo {
  margin-bottom: 35px;
}
@media (max-width: 1199.98px) {
  .footer .footer-logo {
    width: 246px;
    height: 43px;
    margin-bottom: 20px;
  }
}
.footer ul.link-panel-widget {
  padding: 0;
  list-style: none;
}
.footer ul.link-panel-widget li {
  margin-bottom: 8px;
}
.footer ul.link-panel-widget li a img {
  max-width: 24px;
}
.footer .news-letter .newsletter-container label {
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 10px;
}
.footer .news-letter .newsletter-container input {
  border: none;
  color: #7D7D7D;
  border-radius: 2px;
  height: 40px;
  font-size: 12px;
}
.footer .news-letter .newsletter-container .btn-newsletter {
  margin-left: 4px;
}
.footer .news-letter .newsletter-container .btn-newsletter button {
  border-color: #F7F7F7;
  color: #F7F7F7;
  height: 40px;
  font-size: 12px;
}
.footer .news-letter .newsletter-container .btn-newsletter button:hover, .footer .news-letter .newsletter-container .btn-newsletter button:focus {
  background-color: #F7F7F7;
  color: #274596;
}
.footer .news-letter .social-media .social-media-links .link-panel-widget {
  list-style-type: none;
  display: flex;
  align-items: center;
  padding-left: 0px;
}
.footer .news-letter .social-media .social-media-links .link-panel-widget li {
  padding: 2px;
}
.footer .news-letter .social-media .social-media-links .link-panel-widget li a img {
  min-width: 30px;
  width: 30px;
  height: 30px;
}
.footer .news-letter .link-panel-widget {
  display: flex;
}
.footer .news-letter .link-panel-widget li {
  margin: 0 0 0 10px;
}
@media (max-width: 1199.98px) {
  .footer .news-letter .link-panel-widget li {
    margin: 0 0 0 20px;
  }
}
.footer .news-letter .link-panel-widget li:first-child {
  margin-left: 0;
}
.footer .news-letter .link-panel-widget img {
  min-width: 0;
}
@media (max-width: 1199.98px) {
  .footer .news-letter .link-panel-widget img {
    width: 30px;
  }
}
@media (max-width: 991.98px) {
  .footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.zcustom-log-off-footer {
  background: none;
  border: none;
  padding: 0;
  color: #F9F9F9;
  cursor: pointer;
}
.zcustom-log-off-footer:hover, .zcustom-log-off-footer:focus {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .zcustom-log-off-footer {
    margin-top: 5px;
  }
}

@media (max-width: 991.98px) {
  .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.footer-mini-logos {
  display: flex;
  margin: 15px 0 0;
}
@media (max-width: 1199.98px) {
  .footer-mini-logos {
    margin: 8px 0 15px;
  }
}
.footer-mini-logos li {
  margin-right: 15px;
}

@media all and (min-width: 0) {
  .social-media .social-media-links .link-panel-widget {
    justify-content: center;
  }
}
@media all and (min-width: 992px) {
  .social-media .social-media-links .link-panel-widget {
    justify-content: flex-end;
  }
}
.footer .footer-logo {
  margin-bottom: 0;
  max-width: 160px;
  width: 160px;
  height: auto;
}

@media (max-width: 1199.98px) {
  .footer-logo {
    width: 160px;
    height: auto;
    margin-bottom: 0;
  }
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .item img {
  display: block;
  margin: 0 auto;
}
.owl-carousel .owl-wrapper {
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  display: flex !important;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  display: flex;
}
.owl-carousel .owl-item .item {
  display: flex;
  width: 100%;
  justify-content: center;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .carousel-caption {
  position: absolute;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  z-index: 10;
  top: 50%;
  transform: translate(0, -50%);
  font-weight: bold;
}
.owl-carousel .carousel-caption .first {
  font-size: 24px;
  text-transform: capitalize;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 0;
  font-weight: normal;
}
.owl-carousel .carousel-caption h3 {
  font-size: 72px;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  margin: 0;
  font-weight: normal;
}
.owl-carousel .carousel-caption div {
  font-size: 18px;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 0;
  font-weight: normal;
}
.owl-carousel .carousel-caption a {
  position: relative;
  margin-left: 0;
  padding-right: 15px;
  margin-top: 10px;
}
.owl-carousel .carousel-caption a i {
  vertical-align: middle;
  line-height: 32px;
  padding-left: 5px;
}
.owl-carousel .carousel-caption.Left {
  text-align: left;
}
.owl-carousel .carousel-caption.Right {
  text-align: right;
}
.owl-carousel .carousel-caption.Center {
  text-align: center;
  width: 100%;
}
.owl-carousel .green {
  background: #638c2f;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-pagination {
  display: none;
}

.owl-theme .owl-controls {
  text-align: center;
  width: 100%;
}
.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  *display: inline;
  border-radius: 0;
  cursor: pointer;
}
.owl-theme .owl-controls .owl-buttons div span {
  color: #003057;
}
.owl-theme .owl-controls .owl-buttons div span:before {
  font-size: 18px;
  padding: 15px;
  background-color: #F7F7F7;
}
.owl-theme .owl-controls .owl-buttons div span:hover:before {
  background-color: #003057;
  color: #fff;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=90);
  opacity: 0.9;
  background: #003057;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #FFFFFF;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFFFFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid #FFFFFF;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
  background-color: #003057;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=90);
  background: #003057 !important;
  border: 2px solid #FFFFFF;
  opacity: 0.9;
}

.slider .item img {
  display: block;
  width: 100%;
  height: auto;
}
.slider .owl-pagination {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.slider .owl-buttons .owl-prev, .slider .owl-buttons .owl-next {
  float: left;
  position: absolute;
  top: calc(50% - 24px);
  transform: translate(0, -50%);
}
.slider .owl-buttons .owl-prev {
  left: 0;
}
.slider .owl-buttons .owl-next {
  right: 0;
}

.b2b-bundle-carousel .owl-pagination {
  display: none !important;
}

.product-list-widget, .b2b-bundle-carousel, .category-list-widget {
  padding: 0 5px;
  position: relative;
}
.product-list-widget .owl-carousel .owl-controls .owl-pagination, .b2b-bundle-carousel .owl-carousel .owl-controls .owl-pagination, .category-list-widget .owl-carousel .owl-controls .owl-pagination {
  display: block;
}
.product-list-widget .owl-carousel .owl-controls .owl-buttons .owl-prev, .product-list-widget .owl-carousel .owl-controls .owl-buttons .owl-next, .b2b-bundle-carousel .owl-carousel .owl-controls .owl-buttons .owl-prev, .b2b-bundle-carousel .owl-carousel .owl-controls .owl-buttons .owl-next, .category-list-widget .owl-carousel .owl-controls .owl-buttons .owl-prev, .category-list-widget .owl-carousel .owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: calc(50% - 24px);
}
.product-list-widget .owl-carousel .owl-controls .owl-buttons .owl-prev, .b2b-bundle-carousel .owl-carousel .owl-controls .owl-buttons .owl-prev, .category-list-widget .owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.product-list-widget .owl-carousel .owl-controls .owl-buttons .owl-next, .b2b-bundle-carousel .owl-carousel .owl-controls .owl-buttons .owl-next, .category-list-widget .owl-carousel .owl-controls .owl-buttons .owl-next {
  right: 0;
}

.b2b-bundle-carousel .owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: -20px;
}
.b2b-bundle-carousel .owl-carousel .owl-controls .owl-buttons .owl-next {
  right: -20px;
}

.OfferAdvBanner .owl-controls .owl-pagination {
  display: block;
  margin-top: 10px;
}
.OfferAdvBanner .owl-controls .owl-buttons .owl-prev, .OfferAdvBanner .owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.OfferAdvBanner .owl-controls .owl-buttons .owl-prev {
  left: -5px;
}
.OfferAdvBanner .owl-controls .owl-buttons .owl-next {
  right: -5px;
}

.Boxed {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media all and (min-width: 0) {
  .owl-carousel .carousel-caption .first {
    font-size: 16px;
  }
  .owl-carousel .carousel-caption h3 {
    font-size: 30px;
  }
  .owl-carousel .carousel-caption div {
    font-size: 14px;
  }
}
@media all and (min-width: 576px) {
  .Boxed {
    width: 540px;
  }
}
@media all and (min-width: 768px) {
  .Boxed {
    width: 720px;
  }
  .owl-carousel .item img {
    height: auto;
  }
  .owl-carousel .carousel-caption.Left {
    left: 8%;
  }
  .owl-carousel .carousel-caption.Right {
    right: 8%;
  }
  .product-list-widget .owl-carousel .owl-controls .owl-buttons .owl-prev, .category-list-widget .owl-carousel .owl-controls .owl-buttons .owl-prev {
    left: -20px;
  }
  .product-list-widget .owl-carousel .owl-controls .owl-buttons .owl-next, .category-list-widget .owl-carousel .owl-controls .owl-buttons .owl-next {
    right: -20px;
  }
}
@media all and (min-width: 992px) {
  .Boxed {
    width: 960px;
  }
  .owl-carousel .carousel-caption .first {
    font-size: 24px;
  }
  .owl-carousel .carousel-caption h3 {
    font-size: 72px;
  }
  .owl-carousel .carousel-caption div {
    font-size: 18px;
  }
}
@media all and (min-width: 1200px) {
  .Boxed {
    width: 1140px;
  }
}
@media all and (min-width: 1300px) {
  .Boxed {
    width: 1300px;
  }
}
@media all and (min-width: 1500px) {
  .owl-carousel .carousel-caption.Left {
    left: 10%;
  }
  .owl-carousel .carousel-caption.Right {
    right: 10%;
  }
}
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}

@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
.product-details-tab {
  margin: 30px 0;
}
.product-details-tab .nav-tabs {
  display: none;
  border: none;
  position: relative;
}
.product-details-tab .nav-tabs::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #003057;
  position: absolute;
  left: 0;
  bottom: 1px;
}
.product-details-tab .nav-tabs li {
  display: flex;
  text-align: center;
  font-weight: bold;
  width: 100%;
  flex: 1;
}
.product-details-tab .nav-tabs li a {
  letter-spacing: 1px;
  width: 100%;
  padding: 10px;
  position: relative;
  outline: none;
  transition: color 0.3s ease;
}
.product-details-tab .nav-tabs li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  border-bottom: 3px solid #003057;
  left: 51%;
  right: 51%;
  transition: all 0.3s;
}
.product-details-tab .nav-tabs li a.show::after {
  left: 0;
  right: 0;
  height: auto;
  width: auto;
}
.product-details-tab .card-header {
  color: #003057;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0;
}
.product-details-tab .card-header a {
  padding: 0.75rem 1.25rem;
  display: block;
}
.product-details-tab .card-header a:hover {
  text-decoration: none;
}
.product-details-tab .tab-content {
  min-height: 250px;
  overflow: auto;
}
.product-details-tab .tab-content > .tab-pane {
  border: 0;
  border-radius: 0;
  display: block;
  opacity: 1;
}
.product-details-tab .tab-content h5 {
  font-size: 14px;
  margin: 0;
}
.product-details-tab .tab-content ul {
  padding-left: 25px;
}

.b2b-product-tabs {
  background-color: #FAFAFA;
}
.b2b-product-tabs .card {
  background-color: #FAFAFA;
}

@media all and (min-width: 768px) {
  .product-details-tab {
    padding: 0 15px;
  }
}
@media all and (min-width: 992px) {
  .product-details-tab .card .card-header {
    display: none;
  }
  .product-details-tab .card .collapse {
    display: block;
  }
  .product-details-tab .tab-content {
    max-height: 350px;
  }
  .product-details-tab .tab-content > .tab-pane {
    display: none;
  }
  .product-details-tab .tab-content > .tab-pane.active {
    display: block;
    height: 100%;
  }
}
.product-view-details .product-images .alternate-img .item img {
  text-align: center;
  border: 2px solid transparent;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.product-view-details .product-images .alternate-img .item.active a, .product-view-details .product-images .alternate-img .item a:hover {
  border: 2px solid #274596;
}
.product-view-details .product-images .owl-theme .owl-controls .owl-buttons div span:before {
  font-size: 10px;
  padding: 10px;
}
.product-view-details .product-images .owl-theme .owl-controls .owl-buttons .owl-prev, .product-view-details .product-images .owl-theme .owl-controls .owl-buttons .owl-next {
  margin: 0;
  line-height: 26px;
  opacity: 1;
  font-family: "znode-web-store" !important;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.product-view-details .product-images .owl-theme .owl-controls .owl-buttons .owl-prev:hover, .product-view-details .product-images .owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background-color: #274596;
  color: #FFFFFF;
}
.product-view-details .product-images .owl-theme .owl-controls .owl-buttons .owl-next {
  right: -13px;
}
.product-view-details .product-images .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -13px;
}
.product-view-details .product-images .product-video embed {
  width: 100%;
  min-height: 350px;
}

/*.simpleLens-gallery-container{margin-top:3%;margin-bottom:25px;
    .simpleLens-container{display: table;position:relative;margin:0 auto;-ms-transform: none;}
    .simpleLens-big-image-container {display:table-cell;vertical-align:middle;text-align:center;position:relative;width:100%;-ms-transform: none;
            .simpleLens-lens-image {height:auto !important;width: 100%;display: inline-block;text-align: center;margin:0;box-shadow:none;float:none;position:relative;-ms-transform: none;
                    .simpleLens-big-image {max-width:100%;-ms-transform:none;}
                    .simpleLens-mouse-cursor{background-color:#ccc;opacity:0.2;filter: alpha(opacity = 20);position:absolute;top:0;left:0;border:1px solid $border-default;box-shadow:0 0 2px 2px #999;cursor:none;-ms-transform: none;}
            }
    }
}

.simpleLens-lens-element {background-color:$white;box-shadow: 0 0 2px 2px #8e8e8e;height:100%;left:105%;overflow:hidden;position:absolute;top:0;width:100%;z-index:9999;text-align:center;-ms-transform:none;
         img{position:relative;top:0;left:0;width:auto !important;max-width:none !important;-ms-transform: none;}
}*/
.product-altimages .alternate-img {
  padding: 20px 0;
  border-top: 1px solid #333;
}
.product-altimages .alternate-img .item a {
  width: 75px;
  height: 75px;
  border: 1px solid #003057;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 1px 0px #003057;
  border-radius: 2px;
}
.product-altimages .alternate-img .item a img {
  width: auto !important;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-altimages .alternate-img .item a img:hover {
  border: none !important;
}
.product-altimages .alternate-img .item a:hover {
  border: 2px solid #003057;
}

*::-ms-backdrop, .simpleLens-gallery-container .simpleLens-container {
  display: block;
}

*::-ms-backdrop, .simpleLens-gallery-container .simpleLens-big-image-container {
  display: inline-block;
  vertical-align: middle;
}

*::-ms-backdrop, .simpleLens-gallery-container .simpleLens-big-image-container:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

/*.big-view-template{
    .simpleLens-container{height:585px;}
}
.small-view-template{
    .product-view-details .product-images .alternate-img{padding:20px;}    
    .simpleLens-gallery-container .simpleLens-big-image-container .simpleLens-lens-image {width:70%;}
    .simpleLens-container{height:275px;}
    .simpleLens-lens-element {left: 85%;}
}*/
.easyzoom {
  position: relative;
}

.easyzoom-flyout, .easyzoom-notice {
  position: absolute;
  background: #FFFFFF;
}

.easyzoom img {
  vertical-align: bottom;
}

.easyzoom.is-loading img {
  cursor: progress;
}

.easyzoom.is-ready img {
  cursor: crosshair;
}

.easyzoom.is-error img {
  cursor: not-allowed;
}

.easyzoom-notice {
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
  z-index: 100;
  overflow: hidden;
}
.easyzoom-flyout img {
  max-width: 800px !important;
}

.easyzoom-overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.easyzoom-adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}

.easyzoom .easyzoom-img {
  display: table;
  max-width: 100vw;
  max-height: 100vh;
  text-align: center;
  width: 100%;
  /*    display: flex;
      justify-content: center;
      align-items: center;*/
}

/*@include screensize(x-small) {
    .simpleLens-lens-element {display:none;}
    .easyzoom img{width:310px;}
    .big-view-template{
        .simpleLens-container{height:290px;}
    }
}
@include screensize(small) {
    .easyzoom img{width:auto;}
    .big-view-template{
        .simpleLens-container{height:555px;}
    }
}
@include screensize(medium) {
    .simpleLens-lens-element {display:block;}
}*/
.quick-view-popup .modal-content {
  background-color: #FFFFFF;
  min-height: 360px;
  border: none;
  border-radius: 2px;
}
.quick-view-popup .modal-content .btn.close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
  color: #003057;
  background-color: #FFFFFF;
  border: none;
  padding: 0px;
  font-size: 20px;
  border-radius: 50%;
  height: 18px;
  width: 18px;
}
.quick-view-popup .modal-content #product-content {
  display: none;
}
.quick-view-popup .modal-content .btn-print, .quick-view-popup .modal-content .btn-email, .quick-view-popup .modal-content .btn-see-more {
  display: none;
}
.quick-view-popup .quick-view-loading {
  bottom: auto !important;
  transform: translate(0px, 0) !important;
}
.quick-view-popup .b2b-block {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.payment-view-popup .modal-content {
  background-color: #FFFFFF;
  border: none;
  border-radius: 2px;
}
.payment-view-popup .modal-content .btn.close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
  color: #003057;
  background-color: #FFFFFF;
  border: none;
  padding: 0px;
  font-size: 20px;
  border-radius: 50%;
  height: 18px;
  width: 18px;
}
.payment-view-popup .modal-content .modal-body {
  padding: 0;
  min-height: 200px;
}
.payment-view-popup .modal-content .modal-body .payment-view-content .b2b-block {
  box-shadow: none;
}
.payment-view-popup .modal-content .modal-body .payment-view-content .block-title {
  padding-left: 20px !important;
}
.payment-view-popup .modal-content .modal-body .payment-view-content .order-view-content .order-info-title {
  font-size: 16px;
}
.payment-view-popup .modal-content .modal-body .payment-view-content .order-view-content .order-content-label {
  font-weight: bold;
}
.payment-view-popup .modal-content .modal-body .payment-view-content .block-content .payment-select-heading {
  font-size: 16px;
}
.payment-view-popup .modal-content .modal-body .payment-view-content .block-content .credit-card-container .form-group {
  margin-bottom: 15px;
}
.payment-view-popup .modal-content .modal-body .payment-view-content .block-content .credit-card-container .tab-content .tab-pane .section-heading {
  display: none;
}
.payment-view-popup .modal-content .modal-body .payment-view-content .block-content .credit-card-container .tab-content .tab-pane .save-cart {
  margin: 0;
}
.payment-view-popup .modal-content .modal-body .payment-view-content .block-content .credit-card-container .tab-content .tab-pane .save-cart label {
  width: 100%;
  font-weight: bold;
}
.payment-view-popup .modal-content .modal-body .payment-view-content .block-content .credit-card-container .tab-content .tab-pane .save-cart label:before {
  margin-top: 10px !important;
}
.payment-view-popup .modal-content .modal-body .payment-view-content .block-content .credit-card-container .tab-content .tab-pane .save-cart label:after {
  margin-top: 14px !important;
}
.payment-view-popup .modal-content .modal-body .payment-view-content .block-content .credit-card-container .tab-content .tab-pane .save-cart .input-radio_label {
  display: flex;
}
.payment-view-popup .modal-content .modal-body .payment-view-content .block-content .credit-card-container .tab-content .tab-pane .save-cart .input-radioButton {
  width: auto;
}
.payment-view-popup .modal-content .modal-body .payment-view-content .block-content .credit-card-container .tab-content .tab-pane .save-cart ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.payment-view-popup .modal-content .modal-body .payment-view-content .block-content .credit-card-container .tab-content .tab-pane .save-cart ul img {
  float: left !important;
  margin-left: 10px;
}
.payment-view-popup .modal-content .modal-body .payment-view-content .block-content .credit-card-container .tab-content .tab-pane .cardconnectIframe {
  height: 212px;
  width: 400px;
}
.payment-view-popup .modal-content .modal-body .payment-view-content .block-content .credit-card-container .tab-content .tab-pane .cardconnectcardholder, .payment-view-popup .modal-content .modal-body .payment-view-content .block-content .credit-card-container .tab-content .tab-pane .saveCreditCard {
  padding-left: 8px;
}
.payment-view-popup .modal-content .modal-body .payment-view-content .block-content .credit-card-container .tab-content .tab-pane .cardconnectcardholder .CardHolder {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.payment-view-popup .modal-content .modal-body .payment-view-content .block-content .credit-card-container .tab-content .tab-pane .cardconnectcardholder input {
  max-width: 300px;
}
.payment-view-popup .modal-content .modal-body .payment-view-content .block-content .credit-card-container .tab-content .tab-pane .cardconnect-ACH .ACH-card-format {
  margin: 0 8px;
}
.payment-view-popup .modal-content .modal-body .payment-view-content .block-content .credit-card-container .tab-content .tab-pane .cardconnect-ACH .cardconnectACHIframe {
  height: 60px;
  width: 400px;
}
.payment-view-popup .modal-content .payment-block .credit-card-container .dynamic-tabs .nav-tabs {
  padding: 15px 0;
}
.payment-view-popup .modal-content .payment-block .credit-card-container .dynamic-tabs .nav-tabs > li {
  float: left;
  margin-bottom: -2px;
}
.payment-view-popup .modal-content .payment-block .credit-card-container .dynamic-tabs .nav-tabs > li > a {
  margin-right: 3px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  padding: 15px 10px;
  text-decoration: none;
  color: #003057;
  background: #f5eded;
}
.payment-view-popup .modal-content .payment-block .credit-card-container .dynamic-tabs .nav-tabs > li > a.active {
  color: #FFFFFF;
  cursor: default;
  background-color: #003057;
  border: 2px solid #DEE2E6;
  border-bottom-color: transparent;
}
.payment-view-popup .modal-content .payment-block .credit-card-container .dynamic-tabs .nav > li > a:hover {
  text-decoration: none;
}
.payment-view-popup .modal-content .payment-block .credit-card-container .tab-content {
  margin-top: 20px;
}
.payment-view-popup .modal-content .payment-block .credit-card-container .tab-content .error-cvv {
  margin-left: 2%;
}
.payment-view-popup .modal-content .modal-footer {
  border-top: none;
}

.email-to-friend .modal-header {
  background-color: #FFFFFF;
  border-bottom: none;
}
.email-to-friend .modal-header h4 {
  color: #003057;
  font-size: 24px;
}
.email-to-friend .modal-header .close {
  color: #003057;
  position: absolute;
  right: -5px;
  top: -10px;
  font-size: 20px;
}
.email-to-friend .modal-header .close:focus {
  outline: none;
}
.email-to-friend .modal-footer {
  border-top: none;
}

.form-popup {
  text-align: left !important;
}
.form-popup input, .form-popup .form-control {
  height: 40px;
}
.form-popup textarea.form-control {
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-popup .flex-basis-50 {
  flex-basis: 50%;
  max-width: 50%;
}

@media all and (min-width: 0) {
  .payment-view-content .authorizenetIframe {
    width: 100%;
    height: 230px;
    overflow-y: auto;
  }
}
@media all and (min-width: 576px) {
  .payment-view-content .authorizenetIframe {
    width: 448px;
  }
}
@media all and (min-width: 768px) {
  .quick-view-popup .modal-dialog {
    max-width: 600px;
  }
  .quick-view-popup .product-wishlist {
    display: none;
  }
}
@media all and (min-width: 992px) {
  .quick-view-popup .modal-dialog {
    max-width: 900px;
  }
  .quick-view-popup .product-wishlist {
    display: block;
  }
  .payment-view-content .authorizenetIframe {
    width: 768px;
  }
}
@media all and (min-width: 1200px) {
  .quick-view-popup .modal-dialog {
    max-width: 1024px;
  }
}
.b2b-product-list {
  padding: 0;
}
.b2b-product-list .product-view {
  padding: 0;
}
@media all and (min-width: 992px) {
  .b2b-product-list {
    padding: 0 0 0 5px;
  }
  .b2b-product-list .product-view {
    padding: 0 0 0 12px;
  }
}
.b2b-product-list .search-narrow input {
  height: 40px;
}
.b2b-product-list .search-narrow button {
  height: 40px;
}

.b2b-facets-btn {
  padding: 15px 0 0;
}

.b2b-filters {
  background-color: #F7F7F7;
  margin-left: 0;
  padding: 15px;
  font-size: 13px;
}
.b2b-filters > div {
  flex: 1;
}
.b2b-filters .filter-text {
  margin-right: 5px;
  margin-bottom: 0px;
}
.b2b-filters .b2b-sorting .search-sorting {
  display: flex;
}
.b2b-filters .b2b-sorting select {
  padding: 0 25px 0 5px;
}
.b2b-filters .b2b-view-mode .productview {
  color: #333;
  padding: 0 3px;
  font-size: 14px;
}
.b2b-filters .b2b-view-mode .grid-view-opt-active, .b2b-filters .b2b-view-mode .list-view-opt-active, .b2b-filters .b2b-view-mode .text-view-opt-active {
  color: #000000;
}
.b2b-filters .b2b-view-mode .text-view-opt, .b2b-filters .b2b-view-mode .text-view-opt-active {
  padding-left: 9px;
}
.b2b-filters .b2b-paging {
  width: 100%;
  margin-bottom: 15px;
}
.b2b-filters .b2b-paging .search-paging {
  display: flex;
  justify-content: center;
}
.b2b-filters .b2b-product-count {
  padding: 0 15px;
}
.b2b-filters .b2b-product-count.page-top {
  font-size: 16px;
  width: 100%;
  padding: 0 0 10px 0;
}
.b2b-filters .b2b-pagination ul {
  padding: 0;
  list-style: none;
  display: flex;
}
.b2b-filters .b2b-pagination ul li {
  padding: 0 15px;
}
.b2b-filters .b2b-pagination ul li a {
  color: #003057;
}
.b2b-filters .b2b-pagination ul li a:hover {
  color: #003057;
}
.b2b-filters .b2b-pagination ul li a.disabled {
  color: #333;
  pointer-events: none;
}

.product-view .product-grid-ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  column-gap: 2%;
  row-gap: 20px;
}
.product-view .product-grid-ul .b2b-products {
  transition-duration: 300ms;
}
.product-view .product-grid-ul .product-details .product-sku {
  margin-bottom: 5px;
}
.product-view .product-grid-ul .product-details .error-msg {
  font-size: 12px;
}
.product-view .product-grid-ul .product-details .b2b-compare-product a, .product-view .product-grid-ul .product-details .b2b-wishlist-product a {
  font-size: 12.5px;
}
.product-view .product-grid-ul .product-details .b2b-compare-product .label-compare, .product-view .product-grid-ul .product-details .b2b-compare-product .label-wishlist, .product-view .product-grid-ul .product-details .b2b-wishlist-product .label-compare, .product-view .product-grid-ul .product-details .b2b-wishlist-product .label-wishlist {
  text-decoration: underline;
}
.product-view .product-grid-ul .product-item .view-item .image {
  min-height: 180px;
}
.product-view .product-grid-ul .product-item .view-item .image img {
  max-height: 180px;
}
.product-view .product-grid-ul .product-item .view-item .title {
  font-size: 16px;
}
.product-view .product-grid-ul .product-item .view-item .product-details .price {
  font-size: 16px;
}
.product-view .product-grid-ul .product-item .view-item .product-sku {
  font-size: 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-view .product-grid-ul.grid-view {
    column-gap: 0;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.product-view .product-grid-ul.grid-view .b2b-products {
  width: 32%;
  display: flex;
  padding: 0;
}
@media (min-width: 481px) and (max-width: 991.98px) {
  .product-view .product-grid-ul.grid-view .b2b-products {
    width: 49%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-view .product-grid-ul.grid-view .b2b-products {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .product-view .product-grid-ul.grid-view .b2b-products {
    width: 100%;
  }
}
.product-view .product-grid-ul.grid-view .b2b-products .product-img .title, .product-view .product-grid-ul.grid-view .b2b-products .b2b-view-more-details {
  display: none;
}
.product-view .product-grid-ul.grid-view .b2b-products .add-to-cart-block {
  margin-top: auto !important;
  justify-content: flex-start !important;
}
@media (max-width: 480px) {
  .product-view .product-grid-ul.grid-view .b2b-products .add-to-cart-block {
    align-items: unset !important;
  }
}
.product-view .product-grid-ul.grid-view .b2b-products .add-to-cart-block button {
  padding-left: 10px;
  padding-right: 10px;
  min-width: unset;
  flex-grow: 1;
  height: 40px;
}
.product-view .product-grid-ul.grid-view .b2b-products .add-to-cart-block__wrapper {
  display: flex;
  flex-direction: row;
}
@media (min-width: 481px) and (max-width: 767px) {
  .product-view .product-grid-ul.grid-view .b2b-products .add-to-cart-block__wrapper {
    flex-direction: column;
    width: 100%;
  }
}
.product-view .product-grid-ul.grid-view .b2b-products .add-to-cart-block__qty {
  display: flex;
  align-self: center;
}
@media (min-width: 481px) and (max-width: 767px) {
  .product-view .product-grid-ul.grid-view .b2b-products .add-to-cart-block__qty {
    align-self: unset;
  }
}
.product-view .product-grid-ul.grid-view .b2b-products .add-to-cart-block__qty input {
  flex-grow: 1;
  height: 40px;
}
.product-view .product-grid-ul.grid-view .b2b-products .add-to-cart-block__qty .qty-increase,
.product-view .product-grid-ul.grid-view .b2b-products .add-to-cart-block__qty .qty-decrease {
  max-width: 40px;
}
.product-view .product-grid-ul.grid-view .b2b-products .add-to-cart-block__add {
  margin-top: 0;
  margin-left: 16px;
  width: 100%;
  max-width: unset;
}
@media (min-width: 481px) and (max-width: 767px) {
  .product-view .product-grid-ul.grid-view .b2b-products .add-to-cart-block__add {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .product-view .product-grid-ul.grid-view .product-item-footer {
    flex-direction: column;
  }
}
.product-view .product-grid-ul.list-view .b2b-products {
  width: 100%;
  padding: 0;
}
.product-view .product-grid-ul.list-view .b2b-products .view-item {
  display: flex;
  flex-direction: row !important;
}
.product-view .product-grid-ul.list-view .b2b-products .view-item .product-img {
  width: 22.5%;
}
.product-view .product-grid-ul.list-view .b2b-products .view-item .product-img .image {
  margin: 0;
  min-height: 160px;
}
.product-view .product-grid-ul.list-view .b2b-products .view-item .product-img .image img {
  max-width: 100%;
}
.product-view .product-grid-ul.list-view .b2b-products .view-item .product-img .title {
  display: none;
}
.product-view .product-grid-ul.list-view .b2b-products .view-item .product-details {
  width: 77.5%;
  padding: 10px;
}
.product-view .product-grid-ul.list-view .b2b-products .view-item .b2b-view-more-details {
  display: none;
}
.product-view .product-grid-ul.list-view .b2b-products .add-to-cart-block button {
  height: 40px;
}
.product-view .product-grid-ul.list-view .b2b-products .add-to-cart-block input {
  height: 40px;
}
@media screen and (max-width: 767px) {
  .product-view .product-grid-ul.list-view .b2b-products .add-to-cart-block {
    align-items: flex-start !important;
  }
  .product-view .product-grid-ul.list-view .b2b-products .add-to-cart-block__wrapper {
    flex-direction: row !important;
  }
  .product-view .product-grid-ul.list-view .b2b-products .add-to-cart-block__add {
    margin-top: 0;
    margin-left: 16px;
  }
  .product-view .product-grid-ul.list-view .b2b-products .add-to-cart-block button {
    padding-left: 10px;
    padding-right: 10px;
    min-width: unset;
  }
}
@media screen and (max-width: 575px) {
  .product-view .product-grid-ul.list-view .b2b-products .add-to-cart-block {
    align-items: stretch !important;
    max-width: 200px;
  }
  .product-view .product-grid-ul.list-view .b2b-products .add-to-cart-block__wrapper {
    flex-direction: column !important;
  }
  .product-view .product-grid-ul.list-view .b2b-products .add-to-cart-block__qty {
    width: 100%;
  }
  .product-view .product-grid-ul.list-view .b2b-products .add-to-cart-block__qty input {
    flex-grow: 1;
  }
  .product-view .product-grid-ul.list-view .b2b-products .add-to-cart-block__add {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 374px) {
  .product-view .product-grid-ul.list-view .b2b-products .add-to-cart-block input {
    width: 50px;
  }
}
.product-view .product-grid-ul.text-view .b2b-products {
  width: 100%;
  padding: 0;
}
.product-view .product-grid-ul.text-view .b2b-products .view-item .product-img .title {
  display: none;
}
.product-view .product-grid-ul.text-view .b2b-products .view-item .product-img .image {
  display: none;
}
.product-view .product-grid-ul.text-view .b2b-products .view-item .product_highlight, .product-view .product-grid-ul.text-view .b2b-products .view-item .price, .product-view .product-grid-ul.text-view .b2b-products .view-item .product-inventory, .product-view .product-grid-ul.text-view .b2b-products .view-item .b2b-wishlist-product, .product-view .product-grid-ul.text-view .b2b-products .view-item .b2b-compare-product {
  display: none;
}
.product-view .product-grid-ul.text-view .b2b-products .add-to-cart-block button {
  height: 40px;
}
.product-view .product-grid-ul.text-view .b2b-products .add-to-cart-block input {
  height: 40px;
}
@media screen and (max-width: 767px) {
  .product-view .product-grid-ul.text-view .b2b-products .add-to-cart-block {
    align-items: flex-start !important;
  }
  .product-view .product-grid-ul.text-view .b2b-products .add-to-cart-block button {
    padding-left: 10px;
    padding-right: 10px;
    min-width: unset;
  }
}
@media screen and (max-width: 575px) {
  .product-view .product-grid-ul.text-view .b2b-products .add-to-cart-block {
    align-items: flex-start !important;
  }
  .product-view .product-grid-ul.text-view .b2b-products .add-to-cart-block__wrapper {
    flex-direction: row !important;
  }
  .product-view .product-grid-ul.text-view .b2b-products .add-to-cart-block__add {
    margin-top: 0;
    margin-left: 16px;
  }
}

.b2b-products .product-details .error-msg {
  font-size: 12px;
}

.search-narrow {
  display: flex;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
}
.search-narrow input {
  width: auto;
  margin-right: 10px;
}
.search-narrow label {
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  .search-narrow {
    justify-content: center;
  }
}
@media only screen and (max-width: 500px) {
  .search-narrow {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
  .search-narrow label {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 350px) {
  .search-narrow {
    flex-direction: column;
  }
  .search-narrow input {
    width: 100%;
    margin-right: 0;
  }
  .search-narrow .btn {
    width: 100%;
    margin-top: 10px;
    max-width: none;
  }
}

@media only screen and (max-width: 575.98px) {
  .product-item-footer {
    align-items: center;
    flex-direction: column;
  }
  .product-item-footer > div {
    margin-top: 5px;
  }
}
@media all and (min-width: 576px) {
  .b2b-filters .b2b-paging {
    width: auto;
    margin-bottom: 0;
  }
}
@media all and (min-width: 768px) {
  .b2b-filters .b2b-product-count.page-top {
    width: auto;
    padding: 0;
  }
  .b2b-filters .b2b-view-mode {
    padding-left: 15px;
  }
}
@media all and (min-width: 992px) {
  .b2b-filters {
    margin: 0 0 0 10px;
  }
}
.facets-content-area .product-grid {
  padding-bottom: 0;
}
.facets-content-area .product-grid .list-group {
  padding: 15px;
  background-color: #F7F7F7;
  margin-bottom: 10px;
}
.facets-content-area .product-grid .list-group:last-child {
  border-bottom: none;
}
.facets-content-area .product-grid .list-group .panel-title {
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 0;
}
.facets-content-area .product-grid .list-group .panel-title:after {
  content: "\e901";
  font-family: "znode-web-store";
  font-size: 12px;
  padding: 5px 10px;
  float: right;
}
.facets-content-area .product-grid .list-group .panel-title.collapsed::after {
  content: "\e902";
}
.facets-content-area .product-grid .list-group .panel-body {
  margin-top: 5px;
}
.facets-content-area .product-grid .list-group .panel-body ul {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.facets-content-area .product-grid .list-group .panel-body ul li {
  margin: 10px 0 0;
  display: flex;
  align-items: center;
}
.facets-content-area .product-grid .list-group .panel-body ul li label, .facets-content-area .product-grid .list-group .panel-body ul li a {
  position: relative;
  cursor: pointer;
  font-weight: bold;
  color: #003057;
}
.facets-content-area .product-grid .list-group .panel-body ul li a:hover {
  color: #65B2E8;
}
.facets-content-area .product-grid .list-group .panel-body ul li .facet-count {
  margin-left: auto;
  background-color: #003057;
  color: #FFFFFF;
  text-indent: 0;
  font-size: 12px;
  padding: 5px 10px;
  letter-spacing: 0.75px;
  line-height: 1;
  border-radius: 2px;
}
.facets-content-area .product-grid .list-group .panel-body ul li .label-facet-count {
  font-weight: 400;
}
.facets-content-area .product-grid .list-group #collapseOne_AddedList .panel-body ul h4 {
  font-size: 16px;
  padding: 10px 0;
  margin: 0;
}
.facets-content-area .product-grid .list-group #collapseOne_AddedList .panel-body ul li {
  padding: 0;
  cursor: pointer;
}
.facets-content-area .product-grid .list-group #collapseOne_AddedList .panel-body ul li label {
  margin-bottom: 0;
  line-height: 2;
}
.facets-content-area .product-grid .list-group #collapseOne_AddedList .panel-body ul li .close-icon {
  font-size: 12px;
  padding: 5px 10px;
}

.b2b-filtered-list {
  padding: 0 10px;
}
.b2b-filtered-list h4 {
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 10px;
  line-height: 1;
  margin-top: 5px;
}
.b2b-filtered-list .b2b-filter-items {
  border: 1px solid #003057;
  padding: 3px 0 3px 5px;
  align-items: center;
  margin-right: 5px;
  margin-top: 5px;
}
.b2b-filtered-list .b2b-filter-items h4 {
  font-size: 14px;
  margin-top: 0;
  padding-right: 0;
}
.b2b-filtered-list .b2b-filter-items .filter-item {
  line-height: 1;
  align-items: center;
  margin-left: auto;
}
.b2b-filtered-list .b2b-filter-items .filter-item label {
  margin-bottom: 0;
  padding: 0 5px;
  text-transform: uppercase;
  font-size: 13px;
  height: 14px;
}
.b2b-filtered-list .b2b-filter-items .filter-item span {
  margin-right: 5px;
  cursor: pointer;
}
.b2b-filtered-list .clear-filter {
  margin-top: 5px;
  font-size: 12px;
}

@media all and (min-width: 992px) {
  .b2b-side-bar.side-nav {
    position: relative;
    height: auto;
    z-index: auto;
    right: 0;
    background-color: #FFFFFF;
  }
}
.zcustom-filter-list-limit-btn {
  display: none;
  background: none;
  border: none;
  padding: 0;
  color: #003057;
  margin-top: 15px;
  cursor: pointer;
}
.zcustom-filter-list-limit-btn:hover, .zcustom-filter-list-limit-btn:focus {
  color: #65B2E8;
}
.zcustom-filter-list-limit-btn.zcustom-filter-list-limit-btn-visible {
  display: block;
}

.zcustomFilterListLimit li {
  display: none !important;
}
.zcustomFilterListLimit li:nth-child(1), .zcustomFilterListLimit li:nth-child(2), .zcustomFilterListLimit li:nth-child(3), .zcustomFilterListLimit li:nth-child(4), .zcustomFilterListLimit li:nth-child(5) {
  display: flex !important;
}
.zcustomFilterListLimit.zcustom-filter-list-limit-show li {
  display: flex !important;
}
.zcustomFilterListLimit.zcustom-filter-list-limit-show + .zcustom-filter-list-limit-btn {
  display: none;
}

.tt-dropdown-menu {
  width: 100%;
  background-color: #FFFFFF;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #003057;
}

.tt-dataset-autos, .tt-suggestions {
  float: left;
  width: 100%;
}

.tt-suggestion {
  float: left;
  width: 100%;
  border-bottom: 1px solid #003057;
  color: #003057;
  text-align: left;
}
.tt-suggestion .auto-list {
  float: left;
  width: 70%;
  padding: 5px;
}
.tt-suggestion .auto-list h4 {
  font-size: 14px;
  font-weight: bold;
  color: #003057;
}
.tt-suggestion .auto-list p {
  font-size: 12px;
  padding: 0;
  margin: 0;
  line-height: 22px;
}
.tt-suggestion .auto-list b {
  color: #003057;
}
.tt-suggestion .auto-img {
  float: left;
  text-align: center;
  margin: 15px 0 0;
}
.tt-suggestion .auto-img img {
  width: 40px;
  height: 40px;
}

.tt-suggestion.tt-cursor {
  background-color: #c0e2f2;
  cursor: pointer;
}

.site-search .tt-suggestion .search-img {
  margin-right: 20px;
  height: 60px;
  width: 60px;
}
.site-search .tt-suggestion .search-img img {
  height: 60px;
  object-fit: cover;
}
.site-search .tt-suggestion .auto-list {
  float: none;
}
.site-search .tt-suggestion .auto-list p {
  font-size: 14px;
}
.site-search .tt-suggestion .auto-list .search-category {
  text-decoration: underline;
  color: #003057;
}

.compare-print {
  border-bottom: 1px solid #003057;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.compare-print a {
  padding-left: 10px;
}

.zcustom-compare-wrapper {
  overflow-x: auto;
}

.zcustom-compare-table {
  width: 100%;
}
@media all and (min-width: 992px) {
  .zcustom-compare-table {
    table-layout: fixed;
  }
}
.zcustom-compare-table thead tr th {
  vertical-align: top;
}
.zcustom-compare-table thead tr th:first-of-type {
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 1;
}
.zcustom-compare-table tr td {
  vertical-align: top;
}
.zcustom-compare-table tr td:first-of-type {
  position: sticky;
  left: 0;
  background: #fff;
}
.zcustom-compare-table tbody tr:nth-of-type(odd) {
  background-color: #eff9fe;
}
.zcustom-compare-table tbody tr:nth-of-type(odd) td:first-of-type {
  background-color: #eff9fe;
}
.zcustom-compare-table-column {
  min-width: 160px;
  padding: 10px;
  word-wrap: break-word;
  transition: background-color 0.2s ease;
}
.zcustom-compare-table-column.selected-cell {
  background: #fff8e0;
}
.zcustom-compare-table-column-head {
  width: 100px;
  min-width: 0;
}
@media all and (min-width: 768px) {
  .zcustom-compare-table-column {
    min-width: 180px;
    width: 20%;
  }
  .zcustom-compare-table-column-head {
    width: 20%;
  }
}
.zcustom-compare-table-image {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 5px;
}
.zcustom-compare-table-image img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
@media all and (min-width: 992px) {
  .zcustom-compare-table-image img {
    width: 200px;
    height: 200px;
  }
}
@media all and (min-width: 1300px) {
  .zcustom-compare-table-image img {
    width: 300px;
    height: 300px;
  }
}
.zcustom-compare-table-price {
  font-size: 16px;
}
.zcustom-compare-table .btn {
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 14px;
}
@media all and (min-width: 1300px) {
  .zcustom-compare-table .btn {
    height: 50px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

.zcustom-first-column-width {
  width: 140px;
}

.zcustom-jumpto-readreviews {
  margin-left: 5px;
}

.remove-compare {
  position: relative;
  padding: 0 0 0 18px;
  font-weight: normal;
}
.remove-compare::before {
  font-family: "znode-web-store";
  content: "\e914";
  position: absolute;
  left: 0;
  top: -3px;
}

@media (max-width: 575.98px) {
  .compare-print {
    margin-left: 15px;
    margin-right: 15px;
    flex: auto;
  }
}
@media all and (min-width: 768px) {
  .compare-all {
    padding: 0;
  }
}
@media print {
  .zcustom-compare-table .remove-compare, .compare-print, bl, .print-none, .btn {
    display: none !important;
  }
  html, body {
    font-size: 20px;
  }
  header, footer, .header .header-logo {
    display: none !important;
  }
  .header {
    height: 100px !important;
    margin: 0 0 15px;
  }
  .compare-all-print {
    display: grid;
    page-break-inside: avoid;
  }
}
.datepicker {
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  left: 0;
  padding: 5px 10px;
  margin-top: 0;
  background-color: #FFFFFF !important;
  cursor: pointer !important;
  z-index: 9999 !important;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease;
  border-radius: 0;
}

.datepicker-orient-top:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #003057;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

.datepicker-orient-top:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFFFFF;
  position: absolute;
  top: -6px;
  left: 7px;
}

.datepicker-orient-bottom:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -12px;
  left: 6px;
  width: 0;
  height: 0;
  border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent;
  border-style: solid;
  border-width: 6px;
  display: none;
}

.datepicker-orient-bottom:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -12px;
  left: 7px;
  width: 0;
  height: 0;
  border-color: #FFFFFF transparent transparent transparent;
  border-style: solid;
  border-width: 6px;
  display: none;
}

.datepicker > div {
  display: none;
}

.datepicker table {
  width: 100%;
  margin: 0;
}

.datepicker td, .datepicker th {
  text-align: center;
  width: 40px;
  height: 20px;
}

.datepicker td.day:hover {
  background: #e6e9e6;
  cursor: pointer;
}

.datepicker td.old, .datepicker td.new {
  color: #999;
}

.datepicker td.active, .datepicker td.active:hover {
  background: #003057;
  color: #FFFFFF;
}

.datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled, .datepicker td.active:hover.disabled, .datepicker td.active[disabled], .datepicker td.active:hover[disabled] {
  background-color: #003057;
  color: #FFFFFF;
}

.datepicker td.today {
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker td.focused {
  background: #ececec;
}

.datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active {
  background-color: #039;
}

.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
}

.datepicker td span:hover {
  background: #e6e9e6;
}

.datepicker td span.active {
  background: #003057;
  color: #FFFFFF;
}

.datepicker td span.active:hover, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled] {
  background: #003057;
  color: #FFFFFF;
}

.datepicker td span.active:active, .datepicker td span.active.active {
  background-color: #039;
}

.datepicker td span.old {
  color: #999;
}

.datepicker th.switch {
  width: 145px;
}

.datepicker thead tr:first-child th {
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover {
  background: #FFFFFF;
}

.datepicker-months table tbody tr td, .datepicker-years table tbody tr td {
  width: 220px !important;
}

.datepicker table thead tr {
  padding: 5px 0;
}
.datepicker table thead tr .prev, .datepicker table thead tr .next {
  color: #daa900;
}
.datepicker table thead tr .dow {
  font-weight: normal;
  color: #323230;
  font-size: 12px;
}

.datepicker table tbody {
  background-color: #ececec;
}
.datepicker table tbody tr td {
  background-color: #fff;
  border: 1px solid #ececec;
}

.timepicker .timepicker-picker .timepicker-hour, .timepicker .timepicker-picker .timepicker-minute {
  text-align: center;
  display: block;
}

.timepicker .timepicker-picker .glyphicon {
  color: #daa900;
}

.timepicker .timepicker-picker .btn-primary {
  background: #daa900;
  border: 1px solid #daa900;
}

.quick-order-pad-content { /*box-shadow:$box-shadow;*/ }
.quick-order-pad-content .btn-container {
  padding: 20px 0px 13px;
}
.quick-order-pad-content .quick-rows {
  overflow: visible;
}
.quick-order-pad-content .table-striped .form-group {
  display: flex;
  align-items: center;
}
.quick-order-pad-content .table-striped .form-group .col-xs-8.col-sm-9 {
  padding: 0;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.quick-order-pad-content .table-striped .form-group > div {
  margin: 0;
  float: left;
}
.quick-order-pad-content .table-striped .form-group .col-xs-3.col-sm-2 {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 0.5rem !important;
}
.quick-order-pad-content .table-striped .form-group .col-xs-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.quick-order-pad-content .close-icon, .quick-order-pad-content .close-circle-icon {
  font-style: normal;
  cursor: pointer;
  font-size: 16px;
  margin: 0 5px;
  line-height: 1.2;
  display: flex;
  line-height: 50px;
}
.quick-order-pad-content .close-icon:before, .quick-order-pad-content .close-circle-icon:before {
  content: "\e90e";
}
.quick-order-pad-content .clear-all-orders {
  border: 0;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  line-height: 37px;
}
.quick-order-pad-content .clear-all-orders .close-circle-icon {
  line-height: 37px;
}

.quick-order-container .quick-order {
  display: block !important;
}

.b2b-quick-order-page .quick-order-pad .quick-order-page .b2b-form .quick-order-tab .nav-tabs .nav-item.show .nav-link, .b2b-quick-order-page .quick-order-pad .quick-order-page .b2b-form .quick-order-tab .nav-tabs .nav-link.active {
  border-bottom: 2px solid #01579B;
  color: #01579B;
}
.b2b-quick-order-page .quick-order-pad .quick-order-page .b2b-form .quick-order-tab .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #454545;
  text-transform: uppercase;
}
.b2b-quick-order-page .quick-order-pad .quick-order-page .b2b-form .tab-content .tab-pane .sub-heading-template {
  background: #F8F8F8;
}
.b2b-quick-order-page .quick-order-pad .quick-order-page .b2b-form .tab-content .tab-pane .sub-heading-template .icon-file-uploader, .b2b-quick-order-page .quick-order-pad .quick-order-page .b2b-form .tab-content .tab-pane .sub-heading-template .icon-file-upload {
  font-size: 32px;
  color: #5db043;
}
.b2b-quick-order-page .quick-order-pad .quick-order-page .b2b-form .tab-content .tab-pane .sub-heading-template .file-text {
  font-size: 11px !important;
}
.b2b-quick-order-page .quick-order-pad .quick-order-page .b2b-form .tab-content .tab-pane .sub-heading-template .file-text .xlsx-link, .b2b-quick-order-page .quick-order-pad .quick-order-page .b2b-form .tab-content .tab-pane .sub-heading-template .file-text .csv-link {
  font-size: 13px;
}
.b2b-quick-order-page .quick-order-pad .quick-order-page .b2b-form .tab-content .tab-pane .add-to-quick-list {
  width: 100%;
}

@media all and (min-width: 768px) {
  .quick-order-pad-content .table-striped .form-group .col-xs-3.col-sm-2 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 1rem !important;
  }
  .b2b-quick-order-page .quick-order-page .b2b-form .add-to-quick-list {
    width: auto;
  }
}
.shipping-progress {
  padding: 20px 0;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
}

.progress-start, .progress-end {
  width: 30%;
}

.bar-15 {
  width: 15% !important;
  flex: 1;
}

.bar-20 {
  width: 20% !important;
  flex: 1;
}

.starting-point {
  position: absolute;
  top: 40%;
  left: 15%;
  flex: 1;
}

.ending-point {
  position: absolute;
  top: 40%;
  right: 15%;
  flex: 1;
}

.shipping-progress > .progress-step {
  padding: 0;
  position: relative;
  display: inline-block;
}
.shipping-progress > .progress-step:first-child .step-title {
  visibility: hidden;
}
.shipping-progress > .progress-step:first-child .step-info {
  visibility: hidden;
}
.shipping-progress > .progress-step .step-title {
  color: #008300;
  font-size: 16px;
  margin-bottom: 5px;
  height: 22px;
  line-height: 18px;
}
.shipping-progress > .progress-step .bs-wizard-info {
  color: #000;
  font-size: 14px;
}
.shipping-progress > .progress-step > .step-dot {
  position: absolute;
  width: 18px;
  height: 18px;
  display: block;
  background: #008300;
  border: 2px solid #FFFFFF;
  top: 45px;
  left: 50%;
  margin-top: -7px;
  margin-left: -8px;
  border-radius: 50%;
}
.shipping-progress > .progress-step > .progress {
  position: relative;
  border-radius: 0;
  height: 5px;
  box-shadow: none;
  margin: 23px 0;
  background-color: #e5e5e5;
  overflow: hidden;
  background: #008300;
}
.shipping-progress > .progress-step > .progress > .progress-bar {
  width: 0;
  box-shadow: none;
  background: #008300;
}
.shipping-progress > .progress-step.complete > .progress > .progress-bar {
  width: 100%;
}
.shipping-progress > .progress-step.active > .progress > .progress-bar {
  width: 50%;
}
.shipping-progress > .progress-step.disabled > .progress {
  background: #f5f5f5;
}
.shipping-progress > .progress-step:first-child.active > .progress > .progress-bar {
  width: 0;
}
.shipping-progress > .progress-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}
.shipping-progress > .progress-step.disabled > .step-dot {
  background-color: #e5e5e5;
}
.shipping-progress > .progress-step.disabled > .step-dot:after {
  opacity: 0;
}
.shipping-progress > .progress-step:first-child > .progress {
  left: 50%;
  width: 50%;
}
.shipping-progress > .progress-step:last-child > .progress {
  width: 50%;
}

.shipping-progress > .progress-step.disabled a.step-dot:hover {
  border-color: #008300;
}

.shipping-progress .popover-content {
  padding: 9px 14px;
  text-align: center;
}

.shipping-progress .popover {
  background-color: #008300;
  color: #FFFFFF;
  border-radius: 10px;
}

.shipping-progress .popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #008300;
  border-bottom-width: 0;
}

.shipping-bar-status {
  padding-bottom: 10px;
  text-align: center;
}
.shipping-bar-status a {
  font-weight: 600;
}
.shipping-bar-status i {
  font-size: 10px;
}

@media all and (min-width: 0) {
  .starting-point {
    position: absolute;
    top: 40%;
    left: 0;
  }
  .ending-point {
    position: absolute;
    top: 40%;
    right: -15%;
  }
  .shipping-progress > .progress-step .step-title {
    font-size: 14px;
    visibility: hidden;
  }
}
@media all and (min-width: 576px) {
  .starting-point {
    left: 25%;
  }
  .ending-point {
    right: 0;
  }
  .shipping-progress > .progress-step .step-title {
    visibility: visible;
  }
}
@media all and (min-width: 768px) {
  .starting-point {
    left: 30%;
  }
}
@media all and (min-width: 992px) {
  .ending-point {
    right: 15%;
  }
}
@media all and (min-width: 1200px) {
  .shipping-progress > .progress-step .step-title {
    font-size: 16px;
  }
}
.AddToCartBlock {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: #F2F2F2;
  z-index: 999999;
}
.AddToCartBlock .cart-notify-bar {
  box-shadow: 0px 1px 2px 1px #c5b7b7;
}
.AddToCartBlock .cart-notify-bar .cart-notify-section {
  min-height: 115px;
  position: relative;
}
.AddToCartBlock .cart-notify-bar .add-to-heading {
  font-size: 18px;
  color: #36B37E;
  font-weight: bold;
}
.AddToCartBlock .cart-notify-bar .add-to-heading i {
  font-size: 34px;
  font-style: initial !important;
}
.AddToCartBlock .cart-notify-bar .z-tab img {
  width: 80px;
  height: 80px;
  float: left;
  border: 1px solid #DCDCDC;
}
.AddToCartBlock .cart-notify-bar .z-tab img {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.AddToCartBlock .cart-notify-bar .product-number {
  font-size: 18px;
}
.AddToCartBlock .cart-notify-bar .product-number span {
  font-weight: bold;
}
.AddToCartBlock .cart-notify-bar .z-mini-cart .btn-cart {
  border: 1px solid #333 !important;
  color: #003057 !important;
  border-radius: 0;
  background: #FFFFFF;
}
.AddToCartBlock .cart-notify-bar .z-cart-close {
  position: absolute;
}
.AddToCartBlock .cart-notify-bar .z-cart-close i {
  font-style: initial;
  font-size: 22px;
  cursor: pointer;
}

@media all and (min-width: 0) {
  .AddToCartBlock .cart-notify-bar .z-cart-close {
    right: 7%;
    top: 4%;
  }
}
@media all and (min-width: 768px) {
  .AddToCartBlock .cart-notify-bar .z-cart-close {
    right: 4%;
    top: 5%;
  }
}
@media all and (min-width: 1300px) {
  .AddToCartBlock .cart-notify-bar .z-cart-close {
    right: 4%;
    top: auto;
  }
}
@media all and (min-width: 1500px) {
  .AddToCartBlock .cart-notify-bar .z-cart-close {
    right: 7%;
  }
}
header .header .zcustom-header-locale-container .locale-widget {
  text-align: right;
}
header .header .zcustom-header-locale-container .locale-widget button {
  background: transparent none repeat scroll 0 0;
  border: 0;
  color: #FFFFFF;
  font-size: 13px;
  vertical-align: middle;
  cursor: pointer;
}
header .header .zcustom-header-locale-container .locale-widget button:focus {
  outline: none;
}
header .header .zcustom-header-locale-container .locale-widget .dropdown-menu {
  position: absolute !important;
  text-align: left;
  background-color: #f8f8f8;
  box-shadow: 0px 3px 6px #000000;
}
header .header .zcustom-header-locale-container .locale-widget .dropdown-menu:before {
  content: none;
}
header .header .zcustom-header-locale-container .locale-widget .dropdown-menu ul {
  max-height: 255px;
  overflow-y: auto;
}
header .header .zcustom-header-locale-container .locale-widget .dropdown-menu ul::-webkit-scrollbar {
  width: 7px;
}
header .header .zcustom-header-locale-container .locale-widget .dropdown-menu ul::-webkit-scrollbar-track {
  background: #e5e5e5;
  border-radius: 5px;
}
header .header .zcustom-header-locale-container .locale-widget .dropdown-menu ul::-webkit-scrollbar-thumb {
  background: #ff8d36;
  border-radius: 5px;
}
header .header .zcustom-header-locale-container .locale-widget .dropdown-menu ul::-webkit-scrollbar-thumb:hover {
  background: #003057;
}
header .header .zcustom-header-locale-container .locale-widget ul {
  margin: 0;
  min-width: 200px;
  padding: 10px;
  /*&:after{border-color: transparent transparent $white;border-style: solid;border-width: 5px;content: "";display: block;height: 0;position: absolute;right: 4px;top: -10px;width: 0;}*/
}
header .header .zcustom-header-locale-container .locale-widget ul li h5 {
  font-size: 13px;
  border-bottom: 1px solid #003057;
  padding: 3px 5px 6px 0px;
  width: 100%;
}
header .header .zcustom-header-locale-container .locale-widget ul li ul {
  margin: 0;
  padding: 0;
}
header .header .zcustom-header-locale-container .locale-widget ul li ul li {
  margin: 0;
  display: block;
}
header .header .zcustom-header-locale-container .locale-widget ul li ul li a {
  padding: 3px 0px;
  display: block;
  font-size: 13px;
  color: #003057;
}
header .header .zcustom-header-locale-container .locale-widget ul li ul li a:active, header .header .zcustom-header-locale-container .locale-widget ul li ul li a.selected, header .header .zcustom-header-locale-container .locale-widget ul li ul li a:hover, header .header .zcustom-header-locale-container .locale-widget ul li ul li a:focus {
  color: #003057;
}

.flag {
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: text-top;
  line-height: 16px;
  background: url("../../Images/flags.png") no-repeat !important;
  margin-right: 5px;
}

._African_Union {
  background-position: 0 -16px;
}

._Arab_League {
  background-position: 0 -32px;
}

._ASEAN {
  background-position: 0 -48px;
}

._CARICOM {
  background-position: 0 -64px;
}

._CIS {
  background-position: 0 -80px;
}

._Commonwealth {
  background-position: 0 -96px;
}

._England {
  background-position: 0 -112px;
}

._European_Union, .eu {
  background-position: 0 -128px;
}

._Islamic_Conference {
  background-position: 0 -144px;
}

._Kosovo {
  background-position: 0 -160px;
}

._NATO {
  background-position: 0 -176px;
}

._Northern_Cyprus {
  background-position: 0 -192px;
}

._Northern_Ireland {
  background-position: 0 -208px;
}

._Olimpic_Movement {
  background-position: 0 -224px;
}

._OPEC {
  background-position: 0 -240px;
}

._Red_Cross {
  background-position: 0 -256px;
}

._Scotland {
  background-position: 0 -272px;
}

._Somaliland {
  background-position: 0 -288px;
}

._Tibet {
  background-position: 0 -304px;
}

._United_Nations {
  background-position: 0 -320px;
}

._Wales {
  background-position: 0 -336px;
}

.ad {
  background-position: 0 -352px !important;
}

.ae {
  background-position: 0 -368px !important;
}

.af {
  background-position: 0 -384px !important;
}

.ag {
  background-position: 0 -400px !important;
}

.ai {
  background-position: 0 -416px !important;
}

.al {
  background-position: 0 -432px !important;
}

.am {
  background-position: 0 -448px !important;
}

.ao {
  background-position: 0 -464px !important;
}

.aq {
  background-position: 0 -480px !important;
}

.ar {
  background-position: 0 -496px !important;
}

.as {
  background-position: 0 -512px !important;
}

.at {
  background-position: 0 -528px !important;
}

.au {
  background-position: 0 -544px !important;
}

.aw {
  background-position: 0 -560px !important;
}

.ax {
  background-position: 0 -576px !important;
}

.az {
  background-position: 0 -592px !important;
}

.ba {
  background-position: 0 -608px !important;
}

.bb {
  background-position: 0 -624px !important;
}

.bd {
  background-position: 0 -640px !important;
}

.be {
  background-position: 0 -656px !important;
}

.bf {
  background-position: 0 -672px !important;
}

.bg {
  background-position: 0 -688px !important;
}

.bh {
  background-position: 0 -704px !important;
}

.bi {
  background-position: 0 -720px !important;
}

.bj {
  background-position: 0 -736px !important;
}

.bm {
  background-position: 0 -752px !important;
}

.bn {
  background-position: 0 -768px !important;
}

.bo {
  background-position: 0 -784px !important;
}

.br {
  background-position: 0 -800px !important;
}

.bs {
  background-position: 0 -816px !important;
}

.bt {
  background-position: 0 -832px !important;
}

.bw {
  background-position: 0 -848px !important;
}

.by {
  background-position: 0 -864px !important;
}

.bz {
  background-position: 0 -880px !important;
}

.ca {
  background-position: 0 -896px !important;
}

.cg {
  background-position: 0 -912px !important;
}

.cf {
  background-position: 0 -928px !important;
}

.cd {
  background-position: 0 -944px !important;
}

.ch {
  background-position: 0 -960px !important;
}

.ci {
  background-position: 0 -976px !important;
}

.ck {
  background-position: 0 -992px !important;
}

.cl {
  background-position: 0 -1008px !important;
}

.cm {
  background-position: 0 -1024px !important;
}

.cn {
  background-position: 0 -1040px !important;
}

.co {
  background-position: 0 -1056px !important;
}

.cr {
  background-position: 0 -1072px !important;
}

.cu {
  background-position: 0 -1088px !important;
}

.cv {
  background-position: 0 -1104px !important;
}

.cy {
  background-position: 0 -1120px !important;
}

.cz {
  background-position: 0 -1136px !important;
}

.de {
  background-position: 0 -1152px !important;
}

.dj {
  background-position: 0 -1168px !important;
}

.dk {
  background-position: 0 -1184px !important;
}

.dm {
  background-position: 0 -1200px !important;
}

.do {
  background-position: 0 -1216px !important;
}

.dz {
  background-position: 0 -1232px !important;
}

.ec {
  background-position: 0 -1248px !important;
}

.ee {
  background-position: 0 -1264px !important;
}

.eg {
  background-position: 0 -1280px !important;
}

.eh {
  background-position: 0 -1296px !important;
}

.er {
  background-position: 0 -1312px !important;
}

.es {
  background-position: 0 -1328px !important;
}

.et {
  background-position: 0 -1344px !important;
}

.fi {
  background-position: 0 -1360px !important;
}

.fj {
  background-position: 0 -1376px !important;
}

.fm {
  background-position: 0 -1392px !important;
}

.fo {
  background-position: 0 -1408px !important;
}

.fr {
  background-position: 0 -1424px !important;
}

.bl, .cp, .mf, .yt {
  background-position: 0 -1424px;
}

.ga {
  background-position: 0 -1440px !important;
}

.gb {
  background-position: 0 -1456px !important;
}

.sh {
  background-position: 0 -1456px;
}

.gd {
  background-position: 0 -1472px !important;
}

.ge {
  background-position: 0 -1488px !important;
}

.gg {
  background-position: 0 -1504px !important;
}

.gh {
  background-position: 0 -1520px !important;
}

.gi {
  background-position: 0 -1536px !important;
}

.gl {
  background-position: 0 -1552px !important;
}

.gm {
  background-position: 0 -1568px !important;
}

.gn {
  background-position: 0 -1584px !important;
}

.gp {
  background-position: 0 -1600px !important;
}

.gq {
  background-position: 0 -1616px !important;
}

.gr {
  background-position: 0 -1632px !important;
}

.gt {
  background-position: 0 -1648px !important;
}

.gu {
  background-position: 0 -1664px !important;
}

.gw {
  background-position: 0 -1680px !important;
}

.gy {
  background-position: 0 -1696px !important;
}

.hk {
  background-position: 0 -1712px !important;
}

.hn {
  background-position: 0 -1728px !important;
}

.hr {
  background-position: 0 -1744px !important;
}

.ht {
  background-position: 0 -1760px !important;
}

.hu {
  background-position: 0 -1776px !important;
}

.id {
  background-position: 0 -1792px !important;
}

.mc {
  background-position: 0 -1792px !important;
}

.ie {
  background-position: 0 -1808px !important;
}

.il {
  background-position: 0 -1824px !important;
}

.im {
  background-position: 0 -1840px !important;
}

.in {
  background-position: 0 -1856px !important;
}

.iq {
  background-position: 0 -1872px !important;
}

.ir {
  background-position: 0 -1888px !important;
}

.is {
  background-position: 0 -1904px !important;
}

.it {
  background-position: 0 -1920px !important;
}

.je {
  background-position: 0 -1936px !important;
}

.jm {
  background-position: 0 -1952px !important;
}

.jo {
  background-position: 0 -1968px !important;
}

.jp {
  background-position: 0 -1984px !important;
}

.ke {
  background-position: 0 -2000px !important;
}

.kg {
  background-position: 0 -2016px !important;
}

.kh {
  background-position: 0 -2032px !important;
}

.ki {
  background-position: 0 -2048px !important;
}

.km {
  background-position: 0 -2064px !important;
}

.kn {
  background-position: 0 -2080px !important;
}

.kp {
  background-position: 0 -2096px !important;
}

.kr {
  background-position: 0 -2112px !important;
}

.kw {
  background-position: 0 -2128px !important;
}

.ky {
  background-position: 0 -2144px !important;
}

.kz {
  background-position: 0 -2160px !important;
}

.la {
  background-position: 0 -2176px !important;
}

.lb {
  background-position: 0 -2192px !important;
}

.lc {
  background-position: 0 -2208px !important;
}

.li {
  background-position: 0 -2224px !important;
}

.lk {
  background-position: 0 -2240px !important;
}

.lr {
  background-position: 0 -2256px !important;
}

.ls {
  background-position: 0 -2272px !important;
}

.lt {
  background-position: 0 -2288px !important;
}

.lu {
  background-position: 0 -2304px !important;
}

.lv {
  background-position: 0 -2320px !important;
}

.ly {
  background-position: 0 -2336px !important;
}

.ma {
  background-position: 0 -2352px !important;
}

.md {
  background-position: 0 -2368px !important;
}

.me {
  background-position: 0 -2384px !important;
}

.mg {
  background-position: 0 -2400px !important;
}

.mh {
  background-position: 0 -2416px !important;
}

.mk {
  background-position: 0 -2432px !important;
}

.ml {
  background-position: 0 -2448px !important;
}

.mm {
  background-position: 0 -2464px !important;
}

.mn {
  background-position: 0 -2480px !important;
}

.mo {
  background-position: 0 -2496px !important;
}

.mq {
  background-position: 0 -2512px !important;
}

.mr {
  background-position: 0 -2528px !important;
}

.ms {
  background-position: 0 -2544px !important;
}

.mt {
  background-position: 0 -2560px !important;
}

.mu {
  background-position: 0 -2576px !important;
}

.mv {
  background-position: 0 -2592px !important;
}

.mw {
  background-position: 0 -2608px !important;
}

.mx {
  background-position: 0 -2624px !important;
}

.my {
  background-position: 0 -2640px !important;
}

.mz {
  background-position: 0 -2656px !important;
}

.na {
  background-position: 0 -2672px !important;
}

.nc {
  background-position: 0 -2688px !important;
}

.ne {
  background-position: 0 -2704px !important;
}

.ng {
  background-position: 0 -2720px !important;
}

.ni {
  background-position: 0 -2736px !important;
}

.nl {
  background-position: 0 -2752px !important;
}

.bq {
  background-position: 0 -2752px !important;
}

.no {
  background-position: 0 -2768px !important;
}

.bv, .nq, .sj {
  background-position: 0 -2768px !important;
}

.np {
  background-position: 0 -2784px !important;
}

.nr {
  background-position: 0 -2800px !important;
}

.nz {
  background-position: 0 -2816px !important;
}

.om {
  background-position: 0 -2832px !important;
}

.pa {
  background-position: 0 -2848px !important;
}

.pe {
  background-position: 0 -2864px !important;
}

.pf {
  background-position: 0 -2880px !important;
}

.pg {
  background-position: 0 -2896px !important;
}

.ph {
  background-position: 0 -2912px !important;
}

.pk {
  background-position: 0 -2928px !important;
}

.pl {
  background-position: 0 -2944px !important;
}

.pr {
  background-position: 0 -2960px !important;
}

.ps {
  background-position: 0 -2976px !important;
}

.pt {
  background-position: 0 -2992px !important;
}

.pw {
  background-position: 0 -3008px !important;
}

.py {
  background-position: 0 -3024px !important;
}

.qa {
  background-position: 0 -3040px !important;
}

.re {
  background-position: 0 -3056px !important;
}

.ro {
  background-position: 0 -3072px !important;
}

.rs {
  background-position: 0 -3088px !important;
}

.ru {
  background-position: 0 -3104px !important;
}

.rw {
  background-position: 0 -3120px !important;
}

.sa {
  background-position: 0 -3136px !important;
}

.sb {
  background-position: 0 -3152px !important;
}

.sc {
  background-position: 0 -3168px !important;
}

.sd {
  background-position: 0 -3184px !important;
}

.se {
  background-position: 0 -3200px !important;
}

.sg {
  background-position: 0 -3216px !important;
}

.si {
  background-position: 0 -3232px !important;
}

.sk {
  background-position: 0 -3248px !important;
}

.sl {
  background-position: 0 -3264px !important;
}

.sm {
  background-position: 0 -3280px !important;
}

.sn {
  background-position: 0 -3296px !important;
}

.so {
  background-position: 0 -3312px !important;
}

.sr {
  background-position: 0 -3328px !important;
}

.st {
  background-position: 0 -3344px !important;
}

.sv {
  background-position: 0 -3360px !important;
}

.sy {
  background-position: 0 -3376px !important;
}

.sz {
  background-position: 0 -3392px !important;
}

.tc {
  background-position: 0 -3408px !important;
}

.td {
  background-position: 0 -3424px !important;
}

.tg {
  background-position: 0 -3440px !important;
}

.th {
  background-position: 0 -3456px !important;
}

.tj {
  background-position: 0 -3472px !important;
}

.tl {
  background-position: 0 -3488px !important;
}

.tm {
  background-position: 0 -3504px !important;
}

.tn {
  background-position: 0 -3520px !important;
}

.to {
  background-position: 0 -3536px !important;
}

.tr {
  background-position: 0 -3552px !important;
}

.tt {
  background-position: 0 -3568px !important;
}

.tv {
  background-position: 0 -3584px !important;
}

.tw {
  background-position: 0 -3600px !important;
}

.tz {
  background-position: 0 -3616px !important;
}

.ua {
  background-position: 0 -3632px !important;
}

.ug {
  background-position: 0 -3648px !important;
}

.us {
  background-position: 0 -3664px !important;
}

.uy {
  background-position: 0 -3680px !important;
}

.uz {
  background-position: 0 -3696px !important;
}

.va {
  background-position: 0 -3712px !important;
}

.vc {
  background-position: 0 -3728px !important;
}

.ve {
  background-position: 0 -3744px !important;
}

.vg {
  background-position: 0 -3760px !important;
}

.vi {
  background-position: 0 -3776px !important;
}

.vn {
  background-position: 0 -3792px !important;
}

.vu {
  background-position: 0 -3808px !important;
}

.ws {
  background-position: 0 -3824px !important;
}

.ye {
  background-position: 0 -3840px !important;
}

.za {
  background-position: 0 -3856px !important;
}

.zm {
  background-position: 0 -3872px !important;
}

.zw {
  background-position: 0 -3888px !important;
}

.sx {
  background-position: 0 -3904px !important;
}

.cw {
  background-position: 0 -3920px !important;
}

.ss {
  background-position: 0 -3936px !important;
}

.nu {
  background-position: 0 -3952px !important;
}

.b2b-wishlist-product,
.btn-wishlist {
  display: none;
}

.product-view .product-grid-ul.grid-view .b2b-products .product-item-footer {
  justify-content: center !important;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/Westway/Content/sass/site.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/base/_fonts.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/base/global.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/base/_variables.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/Westway/Content/sass/base/_variables.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/base/_mixins.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/base/layout.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/pages/home.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/pages/category.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/pages/brand.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/pages/product-details.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/pages/user-dashboard.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/pages/cart.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/Westway/Content/sass/pages/cart.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/pages/single-page-checkout.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/pages/blog-news.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/pages/template.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/pages/login.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/pages/quote.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/pages/returns.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/components/_navigation.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/Westway/Content/sass/components/_navigation.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/components/_buttons.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/components/_forms.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/components/_input.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/components/_dropdown.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/components/_loader.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/components/_icons.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/components/_checkbox-and-radio.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/components/_modal.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/components/_form-builder.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/components/_placeholder.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/widgets/header.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/Westway/Content/sass/widgets/header.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/widgets/_search.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/widgets/footer.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/Westway/Content/sass/widgets/footer.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/widgets/_slider.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/widgets/_tabs.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/widgets/_image-zoom.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/widgets/_quick-view.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/widgets/_product-grid.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/widgets/_facet.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/widgets/_typeahead.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/widgets/_compare-product.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/widgets/_datepicker.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/widgets/_quick-order.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/widgets/_shipping-progress-bar.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/widgets/cart-notification.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/UnitedElectric/Content/sass/widgets/_local.scss%22,%22file:///C:/action-runner/aawp/_work/znode-pro-united-electric/znode-pro-united-electric/ZnodeMultifront/Projects/Znode.Engine.WebStore/Views/Themes/Westway/Content/sass/base/global.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%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A;;AAGJ;EACI;EACA,OdrEK;;AcwET;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAMhB;EACI;EACA;;;AAMA;EACI;;;AAMZ;EACI;IACI;;;AC/GJ;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA,WhBHS;EgBIT;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,kBfjBK;;AesBT;EACI;EACA;EACA;EACA;EACA;EACA;;AAKJ;EACI;EACA;;AAEA;EACI,kBftCC;EeuCD;;;AAOpB;EACI;;;AAIA;EACI;EACA;EACA;;AAKA;EACI;;AAKJ;EACI,OflES;EemET,kBhBqCQ;;AgBlCZ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;;AAMJ;EACI,Of1FS;Ee2FT,YhBaQ;;AgBVZ;EACI;;;ACzGX;EACG;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAIR;EACI,OjBtBF;EiBuBE;EACA;EACA;;AAEA;EACI,OjBnCH;;AEyCT;EeFY;IACI;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;IACA,ajBiFV;;EiB9EM;IACI,OjB5CV;;EiB8CU;IACI;;;AAMhB;EACI,OjBtDF;EiBuDE;;AAGJ;EACI;;AAMhB;EACI;EACA;EACA;EACA;EACA;EACA;;Af9CA;EewCJ;IASQ;IACA;IACA;;;AAIR;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA,OjBXJ;;AiBaI;EACI,OjB1GD;;AiB8GP;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA,YjB5BO;EiB6BP;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA,OjBhDA;;AiBkDA;EACI,OjB/IG;;AiBkJP;EACI;EACA;EACA;;;AAMR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OjB3EJ;EiB4EI;;AAEA;EACI,OjB3KD;;;AiBiLf;EACI;EACA;EACA;EACA;EACA;EACA;EACA,kBjB7FI;EiB8FJ;;AAEA;EACI,kBjB5LO;EiB6LP;EACA;;AAEA;EACI,OjBtGJ;EiBuGI;;AAGJ;EACI;EACA;EACA;EACA;EACA,OjB/GJ;EiBgHI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAKZ;EACI;;AAGJ;EACI;;AAEA;EACI;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI,WjBpPC;;AiByPT;EACI;;AAGJ;EACI;;AAIR;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;;AAEA;EACI,OjBlLZ;EiBmLY;EACA,WjBnRH;EiBoRG;EACA;EACA;;AAEA;EACI,OjBtRT;;AiB4RP;EACI;EACA;EACA,OhBlSS;;;AgBuSrB;EACI;EACA;EACA;EACA;EACA;EACA,YjB9MI;EiB+MJ;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;AAEA;EACI;;;AAIR;EACI;;;AAIJ;EACI;EACA;EACA;;;Af9RI;EekSJ;IACI;IACA;;;Af9RA;EeqSJ;IACI;IACA;IACA;;EAEA;IACI;;;AAKZ;EACI;EACA;EACA;EACA,kBhBnWiB;EgBoWjB;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;;AAIR;AAEA;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EAJJ;IAKQ;IACA;IACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA,YjBtYE;;AiBwYF;EACI;;AAIR;EACI,YjB9YE;EiB+YF;EACA;EACA;EACA;EACA;;AAGA;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAIJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA,OjB3bD;EiB4bC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,OjB/cF;;AE+BV;EembgB;IACI,OjBndV;IiBodU;;;AAIR;EACI;EACA;;Af3bhB;Ee2YI;IAqDQ;IACA;;EAEA;IACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;EACA;EACA;;AAEA;EACI;;AAEA;EACI,OjBvhBb;EiBwhBa;EACA;EACA;;AAEA;EACI,OjBhhBd;;AiBqhBE;EACI;EACA;EACA;;AAEA;EACI,OjBxiBb;;AiB0iBa;EACI,OjB9hBd;;AiBiiBU;EACI,OjBjiBd;;;AiB2iBlB;EAGQ;IACI;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA,YhB/lBC;IgBgmBD;IACA;;EAEA;IACI;IACA;;EAIR;IACI;IACA;;EAGI;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;;EAIR;IACI;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;;EAIR;IACI;IACA;;EAMhB;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA,YhB7qBC;IgB8qBD;IACA;;EAEA;IACI;IACA;;EAIR;IACI;;EAKA;IACI,YjB9qBN;;EiBgrBM;IACI;;EAGJ;IACI;;EAMhB;IACI;IACA;IACA;IACA;IACA;IACA;IACA,YjBrsBF;IiBssBE;;EAIQ;IACI;IACA;;EAOR;IACI;IACA;;EAKA;IACI;IACA;IACA;;EAEA;IACI;IACA;;EAIR;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;;EAMhB;IACI;IACA;IACA;IACA;IACA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CA;EACA;EACA;EACA;EACA;EACA;;;AAGF;AACA;EACE;IAAK;;EACL;IAAO;;;AAGT;EACE;IAAK;;EACL;IAAO;;;AClBX;EACI,axB+Ic;EwB9Id;EACA;EACA;EACA;;AAGJ;EACI,OxBec;EwBdd;;AAEA;EACI,OxBHO;;;AwBQX;EACI,OxBkFA;EwBjFA,kBvBba;EuBcb;EACA;;AAGJ;EACI,kBxBhBO;EwBiBP;;;AAIR;EtBDI,aFkHc;EEjHd,SFqHa;;;AwBjHjB;EtBLI,aFkHc;EEjHd,SFsHY;;;AwB9GhB;EtBTI,aFkHc;EEjHd,SFuHa;;;AwB3GjB;EtBbI,aFkHc;EEjHd,SFwHe;;;AwBxGnB;EtBjBI,aFkHc;EEjHd,SFyHa;;;AwBrGjB;EtBrBI,aFkHc;EEjHd,SF0HiB;;;AwBlGrB;EtBzBI,aFkHc;EEjHd,SF2HY;;;AwB/FhB;EtB7BI,aFkHc;EEjHd,SF8HW;;;AwB9Ff;EtBjCI,aFkHc;EEjHd,SFoIQ;;;AwBhGZ;EtBrCI,aFkHc;EEjHd,SFiIQ;;;AwBzFZ;EtBzCI,aFkHc;EEjHd,SF+HM;;;AwBnFV;EtB7CI,aFkHc;EEjHd,SFgIQ;;;AwBhFZ;EtBjDI,aFkHc;EEjHd,SF2Me;;;AwBvJnB;EtBrDI,aFkHc;EEjHd,SFkIS;;;AwB1Eb;EtBzDI,aFkHc;EEjHd,SFmIY;;;AwBvEhB;EtB7DI,aFkHc;EEjHd,SFsIQ;;;AwBtEZ;EtBjEI,aFkHc;EEjHd,SFqIQ;;;AwBjEZ;EtBrEI,aFkHc;EEjHd,SFuIU;;;AwB/Dd;EtBzEI,aFkHc;EEjHd,SFwIa;;;AwB5DjB;EtB7EI,aFkHc;EEjHd,SFyIS;;;AwBzDb;EtBjFI,aFkHc;EEjHd,SF0IgB;;;AwBtDpB;EtBrFI,aFkHc;EEjHd,SF2Ia;;;AwBnDjB;EtBzFI,aFkHc;EEjHd,SF4Ic;;;AwBhDlB;EtB7FI,aFkHc;EEjHd,SF6Ia;;;AwB7CjB;EtBjGI,aFkHc;EEjHd,SF8IQ;;;AwB1CZ;EtBrGI,aFkHc;EEjHd,SF+IS;;;AwBvCb;EtBzGI,aFkHc;EEjHd,SFgJc;;;AwBpClB;EtB7GI,aFkHc;EEjHd,SFiJQ;;;AwBjCZ;EtBjHI,aFkHc;EEjHd,SFkJU;;;AwB9Bd;EtBrHI,aFkHc;EEjHd,SFmJQ;;;AwB3BZ;EtBzHI,aFkHc;EEjHd,SFoJU;;;AwBxBd;EtB7HI,aFkHc;EEjHd,SFqJQ;;;AwBrBZ;EtBjII,aFkHc;EEjHd,SFsJW;;;AwBlBf;EtBrII,aFkHc;EEjHd,SFuJY;;;AwBfhB;EtBzII,aFkHc;EEjHd,SFwJS;;;AwBZb;EtB7II,aFkHc;EEjHd,SFyJQ;;;AwBTZ;EtBjJI,aFkHc;EEjHd,SF0JQ;;;AwBNZ;EtBrJI,aFkHc;EEjHd,SF2JS;;;AwBHb;EtBzJI,aFkHc;EEjHd,SF4JQ;;;AwBAZ;EtB7JI,aFkHc;EEjHd,SF6JY;;;AwBGhB;EtBjKI,aFkHc;EEjHd,SF8JW;;;AwBMf;EtBrKI,aFkHc;EEjHd,SF+JgB;;;AwBSpB;EtBzKI,aFkHc;EEjHd,SFgKQ;;;AwBYZ;EtB7KI,aFkHc;EEjHd,SFiKS;;;AwBeb;EtBjLI,aFkHc;EEjHd,SFkKmB;;;AwBkBvB;EtBrLI,aFkHc;EEjHd,SFmKmB;EwBmBnB;;;AAGJ;EtB1LI,aFkHc;EEjHd,SFoKmB;EwBuBnB;;;AAGJ;EtB/LI,aFkHc;EEjHd,SFqKY;;;AwB6BhB;EtBnMI,aFkHc;EEjHd,SFsKiB;;;AwBgCrB;EtBvMI,aFkHc;EEjHd,SFuKiB;EwBiCjB;;;AAGJ;EtB5MI,aFkHc;EEjHd,SFwKc;;;AwBuClB;EtBhNI,aFkHc;EEjHd,SFyKQ;;;AwB0CZ;EtBpNI,aFkHc;EEjHd,SF0KS;;;AwB6Cb;EtBxNI,aFkHc;EEjHd,SF2KmB;;;AwBgDvB;EtB5NI,aFkHc;EEjHd,SF4KS;;;AwBmDb;EtBhOI,aFkHc;EEjHd,SF6KgB;;;AwBsDpB;EtBpOI,aFkHc;EEjHd,SF8HW;;;AwByGf;EtBxOI,aFkHc;EEjHd,SFoIQ;;;AwBuGZ;EtB5OI,aFkHc;EEjHd,SFiIQ;;;AwB8GZ;EtBhPI,aFkHc;EEjHd,SF+HM;;;AwBoHV;EtBpPI,aFkHc;EEjHd,SFgIQ;;;AwBuHZ;EtBxPI,aFkHc;EEjHd,SFkIS;;;AwByHb;EtB5PI,aFkHc;EEjHd,SFmIY;;;AwB4HhB;EtBhQI,aFkHc;EEjHd,SFsIQ;;;AwB6HZ;EtBpQI,aFkHc;EEjHd,SFqIQ;;;AwBkIZ;EtBxQI,aFkHc;EEjHd,SFuIU;;;AwBoId;EtB5QI,aFkHc;EEjHd,SFwIa;;;AwBuIjB;EtBhRI,aFkHc;EEjHd,SFyIS;;;AwB0Ib;EtBpRI,aFkHc;EEjHd,SF0IgB;;;AwB6IpB;EtBxRI,aFkHc;EEjHd,SF2Ia;;;AwBgJjB;EtB5RI,aFkHc;EEjHd,SF4Ic;;;AwBmJlB;EtBhSI,aFkHc;EEjHd,SF6Ia;;;AwBsJjB;EtBpSI,aFkHc;EEjHd,SF8IQ;;;AwByJZ;EtBxSI,aFkHc;EEjHd,SFiJQ;;;AwB0JZ;EtB5SI,aFkHc;EEjHd,SFkJU;;;AwB6Jd;EtBhTI,aFkHc;EEjHd,SFmJQ;;;AwBgKZ;EtBpTI,aFkHc;EEjHd,SFoJU;;;AwBmKd;EtBxTI,aFkHc;EEjHd,SFqJQ;;;AwBsKZ;EtB5TI,aFkHc;EEjHd,SFsJW;;;AwByKf;EtBhUI,aFkHc;EEjHd,SFuJY;;;AwB4KhB;EtBpUI,aFkHc;EEjHd,SFwJS;;;AwB+Kb;EtBxUI,aFkHc;EEjHd,SFyJQ;;;AwBkLZ;EtB5UI,aFkHc;EEjHd,SF0JQ;;;AwBqLZ;EtBhVI,aFkHc;EEjHd,SF2JS;;;AwBwLb;EtBpVI,aFkHc;EEjHd,SF4JQ;;;AwB2LZ;EtBxVI,aFkHc;EEjHd,SF6JY;;;AwB8LhB;EtB5VI,aFkHc;EEjHd,SF8JW;;;AwBiMf;EtBhWI,aFkHc;EEjHd,SF+JgB;;;AwBoMpB;EtBpWI,aFkHc;EEjHd,SFgKQ;;;AwBuMZ;EtBxWI,aFkHc;EEjHd,SFiKS;;;AwB0Mb;EtB5WI,aFkHc;EEjHd,SFkKmB;;;AwB6MvB;EtBhXI,aFkHc;EEjHd,SFmKmB;EwB8MnB;;;AAGJ;EtBrXI,aFkHc;EEjHd,SFoKmB;EwBkNnB;;;AAGJ;EtB1XI,aFkHc;EEjHd,SFqKY;;;AwBwNhB;EtB9XI,aFkHc;EEjHd,SFsKiB;;;AwB2NrB;EtBlYI,aFkHc;EEjHd,SFuKiB;EwB4NjB;;;AAGJ;EtBvYI,aFkHc;EEjHd,SFwKc;;;AwBkOlB;EtB3YI,aFkHc;EEjHd,SFyKQ;;;AwBqOZ;EtB/YI,aFkHc;EEjHd,SF0KS;;;AwBwOb;EtBnZI,aFkHc;EEjHd,SF8KY;;;AwBwOhB;EtBvZI,aFkHc;EEjHd,SF+KgB;;;AwB2OpB;EtB3ZI,aFkHc;EEjHd,SF8KY;;;AwBgPhB;EtB/ZI,aFkHc;EEjHd,SF+KgB;;;AwBmPpB;EtBnaI,aFkHc;EEjHd,SFgLW;;;AwBsPf;EtBvaI,aFkHc;EEjHd,SFiLW;;;AwByPf;EtB3aI,aFkHc;EEjHd,SFkLiB;;;AwB4PrB;EtB/aI,aFkHc;EEjHd,SFmLe;;;AwB+PnB;EtBnbI,aFkHc;EEjHd,SFoLe;;;AwBkQnB;EtBvbI,aFkHc;EEjHd,SFqLW;;;AwBqQf;EtB3bI,aFkHc;EEjHd,SFsLgB;;;AwBwQpB;EtB/bI,aFkHc;EEjHd,SFwLY;;;AwB0QhB;EtBncI,aFkHc;EEjHd,SFuLa;;;AwB+QjB;EtBvcI,aFkHc;EEjHd,SFyLgB;;;AwBiRpB;EtB3cI,aFkHc;EEjHd,SF0LiB;;;AwBoRrB;EtB/cI,aFkHc;EEjHd,SF2LuB;;;AwBuR3B;EtBndI,aFkHc;EEjHd,SF4LqB;;;AwB0RzB;EtBvdI,aFkHc;EEjHd,SF6Le;;;AwB6RnB;EtB3dI,aFkHc;EEjHd,SF8LQ;;;AwBgSZ;EtB/dI,aFkHc;EEjHd,SF+LsB;;;AwBmS1B;EtBneI,aFkHc;EEjHd,SFgMmB;;;AwBsSvB;EtBveI,aFkHc;EEjHd,SFiMiB;;;AwBySrB;EtB3eI,aFkHc;EEjHd,SFkMe;;;AwB4SnB;EtB/eI,aFkHc;EEjHd,SFmMgB;;;AwB+SpB;EtBnfI,aFkHc;EEjHd,SFoMiB;;;AwBkTrB;EtBvfI,aFkHc;EEjHd,SFqMmB;;;AwBqTvB;EtB3fI,aFkHc;EEjHd,SFsMiB;;;AwBwTrB;EtB/fI,aFkHc;EEjHd,SFuMS;;;AwB2Tb;EtBngBI,aFkHc;EEjHd,SFwMW;;;AwB8Tf;EtBvgBI,aFkHc;EEjHd,SFyMU;;;AwBiUd;EtB3gBI,aFkHc;EEjHd,SF0MU;;;AwBoUd;EtB/gBI,aFkHc;EEjHd,SF2Me;;;AyB5OnB;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGI;EACI,czBFD;;AyBKH;EACI,kBzBND;EyBOC;EACA;EACA;;AAIR;EACI;EACA,czBfG;;AyBqBH;EACI;;AAOJ;EACI;;AAKZ;EACI;EACA;EACA;EACA,WzB1CS;EyB2CT;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA,czB1DG;;;A0BZf;EAAO;;;AACP;EAAgB;;;AAChB;EAAc,kB1BUC;E0BVoC;EAAa;;AAC5D;EAAG,O1BoGC;E0BpGY;;AAChB;EAAO,O1BmGH;E0BnGgB;EAA6B;EAAY;EAA8B;EAAU;EAAS;;;AAElH;EAAY;;;AACZ;EAAc;EAAW,kB1BgGjB;;;A0B9FJ;EAAG;EAA8B,O1BMpB;E0BN0C;EAAc;EAAS;;AAC/E;EAAiB;;;AAIhB;EAAO;;;AxBoCH;EwBhCJ;IAA0B;IAAiB;;;AxBsCvC;EwBnCJ;IAA0B;;;ACrB9B;EAAoC;;;AACpC;EAAc;;AACV;EAAsB;EAAmB;;AACrC;EAAiB;EAA8B;EAAmB;EAAmB;;AAGrF;EAAkB;EAAoB;EAAsB;EAAW;;AACvE;EAAiB;;AAEvB;EACE;EACA;EAEA;;AACA;EALF;IAMM;IAGA;;;AAEJ;EACI;EACA;EACA;EACA;;AACA;EACI;;AAGR;AAAA;EAEI;;AAEJ;EACI;;AAEJ;EAAsB;EAAgB;;AACtC;EAAc;EAAiB;;AAC3B;EAAO;;AACP;EAAO;EAAW;EAAqB;EAAW;EAAY;EAA8B,kB3BgE5F;E2BhEoH;EAA4B;EAAmB;EAAkB;EAAa;EAAqC;EAAwC;EAAqC;EAAoC;EAAoC;;AACxX;EAAS;;AACT;EAAiB;;AACjB;EAAgB;;AAG1B;EAAe;;AACf;EAAqC,kB1BrClB;E0BqCiD,O3ByD9D;E2BzD4E;EAAyB;;AAC1F;EAAU;;;AzBTrB;EyBeI;IAAoB;;;AzBHxB;EyBUI;IAAoB;;;AC5DhC;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;;AAIR;EACI;IACI;;;ACtCP;EACG,kB7B0Bc;;;A6BvBlB;EACI;;;AAKI;EACI,O5BDS;E4BET;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAKZ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;EACA;;A3BQA;E2BXJ;IAMQ;IACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;;AAIR;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI,O7B7DE;E6B8DF;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,O7BnEE;E6BoEF;;AAGJ;EACI;;;AAMhB;EACI;EACA;EACA;EACA;EACA;;AAGI;EADJ;IAEQ;IACA;IACA;;;AAGJ;EAPJ;IAQQ;IACA;;;AAIR;EApBJ;IAqBQ;IACA;;;A3B3EA;E2BqDR;IA0BQ;IACA;IACA;;;A3B3EA;E2B+CR;IAgCQ;IACA;IACA;IACA;;EAEA;IACI;;EAGI;IACI;;EAEA;IACI;;;AAKZ;EAbJ;IAcQ;IACA;;;A3BnGR;E2B+CR;IA2DQ;;;A3BhGA;E2BqCR;IA+DQ;;;A3B/FA;E2BgCR;IAmEQ;;;;AAIR;EACI;EACA;EACA;;A3BzHI;E2BsHR;IAMQ;IACA;IACA;IACA;;;AAGJ;EAZJ;IAaQ;;;A3BnIA;E2BsIJ;IAEQ;IACA;IACA;IACA;IACA;IACA;;;AAGJ;EAVJ;IAWQ;;;AAGJ;EAdJ;IAeQ;;;A3BjIJ;E2BkHJ;IAmBQ;;;;AAKZ;EACI,kB5B9MiB;E4B+MjB;EACA;EACA;AAmLA;;AAjLA;EACI;;AAKI;EACI;;AAKZ;EACI;EACA;AAuFA;AAAA;AAAA;;AArFA;EACI,O7BvNE;;A6B0NN;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EAEI;EACA;;A3BzMJ;E2BsMA;IAMQ;;;AAGJ;EATJ;IAUQ;IACA;;;AAGJ;EACI;;AAIR;EACI;EACA,O5B1QS;;A4B6Qb;EACI;;AAEA;EACI,O7BnLR;E6BoLQ;EACA;EACA;EACA;EACA;EACA;;AAEA;EATJ;IAUQ;IACA;;;AAIR;EACI;EACA;;AAEA;EAJJ;IAKQ;;;AAIR;EACI;EACA;;AAEA;EACI,Y7B7RF;E6B8RE,c7B9RF;E6B+RE;;AAKZ;EACI;EACA,O7BxNJ;;A6B+NI;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;AAYA;;AAVA;EACI;;AAEA;EAHJ;IAIQ;IACA;IACA;IACA;;;AAIR;EACI;IACI;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA,O7B7WL;;A6BgXC;EACI,kB5BpXC;;A4BsXD;EACI,O7BzRhB;;A6B+RA;EACI;EACA;EACA;;AAKR;EACI,Y7BtXU;E6BuXV;;AAEA;EACI;EACA;;AAEA;EACI;;AAGI;EACI;;AAGJ;EACI;EACA;EACA,O7BvYN;;A6B2YU;EACI;EACA;;AAIR;EACI,O7BrZd;;A6BwZU;EAGI,O7B3Zd;;A6BiaF;EACI;;AAGI;EACI;;AAGJ;EACI;EACA;EACA,O7BzaN;;A6B2aM;EAGI,O7Bjbd;;A6BobU;EACI,O7BlbV;;A6BobU;EAGI,O7B1blB;;;A6Bocd;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAIR;EACI;;;A3BrcI;E2B2cJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAEA;IACI;;EAIR;IACI,kB5B1fa;I4B2fb,O7B7ZA;;E6BgaJ;IACI;;EAEA;IACI;;EAEA;IACI,O7BvaR;;E6B2aA;IACI;IACA;IACA;;EAIR;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;;AAIR;EAEQ;IACI;;EAIR;IACI;IACA;IACA;IACA;;EAGJ;IACI;;;A3BvgBA;E2B6gBA;IACI,kB5BjjBS;I4BkjBT,O7BpdJ;;;AErDA;E2BkhBA;IACI;IACA;;EAGJ;IACI;;;A3BlhBJ;E2BihBA;IAIQ;IACA;IACA;;;A3BxgBR;E2BkgBA;IAUQ;;;A3BjiBR;E2BsiBJ;IACI,kB5BhlBa;I4BilBb,O7BnfA;;;AE/CA;E2BwiBJ;IACI;IACA;;EAGJ;IACI;IACA;;EAKI;IACI;;EAGJ;IACI,kB7B3lBF;I6B4lBE,O7B1gBR;;E6B6gBI;IACI,kB7BhmBF;I6BimBE,O7B/gBR;I6BghBQ;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;IACA;IACA;;EAIR;IACI;;EAGJ;IACI;IACA;;;AAKZ;EACI,kB7BnoBU;E6BooBV,O7BljBI;;A6BojBJ;EACI;EACA,O7BvjBA;;;A6B2jBR;EACI;EACA;EACA;EACA;EACA;EACA,O7B5pBW;E6B6pBX;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;;A3BxoBA;E2B6oBJ;IACI;;EAEA;IACI;IACA;IACA;IACA,kB7B7qBM;;E6BgrBV;IACI;;EAGJ;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAEA;IACI,O5BvtBK;;E4BytBL;IACI,O7BntBD;;E6ButBP;IACI;;EAIR;IACI;IACA;;EAGJ;IACI;AAEA;AAAA;AAAA;;EAKJ;IACI;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI,kB5B7vBU;I4B8vBV;;;AAKZ;EACI;IACI;;;AAIR;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;A3B9uBA;E2BouBJ;IAaQ;;;AAtBZ;EA0BI;IACI;IACA;IACA;IACA;;;AA9BR;EAiCI;IACI;IACA;IACA;;EAEA;IACI;;EAGJ;IACI;;;AA3CZ;EA+CI;IACI;IACA;;EAEA;IACI;;;AApDZ;EAwDI;IACI;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA,O7B/zBE;;;A6B6vBd;EAsEI;IACI;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA,O7B70BE;;;A6Bk1Bd;EACI;IACI;;EAIA;IACI;;EAIR;IACI;;EAGJ;IACI;;;AAIR;EAEQ;IACI;IACA;;;A3B9zBJ;E2Bs0BI;IACI;IACA;;;AAMhB;EAEQ;IACI;;EAIR;IACI;IACA;;EAEA;IACI;;;AC75BZ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;;AAIQ;EACI;;AAOJ;EACI;;AASJ;EACI;;;AASZ;EACI;EACA;EACA;;;A5BaJ;E4BLI;IACI;;;A5BhBR;E4BwBA;IACI;IACA;;EAIA;IACI,O7B7EM;;E6B+EN;IACI,O9B1ED;;E8B+EX;IACI;;EAIR;IACI;;EAGI;IACI;;;AAMhB;EAEQ;IACI;IACA;;EAEJ;IACI;;;AAKZ;EACI;IACI;;EAEA;IACI;IACA;;EAEA;IACI;IACA;IACA;;EAIR;IACI;;EAEA;IACI;IACA;;EAIR;IACI;;EAGJ;IACI;;EAEA;IACI;;EAGJ;IACI;IACA;IACA;;EAOJ;IACI;;;AAMhB;EACI;IACI;;EAEA;IACI;;EAGJ;IACI;;EAEA;IACI;;EAKZ;IACI;;;AAIR;EAEQ;IACI;;;ACzMX;EACG;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAGI;EACI;EACA;;AAGJ;EACI;;AAKZ;EACI;EACA;EACA;EACA;;A7BgBJ;E6BpBA;IAOQ;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,O/B3CG;E+B4CH;EACA;;AAEA;EACI,O/BnCE;;A+BuCV;EACI,kB/BsCJ;E+BrCI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,O/B/DD;E+BgEC;;AAEA;EACI;EACA;;AAEA;EACI,O/B1DN;;A+B6DE;EACI;EACA;;AAIR;EACI;;;AAQhB;EACI;;;AAIR;EACI;;;AAKA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA,kB9BpHU;E8BqHV;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,O9BxJE;E8ByJF,kB/B7IN;;A+B+IM;EACI;EACA;EACA;EACA;;;AASpB;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;;AAKZ;EACI;EACA;;A7B5JI;E6B0JR;IAKQ;;;;AAIR;EACI;EACA;EACA;;A7BtKI;E6BmKR;IAMQ;;;;AAIR;EACI;EACA;;AAEA;EACI;;;A7BxLA;E6B6LJ;IACI;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;;A7BlMJ;E6BwMJ;IACI;;EAEA;IACI;IACA;;;AAKZ;EACI;IACI;IACA;IACA,O9BrQa;;E8BwQjB;IACI;IACA;IACA;AACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;;EAGJ;IACI;IACA;;EAEA;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;;EAIR;IACI;;EAEA;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAEA;IACI,kB/BjUH;I+BkUG;IACA;;;ACnVnB;EACG,Y/BSiB;E+BRjB;EACA,OhCyDS;EgCxDT;;AAGI;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA,OhCoCC;;AgClCD;EACI;;AAGJ;EACI,ehCLE;;AgCSV;EA7BJ;IA8BQ;IACA;IACA;;EAEA;IACI;;EAGJ;IACI;IACA;;EAEA;IACI;;;AAMhB;EACI,ehC9BU;;AgCiCd;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;IACI;IACA;IACA;;;AAIR;EACI;EACA;;AAEA;EACI;;AAGI;EACI;;AASR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI,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IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;;;AAIR;EACI;IACI;IACA;;;AAIR;EACI;IACI;IACA;;;AAIR;EACI;IACI;;;AAIR;EACI;IACI;;;AAIR;EACI;IACI;;;AAIR;EACI;IACI;IACA;;;AAIR;EACI;IACI;IACA;;;AAIR;EACI;IACI;IACA;;;AAIR;EACI;IACI;IACA;;;AAIR;EACI;IACI;IACA;;;AAIR;EACI;IACI;IACA;;;ACtuBR;EACI;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA,kBlCFU;EkCGV;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;EACA;EACA;EACA;;AAOpB;EACI,OnC7CO;EmC8CP;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAKZ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI,WnC3EK;EmC4EL;;AAGJ;EACI;;;AAKZ;EACI,kBnCce;;AmCZf;EACI,kBnCWW;;;AE3DX;EiCqDJ;IACI;;;AjChDA;EiCuDI;IACI;;EAGJ;IACI;;EAIR;IACI;;EAEA;IACI;;EAEA;IACI;IACA;;;AC7HR;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAMR;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,kBnCzBK;EmC0BL,OpCoER;;AoChEA;EACI;;AAGJ;EACI;;AAKJ;EACI;EACA;;;AAMZ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;A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I;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;ACllCH;AAAA;EAEG;;;AAGJ;EACI%22%7D */